From 5f9f3d6d244ff02ed4e23fe1ded6b0070eab83bf Mon Sep 17 00:00:00 2001 From: azriel91 Date: Sun, 28 Jan 2024 06:15:56 +0000 Subject: [PATCH] deploy: 87622fd7370e5484f0b69247ed4c2d23aec79e57 --- .nojekyll | 1 + 404.html | 225 + CNAME | 1 + FontAwesome/css/font-awesome.css | 4 + FontAwesome/fonts/FontAwesome.ttf | Bin 0 -> 165548 bytes FontAwesome/fonts/fontawesome-webfont.eot | Bin 0 -> 165742 bytes FontAwesome/fonts/fontawesome-webfont.svg | 2671 +++ FontAwesome/fonts/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes FontAwesome/fonts/fontawesome-webfont.woff | Bin 0 -> 98024 bytes FontAwesome/fonts/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes ayu-highlight.css | 78 + background.html | 269 + background/purpose.html | 241 + background/strategy.html | 271 + book.js | 697 + clipboard.min.js | 7 + css/chrome.css | 606 + css/general.css | 234 + css/layout.css | 41 + css/presentation.css | 43 + css/print.css | 50 + css/terminal.css | 17 + css/variables.css | 279 + elasticlunr.min.js | 10 + examples.html | 248 + examples/download.html | 527 + examples/envman.html | 253 + examples/envman/walkthrough.html | 238 + examples/pkg/download.d.ts | 215 + examples/pkg/download.js | 1086 + examples/pkg/download_bg.wasm | Bin 0 -> 1873188 bytes examples/pkg/download_bg.wasm.d.ts | 45 + examples/pkg/package.json | 23 + .../js/workspace.js | 43 + favicon.png | Bin 0 -> 5679 bytes favicon.svg | 22 + fonts/OPEN-SANS-LICENSE.txt | 202 + fonts/SOURCE-CODE-PRO-LICENSE.txt | 93 + fonts/fonts.css | 100 + fonts/open-sans-v17-all-charsets-300.woff2 | Bin 0 -> 44352 bytes ...open-sans-v17-all-charsets-300italic.woff2 | Bin 0 -> 40656 bytes fonts/open-sans-v17-all-charsets-600.woff2 | Bin 0 -> 44936 bytes ...open-sans-v17-all-charsets-600italic.woff2 | Bin 0 -> 42120 bytes fonts/open-sans-v17-all-charsets-700.woff2 | Bin 0 -> 44988 bytes ...open-sans-v17-all-charsets-700italic.woff2 | Bin 0 -> 40800 bytes fonts/open-sans-v17-all-charsets-800.woff2 | Bin 0 -> 44536 bytes ...open-sans-v17-all-charsets-800italic.woff2 | Bin 0 -> 40812 bytes fonts/open-sans-v17-all-charsets-italic.woff2 | Bin 0 -> 41076 bytes .../open-sans-v17-all-charsets-regular.woff2 | Bin 0 -> 43236 bytes ...source-code-pro-v11-all-charsets-500.woff2 | Bin 0 -> 59140 bytes highlight.css | 1 + highlight.js | 53 + ideas.html | 534 + ...ature_gated_incremental_functionality.html | 320 + index.html | 251 + introduction.html | 251 + js/highlightjs-line-numbers.min.js | 19 + learning_material/empathetic_code_design.html | 533 + .../empathetic_code_design/background.html | 296 + .../command_invocation.html | 268 + .../empathetic_code_design/dove.svg | 263 + .../flow_definition.html | 276 + .../inputs_and_outputs.html | 269 + .../output_and_presentation.html | 418 + .../parameters_recall.html | 299 + .../parameters_specification.html | 274 + .../empathetic_code_design/profiles.html | 254 + .../empathetic_code_design/qna.html | 238 + .../empathetic_code_design/scenario.html | 292 + .../empathetic_code_design/summary.html | 246 + .../empathetic_code_design/workspace.html | 257 + learning_material/interruptible_software.html | 256 + .../interruptible_software/bus_analogy.html | 260 + .../designing_interruptibility.html | 243 + .../parallelism.html | 578 + .../parallelism/diagram_done_1.svg | 126 + .../parallelism/diagram_done_2.svg | 126 + .../parallelism/diagram_done_3.svg | 126 + .../parallelism/diagram_in_progress_1.svg | 126 + .../parallelism/diagram_in_progress_2.svg | 126 + .../parallelism/diagram_in_progress_3.svg | 126 + .../designing_interruptibility/reporting.html | 297 + .../stop_button.html | 393 + .../stopping_point.html | 364 + .../stopping_point/process.svg | 69 + .../designing_interruptibility/strategy.html | 477 + .../strategy/diagram_done_1.svg | 126 + .../strategy/diagram_done_2.svg | 126 + .../strategy/diagram_done_3.svg | 126 + .../strategy/diagram_in_progress.svg | 126 + .../designing_resumability.html | 240 + .../executor_resumability.html | 278 + .../stepwise_resumability.html | 262 + .../interruptible_software/execution.html | 265 + .../execution/automatic.svg | 142 + .../execution/manual.svg | 69 + .../interruptible_implementation.html | 410 + .../interruptible_software_01.svg | 61 + .../interruptible_software_02.svg | 61 + .../interruptible_software_03.svg | 61 + .../interruptible_software/processes.html | 254 + .../processes/build_process.svg | 69 + .../processes/deployment_process.svg | 69 + .../interruptible_software/qna.html | 239 + .../interruptible_software/real_crates.html | 244 + .../interruptible_software/resumability.html | 323 + .../resumability/process.svg | 69 + .../resumable_implementation.html | 423 + .../interruptible_software/summary.html | 250 + .../summary/process.svg | 142 + .../user_facing_automation_part_1.html | 951 + .../user_facing_automation_part_2.html | 297 + licenses.html | 11723 ++++++++++ mark.min.js | 7 + print.html | 18052 ++++++++++++++++ searcher.js | 483 + searchindex.js | 1 + searchindex.json | 1 + src/css/layout.css | 41 + src/css/presentation.css | 43 + src/css/terminal.css | 17 + src/js/highlightjs-line-numbers.min.js | 19 + technical_concepts.html | 245 + technical_concepts/commands.html | 245 + .../commands/cmd_execution.html | 409 + .../commands/interruptibility.html | 376 + technical_concepts/commands/scopes.html | 288 + .../commands/scopes/reborrowing.html | 285 + technical_concepts/commands/use_cases.html | 250 + .../commands/use_cases/profile_list.html | 270 + .../commands/use_cases/state_apply.html | 259 + .../commands/use_cases/state_clean.html | 259 + .../commands/use_cases/state_diff.html | 321 + .../state_discovery_and_display.html | 269 + .../use_cases/state_read_and_display.html | 273 + .../workspace_active_profile_switch.html | 255 + .../use_cases/workspace_initialization.html | 283 + .../workspace_stored_active_profile.html | 258 + technical_concepts/flow_versioning.html | 296 + .../flow_versioning/seamless_execution.html | 418 + .../flow_versioning/upgrade_actions.html | 275 + technical_concepts/function_graph.html | 420 + .../function_graph/abstraction.html | 351 + .../function_graph/ordering.html | 267 + .../function_graph/streaming.html | 412 + technical_concepts/item.html | 386 + technical_concepts/item/item_parameters.html | 268 + .../item_parameters/params_definition.html | 435 + .../params_framework_support.html | 318 + .../item_parameters/value_specification.html | 296 + technical_concepts/item_graph.html | 265 + technical_concepts/item_graph/clean.html | 244 + .../item_graph/initialization.html | 271 + .../item_graph/state_ensure.html | 312 + .../item_graph/state_inspection.html | 273 + technical_concepts/output.html | 355 + .../output/execution_progress.html | 395 + technical_concepts/output/presentation.html | 338 + technical_concepts/resources.html | 280 + technical_concepts/state.html | 287 + technical_concepts/state/logical_state.html | 328 + technical_concepts/workspace.html | 302 + tomorrow-night.css | 102 + 163 files changed, 66654 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 CNAME create mode 100644 FontAwesome/css/font-awesome.css create mode 100644 FontAwesome/fonts/FontAwesome.ttf create mode 100644 FontAwesome/fonts/fontawesome-webfont.eot create mode 100644 FontAwesome/fonts/fontawesome-webfont.svg create mode 100644 FontAwesome/fonts/fontawesome-webfont.ttf create mode 100644 FontAwesome/fonts/fontawesome-webfont.woff create mode 100644 FontAwesome/fonts/fontawesome-webfont.woff2 create mode 100644 ayu-highlight.css create mode 100644 background.html create mode 100644 background/purpose.html create mode 100644 background/strategy.html create mode 100644 book.js create mode 100644 clipboard.min.js create mode 100644 css/chrome.css create mode 100644 css/general.css create mode 100644 css/layout.css create mode 100644 css/presentation.css create mode 100644 css/print.css create mode 100644 css/terminal.css create mode 100644 css/variables.css create mode 100644 elasticlunr.min.js create mode 100644 examples.html create mode 100644 examples/download.html create mode 100644 examples/envman.html create mode 100644 examples/envman/walkthrough.html create mode 100644 examples/pkg/download.d.ts create mode 100644 examples/pkg/download.js create mode 100644 examples/pkg/download_bg.wasm create mode 100644 examples/pkg/download_bg.wasm.d.ts create mode 100644 examples/pkg/package.json create mode 100644 examples/pkg/snippets/peace_rt_model_web-17f5c9cf14e3eb56/js/workspace.js create mode 100644 favicon.png create mode 100644 favicon.svg create mode 100644 fonts/OPEN-SANS-LICENSE.txt create mode 100644 fonts/SOURCE-CODE-PRO-LICENSE.txt create mode 100644 fonts/fonts.css create mode 100644 fonts/open-sans-v17-all-charsets-300.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-300italic.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-600.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-600italic.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-700.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-700italic.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-800.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-800italic.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-italic.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-regular.woff2 create mode 100644 fonts/source-code-pro-v11-all-charsets-500.woff2 create mode 100644 highlight.css create mode 100644 highlight.js create mode 100644 ideas.html create mode 100644 ideas/feature_gated_incremental_functionality.html create mode 100644 index.html create mode 100644 introduction.html create mode 100644 js/highlightjs-line-numbers.min.js create mode 100644 learning_material/empathetic_code_design.html create mode 100644 learning_material/empathetic_code_design/background.html create mode 100644 learning_material/empathetic_code_design/command_invocation.html create mode 100644 learning_material/empathetic_code_design/dove.svg create mode 100644 learning_material/empathetic_code_design/flow_definition.html create mode 100644 learning_material/empathetic_code_design/inputs_and_outputs.html create mode 100644 learning_material/empathetic_code_design/output_and_presentation.html create mode 100644 learning_material/empathetic_code_design/parameters_recall.html create mode 100644 learning_material/empathetic_code_design/parameters_specification.html create mode 100644 learning_material/empathetic_code_design/profiles.html create mode 100644 learning_material/empathetic_code_design/qna.html create mode 100644 learning_material/empathetic_code_design/scenario.html create mode 100644 learning_material/empathetic_code_design/summary.html create mode 100644 learning_material/empathetic_code_design/workspace.html create mode 100644 learning_material/interruptible_software.html create mode 100644 learning_material/interruptible_software/bus_analogy.html create mode 100644 learning_material/interruptible_software/designing_interruptibility.html create mode 100644 learning_material/interruptible_software/designing_interruptibility/parallelism.html create mode 100644 learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_1.svg create mode 100644 learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_2.svg create mode 100644 learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_3.svg create mode 100644 learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_1.svg create mode 100644 learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_2.svg create mode 100644 learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_3.svg create mode 100644 learning_material/interruptible_software/designing_interruptibility/reporting.html create mode 100644 learning_material/interruptible_software/designing_interruptibility/stop_button.html create mode 100644 learning_material/interruptible_software/designing_interruptibility/stopping_point.html create mode 100644 learning_material/interruptible_software/designing_interruptibility/stopping_point/process.svg create mode 100644 learning_material/interruptible_software/designing_interruptibility/strategy.html create mode 100644 learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_1.svg create mode 100644 learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_2.svg create mode 100644 learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_3.svg create mode 100644 learning_material/interruptible_software/designing_interruptibility/strategy/diagram_in_progress.svg create mode 100644 learning_material/interruptible_software/designing_resumability.html create mode 100644 learning_material/interruptible_software/designing_resumability/executor_resumability.html create mode 100644 learning_material/interruptible_software/designing_resumability/stepwise_resumability.html create mode 100644 learning_material/interruptible_software/execution.html create mode 100644 learning_material/interruptible_software/execution/automatic.svg create mode 100644 learning_material/interruptible_software/execution/manual.svg create mode 100644 learning_material/interruptible_software/interruptible_implementation.html create mode 100644 learning_material/interruptible_software/interruptible_software_01.svg create mode 100644 learning_material/interruptible_software/interruptible_software_02.svg create mode 100644 learning_material/interruptible_software/interruptible_software_03.svg create mode 100644 learning_material/interruptible_software/processes.html create mode 100644 learning_material/interruptible_software/processes/build_process.svg create mode 100644 learning_material/interruptible_software/processes/deployment_process.svg create mode 100644 learning_material/interruptible_software/qna.html create mode 100644 learning_material/interruptible_software/real_crates.html create mode 100644 learning_material/interruptible_software/resumability.html create mode 100644 learning_material/interruptible_software/resumability/process.svg create mode 100644 learning_material/interruptible_software/resumable_implementation.html create mode 100644 learning_material/interruptible_software/summary.html create mode 100644 learning_material/interruptible_software/summary/process.svg create mode 100644 learning_material/user_facing_automation_part_1.html create mode 100644 learning_material/user_facing_automation_part_2.html create mode 100644 licenses.html create mode 100644 mark.min.js create mode 100644 print.html create mode 100644 searcher.js create mode 100644 searchindex.js create mode 100644 searchindex.json create mode 100644 src/css/layout.css create mode 100644 src/css/presentation.css create mode 100644 src/css/terminal.css create mode 100644 src/js/highlightjs-line-numbers.min.js create mode 100644 technical_concepts.html create mode 100644 technical_concepts/commands.html create mode 100644 technical_concepts/commands/cmd_execution.html create mode 100644 technical_concepts/commands/interruptibility.html create mode 100644 technical_concepts/commands/scopes.html create mode 100644 technical_concepts/commands/scopes/reborrowing.html create mode 100644 technical_concepts/commands/use_cases.html create mode 100644 technical_concepts/commands/use_cases/profile_list.html create mode 100644 technical_concepts/commands/use_cases/state_apply.html create mode 100644 technical_concepts/commands/use_cases/state_clean.html create mode 100644 technical_concepts/commands/use_cases/state_diff.html create mode 100644 technical_concepts/commands/use_cases/state_discovery_and_display.html create mode 100644 technical_concepts/commands/use_cases/state_read_and_display.html create mode 100644 technical_concepts/commands/use_cases/workspace_active_profile_switch.html create mode 100644 technical_concepts/commands/use_cases/workspace_initialization.html create mode 100644 technical_concepts/commands/use_cases/workspace_stored_active_profile.html create mode 100644 technical_concepts/flow_versioning.html create mode 100644 technical_concepts/flow_versioning/seamless_execution.html create mode 100644 technical_concepts/flow_versioning/upgrade_actions.html create mode 100644 technical_concepts/function_graph.html create mode 100644 technical_concepts/function_graph/abstraction.html create mode 100644 technical_concepts/function_graph/ordering.html create mode 100644 technical_concepts/function_graph/streaming.html create mode 100644 technical_concepts/item.html create mode 100644 technical_concepts/item/item_parameters.html create mode 100644 technical_concepts/item/item_parameters/params_definition.html create mode 100644 technical_concepts/item/item_parameters/params_framework_support.html create mode 100644 technical_concepts/item/item_parameters/value_specification.html create mode 100644 technical_concepts/item_graph.html create mode 100644 technical_concepts/item_graph/clean.html create mode 100644 technical_concepts/item_graph/initialization.html create mode 100644 technical_concepts/item_graph/state_ensure.html create mode 100644 technical_concepts/item_graph/state_inspection.html create mode 100644 technical_concepts/output.html create mode 100644 technical_concepts/output/execution_progress.html create mode 100644 technical_concepts/output/presentation.html create mode 100644 technical_concepts/resources.html create mode 100644 technical_concepts/state.html create mode 100644 technical_concepts/state/logical_state.html create mode 100644 technical_concepts/workspace.html create mode 100644 tomorrow-night.css diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..f17311098 --- /dev/null +++ b/.nojekyll @@ -0,0 +1 @@ +This file makes sure that Github Pages doesn't process mdBook's output. diff --git a/404.html b/404.html new file mode 100644 index 000000000..1b6ed985b --- /dev/null +++ b/404.html @@ -0,0 +1,225 @@ + + + + + + Page not found - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Document not found (404)

+

This URL is invalid, sorry. Please use the navigation bar or search to continue.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..6b05f21cf --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +peace.mk diff --git a/FontAwesome/css/font-awesome.css b/FontAwesome/css/font-awesome.css new file mode 100644 index 000000000..540440ce8 --- /dev/null +++ b/FontAwesome/css/font-awesome.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/FontAwesome/fonts/FontAwesome.ttf b/FontAwesome/fonts/FontAwesome.ttf new file mode 100644 index 0000000000000000000000000000000000000000..35acda2fa1196aad98c2adf4378a7611dd713aa3 GIT binary patch literal 165548 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 z zq1_(l4SX+ekaM;bY|YgEqv2RAEE}e-Im8<@oEZ?Z81Y?3(z-@nRbq?!xD9Hyn|7Gx z-NUw`yOor_DJLC1aqkf2(!i=2$ULNfg|s8bV^xB!_rY+bHA;KsWR@aB=!7n&LJq(} z!pqD3Wkvo-Goy zx1edGgnc}u5V8cw&nvWyWU+wXqwinB#x7(uc>H44lXZQkk*w_q#i2O!s_A?a*?`Rx zoZW6Qtj)L1T^4kDeD7;%G5dS816OPqAqPx~(_-jZ`bo-MR_kd&sJv{A^ zs@18qv!kD;U z5Evv$C*bD~m z+x@>Oo>;7%QCxfp-rOkNgx4j-(o*e5`6lW^X^{qpQo~SMWD`Gxyv6)+k)c@o6j`Yd z8c&XSiYbcmoCKe+82}>^CPM+?p@o&i(J*j0zsk}!P?!W%T5`ppk%)?&GxA`%4>0VX zKu?YB6Z)hFtj@u-icb&t5A1}BX!;~SqG5ARpVB>FEWPLW+C+QOf~G-Jj0r`0D6|0w zQUs5sE6PYc)!HWi))NeRvSZB3kWIW|R^A%RfamB2jCbVX(Fn>y%#b1W%}W%qc)XVrwuvM!>Qur!Ooy2`n@?qMe3$`F2vx z9<=L}wP7@diWhCYTD?x)LZ>F6F?z8naL18P%1T9&P_d4p;u=(XW1LO3-< z`{|5@&Y=}7sx3t1Zs zr9ZBmp}YpHLq7lwu?CXL8$Q65$Q29AlDCBJSxu5;p0({^4skD z+4se#9)xg8qnEh|WnPdgQ&+te7@`9WlzAwMit$Julp+d80n+VM1JxwqS5H6*MPKA` zlJ*Z77B;K~;4JkO5eq(@D}tezez*w6g3ZSn?J1d9Z~&MKbf=b6F9;8H22TxRl%y1r z<-6(lJiLAw>r^-=F-AIEd1y|Aq2MggNo&>7Ln)S~iAF1;-4`A*9KlL*vleLO3vhEd(@RsIWp~O@>N4p91SI zb~+*jP?8B~MwmI0W$>ksF8DC*2y8K0o#te?D$z8nrfK{|B1L^TR5hlugr|o=-;>Yn zmL6Yt=NZ2%cAsysPA)D^gkz2Vvh|Z9RJdoH$L$+6a^|>UO=3fBBH0UidA&_JQz9K~ zuo1Z_(cB7CiQ}4loOL3DsdC<+wYysw@&UMl21+LY-(z=6j8fu5%ZQg-z6Bor^M}LX z9hxH}aVC%rodtoGcTh)zEd=yDfCu5mE)qIjw~K+zwn&5c!L-N+E=kwxVEewN#vvx2WGCf^;C9^mmTlYc*kz$NUdQ=gDzLmf z!LXG7{N$Mi3n}?5L&f9TlCzzrgGR*6>MhWBR=lS)qP$&OMAQ2 z`$23{zM%a@9EPdjV|Y1zVVGf?mINO)i-q6;_Ev|n_JQ^Zy&BnUgV>NbY9xba1DlY@ zrg$_Kn?+^_+4V4^xS94tX2oLKAEiuU0<2S#v$WSDt0P^A+d-+M?XlR**u_Xdre&aY zNi~zJk9aLQUqaFZxCNRmu*wnxB_u*M6V0xVCtBhtpGUK)#Dob6DWm-n^~Vy)m~?Yg zO0^+v~`x6Vqtjl4I5;=^o2jyOb~m+ER;lNwO$iN ziH4vk>E`OTRx~v#B|ifef|ceH)%hgqOy|#f=Q|VlN6i{!0CRndN~x8wS6Ppqq7NSH zO5hX{k5T{4ib@&8t)u=V9nY+2RC^75jU%TRix}FDTB%>t;5jpNRv;(KB|%{AI7Jc= zd%t9-AjNUAs?8m40SLOhrjbC_yZoznU$(rnT2);Rr`2e6$k!zwlz!d|sZ3%x@$Nw? zVn?i%t!J+9SF@^ zO&TGun2&?VIygfH5ePk|!e&G3Zm-GUP(imiWzZu$9JU)Wot`}*RHV<-)vUhc6J6{w&PQIaSZ_N<(d>`C$yo#Ly&0Sr5gCkDY(4f@fY5!fLe57sH54#FF4 zg&hda`KjtJ8cTzz;DwFa#{$!}j~g$9zqFBC@To^}i#`b~xhU;p{x{^f1krbEFNqV^ zEq5c!C5XT0o_q{%p&0F@!I;9ejbs#P4q?R!i$?vl3~|GSyq4@q#3=wgsz+zkrIB<< z=HMWEBz?z??GvvT54YsDSnRLcEf!n>^0eKf4(CIT{qs4y$7_4e=JoIkq%~H9$z-r* zZ?`xgwL+DNAJE`VB;S+w#NvBT{3;}{CD&@Ig*Ka2Acx)2Qx zL)V#$n@%vf1Zzms4Th~fS|(DKDT`?BKfX3tkCBvKZLg^hUh|_Gz8?%#d(ANnY`5U1 zo;qjq=5tn!OQ*-JqA&iG-Tg#6Ka|O64eceRrSgggD%%QBX$t=6?hPEK2|lL1{?|>I^Toc>rQU7a_`RSM^EPVl{_&OG-P;|z0?v{3o#pkl zC6Y;&J7;#5N#+H2J-4RqiSK^rj<_Z6t%?`N$A_FUESt{TcayIew5oWi=jxT*aPIP6 z?MG`?k5p%-x>D73irru{R?lu7<54DCT9Q}%=4%@wZij4+M=fzzz`SJ3I%*#AikLUh zn>k=5%IKUP4TrvZ!A{&Oh;BR}6r3t3cpzS(&|cEe&e{MQby|1#X`?17e9?|=i`sPG zL|OOsh`j@PD4sc6&Y3rT`r?-EH0QPR*IobE@_fkB8*(886ZkjkcO{K8Sz$H`^D-8P zjKG9G9A`O!>|!ivAeteRVIcyIGa#O<6I$^O7}9&*8mHd@Gw!WDU*@;*L;SYvlV#p( zzFSsPw&^UdyxO}%i)W8$@f}|84*mz&i2q@SlzMOd%B!BHOJ<(FYUTR(Ui$DuX>?85 zcdzl5m3hzFr2S@c_20C2x&N)|$<=RhzxI!}NN+yS16X^(_mtqY)g*Q%Fux5}bP3q$ zxQD|TB{+4C1gL>zI>g~-ajKMb{2s_cFhN2(I(q^X!$H(GFxpc6oCV9#maj|OhFZaI z;umX6E*fQVTQ@lyZauuv>%E)5z-?zQZne18V5A}}JEQmCz>7^h0r)!zhinBG6 zMQghGt!Do5h%HmAQl~%m+!pr-&wlrcwW;qw)S$6*f}ZvXd;cHw=xm|y~mHbT3yX>?hoYKfy--h+6w9%@_4ukf0Et^zr-DbPwFdyj0VJHi}4bqRetSNR`DoWd( z(%n5>8MQl+>3SeL-DB@IaM{NDwd{{v_HMIO)PKO}v{{##c@ihB0w$aaPTSP4^>n3Z zC8Il%(3dCLLX$-|SwWx1u7KVztXpzNhrOZQ78c$jd{B9lqsNHLr*9h;N9$i+vsrM1 zKzLB_gVdMCfxceejpIZat!MbR)GNZ%^n|fEQo?Xtq#Qa_gEWKTFxSL4b{g}kJNd{QcoQ}HUP-A)Rq;U(***IA*V_0B5mr}Xp$q{YSYs-b2q~DHh z?+muRGn~std!VXuT>P9TL_8Km9G{doqRb-W0B&%d> z^3@hs6y5jaEq%P}dmr(8=f}x~^ z*{I{tkBgYk@Td|Z{csd23pziZlPYt2RJW7D_C#&)OONEWyN`I19_cM;`Aa=y_)ldH z^co(O-xWIN0{y|@?wx@Y!MeVg3Ln%4ORu5~Dl6$h>AGSXrK3!pH%cpM?D|6#*6+A# zlsj;J0_~^?DHIceRC~0iMq)SJ&?R&if{fsdIb>y;H@M4AE`z8~dvz)(e}BqUWK^U~ zFy`PX+z*Bmv9VxAN;%CvMk(#kGBEMP;a-GgGZf~r$(ei(%yGqHa2dS3hxdTT!r>La zUrW2dCTZ!SjD_D(?9$SK02e_#ZOxdAhO%hgVhq54U=2$Hm+1^O^nH<>wS|&<)2TtD zN_MN@O>?A@_&l;U)*GY*5F_a~cgQb_3p`#77ax1iRxIx!r0HkDnA2G*{l|*}g_yI% zZdHt2`Hx^MA#VH7@BEN68Y_;sAcCNgCY7S&dcQsp*$+uW7Dm@$Vl7!YA^51bi} z*Vy8uTj{neIhIL|PhditfC1Jeub(uy}w|wV5 zsQz)04y;BY2$7U4$~P{k)b`hZb>gv1RkD)L#g~$*N^1N1GfNMS)4r|pT*V<&KE1M9 zTh}rzSW#Kcci_#(^qf0gTW3&QN&zsW%VAQ+AZ%-3?E)kMdgL)kY~@mC>l?RH28u;Y zt-@_u^5(W>mDdtqoe){#t;3NA7c@{WoY9bYFNoq+sj&ru;Z`x>4ddY0y*`HRtHFEN% z@mFkp=x0C6zDGgA0s|mP^WNEwE4O}S?%DOtce3At%?ThxRp@`zCH6MyzM)dA9C7IP zI}t;YUV(Jcnw$4LoD4H(EM#!{L-Z|&fhNYnBlKcQ$UScR#HH>scYBTf2u|7Fd8q$R zy5Cbt=Pvf^e}m4?VVL@#Pi3z*q-Q0MG8pGTcbS|eeW%R5bRzKsHSH#G(#$9hj9}0O7lXsC zbZ7#UjJM^FcvdKK3MOEl+Pb-93Px}F$ID&jcvZdJ{d(D)x|*`=vi%1hdg(dd-1E>& zoB4U&a${9!xyxoT%$7gFp{M<_q z9oVnk*Dcp$k#jA#7-pZbXd=L8nDhe<*t_*%gj^Vx>(~KyEY~i&(?@R~L_e^txnUyh z64-dU=Lc;eQ}vPX;g{GitTVZben7||wttapene^dB|oSGB~tmAGqE^`1Jxt$4uXUL zz5?7GEqvmLa{#mgN6la^gYO#}`eXyUJ)lFyTO8*iL~P z$A`A_X^V#!SJyU8Dl%J*6&s9;Jl54CiyfA`ExxmjrZ1P8E%rJ7hFCFo6%{5mRa|LY zk^x76W8M0tQBa1Q(&L`|!e zrczv>+#&b2bt zuD1Bfoe>oW0&!ju$-LI)$URptI!inJ^Dz|<@S1hk+!(n2PWfi-AMb5*F03&_^29MB zgJP7yn#Fw4n&Rod*>LlF+qPx5ZT$80;+m*0X5ffa3d-;F72#5un;L$}RfmR5&xbOf(KNeD|gT1x6bw5t;~j}(oMHcSzkCgcpbd>5UN z7e8CV*di9kpyJAo1YyE9XtfV1Q8^?ViwrKgtK$H60 z%~xgAifVV#>j>4SN10>bP9OV9m`EA-H{bzMimEQ_3@VZH%@KZzjDu` zRCG*Ax6B^%%dyLs2Cw{bePFWM9750@SIoZoff4mJvyxIeIjeZ{tYpbmTk4_{wy!_uygk4J;wwSiK&OpZWguG$O082g z^a3rw)F1Q!*)rNy!Sqz9bk0u-kftk^q{FPl4N+eS@0p1= zhaBFdyShSMz97B%x3GE|Sst~8Le6+?q@g6HwE1hJ#X)o^?{1!x-m`LlQ+4%?^IPIo zHATgqrm-s`+6SW3LjHB>=Pp{i<6FE#j+sX(Vl-kJt6sug<4UG9SH_|( zOb(+Vn|4R4lc8pHa-japR|c0ZAN$KOvzss6bKW^uPM$I$8eTr{EMN2N%{Yrl{Z`Y^ zaQ`-S_6omm((Fih26~Bjf^W$wm1J`8N+(=0ET@KFDy;S%{mF@!2&1UMxk>jTk49;@ z*g#0?*iga;P7abx1bh^d3MoAy*XQp{Hl*t(buU@DamDmvcc;5}`ihM!mvm36|GqRu zn*3}UmnOSUai6mM*y&f#XmqyBo>b=dmra`8;%uC8_33-RpM6;x`Rrc0RM~y9>y~ry zVnGanZLDD_lC%6!F%Jzk##j%?nW>JEaJ#U89t`?mGJS_kO5+5U1Gh;Lb3`{w<-DW; z;USPAm%*aQJ)UeYnLVb2V3MJ2vrxAZ@&#?W$vW)7$+L7~7HSzuF&0V95FC4H6Dy<( z!#o7mJKLMHTNn5)Lyn5l4oh2$s~VI~tlIjn09jE~8C#Ooei=J?K;D+-<8Cb>8RPx8 z-~O0ST{mOeXg+qjG~?}E8@JAo-j?OJjgF3nb^K5v>$yq#-Ybd8lM^jdru2WE-*V6W z>sL(7?%-Qu?&?wZNmmqdn?$FXlE!>2BAa^bWfD69lP0?L3kopYkc4>{m#H6t2dLIEE47|jcI$tEuWzwjmRgqBPkzk zM+(?6)=);W6q<2z95fHMDFKxbhPD-r0IjdX_3EH*BFL|t3))c7d~8v;{wU5p8nHUz9I?>l zVfn$bENo_I3JOh1^^ z+un~MSwCyixbj%C?y{G@G7mSZg_cf~&@djVX_vn8;IF&q?ESd=*AJHOJ(!-hbKPlb zYi-r+me!ezr_eCiQ&SetY;BocRokkbwr=ONGzW2U@X=AUvS^E9eM^w~aztd4h$Q&kF;6EJ1O*M7tJfFi}R1 z6X@asDjL5w+#QEKQE5V48#ASm?H7u5j%nDqi)iO@a1@F z*^R+bGpEOs#pRx9CBZQ}#uQa|dCH5EW%a3Xv1;ye-}5|Yh4g~YH5gI1(b#B|6_ZI; zMkxwTjmkKoZIp~AqhXp+k&SSQ)9C=jCWTKCM?(&MUHex;c3Knl(A%3UgJT_BEixIE zQh!;Q(J<0)C`q0-^|UdaGYzFqr^{vZR~Tk?jyY}gf@H+0RHkZ{OID|x;6>6+g)|BK zs6zLY0U>bcbRd6kU;cgkomCZdBSC8$a1H`pcu;XqH=5 z+$oO3i&T_WpcYnVu*lchi>wxt#iE!!bG#kzjIFqb)`s?|OclRAnzUyW5*Py!P@srDXI}&s2lVYf2ZCG`F`H-9;60 zb<=6weckNk=DC&Q6QxU*uJ9FkaT>}qb##eRS8n%qG`G9WrS>Xm+w)!AXSASfd%5fg z#fqxk(5L9@fM};~Gk^Sgb;7|krF-an$kIROPt4HLqq6+EL+62d@~4Hsy9nIU?=Ue4 zJ69;q+5+73nU|TQu}$>#v(M&Vx1RD=6Lu`d?>zHN?P7J&XWwsvwJt|rr?CZu+l>m4 zTi^VLh6Uu2s392u(5DLaM%)Dr$%h3hRB>V7a9XG`B{ZsWgh4IyTO9R~TAR^h^~>ko z(k|Hy#@bP}7OyN92TKE%qNZfyWL32p-BJf1{jj0QU0V`yj=tRospvSewxGxoC=C|N zve$zAMuSaiyY)QTk9!VmwUK&<#b2fxMl_DX|5x$dKH3>6sdYCQ9@c)^A-Rn9vG?s)0)lCR76kgoR>S;B=kl(v zzM}o+G41dh)%9=ezv$7*a9Mrb+S@13nK-B6D!%vy(}5dzbg$`-UUZJKa`_Z{*$rCu zga2G}o3dTHW|>+P_>c8UOm4Vk-ojaTeAg0-+<4#u-{>pGTYz(%ojZ`0e*nHo=)XZS zpp=$zi4|RBMGJDX{Db?>>fq71rX3t$122E;cJ(9elj+kBXs>3?(tq=s*PeL^<(M$8 zUl;u9e6|EP5Us-A>Lzvr+ln|?*}wt;+gUmd>%?@Wl@m%Qm{>Q0JqTcxtB`ROhd6TB z$VY<7t$^N6IC(s*Z@x2?Gi%eB8%(hYaC zKfY5M-9MeR-@5h zZ?V`qr%%FlPQlW5v_Bp^Q?^)S*%Y#Z$|{!Lpju=$s702T z(P}foXu(uuHN!cJRK*W-8=F*QlYB*zT#WI-SmQ_VYEgKw+>wHhm`ECQS`r3VKw`wi zxlcnn26L*U;F-BC9u{Csy#e%+2uD$He5?mc55)ot>1w`?lr$J zsrI^qGB@!5dglADaHlvWto@|S>kF5>#i#hCNXbp*ZkO$*%P-Sjf3Vc+tuFaJ-^|Ou zW8=}1TOlafUitnrTA2D0<3}&zZz^%y5+t2`Tk`vBI93FqU`W!zY;M%AUoN1V1-I2I zPTVFqaw3Pr-`5HcEFWuD?!8Ybw)Y>g7c0tt=soTHiEBxlY;RlQ`iYY-qdd94zWjyD zFcskM^S{_!E?f3mEh9waR7tb6G&yl%GW%e&Sc5i;y@N)U5ZFLcAsma^K?Cg^%d{PO z=SHQq4a|l`AakzEY;A{n6Rn1u`7v~#ufV*6GZ$`Ef)d2%6apsU6^>QJl0@U& zq|wIBlBAgf0j!YaozAgmhAy0uy;AjRA2%(!`#&e>`V` zg`MfSf5gWvJY#?8%&|`Aj0<@aZ;-q#tCx=-zkGE|_C4)TqKjr-SE6po?cX?Z^B%62 zdA!75;$my<*q)n@eB<^dfFGwRaWB25UL#~PNEV>F^c+e2Be*Df(-rIVBJo2o*an$1*1 zD$bsUC-BvObdmkKlhW<59G9{d=@bAu8a05VWCO=@_~oP=G3SmO91AK_F`#5 zwXLRVay<~JYok|rdQM-~C?dcq?Yfz_*)fIte zkE_g4CeLj1oza=9zH!s!4k%H@-n{6aB&Z;Cs8MK?#Jxl`?wD>^{fTL&eQHAQFtJ_% zNEfs|gGYh+39S{-@#MrPA!XpgWD;NLlne0-Vey1n0?=ww18{L)7G|$1kjI(sjs z@|alUMcx*04*>=BWHv_W-t=rCAy0q6&*;kW&ImkwWTe$lzHJRZJ{-{ zl-mK6+j}V`wobm^^B&2Tl?1r=yWbz;v-F<#y!(CT?-4K(($wWtmD631MN9?trDG zMI7;9U7|UsC;urLP%eH1h%U`LJxT3oM4=gpi%X@lpVR9N6Q(uhJ00RWXeL-Z*V(O8 zsIyyVUvf=RXLBKX`!peifjIMvMs1YT0n$0*B;K^yZf&HN8$N%e=EgOejqihLPBT|< zs)z`nNU}BOdT7wYLy}R10eXUksn9o)jG)&=qteGc|XNI~h5R6UBfaPeIHbA32@*>orZsCB4`Q79}A=z@najfekt-_eTg7a}Mcas^D1ELlN6(y28c{ur|tmueFvIDOQxXs1)_lKrA`L2-^^VNC#miFvO%l6w5uK2bFyu?hyNLCjTCNRRVW^i+GX``giwc&TpV~OHu(yN&o)r2$K$1kjh@>iP z^&`?sCk#?xdFX+ilAb(;I7<$BQ#6j*jKsu%LEhQKe=>ki^ZICepr3#_2#pE`32i4Z zu%eXsgL)3x3Q-^OPPRhm<^!TEPoek6?O^j+qLQ*~#TBw4Aq~M2>U{>{jfojVPADAi zurKpW{7Ii5yqy6_1iXw3$aa!GLn|$~cnvQnv7{LMIFn!&d6K=3kH8+e90Zq5K%6YfdLv}ZdQmTk7SZ7}>rJ9TW)6>NY{uEZ zY^9PI1UqUFm|h0Vqe60Ny=wCFBtKb zXtqOa3M?2OEN=zDX7z}2$Y{2@WJjr?N`auMDVG9kSH~FjfJRNfsR@yJQp4cQ8zaFkT4>5XQqSVt5c}`-A#Z=3-_mGZ^)Hqayei zhJ}wgZ5UDln%)!;Wz@u=m(6C_P@r9*IMPe7Db`CSqad3ky-5-EcG=*v8J&{RtLJ(E zw2h-ghGYcDtqj4Z^nU7ChgEXO0kox=oGaY;0EPqeW89T6htbZg4z!uU1hi;omVj+3 z0B%$+k$`oH5*SeoG`Ay&BAA%nAUjQxsMlNdq8%;SbEAPVC#qm!r7j75W=A)&a6)3% zdQq$fCN;@RqI!KPfl9l=vmBFSFpD1cAxb@~K-$ZIlIL3W}?#3+|2p{|vZVq`YA zMbx|Xl57kJVwoetAo+opiewCkCIO=uBLEaG+!0U$MRdReNsx>+PIJWN6dW)pfeZ(u zQ8ei-Ht69)ZV`qv=vmorhOkF)Squ;)8AUfh<7A_xI8FGHMRW>~%o`1Wt3|8IMrM%& z8)|@=#ssro9=f9HtN0F#O085{Bf6PJnurfzS_yg?qqszmnQIYDP{N=xqPfvl;VNsK^qpoy2&App~Fe(MB7KCI)$p1!&YEB&%$9gTk zmvlt?t7!>_paNt_fYJvw^~LCqX{4opLy!n)md7}<_s?`gytfSAdoScQWTy&Tbr&~( zg9myGVv)l|4-umFBL0)Y(d}Rvt11)(O4ij#zeao~K$vh~JDn0_@3RjP2M0|79T&9+ z?>Vx&M30Sb15&<{RtpeYUf|n7n5GHyc+-FtA=7H$p6Mh=&M0O!so)tze7#WT>pp|x zfWae>0++DfscU2%>|@oiCQj+6O827)1}KsN^a>NSI*4?#ylfG-{q?3MMXX$dUH^S6Ni=Ve1d0(janpz@WqGJ?cG&sewpq294Qa zL{huwuoARdt5F4Dbh#?<2ruzSS{VeDAOtY+52t^xJW=!(0f3P&G3Cs^%~Q~~Wq{YA z!QrEk#>oXK{sc&Z7VB1_>fA1^#YyU1Ff<^9G(!V0!JW`n@EDdj$$2SVK6*7$!BvXP zmAC;h-W75(Nnzpro3CE9eV=~Lp7yS(vXnk@$g3{R`!(UG013==W*Hj{-*F!ujl+np%IX?E0*I&-K^u zY1z1I!`iOu+Ll`UtL|F6Vb?~vk=x9w6}eE^*<)O?pZQ#8YKE#b($x>w$3E*F0Kfk zfnyCo#zOpX1(P2yeHG@fP7}}~GB|&S27%6=@G^V=rmeTB$(w9rC6J@uQmcAMq zQ=Ce?Z0RkF_gu30<;5#jEW32il2?}$-6PZ?au16Y)?kUFy3L?ia1A@%S3G-M`{qn8 ze+|6jh0vqfkhdSb0MvIr!;;*AL}QX^gkc+q0RJ4i9IyOo+qAyHblI+$VuZ3UT7&iIG7640a)fe&>NOVU@xZ*YE`oy!JGMY%j}bGq!= z`R5xY(8TK&AH4b6WoKCo>lPh6vbfu1yYy02g^t9bDbexN!A`*$M5`u&}WqF?+*m?ZoW85&MFmXqQ1J{i;_Oz>3*#0?lWa zf?{tv`_JzP7D3x2gX&ICRn(aR$#>;ciH#pO?<*}!<}cYh_r{hb6*kkXSteV>l9n6i zwx63=u%!9MdE>@2X)3$YXh=DuRh~mN2bQFEH&_nHWfU{q+4=t07pt+Jfj90Or;6JX{BCQrE8bZe&wi3fwEXHRp zz8{VAmxsWU)3nT;;77X7@GCm7_fL1p_xKEG&6G~luO;Bc3ZIa?2b(*uH7qJ!es71c z{Buj4(;Jds$o78u<3df_2~DLq`e9*$SGmrR9p2OoVB5Q(KL3M{1>eq+;+lHK9N?xvyBPHni<#j$sZK{QrKEcdR9+eQD0V? zGPaq!#<-c#a>t4bt+R#Hu_|}dlIGeve@SR!d((u)Ga45+BuhHfA88G0cPrw>>(`ID zZ;aIyn|qmhuDXBthoW{J(WN+`Yud=y(wvd0rm&1*4>6?#8&)Fz z&@V=a0w4)F{^!&W_l6<5xg|-0F!~>aCALbeVsZTd*)M*^tr*!)O8w)mzKThWyQW@X zw%BFs5_@CIic5EPcTJu8=CmynV;``)3}gJ`Vl#VY_3Yib@P-KvBk_%!9OVu#8tG|Nc4I~A>8ch-~X%M@!>yk~ERI|QEcwzgI66IaaY>gx0~lm<@f z5-k^OY#SGC80Yr-tDRP(-FEJ{@_4LHsGJ=)PKZ@`eW75-r0ylN%0Q>&*M;@uZLdJ$ z)rw7Dt5ajr;P;~1P>jID!><(7R;w|Yf}qI&8klT?1dTfc@us5mKEe;qw;YKR(cp-D z6NmUMP8x7cM%~ytE@l*Mp^oN*mCF`gRNhw3gpO1PVi_^JzCJo>#mX(q+iJ(Ts$5=! z13b45gILEULS!=)SmZ{qsC1)$8-4eADGR?v z>~4k_SvdvPHAC}=4(!I^OLgQ@9EMDE7d$PvJbi+K%-HTh`P0#Ea|Jm6zj> z?R)(YWtZoIRx>AqzlG1UjT@6ba>yE z{Wf<5moh^-hu;ptAtPG}`h$4PWcOn>vy`#bH#Ss>OoAEE1gIbQwH#eG8+RHG0~TJ$ z>`C`c7KyM^gqsVNDXxT|1s;nTR&cCg6kd<-msrdE5Ofk=1BGDMlP2!93%0c@rg~4` zq)UFVW%s|`xb>;aR@L^*D>nkSLGNmM?cv)WzHZy3*>+*xAJSX;>))*XRT0r9<#zIpug(}{rSC9T$42@gb zy8eb6)~}wl<=or)2L}4T{vum>-g)QaKjtnp5fyd^;|BxHtx~2W^YbKq1HfB7@>Hw@U5)?b^H=uNOpli?w6O#~V`eG;`irLcC(&Uxz`L_Cl zS8r24e*U71o@dV6Soupo-}Ttu*Dk&EwY`h4KdY-k55DSqR&o7nufO)%>%s-Es^5Q_ z60#cReEy=$4|nW)bLh=|4bxW4j}A?qOle+wjn88oAeYb~!eA+EQ;8Ggp-UldAt$3M z7*E590amz>YB9L(z?Xx&?I37XYw?Os-t+05x6Z4vkzBE6-hrbB=GAB?p{DQXV4CKg zls@_wh*&XC<3R(CEZxg8*Y(6a>cIOq9Nss7{=UQ7Nv%O_WxSyBqnH{@(<>A&2on@z zn57W4Dh*E)o#rJ2#tyxV2;C5#rl8%%As$4qB=IbMt-z|jnWi>>7Ymq37;AW!6Y4nx z1Ogx#!WVdA92mEipgUxzy_?ddg|x)KOCyK)P5v@usc;0sN3{=0slt4CuwaxK@20eO zhdp~Z8iJ7GWrkq_-X`~(eBpthn9|`tZEUCIGiFpJjjxPVE9I)#z3Q$3tw`a69qxjuf+~ z*?v>d5~pcH-AQ~0)8PyIjumD^?SM8!Wb>KZoD7hOlc2nA0_(eG!in>}Ru}>6)>5 z@*}T`Hw{I^-?PS9>(#UFBQpW72* zsfj(2+_9@5x+57aN!`e`f(Mp_I(D>}p8)@&g^g+X1%d{ z%X5boE?hEoj0CiwTh9)#8^?~;|wgor_=Z1BI9_dI{ z&t*f95n?ZgZ5CnQa!v(p|JT?y0%KKgi`Smi9k5r!+!Mkz=&Z$%CFl;?AOzV`YBKrY z0#Y6~J6&dA=m>T@TYb8ukaV4z^Z?VX*MCKcp13-ye1*`gAj_Tm@r{fpm?K!U@Xg2AfndEo6jZN} z=XK0GRNXVLW2c?}B)rH^yR>u}b?|p(W$!TkQTAgu1AIG>MFfNchMQB_^-AQxRE$Th5-E_tBP@v(Cy|ojjP5LEU|JrM8 zVF5;$>Hl^jlHWDPChrTH(vh%bARyj5#TPb>omAs-)4zN z9?9(wybd0$Z5s+}Fiytv}-8U`IC<{6U2_NqEAkv;7lys5Qcq3EKt z0-!^Xy3idllgZ~qX^QTe=i*oGUCJNk>Y26?+9U(Ks|C81S{-v+6ebc`c(yibQbuB% zxM7mk>}dI-TfUi5Jqdu6b`4SqF)y5humuCaHhssdcR(jKf5ZGprx;Oe7VG#G6TA1+ z8oZLl<+ey(L+$Qsck^4fi{I|)p15MX73gHFUU!l${lN{)Ht_Wb%j#UE6cZ9}Wq^>+1wz z9TBA@%f~tby^0YWafmn&8Ppjn1Ng{d;S01WImtMzV<`!zU7;+8e-Xko>qM^OfOZ`Y zEZG#vcm>EGF??&G6+v(3l`X(xMn8ESv=@LdMfdcxFi%g1?0HDPG>blldR`OLlWN80 zz<$t+MM9%1K~JT@#aBZjOu9*G{W$u7cqTM|&a1)0wR8R^*r$<&AhuCq1Z{-aUhc5P zdyaaK{$P=Y6R{40FrWmLbDOCijqB(1PrKlnL)Tm|t=l}toVLAZOXJ*~-dx|_A&o65 zskcpT@bs+d@ia`f)t8ivl{(t%H?O?;=^s3O^GXqopx7E3kz06f^UQq<>gyNmo4Ij; zrOxuzn{WOqP75~PwPXC;3mZ#YW1xy&DEXsl~)u4`-v_{*B%R6xNH3* zJElz8@d#i4`#JV(ko%x;u{LMqLEEDmwD*(ccB9Wp;u*9I?=sC7g>%L{%$4m#zhbjm z)gK{LWQvE1>_yl|4T$nYKNVZ<)vza7FKU5*W~4)KNgN@;SA<9&ERxIfA&UZnB=r%N z5YD4fY$9Mkzy}!G+`KUy>3l(FSi1 zw)t)*w$E4#ZSxfm3cZLC(o3aQQ7uHk>_@fMTHoM0=quh%mfN6%{`O($pyzg0kPf=2 zjA%M7bRl4BhV5{{d4HbnTh`HM&YKw@N~47e7NFGr*9Yzi(7XQl-FJb4hPEKOC!K2x$nWy>8=PJYE)T$=Cqe(n*ChZE zklF{Ms}h0Jd|@o;Gz(~b;9d&c#0O^j{1?tF5dtMj9dG`|j0qZi^aF1r{<7KC5hZ`E zNX2nxJYEr@>u86|tPjTDet;fLn1R+IOm6&3b*}TOyNpIaid@W9c9!jIfiJOgK-aw=xb5Kpb)`E9x%CU82 zEQg_v`e+tWYClJHl=_EsSW?LZO3)o#ox(#2UW9|V7I8fYnz5fRtph`u)dywWL9}UV z*hdU9-BBK5G&}j~O6&dSdWDIpFX;&Or5wNbm^Y+A-x6(K$$Of6JTVl9n0gFY&=T5p zZX?pCxA&w{J)eDSfb?Zh*LT#AdiPlB;A%p|-`Aw6RP2mYTh zLmL~zM^VS0V@*4LkOEG~nQR)HyRB+;*KWli%QqKt&%16HWyMXRhtwdCgyoTm*5#itgp(Wap66 zyr-dgKgjl&t?JLMuw}!Boz)TOa2|37p^FAcPmxX0apWmfp$B1WF_@-dsK+?1F6~yY zEwi!-))Q_CbOP%?p%bx|=d^nLBig-_$e!nh19^Ps`s{SNq{nnW)V-qnz3y+Ipd7HS zsb}z%!+}y8izoy>Nyyj4m_br&8TGFcze#gP4?v*NEdl zzGBLM4qpvdu;5vCFi9^zXU;sW`>pPi|NFD# ze=$xI@7q9B4WPsw4CAO~UJ(S)s@u41E>#9D>!?=*N5m$%^0E` z<0RjkAj02TN9RLX3Js+GArg=Nu>E5z zPa!vMuMV06#7$1dLbwv+VGT(5V_&A~Uy3T^+|y~Q2>lA|=hZZ)ex%G`rhkN54C5gq z>w?qN=A+LgB0-@s{OJs7Da|z%dK)uDH4?m5Y=K(N5KWL)uqDxwBt>QmOk(h~1u6_s z>9x>G_+@bJhBQ;(Rr?20>Tjn}^Y`|rQvI3Ua5$aGq{HFf4BhwAFVk2oHNbk)hmAri zjQ_!g*-c^AKM>A@je&H)i1PsJ5929F<8bLXvONK4;-n6d;Zm7Q=G|k6Fp*AY!b1a`eoS*c zF413z6`x;!NZV1k5)sv;-Dqjt?t&|JLNGSA2yWhU-RYC^oiWI1+idw;6*>m1&Io`^iPgF6c$sN zw9j3KFYs@%*HNz1Jr?F^RiLV%@DyQ^Dnc1h&59pWKhD#AMQV~3k7}>c@gdw=dyRf5 zHGNU7bA_hHWUnI-9SXtjM~LT>U5!uS#{ zKSOhB>l^nUa&S8kEFoAUIDG}(Lr#|uJCGb%29Xr>1S4yk0d)9hoJ7#4xNbi?5Dt?N zBp45evje1L)A;&Smy9J8MJe@1#HwBFoYPv$=k%GOaq!kd58)tzBI~EkGG3Rqy>GOTce-p>jH0rb~c(K z1|9q=$3)Vdgcwyvy&>S3p(f~O;~?XK{)Kch&2!gs=%kNH#-Ee-i}S+a@DNWR(Xnv< zv7kIUUD(c?RS|JmPeXBC6cbxUl6qRxl;fFAiK%!>EzFa zJ$-mz?G%WqC+P-l!DLX&nfxzGAnLaFsOg^Vq~gaW2QQ<(qixj#J=;Y{m`?kHkfO)i zdxQ*`2Jr3iXdj4QE%|AlQ;|Wx~pKrr7xuNnTe=t-AO)iha6xDYpH}>yZ z+FD^H2VS0x4us;Wo_95^kElZ$>j2HW@wyeLi3i%Q28NXxQT7V1{iHY}Llc~!Dkv8* zM><6X$}-pv0N#?+N%W`5%}K0Is%8kCOC~LuR6+;gtHYPi9=dqUoin~Q^MhE;TSIe$6dEI=Xs(`oTlj_C-3c4KT+wJvpu4Kkn_RZVg5jE+RF`XNx?0xmaV~bW?v}wVTXn4{5 zO&2X+*pF%!%qu@3SLRk-npU5?`f_cV9;|pa#ktlD9VuvRx;TK+fWUv_$vC8-@TcO4 zN_-D6?7|-4!VWMEgQ}TUe(c3w4{eyxe8C5t7pS0MFe;X@U&B?sVDIGR;u>?mPyb2F zV5WLiQ2mX&1v=E#B`oe9yk4Y2^CFRk8*rV6k1!uW{m47&7E!m%(ANz&+ixrB^ng(;#RLHnX%tfsjJWM- zyBo5Of=eNl8*;gm`ozE0weGdP7~Iz5$$pI`$C5 z`U46T|8cnpt;J+VO?%~H_`Ph??bcn%Jzu`2`z~tc^PoA?r znJlfFuxIeRC?a>J?C!EC2Bn;dnhn3XeZ}sbjb-10*a7A?aS00$P{m0wm zO_v_`nJOwO*k6S$tHR@xmt`N`;fR%l>^^ZvbfRm}PUBtryK5pTwRdIZgj<#_irORP zr7I?yj7m&+KkD(;PKtLXmF-s9=>`j_AFjI$YN7_w1g7hD(md1~ysZj9;u_Y4i3Ssz zgRH~g_UH9AHR4A!67Z@2zch=Odh*4WzWc2=ekK0-ueW&=xy{z7Gz9CSbv}Pk+4ST# z#ZxnW&!Z1tS0A}`@LT_*wh{sv=f-Dy+2cPoUi{nzYTGjx)eit9s#G5^D0+(|iNBlJ zV$vUX35MrZ8K19VAN|i75_}Z#DO`R~MZQy~2$6gqOvN0Js%d70SzJm|ER&Jy5k>-I z!fh9^fC*zr22w0EG6&Uqo`eqC7_L8gi(#?!A>;y86ak0F7|oHQIhmW!15hHkZ(*|o zF+vd5r!A(imA-b0}qc4-&FS58}j>!?PW$SEg*;W8H~a^e%b?2`O8 z*`i%!x17FmIo=X;^83K2Y3Hja(b_rMns6%ts^>=(bA-9V<9O1I>564?R3a}v1yYtH z*l6T7AY0T66-95WtZgaP8(}|MBGlfNdh@=~Y1m!IA7($BPUtE`qT@h@;M3Hd z;_dtQw^?1x7-WaPK4XDxuqd5+qVz|PQlALGw|x}&MFa4RtVSK`(e|RtFN=u%s&M?) z7+HD3$diG_iYZuX{0ijc(*2C7cTX)p*3LRRtn3r@wq>%<@A9jY)yX*dv zSq7pIH0)jCA$)wa^7RfPVlWXzzoH}vzHmu4?W&f|zEC#fi<;dYS!Z*G+=!O(wLx7} zkfS~!6{@R-(Uw86L(mJl7`6&&tfKDx<)c+WIlqL)3pSX=7*`N5ysyr`8ap$bd^E3w89)ZgPiCBi|f{Ji^U)|AMCk%95n_gVk3|_XmE_Z6(keo8NCgI|@0sfZs3_s1} z$KK|ZCF;AE#cQiOrv*z^HWTBHM`H8Hwdx20FDq8lu^{(Q!@5s%Urrmi_ZX=7)j%7* z2x#|wO+pMI^e#2DpLkU+erWUorFxiNlu1s>XIg^5wIEm|joek2Rd2IsPtNkBRLQTFsnoh4v_<(`f@uV0I_G*I9RD+?L~j{1bx`#0ta zEeZiTNBzhh^|GEN+1vl7{w)Wm!`yhLKAuC&Ve`GhjRo0c|E^`tZXfkQW;&_kBLS|M z7!XYb?!E&&=u`h5Ld{_dyivFMQHW{aI!yVS7oS=ttZ_4U4sb{P=wmO6wCrO3g8Cir zRxN0ht{}^=kNOy`2fdgiLzr_8?$^fWMSdbcHb<)&+4+$`i%$>mB*aF7fv0tiFWhcK zRThLy0Mtx?A6Q34Vn$tJOcHkv?-ldg8_%9Jr8YX#=C;}%u*pWq^?L5VVi61EUkC^@ zTi3LAgna%bC9aB?Qos0?XlUZtnp9cISx)1AbGeO~JGb1<*DpHId@iRrT4e7+!$h07 zWDZ4FAXQ;*hdB%9)8U`#Aq1XW1`G)sm$Ol@ZCv2#2r5~I^BXuYJm%NgOkCQOAufat z)Mo2&C`TDc7EDz1sE;V{`=Bx<#5gYrDb+@@FE3>Yx=pZB79-7UjD-g%Z#qc&td6cl zI`S1u2Q2b!m^1LOg{LEV_eV*@cFW|i{!+a94itA#8 z2;?I%3?C8LQn5B+Ac|?$1Ejde^`AH_B}3`>#H=np*@XDR^y^=fZDd~Fz;wS>e@!M7JaPvv zPU?=U|2$6iw_+;&j{0oiARgl1!2p}_PMTg!Yxs?H%{HmJgU62_ghA}_;}{7x*brZc z@>!rSz|M}1YPdKizI;?B3~2O%LY`8A1SF;-m z+Oxu{+PYOU-V9O}bVd$T!;AU2M<2*KtciMEC29!H9V-u9ZUJ$M-4#Nb$5QVy@LP8HyfiyK->WR(e1g77J;isq@ zxu$>@C(@*mf}RY@L8hJXBrWMOEKDqt3i8iwFSwpR$W>G_j=iMN>(!1>S7GdmXt%UH zpfdn%XxP3S<>d1=1{yBn9c@?(YZkyNN1 zQx^M4-32#mo8SKR;r8t_CV3=RwbSNzS!Jbd%GS0L=qT*0!ERw05x~DzSsUKHYQ||Y zuwKD!+2nux!l3~g>0-F=;qnW{w$F|jqXuhZz#N`4WtzLDj_MYvu(*X@fb3G;s!oPE z?QMW|e7J7#=?C#3QWQRp-~(1;_=?J(Y^}oNmHRoN$^y4Pv2Z8cL)EmwWVNJh@>2ER z)el6y-IQ`!2h2{kx3}jwTf$_!N75)(mi|n=?Ylj_>QzqjfMiO67Wc4{rOcF4JS+{j z&z%duf1`r(U@ZlI{F=sZFnCGJv}cN<(cA|5AP8m+HUK z@vG9%#_zOu)ChxFSxmKsBSSO9XX%g4SU79e4=G!|Cgo(;VeA8dsRxIZ$Eqhj(brh0 z>Jh)P2`<<#u_i^?L>%2jxXAxZX%?<7l073C+~1p!t{Dj_9ZxL$sz|_G{C#{Hv@t=B zP}EsMr62u$;U#=d%MRJHCiNv=5OI3(_o-A=G_9B~AsrRui@pzUDE@tHg#6PmWEuT^ ziPt|@8=kjTNmkqdOlyJS!m{E9I87hqn;%9rT0<0-L99QeURoyK-&OxH^mcao3^t~WeS^K zH`XC|VCLo6*duA78O!ugN@5Elxkhd!CmdSX&*f=utfmDFD9PkBHMk3&aFB&)R8NL4 zD&i)OQLO z(Z_o2Zs~o#^$zu`{XU~$I{T&vAH3;ofJ*ZpJ&JR~s{J0}8cw}`t#a3NvWA?#tMY67 zLG}{Q{#6^CipQ$*V2|W$g2v->Y9+4=(K+K`;I4$BFUb9!Nrk0B*fL+v z_lcdO1uEs@|8I@xoKCB{68@q=)}90JCVF33Lb?M@bC5mog<2~vPXXzk7B$|75Lya& zL)t=%E&Pk`S-PznN<)4iAI;NU!@f0_V&wOND{4!~b@1&pAN$Goqzvq>;o=lr=43Xx{tUtEaN3B>CWZ)Uac%%Y9--wFCA~Ek7aAC_APm}b zpXAnlNOIF+;t%pPlAxIkvv1neXa8*XxNLX6ZDDR(+U5bi-=^>US$+3TyUFaf{gSPI z&A@*!TUbRQ-p-3$KUDc=Hp9j|c+t%)Z{KNid2DyGia&p6lgtpOkDeM{Qy=)H&22V` zFBRKM=Etf98a&;o2pD`R2ctkyWxz`aTDZXBjY52aOspy*2=?xDIZi>&&))8y?Pe*( zt;DkFm|`@cFI!Kx=wFn7fh&cqy-f1RZb2KRCK7JNBsApYHWk=M5J&|wBQOdb+2_^g z*;b(s3o^wX$sWZHhUhNh^+UU2+hPaWw)eN~kHy66akHOp4#cDm_4zDetK1Mqx+sR1`nMz9wwQP*hL>=&Kei3+FtV>|yg%{T(6f`N5BR!MdXj8xHG^3) zqCJiEswQF>ZLP}3Hs3ciKciD63}0Z^MFL6+`V473sGm^=U1^Mx3`Y|Mrl>H0pEcT6 zg^H5MH*WeRUNMs9VN5fcZQ=>}GHBs};LS}+P-y~P#IlYJ0P8ym@R(0L;jYe*1D4ll zwDy~vES0HtyCCI2411OeiC>SA#1wX;8DRXzVihdy^T9BjrZUmN_=b)~n*!R4%Wps~ zkbFH!%W;I*pJZ#8%)c_#RUtKlOksrV!Y3i%vh>?b076sjL-)-NtH_t7E8;OBZOPa@ zAofQ3jdT&<%k!kzaG)7qW3j4HcvQe1&&jd+f8}J3!f+>UDx7H_B8^6hA&r*!PDQ-B za5jys`+BVIUd>7lmgi)Y&fyh!`yosPQAwyIh?7D-h2#b7);pTpdfDrCm->#&W_JPe zRvi?=>OgitOs_62y`!|JbhXf5STOdjJDPjj*#EK7D|Q>bl1&L=hPkN@2)(QE#vP@l zt9uJeTG&n{WG78N)aYu19%#`y%8i44oVsSwNLRxgR6hF`tsw;8VRy)COB4`B4i4SsLAa4`Y(WRazi3X`Vv!fMiDilJX?r1a{9%U3-*f6J-iKJh{i^La~ z$yJ?ASG(MP>=IKImh$g9bD7xJqR}YghlfIHszUwEmoF2yQ`Xet0HgZCGNmYge2TvH z+d^IF=q3{GD`-m8K+R-7AdPA64e{l|c4AofbmD)4hUvwM1bw^%@mXLok{H%R#q;qz z+gU3h@JZH-G^8$-2?T_&a!E51(fhSa5Q$w^j>=mA9b7)O1^G1VKyM1v8fOAgDLfFwlSN7aDkBbh=1Vofi; z{_|sQ`!zOY>fWC264~Y0Y;ZbE!j3Cqv4wlfV?E8SiTe3tr;ceTaXo*JV!Oufp0KT} z!>xB&7aARQo9It=F0Wa;$5j)X(=fKBtv5LhYKFC6eJA)BwZ>zny85O7zI6@a-&ln8 zLF2LorHz$i{9dO!8mb#Jp?&t4L$8*9&!)KTkLxQVHBP8FA!bZwX zC$1xtlqa{pU|8*e#v_V+#E4OT zjwi(7(vGZ$V!mG>tD`=FtRvSqWZ9$*B?GPmVd1ek!0@{$s=gg&_gx>I&W_E$e<7Y+ z5K(_sDS$qH^8rKPSita&*B->#;u88_rMf;Axsguitwh`|=XF8(EVlU^L*PKbu#TN~ zwj8|9X*SENE}$egSAG|3#!^5By}_`$$?RM3+{=QMMid7b`V01GIvvI+&E63R2wQNp zn}sc$*2c&2oUL%!tO4~7wk4n)tpFT)D3<_3R0r=|=}&0KCf!VqIpm|jC(z<~qb-#Q zZxk@2wJZtt%hiN1;J9w_Hzt9B+S-HzVkb8@NIl-+0XLm`=_dDWyDqXB zn&w}0*`hmpYVLH;R9>jKpbgr%Tssmku7 zB4?i;DJ=yE$6)n>a-tiWd=_(RksK=Y6Abz5;b5mLI|>)(FA9o zGzACes-Q@1Vend}5C)iY7*G)}1M%Udge?eW(1HnSXri;yq(~2bXQq`x;Yrz#0k&ke zS%JGlk~lDWC_ny*-Pvc@4#dzy&@`+2PkV%% zOIv<3)+u>drFF184*~^AoZL$_J<;#J>d$8hF1HEz)8d7HT$%mI=(a%Fw_CitukY~T zzCPh-wvU#V(e-YoddEiUO$O~Gr_8a91@$Jc+rpZOpW6;!qTct6s-1GiRv51Kzn!ku z>d;8_q{~ie0yF5Z-59^#vLXATUx*cq!zD=G$XZeu&u5Te*HqWE4IIDJ=3 z;X=s*MnE=AeJ9|E8#P5YEW>Y3>i7+gy{D`72zWgEJ6_;p$$k1u>hqEMJ4WhXT+1`J z2UoHdw1-mEKE?MEYBN#+HGKNk5c-SiJgPNDBrxIO3hq2zQ?Q-Gzn`%I_?VYp&dv2M zvIvf0jiNBnpf1lm=3_A6ApuPS)>4!*8O26GMgpxwaM6T-up7}x$fShgk;qe5v^RIo z>TaB#z4r{2{wUbivuj#sL%^MIIAif88=Zo8VO`(VhtJ#lK)G7`AVbhecjuza-rrB| zo4s>x>$20;IoY}UyhY=kM#Bz+WZSjeUwYHVtw){{#_rt79ybJJr`6`3xa`^N&f)n! zT=yimh90T==dW``)l)vNIle^QUoEWPPd=w1q+I0(zj?aa4;5EaZaQsy5FJ4LeF}5{ z$zg##sP#GwKG2!Ph}IYe2=jqBViZeEZy;=DiXR5O3_2O25Y~Q9y=cg)D}9l1=&&Xw&3l?g{8))$`(k@{a1p3a{ens7utuI^2=vshxrlD-kY-br`D+hAM=))3(PZ zpyB3*357l{^D%K-(OTUkjEoJ4X>x<^UfmPAA7hlXG?QgK21ybCZk1lxS0Sifv<291 zEjcA#Q%-#E!a(4PJtQIWk)#atL{s*GU*JZt07Zc#S!1%fwV7fXkwZu$LI=?Jii9b& z9N7&))d3Vh8fPHy4GD@Ijl7yD&?%NGuJ_OccYXkIaDN7{Ux?ntALbeUyb?sbz03s# zLfJD@r)GcJGkZS!PFErpG3low5RJ#jCL63{qLHqyaMc*AVNejQp_b+{ucvHN$a_^~ zK+n|6Qz^l#n5WiWi;#UEURyWC?C}74{5m0i9bm^jS=(82np)-?!p5j&Hj8-6#y5q$ z-cZx{GVhaJT^!E3OK(B$?9)Oq;h*nmgonr@l}$~5ny#*74^BUz-dtT@>WZ;S_3r_} zQNaQi9BKB}jHzND-dA1Yeacj3_qnU%q4vw$L-Baogt=3ig3Ri*h;4T_HQn8u6~D8% zu3dIGR>z7KUO$}07IDA zm>ULZ#zLtQpB=zl`Xly=k@2w#_&57?*Xi!kJ;wQT>Y(diU_s7c9> zJt9NLo6(QTdY?<&%(7s~gGuhxX6Ia@TxNd)1c%NSn z1vg!?!9F%t+BbteRT}T^ikFtgySn40Y{9CQ#s-^l6%*Z|a#r=PT|QRt>uzZ1KDuU2 z_UG&)_39e07-r|Hmy8d@CawADtYBN~ud`dnC6l4WwkC7cwB?%@#G0C73m(O(B@{A= zKYo4MwAZI+m;dFW_8z_0tM6&w{t;apJRSqCB|8-3|G^xy4{cteem4EFg?KyO^H>jM zvPiWhJ7a++c1XQBBKT_Aev;X1adZCx?O6i7i}=MPVM!{DFhM1no>Vgi=FJObSSzE4 z!cz06q4?jt9&?tl`>Ym||8Lbn@fQ|L_G8v#F`IpVs|l!&x&>B}_z$1B(XGyIsHAWY znA8qOJ=@^)4xPoaU-h^g^}_jK@kTQ7$?aFf|5I6D)sIC2%qiC(coF8shYu$ie*)ue ze%G2{U`NRIn<&=&^cNmI;H`MZjd~?#3I1s@KF{obqiu%g9@l{o^DS=Z{*u!j)-EktzHk%L~ zUeueNeuutfbuxAHnCfe9zB#!P8?xVF){CM-QK}``94{Bxq4Q=lI*@*(t$ z0*llTSuC3*FY_i0Esz=DU(#!`f?@wi{if=Z>r@~3asMrB8H6RvvkTcW)vbP8ZeWX4 zzxps+&i<@^TXl<*)K}C$u*vFs=c>O<uva_OepgZ3^mp(p%~u)K{5Z{k!@f>W^5N zctHJ;`gb-C%!>u<(kED#4A{XPx$+SHa}?%+(O6P8P)JhxL-2PKS-#1p!TbB=d;5nL zMMOs=yP`{Yvn%^wn}ki9e$C!VtI_NeVz`$Lz%L_RchA@F7J^6AM{gFM+M7MOSKOPu ztXH`F#C^w(VO);r;56Hd1-i|6n#b*T>ceqoYd9adu&Oc+x`?PF5k{oi7$_HEV@K2z zymA4)N+`DI{|3bN<-4D@&N)YxIVoqR5q@8N=Kc5COtz?XZfomYb%y==nU^drYn>b!5Ctr?PZ$sZJGC4(Lx<*GmYK3@9};69v2?xCz*86!x1fq z9-^Oe{|eU+0lSwM-%%oRlZiDYBcsgabpN8BFSM>vThx{{TLd#395z2-=dkJ; zUPumj_0A`QOXa%S$dG#HKaV)PHrXJUqTZlMEURp*D&K#c?PX)`>TojQ>yzh(U5ggE z+}3v2ww-mQmrPrgHX82`E)7LZ#9*S)OrYMVHZ2*%Ix2 z-f6n^R()lg_{@W9puD-%bs!$vZY>)VYBn{#u=iUtgZ1U*4oibOw!C4kr;~&cIo+d? zul5rmlh}%uY=)i|^mJ>IyR&mweFZIu_7x~{W-C@zr5Q1cK^!y+OU~frPEZqXZ04#L0$|tY}D-NPT^J>z!>2 zLk;VdDSg7vTYSmLjc%I1lCVSm>+G7BEY6w@(XH|*G{ zSt~)o`-!M-5J4aV2N@%gOd!0FRFIBn|vW}Drt z-eWVGJOi3H9hf$!nudR8+Nmhg011-@!@NC3DA2QVhVsnWtq@_vVUsn7Lgo{)!})lf zHnxUxXX|Z}q6~&9Cutz=WXN1iJCP;&D8)pBPR#N=xfBTp2pd7-lFF5XXBc!;f}%nR z1Ca6zjC^CAo!5Zpsbiu(lgpE2dZaZQmR3Pl1Nu#$p&}HOO1KhD0hr0cDxiUoC%PDR zz2y;b(?1FUenyXAUfrc`fgeIi%?Q>s#3O>1`S`d7)!ab-ztxcdp zi(oNgfzqrSy+Qa-h~$kCFl>tV#u zT0yo>Sj8|%X=Z5eLYl_j3H$wFA3GlQ`NIC8!J3ZtWgQ*Tf>iySj%6K(I%;b=*zAUs z@a=8sq4nu=XBezD!_2jBtet7FSqQn zIF@m`p^X#2_+Y@)f(;Nc7NdxOl%T-$NRFKpzZ*Diiyv-9$byI~Y_VA7@fF$z4H|Dx5g*3@-my-zW{NS^+s=4LU=S;5ULvFYRU7E$thNp8*A(h3CX5s zqQ~5@=c+ot#VX*Ndavjg1ef4*RI#r4+51F`-Xy>#L9~eMYl6w8mrb%>5bZT?ljVD6 ztEdNv0*uOqR@o*xU>7I~%q&O{-x-#ny*Sp3}O21M?Rd(O98C84<|F{P!iYQi+&Y*nsLu5^Ihu$V)k)=GECZL$l#xZCMb z%xz~?w@;eYGR~3+M_}0ce(?P zl902^TxqD4$DQx-Ouql3YC)>Mv?0+^0b7X9MdejK@03cTh{%+U%}ktHqQF-^C6`xw zO``FD0}P~L0z_&PDjancf@m?ZGR0TUYN{lM-RfudpltLzU;yJ{R+GzQ*P|q&zCuzY zP@pguLKr`*Q*oFilK?v&y$CF+j-b`jSz!_lC6mW>m+2px;ND~mcq=BCmMTz-PuXY< zOa5z2j)rQ{(LTN*&~0=Yh5whf_W+NhI=_eaPTAgjUu|FYx>|LuiX}^yT;wh{;oiU% z_p&Z@Y`}m`FN5C~v?rUXJU2@qOB4H#QH{+~N5*}@@#Jm2%V%+B2D zcW!yhdC$u$WMz8Y@Q7Sm;An!nZCaUSSuojY3}>m>9D|bq{)XtxPsx!lnpMKJ$>l0=VE#0Q${LhbVQ?(avB~M5H(A<6VIs~Hmen|XCr57cj;wDg~y7PjIZR* zau8CZLCaPfRJMsKeNi~1P;*LSAkgMF^Q=afBekooDqXYIppZJ`(kv}2%`0n&8lEg` z4=C(+1ET{^|A%kM#z zXK7m|9Wcfc3=~;>1jcJfX#rU|Ppz!j;7pMyJxd%-z##=(QTY&BIZl!@lVSAb*KE2t zsC)F&?X{LH;g7;@GHGHi9oIy36f@s3g3 zRt#I$TBG}b-9;4UrV$&5Ij9vP)Y;Np6VLT3k-c!=P<<;z&y-p^C+_T2?PjhnuA3&) zZg_w4iMx50MTey|GHd-~Qvv|JOonzEpncEx-PZbcYu(#|MF)Yep>~>mY?NK)j*MDlofYp2?IA zdWFjqQYB^@4u{F4kONMK_E=?Xxs$LThk3UpU19S{Nzmr?e_{2qb`9sV2yanqH0d@5 zKGJp8aZ;((RpJ-E(g5Ey-P)#3bab(6W+bgQb9J5E$fs<9fcfNuxIvFo=h1Dgwcy+w zPuTU(HesXi2ZPm;XEiGog3BROSUdQwi5UwQ_J3+1m1G-UYluB@01JOMr|AGf`7CDG z0ig`8Ee4)kL6qbPGy~CNdwL7bt`jNhr{b~f<0Mqx@25+$lS$DH(Vxp|&m0t?&qQTw z7?k*9V*W>p{DU=}4O&dJVTtJY(^>`^lPL~F6O|IFf&j!DWck6E9}tqnNz(gl(B;1+U04#Mx7H@PM!jr;8}`p8X5AFzRgZ z`H&lBbVagpDgs^cAL}3%1zD$XOne$PNmH;OFF;TKQt?TS2u1Xly;A5E%X>i&LS8)c z94WDnS|omqYiN=XeK3B}x+|c@HmfZ(WQ<~YG9AvJ!q|jbd#I*5WUrl&T>ys=H|eYa z=2P;fwY|sZguD`qxdX)M>uI;{{E0Cl55B`!K{}wLHeN|4VH*YnBfJf$tm5E77<2U`gq>@HG1qNC7Hcyb!M;d687pf$B(PUZ=T|xM7)L(EmRVw z;~E{-q~ZvOOr2pdE3KGuy*wmJ%9P@R0*A2yuAhIFS3E2{e{lXEPa&La>y?-W>-8zjMwKGjQ$BzcAdCp)p^-It?U!LP5Hxpchm^Keq$?$57$5a!Z+()BJRD{ z6WgCQN}23z-^iC&TytVqsnMs6p-*RQ(ixw2F8vzfP=&GB|8F?{vwhrLatNCSGk0hY z#-0-r+MT6XGIxqGf<)4vq(!0^mfU%UhXXyCkz}3fmG;0s&`8l>X!W^JfDuz9HUo@{ zuuFqpp>Uv)!psk76{RqQDF$&!v^n_ECT`}V@{zZoqC)oA7_w~`M~N|5Q|_k zJ;Up>vyh*=Kjn%>HQJW}(v6${w!9Z%lq8ZlF>@K=Ek<&|IT4DB~B~Y_O;v9%9bdID;FI$4}a;O}@l!+Yy zZ67)fU;`NEa8WOT7DH7N_&*q17&?q>qwQXMcFgOOnF<0N*-^sEWbzzvC)kr_vv+i5 zgPm2{O*$B>IAd@{>+WUK><(pc@%$Y%QkK)@5Tn}4^Ln|tOsDsh=f>O`Mru?jc?N+S zjv9?oZ;e0J6*s%IG6n*@)S#6c137i!nnDgDIU_YINmjH(${tUCloc<{sdVK)q-C~s z^SX%F!SQCb+A?8SAq-ab;ILesL&}?2F1w-0Zdb;3_7dq1y_J`mAZv20%2Kk(?Wvhm z?BgJojYahs`X@A7)HA9Qm5P}EkW30FIDr{C1ON{u z1g5dIMr=}b5GjQLE~kiOEsekhAqGW;iWew{c8QDP()f-j!!>b}0<_?aiq6~yI>*3B zi`CdXW~Cg76+JS8SL=N!|F26HjVUaAW#N(;&=GruQ@h?1{-Ra%60++(*a{-;SN={& z3m*yJzP9zU)P6F#y&<2IYIRcSWv>_H=QF%ksji&bymFkwB+s?s!OWBD?KvFpwAYaF z6HB9tl5(fq9jdFlXQI1E?Q^gHxncuVOg#lH7*|HYd$Tnnm)HD6gV_v+Ekb4 zp_-m+TC}!*?8^M?Y`$XK{JN&qk1Sq6xYYg&+mlym)o2Awb#46$jTWSN#;OI(jOptu zaCbaIeUAorw`cR3Q9bDuE~l}?)pf9WSllS}RTN5{AmKP8TP%l##64O+ z<9w~)>KD$L^#-v&PKLdn&JjL-V;0%hPd@a%E}(nDen@49b&%5#O-QsX6;-7Ym_{)3 zVl37&u%3X?ma&!7b)K&CFgV2vcWds-QvlU}1h5qyxV^(mlpUfHjzhVqKa?A?iY8<~>_=ad! zk8dO`rvOwQj>Y9oP2*Ot9wKK_hBC~WVtf!r`yU%(p%oD8e+cg4QUi%h2a{}O5}EG* zZ-HLS&Y#FkWd<|*0G}o#4taLmE^k0-iGxUlg8Xl6I@jpH*%~?tx@JuRJn#pu1 z@%_I=rNM%Y&`YFTCG|8jY9=GAaO%H4EqhwG9gJlaZKg1oi{db>rau>VdE^b)^5%>b8}?cL9itw!Y(Bor%WpI?%Pj4J{j!bwjl?n=A z?##%PqWmuA8zS)5vCxk(#bC(9jFU0xQk5C=7R7TRzMFn&JpLe}gI6mL{C!MbWW0*I zJeV8RWO=t%FK{h(m362pOLR55=AN7W`u2&T{v&qlpQUo)8&gl^+xyG^_=H+E&E8{g zDtj>Tm&AiGOuNYD{?mSBc+fDm!jX{TQ=#IZQaQll|>^G`1^D^SV zM+ZBRqk?)b(96%pKAv6kG#;Gx_9RUJOrL=Ch#REmXQRXa?RfD@|1DZPOH<>K-+Z~L-ZeSdCe_=8y zv$DFgjbD+f$Xn5p?QtF#T$_pgT|@$@QGPJGo8D>TeAt8fg6onA*w0M>p@iDdM_^a=-IIAa==ijmLcDs$P+!j}iuEj;;q_SK-hF(6t&u*(3 zU!LE)pqCz!$h##W9aWv*rYjeIUm+JxEFjgC8ezyBN-_G-vS}?09R$E(jR6BMU5U^@ z(V0P0B}3^eADjeW+@$S6T2jX+!gXXQh=c{DMBthD%*Muwk`k2(;0!J{>|O2$aekt_pC0cNlWBQj*NqU$H3%h)ui z?qoV$6o>@NL$D;;M02ATJ{}%ng;dfcXd{fw1p6fDH854f8 zL_5c+rAD;odO-?4m`z)jE@0QsIP#m%s{3yxi%G|qJ9mC592Bk*4$?J5vvrf&4==v> zL*Z%RPT^^~#-wiB-EW#fR>F=Qt#Nm25b;_CbGzR|l<+O7jV3LT3y%tNHaS?@`}o41 zF$uNZFw7Y~77Aa>jb2bAph2cqyb2hF{`0@kc^4I@JroH*5@Ck{3%HA7J ze{=QfTZrXPG(~C3e0zG=<=@}#yeD$(it9e|@}t3Eyl(l}7SBEY4FhdhBIcb^!*gCl znFlPvfq4vU4akQLkM!yPH0F@Xp4CK5WGsrIY#-Z~%66Yny0cS6LL^vZ{#CoPf547v zDOQeSMJf?e5Ldtea!LXg_#yu@^rU^*gZ%^VuaIC)(1`K^c$#TLNtk$0pons6AR0!$ zLUWQKxeJ{spst%xMbvmTKy*u_|1@&<2(Jsb3$Ne98JRk3nUx!DJ=x2tx%A513Tb^+ z6{A$>`g952ZR_y#^#BMQ;Q?NEWr8Kwqc!wGt6zh&EFKrvp{{ zN~{S=Y!iu^0Jos91XK~^De&WAO?3BQ!NF<=uyq~mg=ar(~#oOa0#k@s$PSzc6DGpZY zT%MiJKfg1}p{soS^vIIw;22}*cuMOjV++=yo`T|dD%z@Ov!(S!t0^oRsA=_x^+YR- zRun2H5=~%|fM4gQs|vMD>7n5f8#?tsN@5RaH1W^l8V#@Kb6(2f^@31PSCF5~CtaD} zHvqx#ExV!o0Lk}Jze|zj2?JMi!xC>^ZcUbx|8oD`UrHT5QaV&bC3|pDTvIB|$&v2% z6%>eP4*a&})c8hn-$b+WaF^U1-Y9%4?aZpl@s?;DwsrU3yUt6`1&HKhr(r4L3qt&ZY~Ue$d;q9YOJv}hM+5p1Omb%T%HEakh-=S^t}!cIW|NCt zvYY;N*Q~sC1sQXeEuA^!svEU*$tdANv&&^(v#x9Tve5*SsoPZk-nva@m)o@7>0Un? z!Atj^ZD6Nk^lh>fKMh(sMon0&1|FKqIv6qslh=z6Ed%72Dy!IIOJsI&k(zNe{r5j` zk_^X6`ZxFWKTWP6!%seNfB&|pQNmWNqVSmX-rpQQ`2bN0Cje~8WfmX!`rCUhuDV6| z?tzm(+(*>4Rl?Uf)zvuzW2UIDP+k<|WI}{Ib%x>RC*r31(n%p}+BT+-9GkW+IrRJX zl4DHYwrN6EI=PMW4E<6fuero2mvA4UMJq5i)7)epXyn;=e>z3@9f-LGcf5hMl*Uci zj^i)l8w{96&a4mrQ~GllC9!c~%TH#{M$B;EW?N3ttH6-F_R*bkE z%xs+9eK>1JJlEyUi3|T4SYbBZx6y2}B_?h-TH3hruKPE(H$8SVQM-|~4Xr_@In|BW zVgnhInnHim#YFuiJF;qqG`&6hB@?p%o1y+ku}Y5rxPFzA>{ANaiBNe-q$cmhZ(g6f}5CD+Sf>5JC1{YNhE(3F0!pqbX3(RwM@_N|c zFzw=ol!l+B7sM0Mdy|AsMx{HQl(76 z$#hO*p?1?0eXP0O(<)bIWm(nM?>D&fvK;|!P?al}G1;T~4{9s&3~cWA(L?15m&fK{ z)~>Hj3O^K`+eU6-gO#NfAS4*o;1-7UNR|0&(@~!?n_WwQKqAZxwyrJL|JM&?c06U%ORPS!-dO@oAf`H*?OVR=v)~F4S5z zN+5)YCd&}E8gy1RrguKlTO10oX1m^K%4>6G=~)DM_>yi%EXJsGuk#kUP6`2@0mFH& z*Y7NFja4Y}-Gp?I88a-Qs4d@6Y3k4^;uG$8HkVZ>6{d2Ts(+j_*H>Op!RM>kkox{2 z;Rsw5Iu&f8xr|1}tTY4tlHM>@EiDGFo?bbl;~Fu({1Z6Pa>+DgRgwURk+FuLorv&p zv=R76sC6XM%S1>W=qad%1G_wM3Sh6nDM0zsc0|E!6pSFE;zY!kd0?&wr8l1tn`~l0 zKjN<7P2T10Tav&7>10G6STwUFdt$Ckoo6!J;)Qlku~Vxs*jOESa`jr1$`w?}mAukM zx|OzkuRpal^rsm`;TczAm!Ag(3+p`9y^Z2s;Xjy+&E`xnc2|LnIxpPt&XsPg6uUf-7ft7w~JT& zfw+4o-?d@ch@?j;51V6l_vA4*Mm!^38vC%}t2Q0LXa*LS0U5%JS+ZNQ2IGMa4z4Ku z1XMXlM4({XWT3mXmejMX4KfvQpFUQG=p6zh1P(#hx0TaeK{z8y&FKjo3kEhe;iDcE zfcF9NrmRd+z#75I#zyOzI${$C4z8egkGJ98@%p80)mt99&dA=tEGF*_>L9oaR=CWYsR-P*G_o6S+z$z#(P~a{(6#ymX0~h z+zw|!lNvkPaUB%ja-FB?(Fv**Bgd~HFZW*OO%_;My4Q{$zEnTq*A43HRN?uNFg=hl z(mS>Jp)!boM~Ci|rMz6Z8QFl};xW z+VC;%K?kAOOY{Zm7ozQ4hK7!RFs`B9d6c9mQ-&9ZPv@IOdauhoi;5;SiiX_ zWHK;M)?aq=IP-A2oqKccL$m)pH~*+mz|;ySZZ3~)-BsluH|nc;xl+!#{ao9QcRBNG&Y@@wdtJbh8!GYyZ)Aw zzW!rQ{z;Ot{z+k{O^#r%wLyJLxwd z^XJOJx5eNf7|~5`*>4^z8HR_EXsbFq6_{Qh=&*U_cl%k zwM=iU2Q-PXbe70@^dA>Q@*j7JJAQ6|4-hly6bGu#Guf4I3#=NJmMq+jRMnDLMGTM8 z6FZqoQTr`j5OI0-s_>JgLyrB~1ISJSSW>S5iIM8Fd`kT8G)kmiG74kB5_qw%knBSo z@oyzBOWuPdb_$`9K7a)3Pq%~9W`D>*IUiM@0O!f@)4ww;cr6QD5gESP1B%!6;MicH!*-Y@P77+wB?U{(vm~ z0JN-bp*I7tds}$B|2Yv_ml9GUw621L=mG8zKA?tYOyL8Y$OA*gF20al| zE!BG;U}OpgXwsPQkfX7WgsEmUAWlI(Q%5G%c5JA@ zvU7cnaQC>*j%_XCf?T?a7#|JPH|92fQQw$ue`M)hN67HnNs*fMopiZ@%w_PtA1jc&hb32b{w#B}vxOro)&kk4QYrL#`LlzCOWDbu%nMm`flvZfG|KV$j$ z-FNRE&whE;GvWRhXt!eH;b*Q&eRI=I-{8}UJ`2g|xFh(1d6<`@`9woMA|kP%%i+S5 zK1F0WhSZW`Qt4EZc`V(MZsAXaeCedS(Vb5ELclEaS@QrmjTB5H)0hpPEE5EQNlSt? z21ITlh|EwEWF@giEs@COAQx(+_op}^iJXqHgKDa5asPlpLpVlbgj@6s?#6S zYL9`li=n^zx)AA&B=wJxE3xcTD*N=wh_LiAeKO-y5#$mc`A=Xw@xj(!AZfrCg?F2! z%%%|*5?(3e55O%Be>hdJWqz|Y>@NYc35+My#uxNsQ%rG0cZ281FRKs`l-S?BR7$Qh z-dVrO@Xl=E(CcZ!zjWz~bC~pbD^8Y^*o%J<{*O3DPI*%37d~UUCSH7g{XNT97LQ$? zYDwS3-Mc~fzXjb-ryofsKuafo;|MWb{O%5q#oGdD3s3+{Gu!C$mzxRqo(e`nj_uaPooI_7+V3f_n$&KXNEvegYzVOAmOI2;f z%Txl_vJgS~zx%NlOt`B5A1jvKoKv>6a#W5%cB9YQE}Ng#F-&RRe*ZmNFS`A= zffzY&T}2~NcH;d+T}$M2l)?WJg&c4iEkTi+0V>Z^9RNlas=*@uckms`6J|+}MwkVl zE*N-dTsD!&Rw6C9;`uACcs{*j*L;_2erJQvcU_02%bc~Ubv}FK!A+YVd~oxo2X_nq zIxLJ(Kec`BV~&r=1*4{GtdwIw_4r|;;(YY{D^5OnWS2C@x2K~s>682AHEryBn;yjZ z4?M8>3E?~8cUvB~Zsk;R?@dJv+4DFYRsX`H578avc%LRj22up7SnVaEaV$dP+@Mb2 zq4CIrhOkSI?M#gOW_%ee~$=YyOXUUtta- z@3Q5iMlTbdyK_ZVk=cxE)U2`ldFI@H5%zHXu&HYiR*LHY$S&l*@|^Pwk?pbS!QI|E{fuLT9l>Vn41g5I@&W>ri?f&GFo z2Mvui(Ha1iNH}VO&gaA?EjuED!@2g}wMSvNZckt@^ zbBcT{_aqY7%7ddWm!=M@i%rJXYvdmtmEHZ<%5=2wE#Ya?`{vOxdvUPHUc~Hq)u^&+ zVxd}piz@JUQn_L0+rqRxfv#aS1_Qa)SFTn?$r9m8tB0)&yDHj4Q)OzVO1NO^@T(S# zL(0QB&KiTUe&dAnr^5A~AR?Oh+sP8L@Ls*u%05spT>iM4%=WoC#%#@Vlnc)Y*M>(1 z%>k=bX=I0!#ZUiZtZ{s3P3^i(18oF$Y@`P&pb7q@ zvO&%Rinll&IO>Nvk;2BP83HY%nxOt@^RQ6}1388?OVhV+Wsgs0?25ERVP|+&EE0^` z9;D*zmtfJOHEx^cUSPX*CM%hFt8IaM+BUL@o;Mw^gE?}ONuG9OHsL}9goCExOl6k9 zcBF9hZPPbzo-Rz=Cbo417-4=XMb6q`w5^}k)dn8)rye-Nvy7(}Gh*3HgK@Lu%)3+n z3oI%!*v)_P(IJ#lCcqSZfges}9(VST_vZX!8Iyu_9WRljFOkeF&%DGjD#;zAuOeiL z)kL;tDxm*yaTD@D7Ic(j;`>P;SyBFLyqBneU^?`pM<(c}IK9OD2nZ!U*T9lL1{g;P zQHC5spChCsLWwhCBD+2mm(S2;iqgWTOcCcZWEYknl3hS(8+Jq-!Js3u!vGXFx%%`X z1GZyXL7}pT{gaax|rmpxnPf6C{R0 zTib|2S=j5#k%yaW)!9?dat0A=*X;8^v`SQ&KeDAp3DgrAcLuh@xA;PZBR zg`=d<4p03_tdo51mGomi;T*5W zBR30JjLniAk}JV|c8{b_@+!PN3ED$3pu<0a5gVJRMq0Nr)(md5j3YKqt%Cs={mM&V zt(QUujwTQ>MqnxgM4FbD0^omUM`j%X;ov|kMM@GAVteUvCTv*~XK!V8i8e-rGO=_w zoddypK}UkYEyU(oO|oKfA7hGR%Au_RIi%5mMX8P!NNn^DF#hO?MyUXe5YZ^CBuAyz zAaoLmQ4tEOMf%#4pPP{;jWHM)?Ifp@kt=LAg`7AKI~*z{W3ezw)pVPUQEMy~jk*Wh zTB*WpR!FsEi}0SsqLk?wqmj|el+#Tnl^ko>maAr>%xuC2=oZxEl4o@~9aI9XR%h1D z(rWcqJyENP-l}^|YjhfkRH_Dq0Csag*5}@Ne*Zr;M)&xhr-|1PuRQ|g&-ss8aV zHQ)cOM)PgI#`o!W$Vm6yr&5JrWzH40eATw{n%~Tk@(&l_f~OwphL< zCqVa}HZY$G%oj?XR`mrDRG?uJ%%7|Dde!ITbG2SC$p5Y}8a2z$XEq>ISjNkZ>1)ov zgE4B@ZHNjMe(1B_iMB^&AdI3IXEcx*Chj7 zB70ZAgoM~V!p$$OCVPKo`w;0RGhZ4!{v}p2VcgvrJjUJQ`tKgHL2`y{a5*?8l{pSS zVw`E_9ZV7@{DRZbcUGeBT!b+Rqb4RXao8LXXKXTqpXO606l_ghxNxwE%@d7RW#3 z3UEXjf7lI6*9ic+0Pae`^tPR>QL2SMsL3oEYnGOP$E&ou>S`~7xQVo(=)(GU4qQK3 zr?C@W$tk9f*D9E@M03cl(WrbDVpAIxG#Fl;5L{*BOWVj61YAL>qYM>lvf-j@87tpW z>ZJvtU!o^7M2?;aC>6H~*pz?_@A_f43oiSGu}SQ@oNif|jUiqc=UP!8 z=>_F32*pk3PFPZ*vcpA%CN-p;Wxmn4U-oTG7E0BO+K-oF$b+b15-I&yI4^>TevPA| z*`O%f1ySQ{Y5ZqvdO^$W`%*F%#Lt9hQ~Pdj5nk<{#WM`}1&EZna`}}EkJxL5;b(RK zf@)(^i_(k8hi0cS63J zs|Oki5QJx-ntFo~>>H%pY^E}xqM$b5MkoYvA@~kW?9WyLsNftU=J84%FU=uI1-qz& z1e^PwZW2CepU0^YenL2@YGH@)Zu1jQ{eo)vbm78VWF|Q$<=}w5W#K|%AkIaL_Q^~f zi|eTOp-#ROKBVnH#1e_)P3HY8s08{;dZ}0gP%Po!hLQr;BV~334uMWAl-Bd--#Lr4 zPP?Qdr)gAseNmTiQDw`*c6`PC1Bk z|3&YFAt(-S5J%N3gxme>D{!fPNgp+SjP6|uarzfLH$e)iK6*+D$1m-L*m8QjAGFH^ z!4#H29_}tYGe9>0-gpLnEkFNVf|O((Fhz0>mN{pkLJV{|+nAL!+nm@Nc5q(1;$0 zM^XlI4futW(0Z&+Dmx`;z%>=+F$`--08{c%b07caoO2rfcx&P4E_cI%*(-V`x`@j; zY3;gE`&aF}^~k{oo~)8NnyMR&zN(UV^8aqFW1e}|cCqmFEzbNRLwxxa?}InfKOla<+Aw3N@!C?SkfJo8^8o_ zI-fw6;_#rs8M>Q+4?{*lf6ip$gGD1_2)F*3nIb$OJoLNYv87o1MtGo;=rMVHc^Mg* zzJq)5cfvzNlfHv34fMZg$+Pso7znVXSU~|SIp>ji?}fH(>3^H-I{4m&4?q0ywD-t7 z&`*A`g)pImWS4M#Zu;G9Tl!s%h6&iR8RREo0+8h2rQ~oF4^Cf%UjrF-Vx~<}RSZ*I zE(2MIVn4)+wu!iV_&KCBJ7WozHtAvFJ})oAL?hICnfWHzmC33lUvkOkcX2xQWGg~> z@BaL}sp{L$pV2vjL?679*l!~z{`9L2m(0`GtD8C#ot^Q#F%1oEW0p0nz3W%&ub4Tl zv7>Bsdu8sZhQ_w8CH3p>X8H^MuC2*;raREK{(9zN$DD5BT3H_a=?1Nud0!pn*^pUZupA z00^Tj5tSm3ES7<&%$QX!=9c9_0)sU3X6E^ShyF8t!uA7Cb=}?d)XA@&a=V}EW*W(c zOu_RclPZ>-{Zx1NQ$Vf%1X5Uw9d3Fmy}|)ud-_SSfJENUoGgFpK<0AjCt1h|evE%Z z;>VXe18_1@Fu#N{v}Dy$lYcahh+FBgOa3nO3B5w!-!FNJjDG1I;T;eXh*@fdciwr4 zjDCtq-A8v`@^_NF?=`aGOWz0iLhnbEgMcy@d_;QkKk$7ipcWA}i23ZFsLEMr>E*^m zNiljMCxS`D0CtQRk`;cwZFtH2PC&AwZk-Esg4y{wTFw0ENVACmqI*lPKgx2}QEvCVye^Z; z7cdw4Cy!~hT58(tTvkqTwpOE+DP#Ggikowbz?sCpE1Y-gkZ|y`3z*$+64-JWdFkBM z*Ij#OYe`h^Gw4gVEuZc6IEwvFsdR;*#pxI9Sj47n+C_64wj)Xcy{3t;pT-^ zp1g)@-ZnI(|2o#{s+>8q(rfAp^75*M!p%o28Vqk=(~!6B6Rq}RU(=z=?xM1(WkubU zhnjpJYqg*F8xK`aD#}}&S2U^mP@|C3P(crm1S=Pk9!@{A(q$bR3U-;imDb8&gx;j0 z;T429XfFCd_&s7}e*eKm7kxl#5W7Zh_&9LS%OJK_PssaKWeGE7bk2mF(NjBbZ8CnPRDNY_y0vqvSTwEU)@I|E zO68Zv=36_MNF$?~kh8xcr^0{F%jpBc+=KqI8uz?&m(F%qRQMx)?AV_(LB-(KX^Hq` zc*ZkN%k29pbUyV*rbJ(s3^CW0uoy3ptf1(|FpOf9QHdS+wI<@yAcjwBu(VmQ6c=8m z6b?EH45R20DOnSoM;S*<`PnH@ znU-mbX3h<@cXoy%caE$qshO~gkdgW$q6rpc|}mM zfW4fn2@zHg?ak<`h$MyQiiQ`Lv=lS5hhmgJXsl0?YsZi4E)8$=c$QBnnXh9F&2c*$ zo}1qk)E{n2YI&bMPp&&}lpO)v=eQDNTY=41B&;b>thIE#&z#?7w)+at2l>OB;qvN; zop}qqD&bJPd~C*5L)|+2Gh=x(#-YO)hiLs$8|GplsgTtp7@+wT*fLZpU7J+vUEW}w38eItqmZNf`rIh|C45G*4gvtuv2ThuDXc4 z_`F(~o4xr#n>-TrA-kYAe{7|2#8J7Z{f-(gd;Ga>&c1)lWrqs;pUj`koHIS(pOU_D z^8LS$#%g*dRg)QD^LVnOJea-VNlv(W8>d}4abi{VBvc^g{(<%>=A~8;kSobx+W^dd z&`(FbE}}m!n<$swWH;yBxQ58)FmSG&`4)_se1oQtH6u;oagR#y4*UV% z$RlzEQQ?Bxx~KCmCdnIwnIbM2*apCK_K0`0o;qZC^gB zrnD~peLitnc+7HIOQfYaR@=5i$KjSiQ`sTL}ZLR4Z5zHCAtN>{bMsjN!6PEI-ku9@ESMg(;v}J0-^JMuS7w0b5 znX@cD7-?=8W)2tRaCYfAMyrX35sT!5f6!STjzv9;6_lBvK768%HD@<*NHttQXnIdk z?y7^F`IN{L?uU%rCUVHqK1zo@akLs-EoXkZnBZUz#7i_Tpn#3a5+TYeLYd_#dc{U1 z(h#`k#S*5uBs;gUF*loal*U~7`L0;$=f#;4=AN=BEs2&1-}$2Zg%57C1^v#VI#-t> zJzRMAY0~-3eWdazv*eQV6Mxve+y^*iS4kA#R|fn- zu&3e;qG3vLMn`=l-=NG{P!dW@q#yXDaL&2329-vr{@Uo%C`>lC=j2i0{4mP|q$wR{ zgn!v%CnO%Y0uBjp+Bjf5$TTk4KkHU)cFe@~QB_pz^SCGfJ*?JQKf0@!=#AcW;GQ7N zoi;maX8SBB zw0v&=GnX)%`~NoZ44HYcOdJ!a{DCi*(Pc}iWH`|I(H=k{g-Q{v<}ma?m=r%QWf!J} z8H0%E83q-u1cZqn?7c^L{#>B=FH!3BvbI-O&wt|5F=H-$V*bp7Etk-A)B;d}v8Z?J zB4WCFFCq`qCkDZL$3!R|>lU7)++0^}S32aEDj4OA`8fRuuF~3gDH32)EFsOzy=Bgl zbuV3)$8@b(Z6hmq6?u zdXVtQzxf91Fn&M9rzk%aFfXVsQ6;NGq(q#$=}<**)WJ{ZWib+A-;a)nqTVnf6_5cn z4t)>}4PzEXog;w~#$Z1ki{Lk<(qh}xw}&MofCb9!BjRB5?P=tIsR5L1!lWmvIA=!w|rhUdd}Y5$nj z@Zd2XuQLzdk4WtBzY3^hY>D1*R4J-QL@7{T4h1Gs&|F;1!b2qrcn-4Ri{yl`y@Yd0 z*^pzgBXmX3x!4)Jdgi9aQKc`rW~P=gL~>^9sMO=stc>u zp1E|DPH z1|+>G%%}<4&@;lb7~m`>2842kdFnKRX;3oaB^xJ=tNn^$zN#HJY2(KGHZfn-jm65O zv2|Y|sE=$MDk`P#+f=niuhp-qLb%_?NizMK%8mDJtX!j)P1?vF8!9)6SVmEIG{8bp z2aE9}WF=dHrxwk=qJ>vZKCOv%Yh zo)At7f2FjnBAx2PwiC{psVaa#f^a&N&m&A4FlmWM^^S9%ZFIKlfmIcYLA zle~cwab?#R3c6H?C69~O?j5+5(Ku}I{&=DcPF1X14!C@Ld06RKKXaA|hyZ9WLm+u1 zYU9HRsSL0LRFN&gn`8*8j+(;EIWTVc&J}Lr|J??}oqO%vFY7Pd{Y6}OUwA+M#qNvh zzMOllm$Y2A^8D}4UwIj6VU8R*BHYKNenP=LIsAo_?BrvlN&QmChJE`sbiAY%o;Ws{ zJ^8}+nDF|rXml9KiJ>Kc>Yu7U7@IPDQ1zHiY1R;GVYn5!>kiY=A@hYZ6D5!jXKm9F zjgDUbX@8jR^5dZ3&mH;m`~C4Uo)bA9>NwaLyc_};espuXotf1sT)&St6D)?TGRdDT zPCw<2Figb7ochV#|KTi>N(;hPVQX42l#brCNgD1 zvWp5s5{;f&-4$_d+2V?%|A$k^r5fdYhRjiF3}qc7I;+Crs?HH`C`>$a*KxQcE=)hS z=pzx^E@g3}=pCRZL~ZT#1ON~Xut5lx&eUcc*{uON08|U3d`6q&Pp<)B?F42E1NRRy zJM%GAHH^}96C?Sr?6UqhDb*1YaDnW1aE>TLszQtvMYxNSj>v)_3QAO@Im7ql1+=foE6>vkVT=e zML-E2DW}+g0qxjgNR(UI1)Cq(jDO_2P2H0>Z=T$}>HXxWlfN2Uojavei`8=j+%dd!-BCV*E({dFq=jrOQYQES*I7_41O!tkCj<#5M2QaG8ryvdqK7=gu9TZr8csspKTHAy4i_ol!q6 z<&!|m64QwpObHr;Z$XeC@yn?D)x@T*VtiL!l|DIvw7dzSd8F_dSYno+%Z(I9k_YJj zv|M0aC;$HDo7~;~Dq$pkFC_j<8=icM@OSfRWQ@v%95YffhmKT`I%QJSENWZSf?);l z!poo|oEX;_!8Rr%>f(a^n0^QrUm-z17`_DZ-=T;mxdE-G&1&Sa35xRsy&xnq5mJN0 zK!wb!qvfZ98jkQ>%^p&%D|XmjyV>G3!aoc_lNykvoS^23*1T~x2U{uIUmA95?=I9L z*Jlw~^}!~T5!peeSTkrd+Vf# zRppW?oSGxi$X>^L&`5?#8hsNQ=(QGe0tSE&-C`W$&(dQ$TdnBh+>We?VZv27Gv#S`x zZY2OyBt_P2SMC;6st1M5LWQvTL6yp|2gJf0<7BwUm3uT-o3rxrvdkMw@MpJCqwJhC zsZ*&j?k0Nqf?0WWb$PpuYUTD_yS6LUDAXx#+PCi}1wHVwKmF-3dLTu?Q9A&nV6oSo z@k-UhPdpYrmPL~F=$s-#*jh4}6K)VM{Y!r-HzX`A;+Gyg=WM=6{lGoW=DZ`R5fm3e zUJ!qT%nyqa{2SQ%$wGES$NUcb69&&849DX!S%_!9&{1|m^t$s{#zpXjSU!ThAZ`em zpMkBPEKH+)mURqx;F(k6X~?W8PDi4?A>1LBv62%KdYqIl(To)^r+k4rkHRibtuKrp z+A+}kFuI9BP}DF9=o3}v!~q124L~~#QGm2Yp#;K80}BN8x{HW(2&G>btrLYno+H9@ z35Jh4PFn1&B4`XL_{g>k=KW^r+_+su5K}zr`hwB#F1xI|d$y4oOH{&}z~X<*=X;n5 zfz3sWma*%`tr432PLpt_&gu7BDvm9EuOiIYq6=p1X{ncj7rFYuMO!}UiUBs)BTs*) z1o`Z5JrSoV`*u2pM+f-Tl<-D7;B|slWs{gddl4xwg@uU$RM2QL(h>#HgZf$A;YVLG zl0$wIQT7Opo4-^W&Ft;P9i#4#aYx_(jN}G|+H66>&7adGyzLmnne=3yCCIN}dz^55 z%q53NnLa4o_=l&E4%Pk62f{t%3gK|tBrIdDXQSypVUnQ#)ZYSK&Dbq7n*`JDF?m)27D?iLX(kMOA%T@ zfiG0Ffqf_p6^<=Uz=~9Qb}N=Wa;dfq39?xAiLF(tr0^|+?3lV+4bD}=FZvDP!*|ZV zleuo#==FO+)Lay)iB4#-+S-?Fy@|QJIIp+>9J{11)nNVZ*TGkL-3_oO9~YaG97`l8 z*{J|YePRu82%1q-h4#rUt33k4Y)Nlow(4E0rq3O23t7Bbe$|x$vS#+eW=Ftc^%IBu z#`5&R9&0=M)JgGTyx2DFr|X7BOXMQjAPG%>5=Me~z-OXC8J2#zo#gSvuEokmLq13>Ks;moLJ;z3yyYjIm? zg0+BGvYJ>*qa~#P6T$wBIE>PGX-G8vh!q|}3>8NeL~*NpU@c$^L@~tDK^DVraY>x& z?bc$O#cGkc2@KvrDU$WVlNFHR@nrPQ)cb{S2>N5OmC_7h^vhB+a6Q4DaVe_5(lU!# zw4+1&r_Wz*i%LbWS3HQz&{u#fCNW?^PSAZ(dZ*GecfnPx^t#xIhor9}Uia*q{^*2( zor4b~3k1>VM86!(%Z+PMc6V6DU}B5XdIGL@P}a@}*xZcN_4A&%c+8lK56{0owQc&0 z+cr&|vU&5AsnfR3n7%D_{rtmp-xKq$XXeNZGSNw8Bf?kHe2W-ikXB#O|-cKR7uZ5(TT(GVQ1;IKD*BA^?N;j z@0}ix!ATR1xOEQ{YHbdiSq;J%Z=uHSbC@*_zsJ8-uF;r^io9-jp=FLI67~A6TB9W( zn-kh*Q+vJO4pAtKQNPEeH5!aIo6)4#n%(}Fki*jDi6SSb_5z#QlcAS z@#%&1i23tyME{#Ci!?+UvreNCDv`Mgsb5hG8a^*#cNk6fiCMnPiX-Hp+aBztPl4Oh zyHn6D*0IHn$3DB=tiNbPC^UlpZ*J0?V|6jJJs@Q`rA}qn+Rc8tYS7vYi29IOYhBsd zuG*5FF<(~HWYziASy7zd5#-z)PSo2q#2&G$?fT0GFSTxP_hrrNTFu!t*=E!SBi0Cg z2=SRH$2YzncHm7u96A(;d=Z&(Qi-??nsK-hIGvf`4q1jA~oib#XKO7tb8)6w1$r@c;e$bb_`&F~Ni2jzvZn2Fw$ zz~B)d_)khjggJGS~kwcJ`S$EEhn$FG)b)C?Be?Rg4{?f);@1;dk*(~!#;TB_6ue~koujG{(Beh zUbt{KVXkcLp4__g$fK)QtXTahxoGr)j=G9-8WhCenK&*7rYIphp6F!0FZDa$cKI}A zbC$PH6CR9|P9~in$MVcdqgHQm<%JWmV76W(Ra?!jyjZd}yEEKSQq&abG|$;JC;bSc zi%r_Ko|C*fHU5MMZZ-d!_K;<@%9@Wx|6OFrky`ijgBLxNotf;yC;P z19KdM9L-wjp>Ck8BG5)h!T0r&0%+sf$hTN2Lv zkjxKXirD2~To#O4g3+K1RK6xdDPT%wEeGp9$`BglwrgN{jB|EL-iaRh)`YmW(^uJ7uLBa*m(&$7XGI-Ke zN;nA09{>_C7UNiom=;}hVi~*+tXPQjh2p-!$Alh2G7T7~LDWZk#B@Y`_||eS0j5c8 z+}MXS8)x<*jNC9-9f5cm&Im-bpfa@rDJ#}aeD&mfrlGy%ww*gk?W`wa$f&eubjT!agn2CWzTsF$9FQLv-MyCyzdwe%0(XgSv}M>Fy@F$&>plh^`XnrC<3lF=|wT zxwE#mprEjD7ST?yA%cmit*xpe>+d> ze4^cc(iT%F0-o}GzhxHDd0~0Nw%;391a(%WY$gC>p7cuGwE}l#_6uJTU3%q&Du-Sv z1BNQ6(xHc+GOV2wta51Ju2zM;w9pK?-$vo<7hb5Tx!}@jjIK(9#}tXZhOa3(4AZCt zeR8mWs=yNvM86y>IS;5hz*qP;0}qHi0D~PqBaSeil!iUQlCV3>8lbEi7?siLw38X7Ay0^wp7>Q~U9X90Kmz9u zGh;-Yf!@kam`UQaU~ zKC^g{E;aY>7jX`w7r}f$FY=D2T_qmcXkvb7<8v^QFe+0lBwIdIEMQiJi?iI}QvaG9 zFIlAGEc-(x;`Yw!xJj5VRhrI|!-jRvUkNW&`eTdRs$1-4wL%XTJcV-aZoPtMmT%{l z$~8)|v|`{C&B}j2h3Jt^>K>w12|Y-kXd!bQUbiuM2zE$ z5%+bOo?z+mdio*1I#~xKh1Nl9@bD{9rvijuq<*AxPY@W|#D%3Lf z|LDW95-oJ%uc7PzKjz*$Fsdr;AD?r})J$)wlbIwl6Vlsc5+KPWKp=z?2qjWO?+|(s zVdyBJ6hQ>RtcW5iifb1!x@%WfU2)a5#9eiDS6yFsbs@=IzMtn#5`yBo@BZFDewoaj z+wVE&p7WfiejXa4W`Z0o=tf#%Y#8W@tEJz+IKR>U~HRPH7}){FA_g z2@RTRpp84qzJ|6Tbl~m%2s1O8`iyqZ5(?E!d*MNCf_fBIp0pN>Y$)^p^{g6c-qdT) z2G|`q!rdp`_EOQ1xd-;oeZW1skI7UsOBvE8XfB>qbJ|9n@GEyp#)N$*zuR$;iHTMl zMb6o*mJJixJe)xE3Q6_4>)`+&0VYGZT=+r_+-_y*&qQ=9TDu^?KY|vD9{9zI3DK(5 zME=Du$arMS#9PPZ2`ya}-Oqi0SJ|R6){pAu>P}GuxC!H>S(E&)JRvc zK(%pLIt!%_Ggh;J!P3mN(C&zQ%b!{2zgdp>O3i+p(=nue_40cDaryCg10&jdx17tO z(^oG`_H-m)1cDqwb`64b;Smyx)_@t0hzGhdMCC4<9`|!TD8jm$rK?L{m%e7ES5xX| zjVv*(Fl`#N^Ymjk_TQ;du2gC}db*#$3;ZWOD(u{Xf?=5$H@|z8nKTK#24ycWnW{7M zAKQD&^LZK7DvgHE{3S1zo_>f1NH&P+M;%Csfl8EPu7x`aIkw>Sb*g?XAd3zsX^HUS z;UC1y6~<^aDLl9k{x&4~;8i-HtfOnX;mQ^KYx5>mteILiZ%SkHXs&4RwL5E-R@LO( zM6u}hNxwS1`A=KMZudb^r4d&kLjbo*jB_XUZm7xw()$Npp75WZModdD;0bDHwr`R1 z_{sVCpn^HUU7WwBZ2nzSn$~Q2(Y)xssf8Q^yiQfaGpCL)?csqTYl$*OC+Z@HVq^XB zOye(GF$~=Qgsvvqt>JX}F)?~g{W!WMD}jH~8i`yrp|6CFShk_1l1@(nOjnF*SpCVK zPZ>c(Klp(l_zKcZz|T@YCZ0yA0EZ^D{lW`$b84Z^U^;j-tpQBvB00=t(w>;jRGNw zHbmPcyBkeUMyN*Dp&<=!4Z*9_kr2sB-A2w*DIcMAtDSr>qu8;Cw5OT*sv9K9fcGOK zSm!4y(a2K=dfsK5;!ihJii?WuI$xqIGc`8d;YdoW%gL@wbJ?B#*wjo{qOWdT^k9m- zk==Ptc1~SdlEaZs=lt{%`6zA(m=DT}5dFZ2(yka(5~#H%rX*T@>g=_aAidv5RVz4Y)D3sGFSTS2r^}yJIAKH`4lg%ntx|R z@g|#cj@ugfX#OhfWp`jJqBtUbHkZ4DSHKDHin0O4ELt|2GH9gHaP!L}3}X%RMu9^v zuS(%Jt&VKN;Q3N&Y~gBXg}t%bWVW+k1Gq)5L#s5@ZkEsLIw^XNABqBodZ8Z+V-=0W zNfK@`WLS{B9Hl>p2R#J6Cms(mA4-IIVD5qlOg);Cpn%vztqY4NIw=`LQ{iB&^7#Wa z7a&uV)>V||WdnY{zt5auLkdb=`8s!>hE*dQPt81kI ziO)fk1BII*_SGJx{lTuOLY^sHz={3|Pb?n%Yie4$M&R<(ilKI}PV{R%0}AWba;7QM zlhO+kSbd)<)y`7?fZ^f#8IR88g^8yYJUP*(>zlFUnxzNtoZYl6N1f{El@=@+k}>b# z?4Dj;?9= zS6nw@ob*rWHR+$@M%;ibXjl5MM&Dm&83`?45etEsp3Zfah6&wn{SbZWiSl#g2s8QF z!b4X)kx8BIv0a|9d#)&qO#jKn1JeLSU&g}PO{iQL9$?_n`%N@9{Doli;kV#$3Nk1^ z#U4_1qX>;tNcxH3ovQtK_!)Q;noSJxssaap?qI9Elad>s5bi2j#ytCs3 za>OCS+>#mBw~`ecHs)WC{zzU^cx+5Je#R3lToHj6;g(tCOO%@6wkpq&GX4R1 zbtJ>0R7-sa=3topyX?tUg83mJE@(3F#$*?KY=Y=`;PXg{F}hsA=r60uXOmHR?c0m~v#F!u!V#*&AI! zFCAz1AzPG%yv`L)O!?wt1!(?ra)UJ3BIHo!{9Yy?_5{>Guyf`FChX$Fc_I zzkl<0r)IOI1!D?xv z|1Xy@#d)U%ppGeWtaJ{l2B)wBCoHNdN?uM*O~xylSFjm1X(4SGMWdi;NKxSuf(5t$ z(yq)xWA3qIH}GW;dPcJn8YKu5f;{oiO;wizg-JCFwS~i3j<8^y&6ATjN8`%xe@W3ZTPIsDF&xo?<=iJvK1bU>vQqQpAR2|98e;? zywn>Lli7c4!^k9)D%NBa68o3AL)UnD;d+hQ!;L5&d5@<^J+vey>4Buo;w7UeC9Ww; z>UC`7uuab)c08w7zw+VUfg^7(8}2hqI@xh>QPckSg{{)#cJ`ZoB^^z5>Wnx}rQ)|t zm9Bv?Y4QiD9p9(jwKLujJIq}-HB>Ae=~c1k&Xe~rE;Db4B|o4OT`5J0Rv@-mt!atz zj@X>-1Cp1zVgT55j#C)|HMfmO@q}V#n`2Twx+XYdZTw(Y`5GfTH>Yk!#zc-pZW=AdnU&ctSGLmPRA#Yl%*st2 zE5@3|99PQ)1!p??$QLg?_qS8cq3YGk^9J=x+wtQaLmvIzOJ(X93s+Gg81?GDFTVN4 zi)CtqLG-vQfkdF``vU)J8+thXfiD0dYXo1A1iUiY;}P;M1b7IG9)w;9FLlWY2N_j$6R}D_C#tuFLyR zQg?8Y>?h+f4n;=rDT>*O1&SreUa?-W86MDk6bIlb(X6-=xcVo7u>QE>DaBdEvx-;o zHejCOiI7E?piCY_R(m?>8YV(eH+fkc1o9v@DE}J~P!EEwJy^lDDl0jm&=M6(WjI1} zhsug1OnxZaJWem}2`>S^DmBPMa~QOGSg}|L3CHQ+J#ajM_k+p-7#qsBCaS65;S<0J2iW7)(J59wVcB6%k{?6%EJ!OsS@Utz_$(y8; zY_=t%V?5*DFrIlzZ{ki!YtM2>w{6Pe9$-Sq>~eHS?^dvtrb=lv8>;ST64@AOhk#MC zHzd7!sHq55P!v@j9C-9X0WZ0+LTk2bC|f@z1F_*7DLz zruI=vvH$QnNO|>oNZOsqiluu5BhEgp6xpgOR(aQlPoGxv0hs4a`qNCWlU_c;dVlqi zTDma!WiF=mlT6^9KFbP?yQEJ)%wpTyIW&YF?FBzULCQyRsUJR;KJU0*`iv#~`OnpC z4l-gG(E_)Pgd|FRRmT4(%sYi_RPEM6;$3%-Z%5%{n>c_iJhrLhpPL>N-gq#SBPHg9 zDzo{9P0z5IZB?7kp52`GFuR8^%q3e+zbL)g1bTBFEEJU4yBB)6py1I-C^!=N&1nNd zCbKBK(G8K1;))gUZ+7rVPAR3Vw7t$6-x$fJPaG&+8+m@w#PTMtSUR>8IWwlE8>A1U z(8^i-@18xi?eGFN_%(Z7r8sxBlq5ZS&Db~Cl-F;l9Je^~taR<5acm>kyS*=)&e>K> zn6*kON8)>1LFFjt>#TO+!OahJ(gx)D`j_ncOO%}4G{JPx7gXF@3{UmqLN~)yN9>Bc zpC>`rSsX-oGVPMHLph6`su_njt$XR&Kiz!upPqdwyjDEi%D68N9r}`S(*JBYcVz9o z&$k{p(E9wnYv-(faNH~R-S=Ja_ctH>=)vYCYu{Y{=JESp5mvRUOUK`Q^Y~KX!uq*$ z+wUr^XJ)0&pP$0-5Nl^v=I{ zJj$bjzVt*|k!cGIjUTvd6KyVeA${ty&7gHGB<#Q1y14zTyV}$4`fA-A?XMQk9G1;8 zp5EWF&#>*jJebfrN6kWh2{r0A9OgK6uv*5?N2oX#x;mx`pR@Uo*GrC8yA6OX273VP`NcBT5$Qr0j?G(M{{P7piqRt*) zN=el73s(VL`SV{oUT6>g%o)xA9Yvu3PritOk*PmT7!2X&#aO|Vk=pG~2a{1WGXR_p zgE>l4UMm$H7b0r$wzikJ{oJv(mqs9+QS`6EILDZbuS@=&Z5%$wIA;~Ut2=)?DwiM7V8y|a2de7gte_wyolz2Y5-{hoV zNoufec(7NxJ*CD7ZahunGQ>M#l7ayb)Ka^pQ*2}^2^dYOPAi<uj~;F1rK7F4-`>hvE3z-Vn_W?n%^t`Kao>fq*aO)WY&#u0N+&ig zJ}Q*7oyn@G$P)Y0@>jpY5>F&PG#&KoJ^YRX^+K*%Ss=<$$y_-}L{UXErgc(E5-&jp znr?_BbPwuI#L%IiL?tQGQxhLhEFNIO&2PPbbo8M$OJ>hnvg%;{q2Ii5`}B85i|$0V z!QOX<^!@rRpKN0Z=T@CRx@XJQI$o|_piwYoJ1MS+k z4@{;Nph^J0Rz&vw*R{6pWnO9y>5qG@xbr22mF}0)L#gr~)}4H_qp>6$<~$925GmFS z&0^K?9>3KCfKji9ml=9*)MPGa_6R~d<|%laTO_^BzGM?4)z`l!wMngf1bd$Dc#b>y zn)D5~h>eq4r8agA3&T>^5wi5Qbc9S$4}>iqA?)E5ky+fW9UZ(72IOS8<1gH;@(K&j zloXa+bBDra6BOoL3kUoHL_@>&^ECv-8f4FE#sp1A{n>?AMziib z$qd)|3UYAtV1Drc0u&k(6_1!N+06DIJd)YHfVjlPDl1-ccwBwGrPxwmkM*Bj&`JO9 zczs)T=dI|h&|7Ak>vWhY=o3EevYFqaC&{Tq z)3qak!8J0(ysUS8nYK5}M38q_I^SDc7B9UZ{n3JhIN{&iL_m^m`s*5hGQUi*X#Er` z6bg?OrWdP`5fltDi&4H2EUat@&_IR9LpUa5W4Rg%4tUpe(;Ger9WZ1j`qB}QTf#b^ z3yJPJRD~)R&xINrsUgCROu=#5G1XI4iK;2pV}O@}KOO%07*Vf-`?EeR$EwxqVsv_~ zH78B)v;dStjN$1NIP~7JcXh{s)q6EbIU@q&-f?ixy=5Md=FW1>?>pa>4E#k(Gs<^oc+1PZ8N16fN=wp54FANlzWFAaH=&b{ zfQAnN$J&Hh3yED}MWOIH7)ogV@}!cEsZ;SyN(m5WYD~`QDI`rOS`C|IRmP8uznuy3 z6YU4j3nT_Wj2)#Thq^tT0U!@=r>Blx9f|3`@u^wA`q~sTeE7h|h2DfqiUHkf@F7ED zuYDvW)BRyvr)4E^ilw7Jav_Gs7aQ@|s+U+3X3)W3FWt2JrdKY!z4Sq+^g^o5V&0dV z1qHkqhFbheojd#ItY@|lQRzNyUi9L?d3B#|Oz?MU#uKs^g5D++Bss#_E~hJT&JrXc zz?^emMMC_0k@h`{lHJLW=t%Jn&Ha_?_9*|MfFDXLc--MM6MEpA;3i*GXw={t1haxc zP`O~@;Da)-23idkDiZUq^f)0+6fq@S=PW6PuYLV{sqOpMudQ0PYG8bpASTE6ZY)hl zG*aHwjnBOO%*LsCJTs=3HujEB7KN<%fvc8PNnxb6k3uS-^=bnQO7TWH*Hy)gvgG8l z85Q}%i&JB8E8I|<5bHDvy5v-s&E`r=ju8y8&IB#)g!{#$77yo#OK1lAl0AaH(6h4> z(VSQ$yN2aB^90#@%0m!-u!JJq(ht2_FagGX;(L(h1it7V^eiZib?`=sRIu_INiKC4V|*i)2yOAx9uOS);1I@Ox3+wfauYF3K4 zOuA;4)LOn_QC(VE-J%WUtrDkDYIq@X0)YDCI7@<^#YJY=;(>PkSyL*zZ_nWm%{ET# zC5_}x+2RxIQr_V`A6&?+38kflYBDbn563}g9u_;~*cxbq6e@C1CRBO&B}a9MFmZHg z>&!U}3RApc!IDO{B7B9g^xk`|r1yg^5$eF`>Vbc3h|%r%WXnmGaS946*%m{#AHL;7 z=?R!_dYl?{EfP$pnC0-+&-WUwd!@fx$VwEwO6D^=?VyBEslcEkgpa6}lN3z`4yHZX z0PJK?bdvJ0Fj_W+No&{9n%>9*>{puinPiN$s+-au%71qGl-(Z(C}l zy-X=>xb4;D(X;8Ib!?q{o3`-fx)3Rmbs0h!^KMx*b`G$h3KiVGf3^t&K3Le`N(YJq z`T??m-Xc>Hm9neQeEFW!XjHi*jq+ootM5tgo!)c20)egr?CPwRuUfLyNo8iMvLbTl z7wD>#prGjauD7x7YW3UykBu=V=6-d>2Mvl# zTMd@Tw#(HL(Xa4!u(TMqUOM{n)hmcjWIp^F%XAv5s*(Aoy|L%plHZjaTRM->L;jn( z(Yu2hvm0`_bA)sevFNaIg4T5+6&Jg&Yy|O_8v!qQUC|6pyf#nEG;`oi7ov(2?tsOx zW$u{H1LI1Mvb{(D%T}Up@bb~XA}v#AsS~tIo6y!hUe3Hpod>3stXub!RwUgIXogZk z%z6oQ`n9kwl4ZuhA>I2=`@QF9hzRu%%$g3QTQ>nzmM@SQ5=@t%DGc~QxEVaeP4Jqc zE{Alb9FSjsl+J($zLMM^QvCIE_uhN%b>{Eb2iB!!>8wMCW-XNs%-qH6SFXIC z3q3(Y{R#O1|M$bvH>XTjkfI*9XHkN54q(mprAzIAYmU6KiOt`%2|=Delpg<6>)oYM zq5=0I!8m-lQR)EeDAT#pyIcQs9D(S9f?ZOoh&EIM?{pHpqp#BEz&v%nL&nrW6Gbh|z9nE=Zz&d4Rf@@`|1|q{5LbefQW~ z(y@Na-`H2D*4*%?Z7cqGjog2Fym_fl%A@S)Jyb3{)5Cj6+>5ufz_Gs;=VK3ci$ultSBF&OH3*5JvSrRY&ov&|RRcDKAZ z(cw&Ty~QfLtM*D4J5(^?V^3o8Thg=GgEmxl+BF8F4JW{^@$+qnKJ#x0Zx>;LPPL%3 zDdoN=vwA^5&Z75q_c;@~T)1b`pb6d5zaIJc$>lpxad^4*pst56UgwNs`X^hT+WSqu4jr1Y{0Y7^+WF+oE2$aU?qR7TA!Y3_<4M?r;FMCY> z>^ypYr$&JXSqv) zJkOTO`5Ya&wv_O*k&sroHp^$Wtud4XmQ7u&@r=;Yy;MG736DQB|-Wj=&+b6p7iRe>0zW&L)D!&`j4@G&%F8+)rOvC}XxURy=?4n#mJfM>!i*&PxL}F-W zkK9IO;HJ||)yaiLUj5NCL14o|7!omTpTvmD-|p^AUS5hQg_f_|cA5JFKL-naH`m7n zI=RB=4=O-BzC3o)xxBqV0Xqb!Tu66N_d)rAQ6f+M;=QQ_1*y{N7hRv__Fq%6 zbo;TFUW#~VpBOGkZ9AD-z}0_ob4dyNou+y3yBady!b zsk!m-lN*MHO8omWr)7?;DG;?sk|%t|#pff(gj0?OGPsDT8jDC;_neTvuR;&>6WRxhYVu;z}Q4(tjcOss|yB*Dg8?( z$7qdB>%TlPefo(nCH$-!{@qcKb>@6!)v8ydFK_+LNon%-`Kw;x3K}$`)|2TElxOd4 znm1NGzMq5F+ilxb_8P59T@woAsifhZH^I;PSC4-=bhbE?ZX%tNzIxlhm1xPGGD9ey)#?$3zhFH_?bxWu38Tp`)Pc?nRWaOu>(v7H@ zlDf9o9vj%k|G|rRTJ#G<8O$^XX>W<(?povI(@G+4a&HDuP4}|f?kLjO$)v~`g&X*S zz!hZRIEaPq;YHFl4|uw~M=0fi$Bt7-bx&?hoe~UINb3*u)8{@Rbbc6V9X8E&&~9{n*uB*L8l|I+P0y*hf| zNK4U>ZwhW$9hk9v`s9A;<}&=58;4Mm8R~;!)xYHW6)Fhbu&aL56A>mLqh-iT)S*Hi zVh9wVw0xuvlQ9-lBDsDgKH@D7cZu={LF`@K&_guDLmGUhP(n_=q-cY(TUG*b23?^S5*O33rKQWp`|kc5{)N;`2O~X&znq+_Ev|3VnupxP#M8lT)F{tXa(Ls#n=<(4Vni86uEij zxr*|XIyD@2Vjt;y08EWu4f$gMAVxChP$i+o2Wl3vT ze{-rKhD#EJ@$K`FxbsVGu2WcMOEg|m@UuFOGA&o#{-?NP{RjMKe8)2bxiy?IQ7L@~ zEfdOxcE*?_JT62j^u$+(_uY>$)saQ&N+fmRWYqgDRx#?5Qhg_K4@cvaa~1tzS?^#< zW`Xyt7j(Wa8^}hmNx-38$$rhAWADKLBXMvj6bUJf)Gkm>Ad7i46SLo^49e>yI{B2* zb1>K990uf+PH-K6bk+q9Dnu<+IR{;@1H7{%dPl))ptQ$`M*zGUTr;9ez`u}u>kM>G zdt?g*8%I+e)b4ngzX&&rURUgJB1?hOLAO9)H9pXprr|v~f`#QgMR(BzNda6c;P(@r z03L%p=H<{f(h)kKOoh=j`b@ino(y9E)c&-jn&BEcOpjEmQv41l;wO9}o`;I#a@++C zlTUGFbVU%HM*z_j)J`r69t!#tAQWWU3>5J`RR9)gdB0CAhvqY&gwCAycq!YK3^4~= zgvuc}i__2?MdiRTvCB_ZqTYCjI#r4M&?vJKP&BlM1bzo!Ovr*hl!mHR9HfHCSApxH z_%)>}6=iY?K;_1Ud`+soz)RIq6(jc}KB$j;D-mGp)GFlBi{i77)ILjGfMX*QP^lu7 z&l(5Uruqbjqf|dOC42C;y!70*CHgVZ)g10+)+;q3rPx=LC^ij82I1Ce|5%%_=(-gn zxbM_f6&oKe&TDW)Mnrz=9GeeJT~4&Bm2rjyl}4ACISiqiVXrP|R(u;|{6mGadqmF3^XjRN+iBC;*8a(j{I;}cU z@07mRjC2VJi8lAJ)Hr=VmtN#c3XOwZh76tEVRBtO>l&%?SQ8V{lltr9QoY8)prCou z(8rpVof99&zo$0yyxyFi#bTw_FYdbQi@S>F%w;NV(uQP>AWGk<0n_p}Cn%M=l&#W1 zQ?F8^1u*a8faiGcX6C%>K4w4c0nm)O${1f#2u;08%PBRg8040<3Uf<^7?%ksjlYiN zigUAK)MicZBsK!MG5oz&H;Abliwno-ox*RPpL%?X(#a)jVzRVWpmSMAb2e^;|)N>Gz+l?B(pIZGYpz!&J^?7uV3IA#fDWGz5!-lJEpLB;|`NorHQjTszjmC z-ebKXp;DtqKHLSOI69@rx=>|QXD6fq?ta z-5z8G>m>ry0eLfV$5^$`?5;@f6{yy5`LRZHqQn?YqRFDyXcJv_HU9u$kEVOCO|l9r zGPd;AyA6iW43kmImagUdZ_S_Xj!Uu#)}(89BpZ5f$xs?i(<{xDYZnP<%WLNGe%~&u zMWwcF>dSGPjxSq&{P^-^k`Em*VFd=2jvv(TNui+u&2AetQZ#Ze^;sFGR$5FqCvh8{ z`du#s^Pjs_ZwGu6VGOC*xC{(QwLV`|1K0^SVH%s+ssr4bxwJx~&e7|W($FlC%?8uJ z6}p(fyy8F|$MyZ7qGWMd(e^1woB-f1t5c`f)%Qzz-EQBPpX%Uwdt%=(%Pp?*dDze) z=s&SGi-0^1XD9X9Sv)Tgqgz>RGUTK9NQ_N9Lq83GlELp9$zvM%ysz-gU@o*P>@ot8 zBvrYXgP*h~k1U+C^6S?vCHzG9{bO7&w3J&?jaj zO`h0T?TZV?l6?;3_||BI3Sl44qHHcOwkQ$U=jhB-M2LSD|0j}cLI< z(l?ECuyNw1O%tPQd(WNgxDj3x#L3bUEsH+V89N2YUfIe7UX1~7qNg`14158Zng(zOWHZZB`0%GAORjEQ%lLEDZf_T|T3sl8!I;#U` zLC?`F!N%B3r}6U1%@mY$MVS)1%M?`#QxHb|q%`cV#bNea923nMVrzz3v?}Ns3Lcz1d|VaGZ6{zYv(1C0 z+pqM%ZPX1Mi9n&bNM3gq;|L#;TA-r{g+kJ|O$amzg;)r_FfI5sH8n9)NDQ}1jp0aZ zYk2S8a4Y8yvu1fU+MIZv9M{m5?SZ7OAgFjHo=>Bx?N1NlS0B$s*YYK&MZ+^&$qq(y;2J`Akhi`c2ew>|nRVJ|Sf!+aP6 z1uA_3C6dCF3pjd}fa9HiZMXut9k>Xpb%|a}7jksHyp5k|E3{*c{y2Oi_|PAG zh`OFh4RBc&G$TqC@@WrJis+;irPD*bRt2ROlCzhji^!QyY1+f=I%C1(1tSq(+8Eti zlHSo+GH4`rLZ(DJcgdJa%=4rhKoU48cD#7g_!Jcr?WTl_Jqf3{>OxY?6EV_v%-xQT zUBX^UPkbEd+B+0ok7kMsTAXo&M~7hU^b)=q#~N`GGPzUHO7LiUnVon@I@HOJ-Z=_6 zDirXC>;@!6f{D&`N1+2C+EK9_`LL3i+Z(_!_!&XEfd~XsfPsT%7pdMLl?I|2w}EMg zTKqJ4TXlP~Q?0%AR;}8pcRBf(9XpU=*4aMi(;@xluMTYQmB9vauS}aUf6bctGp6Ou zPE1_?*wn17sgJFn!PktbDh-XS0y`;{vcC6PhqjmsMA(v`xE#REiM-7hCt#Y66{;ft@pA0iz} zSjM^~tb=&Orj}C=FhH${=v%+Jm=XiYNEry&a0^Th zBfXyf>(lt}6&c)%y(v8>eTO@|xAJyoIC4Z9vg7-^8t;(adGcQAk0)o`^A)eWqB?S) zQ*`rc;4Q@;&B8y9Oe4?x%k#91=@+#jfR9jyt@?H-ORah#q_>7ARkh39fB@D3W3KC1 zv&<;a&PF<|bGI<`^2w7}d9$oZp~+O} zUY+{il&BYt2mU@3DjYROmt#gF2W44BEOhDDq81nEf`JhYWw1aXHH381y+hdo+Nrn* zGQlg@BZi7}u929YwicQ7X-uy$NOoFff3r_rJJrtqMjMfes@&YFTw(Xb8~1JAcjLtB zCDUgMmLV2l_Vgvy?TV}I6+)DKArj)lxMkb-GKVQIL>(R~uayoQSSqiWaPQozjwvmWi`5;Z$A2@%HvTz`RJQFbywZnQ^%PNos)tAUBF@Ka(SRW84X)B!CJ#z22<*6 zFILV6JQ&l^M}Q6(c)JH(8`__uVljNax%qswO+r-n#_nxVZllNzLw7H&?od=O-96Om zbXsXk=-Lv)$T_oU?p$e+)PA|jkP`P`MC@VW<$aO9N$Vf_Zu92v9$KHI@}zrIS8hh> zCproGM>Y@@;Nkzjs$nMc*boqi&}q(}iu(OxwOTtA8vYwi|HV6pd_H97;{N}6O{&Vv z+WKw$`|0(`$?H%5eIwCdqWzc4PO((~o43=5~p6-pOh*OVS)S?o$2~{+?jdTqg(ywmH0_V zD%`WDkb2Y=@4*P`b`9v^k4Q=o4#_!czsI0fAd?iXC@_o9#e0#hy+pL-V29`mXdqPPkfAXtkqjNQ(vnVrWf-TBTXy%VpThV+J86Ln zRRp#Xoy1s_v=%@m47R+Ohj8Q$<>ge#i&R$ZM_w6-#oGB=d2fN=puxe)0#QAxvb3tt z?34ue^qu+z%BH$Vc+`C9wIREv=|ts@$wfJXgfPG%Cg$}+WMsYTKKgCVO_kpDSCH5n z*DH-ZoYw0H+U>qBy;99p<%HK14i#CrAf-58b<^}83QMISvAK0k%SW;FnwhQBcCpDD z?E`46QTr&Aji3|xKw?*rVpx`w@f!#AEj1H04z&!L1u};mB|_q9*O}dIf%q}x+2Err znV;|_NIW5zU}}w{6RO-*6RHmRLV;Rx#SL)}rWC7&h}cK_-4AbHnrwAW+coDF^$^2# zBO-Nu7op@XQJ@X$hVgiuNT$^GE*c)VO9#;?@nOf$#J9K zcAdcO&UtQNnXqe`S-EqLWJu4H<`178%;gmQ$ILyD!XBEoODLoI%RG#1>xFj%ydpNI*<~C9GFl(tM$4k0N>uX1e^R$82$DfY?lLM-#^|M8<&5`68_?lI zW}+zONRW(_aFD}MYD}OJQ}BB<$_SQq*+!ufh5XaUDxBptqSQY3z=64ovj&epFgGWg zTZWn7!2B`N{S$6Fe9V^`4k@*!YL~GJViIz;0siMG!tc|X;FCr^q9f8_xFK39z z5-I2WGH22Jku|J7vluFZ*S4ooyO$OX$ni<9gm>i!MAz~GJ}qp4=EO~Pa}SvReqe57 zdczL;XeamLz`=%~C#On#NLyEMNr9EkdUd?r>nI3mnhinTd_i3sNUt)y6hfHK+!rb` zXLcy8qjdwaxZ47?>pc0=yE*06Id8mCouwWT$QWb>#q8{RvOJh3vil}EG_c8|{0VqtyR!Zfb$ zil#aV30s_eQu;?G-UNINjDl>lDw0u-0?ouQGHIr^Rfa<9+R@KVF55$ zL9={*3VN0oWRD^8lK`fee&v8#z7vuJ@%hSBp1jjjG5tlyuC>Q18Vqs$7|RH0l1ZNm zcn$F|c17tRF2fKn^08NkuC~t5i_27NCz>~nt>0*?pJm%vf6W%dgjK3*wLwQ-N`Bm& z1EmF$*nf1suS|32`aPO5UtWmc96wD{?#r#>m#GBxbaj!3do&}3wU^WuVW_?y8pI2s zTz{EnS^NRM;*w%=E!$ICnC)O6Cb%YU*N&b)YlL(syKls-rDL@>OpHyH6sk;-CEeXEy{d`^M~UA#LiWpps$zpKvy!{UCw86PWiw7no zP1=|^!8E%nQV=DC`{xYobKtLT=B9rU^MRz0!mkt$p_Ww?B37WOaq4@$`j(`Z(L4|u z7aU$2XykeahldZ(`+yr@AFJ9n>AhtOq}`zrQ8GB^mQ*fv?g2RGft&C8cD51mja~(1 zv7Mp-OGapv@?00KVgP|-Q5U9UB8o&0sS$u?X_TP|8;v#u+1bLLF4)iOV(`qOG z_+Z!c5$&Z+J^^45xIOwhq5%T9hKM7@C1MbZ>b|+VoTKeK8Y0u@9{9WYz}&h`iDnS0 z1p9#HPkMre!2^Q@b)ZdE4>-K`c(s1Bwkij^n>C^KO7(@AnH4X9D%FNwGE}8QZ=0Ak zKsVaD%RDF}FhZSG{l*(P)#W+TyZN4VwE=#$v*Ot4NfV^|$IL$frkh)qoiq2q_`z9= zi4aTeVofm3b?k6OJ{xI^&#BsGGG$s4rH^Pm&BYomHehAXa>Pbf3|N%&CFdmlC=^Bp zZ+30l--!od%UJJtpe*)(UenI&eMUaJ{~-y3b3542idFMO!6?b2KL*5!Ij$J_G7Sr+|rgT<=t zsL<=Q<``~>G#0^__eLIyF>AF3{@EC_HF6;~L6xdO(3hF2gbH=ySZWa2+&dbFKp^3e zwTe+xxh{U56e!Uk5YTuaB}C^z2aFt77)hW|=r)j$!9=k1^^Cgqj;cXLuOmT+^`K4t z++l9Xd(sZG!DMC& zq&w(71cMWseA~_!yk3%~qR#;naQ4Kj;5Z<%w`pUifwy#_ugmdESS=N;VdElD$UO9S3EG< z^u$wyF14y!M7QiyqR!sd&7JEVJjVu68>}5{r%k;7QkgHVkQADXZ z8=k=_bYU2mRIwLu>Hpw%&){~rumKQyKkbyHtNsA`x-_(n6?TPamdyb`avHBdMaWsO zt54Qu4p-qWPhP7B zf;c!c(gu=82Sjrs^=VKnkxz(6PJYhqfFn&1ZtFo|V{lk7IIP3JxOp-Dg$;}AhA&y% z+%e$T(q+f){QQ`(@z}DZ$FR}yvGhOBT=(|cwQpbd41cdAAGJjgY=W z7F48EVCw|7KC4`_@Q`%j@Rl#?a!2Y$yX(H(a#*@>XrZP&i!IpCZu?U!yMarHK0e6N z(~Bq3GZ!yrav56W2OndfA3OH>F)5v`W5%`T+s>~Qbc+^_KlJwUrEeab1kY#e#%sW1 z1)*?#;Vn+n&4y`=>8%LZ6ul2fRa=XEk^i@E2CN;a!ad zLb7BsK+ZYv2%?eA~Kv}WS~~$IVP{89HcxWKO`4m{y;*=fr#%bZI^yvS|Imm zr2~&|+VuD)mZcZ;>Dm6JFV!%e%N3J6Cb{2B()Y<@u$s(tgI-N9 zYAPLnm)GYB<)v}Ukzx7_?)1Z%r`X|56DMriG+|=o?u6{LUY@ub`ylx)dY7v|{EuBO zy=x5J&t4Pf>6Mn9U~?HP@q!^W-hrIw@fL$io(saV-c6`NQhcNa(eFK6<(5t8fviTe2ViJK=*+{_BKX?>ElzO@@yBqSvF zNz*#g`_dQso>?*!OO31{6cAu<(q3FiE&KoQp620ZwB10gn54_f5&eGl37agIM_uR9RZ^068 zmiYOw@^LW?KR)u|lLbf_jS&FekOCpqT;|9%GQOuQbSsl8$8G;idiH?_rDs3iJ|VBZkLUMlL=mwS2y9+vhCwAg2mVXn)s30E_tpJkl$y z*fSu%FhyERIvs|x90U!RMSV_0WD!gih+;(WMJf=%Jaz-H^c2Xf2DK-8TR^l&9k}3@ za?<-kgq;!0Yef+X4#trn3C^E&f>#~#I zcUa#^@*U$?-+p$_eD}hN*#47Q==?rw`4Z20{bwrngkfNxc=j4&JIW*9d1i5sSO+*FW&%vPA*H>)gG#i^0hLJ*21Q<1YGUj9u$uxPlPzLa=~j;p(&6w0j|L+ zS^q(P!zq4BFh?|wXqPN68A-trBv@WZOt~0*LGpUX%neqUQlCHr0C5Y_z0Fa9fobB% z!=ooNa|I*AKjMjt_oWnoH<+YZzIDfBUOJ{)wRz_x?uOZXVw|AwGx)7Q(WgKmaY(sufE+i9hOTeI~Wzvk|}?8NQ&OYpx(+-~s6w>BC6< z76Z3v6RTLE#1*I8Xj~zV5_+VUWov?40ZdQ`)3ig zD>3e{*bD1=6;7)0mX&HCJ~?{D_r2%3!Ka(|&r8Tu_sbqTJ;Au=dIpjraHH>dSNigj zf@NRW#740JEOVmt7Xxn|v4qS1U0*eLL?(_%RXOvtPxs3lS_1FKLO&<;PUBP-y_%mq zLRXfVTr)E;{?$`HU;V(7Y}}%u(md(;^_LVM+&8V0#-aY0&r)I0R}c{s$Y&EKQGjz| zFc4@EU|0#>8?duTKq@c*n$yrK2BItHr(uKi#^;YecUbyrX6-eCa82z@W;^`c@zv7n z_aqq}kbe8=R^qWALW^|ox{6UHZ0e_fW>ZV+E3cF8L%B&lG2y*^3onlV>?GAh z6;vKl>Hz=(uK@)_A<5SwXz?m}ivrRK(C1|69|uod5tMf1oQo@D2Uq6FA=L|rV*7?a z-aPI80(N)FXVSS7Pu=tBU0-LLC%njPkN=|rsYT;lM#ZIvLbFHb)y}A%J8J&k)vpdH zy!gVDF-vb*^H|PQc7c0WeD|i^f8fTJra!*Haxu&~K& zd3Uj4$PD=Lq^=Jk;J18h({2%8Y6Ds~_sB6=z^7_BUrp?G6 zT%8{iUzO1R?6G4n4fFL1>0@-x+sQbsIx~uaN~w| zd9+gKA|&h41|$UX>Y>0*d5PJCqE~_#2Nb#j&t^)>Yal@%pFk=(qQm9f+!=92Mh841 zSWLm`=&O{olfYx_X7odvtfHF`HL0~aU!x5w1^AiMGf)EHb%IKE6_qZg`_Vx>e6@1% z-b2TZAG~?d;_{3bp{P(~mc)XYQ^T8g-?Sw>MX5E$*wZ9?RfRp#Y}9JXt3<8Q#97o; zRVJ53uT)i5T3iY2#hmOBb?B0DEpqtnIf zHLAHY!Z&Z(kYEAn({H@z&V$$Ml#9zlp^B!ay|cz7s?~{%A2(p_%&EmCB|(%};H_S6 zq+DWcS(Rwwj0TmqvdWZX5vwZAu7trW7S0(_H(^5E$k`rMg4vWftv{>hwl~f?w|Czg zCS5_Hn&*`_&6-g?ux?O;G_7CF)(0oQuxsbeKnjQS=W5Yucy7%YzsSdmLWT!Ev3+G(b#j%Fj>TBSu>f^ zpw__F0smj++=867(&hxO&!GQv`Y@|iXYj4uzI)T`@{)$@R_&ZtU{4vVwD&FQYmwg1 z8n^EB%;|Sbsf>#>R#(-GavA!}UQpRrsZ6q(f+PCnmycgQv6sdOggjw+{)1!E-!je1 zukU5hTC;C;s5Cr)iK5A3InI=)RK>7+lB)_bbh=jWP@7HX=rcB5nOA?)_)$A2*7Qo$ zaO*4G0nXta8BFNAV*bedf|`lLQzA#lGi!P#y-z zl9w(wls=@q58ZI?bE1^#wBlgX7XKVt@AV>*=n26tghev}h|K z49Acbsu>qTZYYI_ssb#nyBT=J<#h&UrmM7CxM&D##>LSSBX0?cmY>wwAlHA`)f=OXtB?`4oRisQZ4=|BwuRxG^w2{Z{!MGYh`{_h${bV>?josn9j zE%O13HdTA$f7dKrUr7PbWp}i_aX0z4k>3ABV~{Kz<$04j=?Dpb;8r?+FhzHU z-72GEc6M{Q9QHYionTo|*EUFRa|#+Hd(T-CE%&e%V`MQsn!8EJj~<3v{KOC(JGYlk zTS+PlJll(L@ke=%@=}~dR0Y*tAx}4P1V41{3Y zb3@UnR7HAX#~FtDqpEy}jiG8i15RE?NGR0)(x9MQ3GA`4H;@>?i%F*Q6un*M8VW`$=60JJjrr3({3V6f+6E?_ zXIK%zv(tMgdB_cUh$2^v;LFJ&wo?b(l~JYZ7aDC@IueOP0qa<er^N)+%bc*@!y_d=@)A1hV&Y`*M#|WlEr?!!7C(z4)c>-EE zpq9Zhrvcs%0%=!;NKYN`75gBWmy6Ja!2^<^UM_akntdtFmX5r6)5ft0u{j5?%`6>I z_8Ob^=9_E;Rk*tL1*t8+QZ&X2yojLM7*3UE?-lFP9eL!k$%uQTM~$PkXW<=RUElQT z;DW~SBP!~LDB9cdLiEuuqtzg9Xc{ra;Tr)D(_ z8f{rHH1A@gRZ519o0R9v4Ahw=+5h5r*Q^hr$K^pAYa45O%)_JW!dBpq#2?hMh1s_ zNS)-d1Kf}l;-q2RVAu!lE@1XRlIuK=%E9l9sZEZXH!m)^HfD0b9gq&V#`}VRPuER2}!z+-;9AM#K$N(^$dr~Cf#Vz za2h}+P~E4?x|v+~@r{7BhipAjgAC%wWFrj7Ir%bpVMBI`Q1V6Rmv&2a(w_6W!t!PHqx-(kdM)E)4Q#Px zP-b~U!`iXZL$g`dAA66kU)FZV*tHD}#*n6!@*Q>d?xtGqR)#);Cnba`p7RTDL z4Q1sG+(W%5$K@2jXmcy{0MJ0?lQJ~u#~R3rEIzM7x^I# zQlrkL(`qx)(=)VMZL%)2K%*(RKo1+c7JY+ElPhpPBBke;u550~+o(>)t6n8i#jmf8nW1XBHhB>5lJLC~XT4=89`r<8QxX zqo(%VG->F%p(XKvpA?60yrrwZ%D(kcH2MUE0zD1Ak!E1(kZ^knV785N)rA@bqOc%O zP!I=&sVE@{{0sZsTw|meq5(^x*bM>FMr&&o+{dHyl3e#>)E@J@7ph2zpCI6rl)!;} zbZJoGMHSW{k6`f>o*oHDoqQ^Sg`fw6_kl9+{lVYw+IM01=shnk-1Oy;KP;4Pf8|%w z`){vX_crtW>O5O4g}6tS!BGCqqg|HrN0IE}_;t7Y8@Ic&W3<^nELwHL?hAVtzPM-f z>iO5*)3WYu>3vWS+~OUsT566+u-JE**QM{jl$JF!1d)`aqi?&xr?lc75>`tm9zoE< z{APq=n1Sfb#C?%N6Zo-hk325iZrd06icOGWI__c90jj(4mX42>@#7+Kjgvd>V#B%h z9UpOM3VF^}hM^NAd+v4UC~`(}NOzE4kg^8SU36W<8;LqX;upt~5M_!Mid`J8y?hPsg=j2!n+uy7P56f~wevR;29`yHc6Wcp z7?p{+Jy{-iw$DD)WbUgnRVP?#tmy^Jq>2%{&!hX8T1}V#BPJFihc&5%`_^P?;+n9K zze*Ja{BAR*{=e$p13ZrE>KosCXJ&hocD1XnRa^D8+FcdfvYO>?%e`AxSrw~V#f@Tt zu?;rW*bdEw&|3&4)Iba*Ku9Pdv_L|PA%!HAkP5cO-|x(fY}t^!$@f0r^MC%fcIM8V z+veVL&pr3tQ@lQ(H{B5hU3cf}4x7V@V;L~v)I?6_*wq6t@dtRqF(&Zxdh`_-87jFo zg{9(bQc^a6km*oxBtb82j0+|3Gt$9d#X?J%2b?W%t;(wOlfeAIqtZ25;A4nbqKVe@ z8qq%asL^OLI8WZ5S?G*P@uv8q)`9n^>;UDX_ULuK%KXB_tZ0`vF~1;IzRt6IISK77 z-|gv)Eyz#wx}viZ3-c>|-7zgy^wCu`W4o?X0{{rKZ1(}3OoJ%xgbRfJ&Tt)B>$;bt~Ya)oH02^A> z?zHL{FI=YWUC4L_u%Zs96<+WowQSBTzrv!*aGs7Lwv$2y=zHr!2B#q>)@n^jG<&zc ze%{XG;hsiMezkXY7Y&E#ncsi?kFPxOhr2$1aeo!7dhU;Gm3R31ubRC%u~1x$o<2R= z8k`#4%yc`wIbK)1ExM;C+7=&Q70n)*)D%-t6q_iRE0U+rIPYg$_ijm?=dI57%-;XT z{{DGazWCW)*MH=B>?8TP-^D$-<^HQvZBbL>I~nhcugb8+Us*55zK~{%u8P0)+2_6; zKQ$`angE(21O97%3H)Kw^?{5e3Q?J>K!-R4#1|JrMzTtP{cS}&H-*?hL0I&l<9B)i z6o@xu<10Ov6^e?+7tRS`%uDbl8>L@f`0%!E4`2B4(2c2kKkj|(ycU=)HYFA;TE8$q z!RSrw$;uu&5M2;nyJlvhWBAIBoSaoVU)Z|&#fw(@lk>v)QC#ne4`vi5x*f|iGwWM( z&Hnlem(96g&CKF7mzmpEY}>YC<+g1 z-E18(f+jMBv@km*uT?$Ws`}>>XgO8h2Io!Cra!F>uk%$gXCXL2%;_N?C)hp_*NI3p zLO*9c^P;nL+SwtN{ng&RU&-&_%08v`D05%sR4GB}+=id{&fc$1=bESTv%dZrXyY0B zl{^}LttWv8RCRvzoLD`v1a|b__0`w<=ggRC@<{)xcgob>IE|eDZEy5ZXQ)H;UvvRJ zdjbx$K;{Ty_n9R3hq1t>(ZxW(1Ldb;KSs(Ir|$s|xUMuAwG~zi!?c^=p=Xxp=9N5eEhR^|KX^olF;(A#aC4bl_-Q$^6);{6eB9CdQM8S1*_Np2I_X^o_%P!ZYABl3X2mGHCDR>zQW zM&Suv;SA%DgXBtCBtD({cutV6nQ`n0z7>Datx)gle30qL!MpT$DK7KGg=;Q}xGrCL zhbpgr$I8oHkxSNCrWGK9?4#dNFioHy99v&Fd2%5?fZ)kv93s_6;?u<(n9`0*t40`| zB(GDt>P$EW@i}5Ty~yEd;=6Jidwh96CF)-;PiHsfms7YL@Sh4?@@vou0_@DgLsq&# zhhK2HffFY(<(4WC=bWG-{d9<+MByX3&V*<_x!eGAnboY! zVK$59QoQ{50z>REr`aUTlM(s=hgAsum~KePrdLx~Ny(-!FvJ~G-=7XqIVNI9;pqII z$6`h} zUU)nZq6Cr^WSIYowj~UDC{{Lwnfvzd-?yE;CcnZ0a`CA(tXe+0Mt6$8THSy5Gk<^P z?*8iW0Q+#?e&O={`%X5q*H{4mUmH89JGBO)3O_&wHUI?r!jI1{DLMbgtO5wHLJg~P zGaEJlV5LoKmoBp`3*P!%#3>-bN!W00}QqoFh(U5 z_I3)fCvSpLkO+H)?~@-H`}}!1@Vqe~6-Nv>$hb*}RUVB()kzcIXv>RX!ILKas?#Y8)jb>rWA^~=6v($U zWv7;bzCwQyw=J5D9yuaR>)f;J%XMt|KlfcEXDhZ1Mq5|NV~=fprP4LWRr$)+$KUT=ltlgu{Ty{aMm#cPR0)3*R$@YWTsR5O zIA6&3uq7mxJGM^9vKoEz&eva;clwN0t5JN%h%MXW@_N4KSGXKsT6H43YU$D{@tvxr ze8cFd?$owzGFd;+so|5iQjSx)d+x!UG@i&t8RFUl2M)N;WFt$Gv>s#A2-r`dRf$Bi z>AxOF>X6ofSS6jCQVeH>63_Bk5f4s)J_ddop~SgAl^4$0uxL_c;p{9-qi0y?N@4$dG>VPyZ;IP+7B1L zH0+AXb|$CfMJ`#pILf$q_uUtd_-ge+T1HGIX8whfFFttPFP~?DOJ@u`aOZFC{&3Uc z#a=jNOyaR{(}54sc%S$VvZg_HCpz$Th0GxOa8#?DCEGdhE2#WZ5~D0D1?v+*oGL@y z5~4St@wFK#p0gJL8!tbqFgW?1{-==hxP0QN{{E++Ft;7OwL)25*Re+~}0H_}6{CX*0oRXs#@+*Y&tIGCWw(8|;cD7%( z`BrA!|Gm`Zm6GqX`1)k_`wVMT-pgz#XJ2RMzOIw+u3x!l?^F9u>>b`S`DOn1hN7`w zU@^4~_>H@!av%5N}n6I9m zvS)bjSNp!dZ_o1HYhK1z(VlUf-X{s&m6#W&542T6n!zXlB-zx%Zsmv@<^mME79>ML zJ3cXrLWL~$buQ;TKC1C5o*G0`w)>7%&%^hp`% zPFq|?O75ft_f)HXp&{OU^dVM<;wBa=KYGqq1O1V8N|07y+)a?xn6F!hKB9F>;pTuu zgG6>AWXypxT=3$F|H{5PfuwtsIfqT6p!g_fblgBT7%}xo@&{5J>HaLZjs@h9%YqV%e4vbA=;aBYfUvbgnw@=pZFuUNz%ud1nDwW_*iEIp78 zsneHMX_ zOssGM6bn=xAm$numq;aA5H6YM&=B$gPUVSqYj_0A35IkspBaRNOlh)^@*l)_*+1`L z!t%(vaBx-6*t5)Kf5+~Ue^q9Vmj4#xvhjRVG@E003zJT~Ab(+ZyY0;SBD;<`5~t*q z`YYmL8HL&7%l&ydRY_6&al}`hiH{qPhcZr+qvu&HZRLV_`A)#~k&iZ*wwh>!m-}4xID_ zG^|!*hXR=*3CtZ5mh)o)CdLgc0m4fdEPG&&LCBw^P{FgO_mH~-?9zsr#KP#mvO2hc zvxrHAjG%kK*wcGJjUx&SASDKl6_f~UxKWN0g>ATjcg2IUFv4DDhIegjnoVz(j4U&g z86~scmKM9#o8d5-jErZ*FY~#vuc(+mH7P|el=%H6I9dNlEq>- zCKQOK&1)^5DOO{2RMC>MI;)}kUHOZ5ySHYo%3v(oXq_V50rfescC*N3;p{hNyS_($ z<_6j1L5esaFF)`iMXdS*)BRx;MfGCI`>FhUYz4v5ql z6V~H?*!H|}6V`n|7DZcb6R+jmIa+B5D*-w%hIi}vUr*BND`6?@Q1GX~hzUw=5E#tG_8d-|q?Y7r{^tJ9yvIzVGg7UAc>DpVJI{$37J zKpTy)c84=_2JI+igw)j%EJDmdjF=*-sZBi{Y5Ne1L-ndKJ{HihqBxqi+G{X96iGlL z|G{@8Be)RJB-ucc0UeJ}_x-rqMQFffI}}py(;M-K+BG>`$TJwnFg_$_(V_dU zLeDGQZ8H51d)NtVcac%BMhudDsp>4h$Wvc*%4@ zB_<3{JjklBxfQ`oWI|$avv5WXcfRUy;5Gb@BO}I239C$V8ZsbNLdEKfQiTN%)(V`vnnc%4~>T=X>a7EQFGF(W|S5SHevO_?5Ko{=$M%3jD)D{ zgRAvU=plb*cVtH$vDiI7+ZVNeOUnF!A*G?{ysNXPic)d*;@O3vp^l7r;epdB;?oO~ z;?y*vF{5l^s_1`H6|*O@bgGM2bJ)b59V$;XrevjsF4pc`iDl90@lh#JtZh-o>?o5d zYIeq=HqH|^8`4>|x5T!IS#D%eZE=RGdGV8`EsjD9(N1%LIS@VjeEBG)kpFh0{8^hP zJw;8yiZf29$oLm!1Gf?ltM2PuuqZx{B-E7iYs@JhQQXAA2mQw3r&xPZW+JwBFm*)p zlny~C5zSLD`3o7iGvs22^zN_>I^cC4q*_4q(FB3rQ`|0j?2=CMIf5W2Km3toWM!vi zlzI=WCm25bfy1AalAaOtuDWsT+2dnRS<|d{TCMtOTt1GUUVG81S8Zwhs0QwPHSlL2 zl6yOPQ0GZmbFeV0cu8}`dWEfdIH$JCpPo~+ymb<0&)DTuEJ{tY>h-wVK8~Ayeb=g2 z!F@Wz4|c=GODFXP0G$2^7||CBNkB(Kevkr?=O9%lQ26Ma(f}5Hq)bnvvkt6}G@~@5 zCpaQkML$Sj9Q}2!bu^*H27(Y&q1#d!Y^YE4CPuN}&a=hXR_)?K$rrKtYxmE(`Pw)p zdhD|ca$}N`J%-q6Dd`n)9m^K(T@j;qNrGi#Z}EI4NT$cmQqCJos0+Lpu)rd9YxVMb z{q|J3!hW7)oXb7OYd+RTUGx2>y@&KXZBekLD7MHKhskO1B-JlWTi&yNZ=+|0$Eu$k z%}m^J@+>tyP^pl4lir0r`Z&<3I4dJT5Q855Kx$qdKm#EG;>&`pqBlw}67LtCL#LKr zP^n6%fyx4~<*FiG1V-UfAAC0&yp#+mgZ~~%Q{JqsuAZojX+>h9)otd^YNv~T;V|kw zjnyf4Jm%1wlZ@WA+aFxF>u}bxu>V$;T3G1A0dHd{&m$Qi&%i$XYT9{E^}!V4#yOG@ zxn-#*#kEy@H8v^5;jNVaaasPNc}0*Xu$t$x(A-sHcNlC;aGKT_T^V~)Ry}at+B+@{ zjds-~GH+I3hCelX>Y9z~a!p)de>>iD{Mjp9Ci%J+`P&&nMU~C)1Hcf&Ir}!q*G++s zxLxQS5{1Pd?SfIV21sPH1yE61Ks!KUYfG?yMm_;z`P__1pOuD?$VxJ=s`*pE`x!CslJ5wr>oJ+y}lyT%s!BB_805*;dH&79sLC)5WEie6Y2K2gqSDZl`=kM z0*kfyQf4Jw$@R<^E!^f19mUqN^*m>9sQUf1+|tZH#@W+S=f*-K_N$nf%=FprKVRyI zNz0rU^-RQ=91A7V@|>)4p(%P_cE#O=ljT-lo>=ZH&xX9AZ*opnkX1|7Iq3zH*P5qh zW)$#snXJ%ufpGPsoaB|xGLx<#c9?O}`6n}NPQ^}BrYr$x(!G2%> zr!KVMK$Rp|rN>f;J5Bo(?6!P5qU|vT%3c)Pch0badE&A0SC%xadgP)DLtKPqj?|r8 z?o4ln3%Y;A8_*G&Kvo5>0)u2`c_B+7F1@WH1_DY3yFQvf#;ko&!`5i?`K#NYoc!vw zZuhEF-$IndWj?=Jt~XTX2><-lWSdk0{(V+nEIZ#~zf4?zEI*C=4Br)kB`oTJhvkp! zW~`O_65UI;CT1r-cp*$5nG6r}itnyY&N8{3ZmY-W6;2F3Z*!TeoxgF(pZq>$PRf

|iJ)rNwdGr)EOmirSOj@aI>%6ZNkal&y#akd%Z!h9PH=pX zunSE4#rHx6xEAD*#{#Db`j(nTHb$rq( z`SIDCw`IE4UK1Cdl({%QKiRpYvTI-Ol)2E3n83%6*X4lQTMw!im@x|=F;1LfZo~Bi zz8NanVFA(DOnN3USPvw4gNFtrRu0qgkpyHaDRvGISd351$@kpw`x|c>3KfXn$u&2; z`YH>)`XD!_1eR6A#F*dni;b15*+r!}i>5Wk&f1YAUQr*cES(1_$e9xt2lm;#X>q1N z^~f!^j11l7%FB=Wh5XVRZ?du2qN$s&8EW$xAD=en{wJ`EcLpk)nsQzwbcYS z`Gd1Uxu1V+O&I5g%~#~+ly9P;rmZu+8N?k8GcAjx>r1RXidKDjVTGVLT0Jn;=%&b4 z;Rg2DM0S{X%2U^#WXLMY%5+<^EuvA1%GkN&g*j1>MX_d^W76@)P`%T0883Go2a({ALKF?KFD>=KXUSYGYYJ3Q7Tk1Ni}n_TnL=PkP}eZH%SJ7V22 zNmh?T@7kRtc?vyJuFI61o{T@EJ6rOw6X){5n9c#d;0Ek*S7H2tlnGpED3z&Cv;vSa zF%Afdu{fd=#`T$~KS;8SP>%}g=rPh(qP!r9DH^uY8h5@~kzlghqids+!c%8YwPtRg zpBPMh53UQm?!}(WIA2w`YGpXMVoJCwB|bBDQB<7UXm}4v=IzL^PMtF~nB=H+N83#a z)$d57Y|nX>TZ*nWBxEG|@?BYpj>LtRrdlofq=r;Wd8SR0(sQyC60&pBCCQOlX-REJ z(p#*)-3yQ~%bk~!kQr~dvUqFdWm_=^&YauN$6lVGU&EvSYZy4!f`Oz{;h+$3V9B;B zaIj;o02H~N=!ESD}J8h-5^cocoYSL{%o5NvbyP58+$p9d*FRvk~X$=Ub z2Ipk}2>f&XbGS231p}FPi6cOn+?AjyX?&<~CXM`ez-!(c^n%-K7h6Hs)HHe)q>mS?`Y}S4F6yJZNv{ z{?h5q!P@gT)#`PHs~cwK7U`ouDNLH`&)28CXumgfp)=WFNSN)*w59lQ;%<@eNHWB( z;4HB)EeiZSeHrV6mm!lQtzc&11LE9u=UrX1aMP?*^-M*vpV|PLc`fWelWZH9{J`%M zerZ`{23RdQ^CPZ4aQlQG&?DU6o%IWH$X3#vA(W62?Na2jp^HF=uF6HqmHu?hmG#yG z`BM*eOqoC5?w{kg&zn`-ad1+}gKuTIj(s9YpMF3I3a1?EsGAAop5<3l9GX)2z?+#d zNRfO{{>!0F?;Kpc`rtd84l&!onPdH9{rnpK!?DR@lcgVy>BxTpA1z3+&zo7_acD}> zgKuYgKKfj*|Ma*k`|StwY7TWyn=#*>3&|$?{F!x~hbaXr|C3(-$p^0Nw;n8-a=5c< z{yck1;SuJ5q2+fsZ+e$3HamFo7?&?%+qlfOefbl1lTgOs9qiBK}bP zSV!N%Eo;293od`*1>x8KkdwXXWuZBXda7=zaJ%IXKYCJFdh$1!Mt*y1V_f6{$v@*z z-^sD2{Vr+7ijV`Y20{@JRSICq&Z6Yl^wHK%S;Vm{VXvZ4>(mBX$~nkA!t_dmJi_9%^0c(_i*qJt=OiWP z+?zc)Cnq^6=Q}yLPaeN9>tgwx`_Fsx>V+|#7jI6UQl9K9!>`YmT%K5B8@Tw&8Bxhi z;p54R9^BjCYLgqPTdJqFP30rAztuAL>ayZh?V%MJ5PlVBFJa!g$(8b_tHeopS^;G! zq^Nvl&&D<3;D%|wtQE757RN>x)b!L&^0>U*EtunDoy)$wG(BO`vPBh=)dq0!I}c{Z zr5BW~6n|e?R8(2?)#AbAyu9SWkZxNYBoUo{l-2Ltox2TJG9myfNxy{BQ);oi>mE`510-d+FPV88sw+UkSx zY%s4{&0kks-^g4k>kNfQ2g^GvF1zW%#X%hGK+&Mk@9w`utges@Qk28R^sz9avHSDn zlE#U9_&CUpkd#0$3$77pXRdG+A+HS>aAHI;VM6I}830cLF{KlU3}L@sKJW|c1&ytj zU*5WAa%a!}Bgc*%x$P%xMQ?8({;}wDNC>_uHRX~yE3SI}s!5SHlCOAu6Q%288_%T< z&>TfyjLy=t@Bnotz!;F60oD&mrd&BL(<{=?pc4Rg1Y{n)uH-wn&Xhk~a_cKcrp_6C zWOUBdr>}2qwLce}yWFzd9q)&}>f^=s;G|;tJJRyFf%;XWqpRu%;_CAqJSUoyvllx1 zUH}AA53Fm5s9PM$y8v{hG1t?dc1>}O1U%O@ z`h1N(y~$h=A4o6sT(IawV+E^xz*Cty$FjQi(2bJMnqZGHvYerTc|{fdQL{pBABPLm z`V_+@>((5s?YLt_#m^EG@^ayI-(yx(4*81yDu%FC@$8S$Z%8YhNJ zp`~;R4$V~dPG`0O5dH>X04mvw4)m}Lj1BP$Kwj7dAV=`I{a_A|5QCH~2C4)D)EmBn z%7evN71PkL^|n5#skpJSF|bBy8&r!3Er2im7X|g ziAS7ZSqK+sje&V{XU$zuyigcCSx8FM!s`x`p)9I0v}Q}AI3qPPGp#{t+_ENA8C7O5 zjotZ!DaJTU5QW~gK%lp&GlZSPC@W}*Gfw$|adKLL$5Z5+O6vvj-PCU_fxmO?zyV75 z8XTSrd1O{!wPc}r1WXntL63%)Wq{-1io(Zc7E&ro4K!}h1ZXDk*sy~@e<2g~7_2r) z&t@3~bKV^nidnhyXJs;$Icr|NU)p>}78;vrOt7qdLz;_UBRLp!(2j`r}o`(yqxwEOv*>ejs@{S*0p2Pb~@x^Hu zH48pp!0Qd9rig1UN>=(tG|jw4tV&5sOQ{l{&o>HVe&NWX@>##-waMw}$+i6U!zBT$ z;p9594|3nhbxNlnDfbVuW+^$nBsR7rJvrmvM-~#e;M_O{Jh?vtuZ+tb#p{w`2gr}T zXh63STn#UnT$x!C^9ork6B>4Sb`wJ$FeC|?tPIxED7q{QNAi%vD0A>E16flmB8hfr zD)>WLegPte{;ct9Sthtuo*0*+=pExF8yjV$%Sxs;Xd{cvY}QL@?|@MdZGj5yrymyo z4MgM=JJ>Q;H1Q7DE||B(Fg6u#apjN2cE@k|*avLHC9e=}a3AMa0Ho1%B?H(n@7TO|ErL3%|m{Y~T!xA+4+ zd+Sec%BAoA?QOR6O*Z|fW5?fOFvE6B<7e}k!z2V7^!(6^>}U6#c<2wee$F>M%O1bw zGKiT=^{mMt6|@=I>tls>ga$z-7bssm@rlIo6pf7EF({ zRm^N|<~R0ScU@2Sb=S%BkJ_V;QFaO0p(3RSeUEBa?L0yGMiV67R^ZeRI|1d44$B%a zmPiy9Ed-#WCc*z)pbEB)=qu0q7VWFFq!Yh9=3JS2QB*&zxNv5X&uN%nJ9e~oKC}iF zgd{^CrXVTDpOaJ&6W|ZIZ0l$ijbG2|1)J*>^ng!P(|ZxKSvVh`+Ko?^A4{7ubH$vT zx{i*z;#KSC2E`PM*MxswO9~S)?G-o8>UCnTP+^1?NR=2@%})+=u1CQyPX$d<1Kq+A z%vs`_k3#@g0Dx=aWuOH7=&5nj+~KJI;aOdBkq8SjGNqmgjW4?p6wyWJG*;+~6Y_I& zbMq65^%add(X*g29bUBK`#W}gUrd`QN+07Gd(jaSu_U1x;E<0H zEa(9dY{_VMYlWETaGOkSN1|BK+C932Po=_l$iJ;7aH9*0Mwu}Vx-iR`*m(q*>n6aY z3Z+oO14HrD=-2vh2YOHi5-^!cm8Gr>YIa=PT`1%{fNk6!M@R#{fA#FbPKml)6~P20 z1`0*f8q`8xKe-Wgv%<12JnQQnyXU{?Qb5p`3iPpcN(X5cJ;>$v=-S#Z(JNZ_zB#(& zYdy@KRJwO;-RX|}^mOn3?R4D907142$qzqz zTB}j9g!`i#Uv|z~v}l&|IamZg&|n@y+5C0C-@AF;Dly%K3Yn4d|@i} zw0S@>)vg&21d}bg6rRfie$4_Ve@V5ydj;9v-77!*8A=y>_n#4K++X|ocGk1~^SiVL z>vbec`N;R6hI!SMe`d3l>?fwb{MAjWtflFCm> zqdjdEvu9U88A1W&6Gxw%8{gnN#=VHsa?*bB4?V>_AimbaQ4Kn53gAksICqyTN5su zJD1&}$mz((kWj;@r>z00&nlWd6UqA4QPPQ1{onQD=~bGSDuBTM6;91O2d7F3(W2s9 zLYn8|T-Uz|(uGlC$j(HT1b)7sgrKj;IXEZj>WT+fM&LD1J_OR4Ls*l*q z(0*St?x?Cn66Xlq2=RBXfAIcmuf0F3!jl#b&CDrGE$O=Fk~`|^*v=7bS7u(Zditi- zwW-ZL2jmZbwQJY=ENTCiKfZAN(wlb|t*M++%RhlqRfYV#{G9wl`NvUtlN<7qoXx9x zBKzeX35|WLYW%Zc^=lYDzVEu5<-IgK1gx>U`KST(A29 z7zKa>5}U&3kmea3T`C7PP8?q(!vL&C%aPcrM^Mg1kzT=ZU_koGHY{==3Tvr$@}meu z(76{7H1?;&I71DJEHUJbY5U7kF&c?($w^%6EDR3)04!Cc>mjVaVxT%7K77Y zh?pqBk>{-y%(hC8Bnm!1{Hf0!vV!feb#LkwVyxaMx5<@y*LL}%dvho98^~G} zG!Mgm12%DxTp%-y23ElgP>F!e<8u@r#M`blW%*7XNs4jC{))30i@_o{144R^Rr8*2 z&`0p*=TzY~ufG2^DI z;q(2Q)BlV7uRm}~M}+kHr>C!dWnn&ErK*Cu zE0x>r%5_Y=!9E*3GS~n^U_5eSLiybZxnwPulF6?oQ?HO%i>G#=8S&=)RljeYeqj9x z@a&1IUpOl(sV3iSmhVvVt^C?Gs8pfKH-G)@yI)IBZS@Byro?W5#*eMGzbgOS`0-~wIj{%qH??L=S2NXR ztHxf1SHsRpw0yA>v zFz!3P#c0_0114N`D=T_$``GdAPi)`*1iPhsjS;ks*I=%!9eIAkj-xhnU5(igD{-f> zshbOzynpf4|Gb7RU)uk6%gU84Z}%;`lj%N}&tEE7O~uhZ@RAp>z+(@yf;-KIp8I}x z!DI5P^955(tf|OqvWk_zW+iuA#iVDpn#>zsli$mvI=7$FZGCgP-e?YHo6X_93;UmF zwmN>eWA&Yr&E}k-$*7<8?giVAU#2(g{Ie=s13AS}aA?3%B=_Db)9(y}j{!}bz<8*~ zJ?g%B6!NI+Chq$f<~O#PjBK3i&fUL_9~G&2j~%7mH(fB+3jam%K`7{~!1cNu7L~(+ zy=h;dw&bj>vBtMm9KnNrBUkX)?+a+$*pYEY0AHsXIp-+-6y9(hF$h$CqJVmdLqK&a zaz)CwldWB7-owEOwgIH1fMZBlS);Sa6aa|k1qDt}&g~oVTYJssk3Tk>_X4fr9*@9T z&wOZNx4r$Zl4;pQ*Tg=hzCoX2Y{;`c@qPYdySUmWO6x80W2*PAyVU04t~7VT^GVy+ zhnU@kPx*$lr}N4$i@LL5fcjI#@d_-FBkZq{^@S`jHYmR$t@{QVp0)EJjtpP>CVHKC zwK@aG`T{8vN%%r}=W%B$ z(_Hb|gBcG?AUFkN5Y~VkE(GrtKO*q7;wN+fJOUo29}*gAigXo;osss59xv!U`MCtT z0Y-7tL3UXoH<G9z{;ZqrR6sUVoNd1cHI&I+7p&q;$?!N3uAwtrmOGDX%no4MwBE zYcw26x2D_tR;zm3LQw{z$I14jT^sfninHcc`?<&9(%S_|Fgz!CeQEma<*PGWbp4^j|Y{)20DOhSxob0p(vRs8Wo6THMV&gai%S?{*q({Z?zGt@82bgi}jd`<0OI%h}?mLwImJ5vIN5RxqA_FrH zs@2572~8G=#8x69z5(NV=>~rmtP)1KN?i~;E|k*J)1YM>DD}XM1K28x)-O3(Ze>l-?J=9$=Cy(7F3C?I= zOiomcQC#KDxT_pC^QMT7w4}n6kv>CmQNZ``#3MQW;Ul8Q=rkAw7UD+1DS2AAFt5=8 zA(0!o*B50lJByg6e69S~^~sLO zw|{F_PIhXxNfa*p$t_zOL`Qkrd0#$!O=hMi9nQo;ugPP(9?98#=>=I?S8aao(^>ZT zhF`y0oHk=sMkaa7nFW=1eN=iTkVoP4?m&{jrHbrYIKMKwrruJ`EsJt?C59YnzC*C! zQE}jx$A82GV{%*XJUltl`DgiwiySp_^I88y9q~t86c=iP4J! zOUleNTViVGPR`iymr8w3ZGBv<)8vY4j&06#i|cM)Q)97u{jKbLX4*CPHTjQ2sg`&c zEnW%xe1QwPR>j9#8~m4DwLLeN$2j6+6B4ZEl*vZl{wrR(WvDeV%`t1Tf8LPXfbq*b zW!1kU{S_xw#h^f!DHf-&ED-(&wMYUV2B-?j z6~eSPWM;Y7&#Oer#)Pmg3sa{oS+olnaA``?^re-%BGFb@dQ7QI$e5a!8S92~PqrcW z%%9*w@2k%r?vR+n>=#QrVX2g@V=IT<{4WbG{r+p;zjT3mV*@q6gZa~+$nVMWBaO)= z(wr-w`rxy_AAe~0qngDl_DX%?Ehd@uOH~qD* zwHg;Z@OSyv7j9++e|`O1ksR-mTZaNy$`}2WEw7hQ^6Gt0{p{86?_I%@+xEVSsR4Ns z&@>7TC3|*7(9tHD?tbWIUj@DF`(gVBa;IdW66dL8xw72&(=`%gnh zzCs1%*%DQD!bmw$!sq|PoyLagim<*d!1{JI(VBo(P%#kG@j!@A$c(}>yt)?AcAAc2 z@J=zY5+y+c4O{4OQ9sO*D%dbC07Zs_2{OW>#H3(>#ID;VMJbP904q|7Nu-?yyrbMn~K9OnSo4Fk@c z)L8C(P5yJcZF;~~_JlV8LqFap?nsI^<-%FC;u!KJ(Ug!T#wSog@j;JP4s(1%Im~fR zISKJ%T7pTGUs8NphLdtl@$8n=Zd<7rjaq-iUuw=|`8UZgd>Wmb;xa~$zD2TtZ;eJ9 zT`9TIpR$UZaXdqZN7Igq5s^!a3Kj~lCj;(!JkeM~M1#cqv_}Ts%8;Hh zH12(EWcaYY~)7fzL!mxZ`r)XYE+ zt0PLtbgAx?I7Pm7M1JY^N97k^h`WTX8fIm;KgP;mi1REbqDk8un00no0QaC}BysLa zx3F|qR+-lT;-vs4*|IY6gBc`0&i*HwK019KPci|*!?%>)e^1Fn^I|@ak*BfZi{;nY zyPtP_#j9P|C%d zIzDS(x!~yqYn5Ecf2Jh9=^Lm*>{(AS!%FC^F4wi_dSGSZB6y*CRQIgzW!*cvk942n z8zGA2hoCFA71%OBmJ$;}uWT`($E@x(gc!ZDg-~`0;6^B1i7*L+hrI!1y{AYTqa2d@@6zTCo1Q!H`o@u428IC!p?{x+;^E?Y0l5?UBS4;X7dxD;~Fnwu*TU^wrhboN7w;8N~lBoLGfs-|Qr^6m6 z2+l;l%xXx>v088$i^-UZMLaqhS4nhP%WM4Bgv6RlriFS|_PQ@RG{wp~{yIG%EZUUo zugVZZ>+5|x4?i${#-&@97wLlyF}@Rnc9YvxVpFd7iqUC_a7yKjN)&H{44Es<7~^)Q zj`cVli3wAjPDi+ket?a>MUOv_72z=D&!M?0i14E< znc=Akr;1+YFkp|BV2duyO}yg#tJ$WZ$8Pq0S2##myV-&$Vlc3FA#2Kmc5Q-#L0 z5dz+Ga;S1VUEFbVF#@!6v5 zh!ce$wCeIJWPazJe&>?M~T7=80Km%%z<$p*1`g0SAVL7MV*HckBHJs zx(s}m8rCDeNedfv-)7sjuu&Jww`gIL&drZ#VT&%8Kcj{1y2*k7-b6p-jkmzhX%}o^ zbi&7&51O0JIJbx(G##NnXf$m>H~1emZ8;TqtN9^B958d9Djx*_BnRC2c=rLL}j zV9Q`vN9VAwzIkKBH@&&9ZHq5ZToNwy)%5iElvhK(!N^c#aATwm85+=@KD43+_=!sE z2Spn}bbsG)&8Emue=i;uBBlfKE3@Y{^Evd%Nyq}q^SR(#-++v4WW;ybv|7X-&TfSF~Z~hqFWjn z9O~-t^92jb3X7GG{Lcz+#D_%iDb#h;r4bw)Q78J)4gJcsQ+e}ELq&O7k#4+U?Z~0# zRP)d?btjcIh&tMkzE|nCZp1Ysmg2jxAdDb1UP>Qw(Nil@5796-_C%V8A{eLk$e?ey z-#6SD@tqmkp-Ag6eRz96UgAwV2Fo`**xVNBZ656QH4hIDcD0NsN&5PSyILbd+CUGY z76PVohI(+=cY3V92^Mu{U`eNd>@YyM5+r&NdQSb`=CjHyRK85tIXpZ7y&h^_vkFUv zUH$(}2}KwwwO9I-(JDgbZz{8>2Orrt6v2Ci#-ZE4`p2Kc8wN^9z$xJ#-EN#QU9GzY zwu1KRu406);cgXD1+m@36aLx@U1YH&13UfBU`{0vPIbGEn!R9GPWFkVOFwLY&BcM z*0Lt-|C(6~@Y!cN8*624EW+AZ2kT^AY(47+^Q{;9l>KagZGa7wAvO$?up8MXcq8A! zwzBiEF}?ueliS!RyNF%PwzEs%c5o-#1xb?2pt`z;UCypxSF)?v)$AI!mtD*DvHk1- z`xcC{UC(Y{H^N8IL0ITM%#N^|*|*s(>{fOgyPe$uPgi%byV*VLUUnb*4!fUymp#B9 zWDl{2+4tBZ>{0d@+^s&ro@C!=PqC-j57<#y<9wDq$9~9u#GYp_uou~n*-Pvv@Id`C zdxgCUBf39hud|=CH`tr(E%r8hhy8-R%id$ZWWQqXvtP4g>;rb3eaJpyzkxN?-@$Xy z$LtU6kL*wE6ZR?ljD61j%)VfMVSix4=7)jl*ytck(D6&0XBhW4MQVc`T3P@jQVi@+1y^3#>Y)@-&{#GdL_q z@GPFqb9gS#c`5L~KH}Q46nYZv( z-o_)m9ZCR% zG2hNF;XC+FzKdVVFXOxU9)3B$f?vt6;#WgcbuYh`@8kRV0sbw19lsuQ|Bd`6evlvH zhxrkHGygWfh2P3=F#jHZgg?q3=tm{3-r4{{cVBpW)B)=lBo#kNETa1^y!cF@K5wg#VPk%wOTJ^4Iv!`0M=V{0;sl ze~Z7(-{HUD@ACKfFZr+d`~27Z82^AD=O6Nq_;2`c`S1Ae`N#YZ{Ez%k{1g5u|BQdm z|IEMOf8l@Sf8&4W|KR`RU-GZ`34W48H>a)ewVPskSv z1n}a7VxdF`2&F<07AV6)nNTiN2$jMlVX`nqs1l|M)k2L>E7S?~!Ze{lm@do^W(u=} z*}@!Qt}suSFEk1ZgoVN)VX?48SSlMn~gl3^dXcgLoh|n%{ z2%SQguwLjEdW2q~Pv{p0gbl)=FeD5MBf>^uldxIXB5W1T6V4YdfD*|zVN|$CxLDXO zTq5icb_%a^VW$O5rNuYT+7TuW+rfPuMRU5WXc`CtNSwAlxY2BpehD z35SIv!p*|Bg2=@!$6&}#-lRA2uhlZryk)f_u z{ZOQNu(i_|>Dw6T=^uzlop>G=hlZO6&2(vs^bQPf5l29^i0xfHy~g3rCQu+95kA~$ zpm5jFFz@fy4@P?XH%1Iw`}=#Fy84XDy?8^<5?BLfsCb@jFMZ?+8dG;e8Y?HX+DiJ;Db zNb|4(OEsvfP9rr%DX^!%wOefOY3?xNW7-Bf`}-n8=8gS5BfXI(w8x?asREN09vRSY z7;Notix^ta9k>g_%^f0sLt;yRf47k?w8BdRgI#^Y`qt*&$Y8Tb%PZdZwCTHso3RjD zh9jGYn>r&z1)7!crmnW(PBY$h^fmQF+J~)b5KHE8WYD5MD3qa14X+;=8t!V}BGR{5 zy87CXPR*xW!>{q|sHvXV|f@z>l%BMx zL8TQ&H9Rt4Rs#w|C|yKwgysx&ZH+XwkM#6dweV1Hb5D;mvbnXVxwrXrv&4?B_F)l( zV>{-^V8j^N0zkuPm?+TN(?1lkqQCmO`Z|=hOX$zOh_SV~C(_r}Jg6VUR-wPw(AwYI zi}BX?Hh1(zhRx&sH8OCzAE|u+_u);E$gmBcJ}^Ku?5h8&g&CfB0W8p zR_fMvbnI}%+=*dqQlVQ3(tI~4p^*WTa;FZ7Qh~GS3`9ns6{8g3I4f#o;OtCP3~+dV zOGLkE5Ocm$8g3ry9?}D&qR&h%gI$sKR%~L-1i9)wkvazZM+Sga`nn|mS5 z$Z!*VDdq_UF-g?`b*n`UDt(1{1I*qxBo6ft0@QF(vKf>RCeQfFMj(PULWMOE?d}J_ zbO8R_uq3tgV~i~tI8#dNIB3%Y;rL;|>o9hC14cmlAjZBK7!f$n4BXxcq&d>lVgz2m zICn(sN*625pry;IKB|yvpry2_x6OjQ!=3#@==_LrXrybHM$AY+MK$VMu~0=KSYi5s zm1(6^mJ|AfmXWR=%$5!#G7r$YV`}b2?ah6y5q)o@t-EX3(oRi6E$bs_dIal0r_%3Y zdvSXts;z$n1J#6f;!2$veO8PLe`iGj{?2-)Q8Ay%Z&8CvMxz=gjH;ARNeyk0p>8Z2 z`kv+ix+#D%Z0+rDq3=>=qg8`<1>VdXM*4@ z*#IiVra)PRWx~p085+Ti#PsbN09cQ-s39aPFSQPgY~4zI*A;1vU;(89iOR8`2@;{B zAL{Ii^t9Q>7aFxSQM5!g0lfl-M!JSN(W8Svb`e^5Hn+9`L20YDf&ml&IV(m5kh7u) zK~2o0AgIpa-ky-yIy6+O2W$dmnpLby9jRc^A*_xrzrj<OOZWXSXNDEchhc(j6pqt1Gw_b9G3NSBax3s%#S zmWaBvX%FIN46}(YO7!V8)R~4hzzv9MpmY#`n|t-`plQ1Yh32+CvAv|M z#NN_1+ycZ7Y^)9gFk#Q2Wmvf>QI4K|RCI=zvQ2m%8JPH%;L17Stvbawfz0jSG-SXu z9qjLFlQ1zxHlvwcEwr`_b#EEKqSik$IJ98|ivq|2fJ(o<9cZ~HBGQEx@ZqijVQ7Sg zHXJt4=B8_7L}(f5;2XQ8O_8paerz22@P`Ct0lV_;m<}rDrnq2?`T^r>aF0rY)2pz( ztsnG&vi;CHzpUK45u`Y%Ql(8uRbFgUS2iW0sh^?(bSb3^ja7MwE@8Tq(WRU&6^4<% zu7;ADV)S)$31TWJQ$;B~Ql<*ZR6&_4C{qPxs;Cf~g2hUX778Ipuo%?@i-T%uwJ0c9 zj7-5|WC|7|Q?Qsal@!y3-j-0N63SG9YJw%GCRjo_N+?GOI4p?)>g>sZ?&8yc6tS?auu2)h})>5rX_)S#0r9Q0P zsqi3`5u{p!RBMoG4Jt1vYf#HNjVcaN#UUy-M43XADMXnfL=X`ohzJoxgo-PqjS=8d1PLTUR91*UB19k&B9I6XNQ4L^ zLIe__5~?IXl>{gU0Yiv@Aw<9sB47v+FoXygLIeyU0)`L)Lx_MOM8FUtU#BTP9k=(tdha0PlBIdGvI7<7av2Mv0N z20es9$AxmxpoeJCLp10i8uSnidWZ%+M1vlpK@ZWOhiK44H0U83^biethz31GgC3$m z4`I-8p&Wz>LWBuIzy$4qvWPN20_EzA3Q$d98u~B|eOSW>fpT>^1*pC-0YI1lAWSGB zOt2KD@ekAZhiUx7H2z^4|1gbzn8rU$;~%E+57YREY5c=9{$U#bFpYnh#y?EsAExmS z)A)x2>a+~hXf3Q!=X{_hptiiGRJ*GaE>NR2wML!!ftoVyeYtiYFRw;>uGQ{!+Pz-8 zPgC!;TD`Sey|r4swOYNkTD`Sey|r4swOYNkTD`Sey|r4swOYNkTD`Sey|r4s8qy5Z zY4z4=_10?v$(?k d0mW2@EHO9NV8h3u2x_sp}KECIB>@9+Qn{FBV{ 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 G*yFsbY~cLNXLP73aA74Mq6M9f^&YV`isWW zU@CY~qxP|&bnWBDi{LM9r0!uDR`&3$@xh)p^>voF;SAaZi_ozepkmLV+&hGKrp0jy9{6cAs)nGCitl6Cw2c%Z0GVz1C zH-$3>en`tRh)Z(8))4y=esC5oyjkopd;K_uLM(K16Uoowyo4@9gTv5u=A_uBd0McB zG~8g=+O1_GWtp;w*7oD;g7xT0>D9KH`rx%cs^JH~P_@+@N5^&vZtAIXZ@TH+Rb$iX zv8(8dKV^46(Z&yFGFn4hNolFPVozn;+&27G?m@2LsJe7YgGEHj?!M`nn`S-w=q$Y4 zB>(63Fnnw_J_&IJT0ztZtSecc!QccI&<3XK0KsV4VV(j@25^A-xlh_$hgq6}Ke~GZ zhiQV3X|Mlv6UKb8uXL$*D>r^GD8;;u+Pi;zrDxZzjvWE#@cNGO`q~o7B+DH$I?5#T zf_t7@)B41BzjIgI68Bcci{s-$P8pU>=kLG8SB$x;c&X=_mE3UN@*eF+YgP|eXQVn) z)pd&9U^7r1QaaX{+Wb-9S8_jQZC19~W) z*_+RuH*MPD=B_m7we#2A@YwQv$kH2gA%qk7H)?k!jWbzcHWK497Ke<$ggzW+IYI2A zFQ_A$Ae4bxFvl4XPu2-7cn1vW-EWQ6?|>Qm*6uI!JNaRLXZFc5@3r48t0~)bwpU*5 z-KNE}N45AiuXh{&18l_quuV$6w|?c-PtzqcPhY)q{d+Hc_@OkartG`dddteZXK&Je zGpYJ-+PmEUR`sOnx42*X$6KT~@9ze#J>YvvaN24jI}4QG3M;w<>~!2i@r)9lI!6N1 z0GN((xJjHUB^|#9vJgy=07qv}Kw>zE+6qQns-L}JIqLFtY3pDu_$~YrZOO$WEpF>3 zXTu#w7J9w+@)x-6oW(5`w;GI8gk@*+!5ew8iD$g=DR*n@|2*R`zxe7azdr7~Z;$%< zSH@*lQ9U(Hx^%Fb|1?Smv({(NaZW+DGsnNWwX(DFUG8)(b6Rn>MzUxlZhNbVe>`mS zl&aJjk3F~9{lT-}y>e~pI}kOf@0^%Vdj&m(iK4LTf6kmF!_0HQ$`f-eBnmdTsf$_3 zR`hz2EjKIKWL6z@jj1}us>ZmY)iQInPifzSiOFN92j9$pX*CuV8SPrD#b%Qa97~TI zS6)?BPUgFnkqG8{{HUwd)%ZsvurI~=Jr8YSkhUA!RANJ;o|D->9S9QB5DxTybH&PGFtc0Z>dLwr|Ah}aX`XwTtE&UssYSEILtNijh)8)WWjMm$uT;+p1|=L z><4lEg%APBLn+FRr&2tGd)7icqrVXFE;+3j`3p~mvsiDMU>yK$19$B@8$Dy4GClfzo4)s_o2NuM3t-WhCrXE>LQ z_CQtR*!a0mhnw#I2S=WxT_H@^Saif`)uhLNJC zq4{bSCwYBd!4>6KGH5y~WZc@7_X~RqtaSN(`jfT!KhgGR)3iN50ecR$!|?Vq8|xa+ zY#*+B=>j4;wypclu7?wd+y06`GlVf2vBXzuPA;JgpfkIa1gXG88sZ*aS`(w z_9`LL4@aT0p!4H7sWP`mwUZRKCu@UWdNi-yebkfmNN+*QU+N*lf6BAJ$FNs^SLmDz z^algGcLq`f>-uKOd_Ws4y^1_2ucQaL>xyaQjy!eVD6OQi>km;_zvHS=ZpZZrw4)}Z zPz(rC?a`hZiQV9o^s>b?f-~ljm1*4IE<3plqCV}_shIiuQl=uKB4vUx2T$RCFr0{u z1v660Y3?>kX@{19i6;*CA}pJsFpo{nculW61+66XAOBZD< z{H|h`mJS5C2;ymL##}U*MC%fL0R97OSQ@lUXQ-j?i{z{=l-!$64H{LlTLo{Ln<|OV zBWq*5LP`KJl74fC{GzzP_Z;;;6i--QpZUrtHC@+RBlt+=_3TyV4gk=4b{TBJAx!GehYbTby(&-R337 zQ%g2)Uc&K|x|eL0yR*VCXDBqZ89C(obOFYYht(k`^q0OaQ*Y{)@7xE~KQ7XN)hGlZ zl5$1<#s!tyf%>mbIG(9WR`R*{Qc_h(ZGT^8>7lXOw^g1iIE2EdRaR^3nx_UUDy#W6 zy!q(v^QLL*42nxBK!$WVOv)I9Z4InlKtv#qJOzoZTxx86<5tQ*v528nxJ^sm+_tRp zT7oVNE7-NgcoqA#NPr*AT|8xEa)x&K#QaWEb{M34!cH-0Ro63!ec@APIJoOuP&|13 z9CFAVMAe@*(L6g{3h&p2m!K zEG?(A$c(3trJ5LHQ@(h3@`CB*ep}GDYSOwpgT=cZU;F&F6(b=V*TLLD z*fq(p>yRHTG1ttB*(Q8xLAl4cZdp^?6=QjcG;_V(q>MY0FOru|-SE}@^WElQTpCQZ zAMJy_$l;GISf1ZmbTzkD(^S!#q?(lDIA?SIrj2H$hs*|^{b|Kp!zXPTcjcCcfA+KN zdlV!rFo2RY@10$^a_d*-?j7HJC;KhfoB%@;*{;(hx_iP`#qI(?qa{b zH|YEvx~cE^RQ4J}dS>z%gK-XYm&uvZcgoyLClEhS(`FJ^zV!Vl&2c{U4N9z_|1($J znob`V2~>KDKA&dTi9YwyS#e-5dYkH?3rN(#;$}@K&5Yu}2s&MGF*w{xhbAzS@z(qi z&k99O!34}xTQ`?X!RRgjc)80Qud0{3UN4(nS5uZ1#K=^l&$CdhVr%4<67S=#uNP z$hnqV471K$Gy&){4ElZt?A?0NLoW2o_3R)!o~sw#>7&;Vq954STsM(+32Z#w^MksO zsrqpE@Js9$)|uQzKbXiMwttapenf8iB|j(wIa2-@GqE@(2P#M09Rvvhdu!sE0Mx&cK&$EtK}}WywYEC~MF5r3cUj%d$|lLwY4>`) z_D++uNojUl@4Cz8YF3nvwp>JWtwGtSG`nnfeNp(_RYv`S2?qhgb_(1$KD6ymTRgnD zx^~3GBD2+4vB9{=V_iMG*kQTX;ycG^`f{n+VxR4Ah!t~JQ6Z?Q;ws}Jw|#YE0jR0S z+36oq6_8xno^4J?Y02d!iad3xPm+8~r^*Vvr4A<|$^#UEbKvJ9YHF=Ch2jF`4!QS# zl8We8%)x>ejzT^IH%ymE#EBe2~-$}ZXtz&vZ_NgVk4kc zOv-dk(6ie2e{lAqYwn9Q$weL#^Nh?MpPUK z#Cb)4d96*6`>t7Zwsz#_qbv6CnswLS9Jt|b`8Mqz?`?H1tT99K#4#d+VwAy}#eC74 z;%UFxaNB!Zw`R9){Pncrny4>k;D}TV2BU0ua-+Fsp>wmcX#SGkn`h0O`pN*`jUj8q zIlnc7x6NRbR)=wP1g`-}2unC>O6ow=s{=NV6pfEo3=tY8 z=*$TKFk8Wv0K8B_**m*Q>+VW*1&gD#{#GSc(h#YQL?*<(ZUx~>L^RyAG3}j0&Q|mJtT7ec|Y7cr~ z+A`Wz!Sqz9bk0u-kftk^q{FPl4N+T(>4(fl@jEEVfNE$b*XSE)(t-A>4>`O^cXfrj zd_nrA-@@u?czM(o3OVDok%p3(((12`76;LwysK$;diTl$BdV)!p5Gj=swpb=j2N>b zqJ1D5E#zO9e(vJ6+rGuy<(PS-B6=gHvFat&)qr%j7T`vT1ju zIvHwGCk5)id{uDi@-e?0J*(-W-RGZs)uhSeqv7TA&h|CUx(R0ysoiQC8XnxL&RXI3 zO`H`8Pe&^ePw*`{rIJhzUg@MuhUL`IONG^*V?R0h5@BRDFgEF45b0jSrg0r{<4X)nw^c)uQ_Ai_p>ic!=K$pmnyqYb=`6fUo40ru#Gh= zMRJxOD(1n?Mjz_|IWyJK5^fh3*n>eI0MmEKq%=-oIdGd4F-LT>RL)Bp5FWxb4aNLNXB^o?YBSXQ`SwN zI*N~(CQW~P$HpzwrMG4IZKI>TVI4nQ$a-#)zV}LE(xgQ5MG@L#e!e@ ziNtg{Ph&qpX9FLaMlqMh>3)Nu%sAO#1NEsbe=#4Vqx0Y;<~+mV!xwj%}Z=xZn= zSqjxSH4T~v>Xd*=2wmHPN?@+9!}aQz-9(UIITZ==EB9}pgY1H4xu^-WdOFSK!ocZc zd-qhN$eZcN#Q^0>8J%)XI$4W(IW6R810*ucIM7Q#`twI|?$LYR1kr>3#{B{Z4X(xm&Cb21d^F9MKiD=wk_r+a=nyK!s^$zdXglCdshbfKBqa5aMwN#LmSNj6+DPhH4K-GxRl;#@=IJc zm{h}JsmQFrHCioWCBGzjr5p9L4$t4`c5#Cz(NJ#+R7q-)Tx2)6>#WZDhLGJD964iJ zJXu`snOYJYy=`<+b*HDiI9XPo8XK$TF86)Ub5=NC@VN#f$~GDsjk01g$;wDY!KqOh zC$x={(PT7CH7c?ZPH{RNz}Tel$>M0p;je4|O2|%Yq8@sCb7gRhgR4a*qf+WGD>E8~ z`wb<@^QX)i-7&*Z>U6qXMt_B2M#tzmqZTA1PNgzcvs|(|-E z4t*ZT-`kgepLl0g1>H!{(h8b`Ko=fR+|!L_Iji>5-Qf34-}z%X8+*Qwe^XrIS4Re$ zWUblH=yEfj!IgeIQ>m}+`V(4u?6c;s&Ym_6+pt|V`IQ1!oAC@R1XC3tL4BQ7`!TnU zWaoqG=nhI@e7dV7)8VzO8ivuC!q{hcxO7fo#2I=<`rktP0OfAO-CQE!ZT@}e7lw;{c) z@2l7RV$@&S5H@{=Bj~^Kp5At=Jq=Y92rXP@{-D4j>U=-a^gM2s-nIZA;u=fbm2BP=Zca5W81_cA>Tr z)x+r@{pu_la2Q(wm`Zqyd@GhNDNT&4oNHb_>w4{jIU}m&iXykMxvi;WL8;y7t}cp& z9CEpR)WlI1qmOq!zg4QTmzv#eP3>NLd7V-+YKmuyLFP533rd>WnvL$F3b}g39PYk; z)^hXQ%5jO(B}-TMio7@t<(V?7M5!ycd)u4Z+~!hym9+KwPVO^Wkhi^Dc7$R@)o$oh z^mRbgQ@5EvalJa}V4Bi3cs^w5pYtbXXz5W|e%+z-K;8M%Lf~BlZRvNI7=)cG6lbjg z?)l8iOw!mU`uaKN@UL4>d#edM9^-ePb(VICy6Cg-H^Ew$n_s801w`A83W!_Z{D+1G z(<9A>WB@>)D%cxw7c?Xv7N}6gg?&TkLX|0@k&VL)YMI~SsE^dzj2^3BKL7SM$!0Lt zj;ytKWw|(58n6_NNH$JVRh!W*wewMr7)H2jOCruuJAIIfPMFpf6j=hL!D3nVT9Dpo zut}|VoG<%v&w;HrQtz<%%T&X##*z5{D!!egoRN}R_Xxuy+E3dhx6!7mlNyuqsKR-P zlP#8EKGt{Ij~8kXY?&*%q)PkPG;rziWPd>HefyPwV49!>f&Q_@Fn{8Cyz{HCXuo+( zJMu<#{Tl}^-dh%nM0IrDa@V zMHgAog4`tk;DNK-c{HwRhx%Fn%ir3mex!XeZQ4QY)vQ_iZ(j4-GcO?@6Z-Y*f?u7_ zmf!}WRoGkI#BO9;5CFvMobtV@Qm?#eNKbbX!O@xEVhnm z6LFnWu=E}6kB82ZEf!g}n5&IuivccTHk-_5cazDAe+O!_j+dQ~aUBy~PM34Eq0X-LOl zjunFnO<4Nq|BL`!xwvyj&g9Q0(A_*xLT~l{^nM&kGzB7+^hP^L&bD7iVdXe3wobJXVX~o*tX$ zI5xthE?gAl!4+v~+ASbN2nYIqNn_#3>!fi2k=g*Hg_%caA#plNQR+RtHTiW>(*OFG*-nzu~6DMCrX>xzP`3sj}D!||8 zf3dk-w(NCUMu^C%k|t?sa>9gU_Ms-R2Hhm~4jNfPPyH!3Zy zV0QFf=MWK%>|(eV$pB5qOkC)uou{oIJwb_i4epV{W95%N)`+uOrLx7fNtD^czsq4B znAWb+Zsk|YX}a?b+sS-!*t2w1JUqU6Ol`&Jrqa5=4eeLWzr1DX1fWW`6MYf+8SOW< z+EMJ|fp${RJ7q9G7J+`pLof$#kBJP^i@%wNnG3fnK?&k>3IUVo3dbs9Nt)x_q|wIB zlBAi#1Xv-<+nr<13SBfkdzI?dJ|3~?-e>MzG(yRsA}I_oEd{HEGZ&7H|Km9mEbL6r z{Ubhh;h6_QXN_?>r(eWJ@CM1-yn6Y#am!aXXW!EfCpu}=btdYT?EJ>j+jeuc%;P2g z5*J%*$9La$^cy>u0DqjO#J%*IdaaPnAX#A6rRQ+sAHhY@o32==Ct3IF&sM14!2`FD zA))>ZKsccTyp$U0)vjABEY_N5lh(@e+Gj>sYOTgf?=82K)zw-?JX2d$x}n2Y0v%SjDtBXDxV2TyyxQmN?2%8zkKkKF*!AA$P$1#qrF%fUu~URt`tp3C_(>^tkcbHhO0Hh0A zpTVQR{DjsD=y-Bsl#nuTVKRxYbjpSJg|K+SEP+^Y*z3S9p(_-s9^YP5Zc?Vz*o(Qx z?f03co`dGfW}0T>UdEZaW>s0XVEzlw@s&bc+B-9;^^AGsx$AE~!1-7?tn9z|p4}_? zRsM&sjg1>#Rb#6jFBRKMeZ>I_4<%=&rF3yqUD&Lik@7<@2*(0rC)UqPj`Gfe8L&{S zhGtB67KhF{GnLZCF}gN0IrIPU_9lQ)mFNEOyl0tx-!qeCCX<;7*??>lNC*Q7`xe43 z2$7wD3MhiII4W*v6;Y775v{FSYqhp+|6)6BZR@Rdz4}#KZR4%=+E%T%_gX8-9KPT4 zo|$Aa1ohtUet#uro3p&@^FHhEX`OcGjq==$UeAQ~<6AZzZ|l75nn<#}+mo0rqWv5$ z1N<|1yMgX+Qmz?53v|%P=^&74bwqfH?xIC`L()W{|G`j^>kbs7q<$hb6fL@S za#nHyi$$TJ7*i!6estChR}QriMs#yy!@Po#AYdeWL~* zUR%)FT#4Q~O-N!O&it}b8zFOmbe=egH*Ka<9jT?dFCMAcagAo<>tKrW%w?P_A_gd& zXwHTn>a>WEWRzimu7EJ*$3~Jfv|@bLg}6iH4mgJB!o60eP#_N!xYrQoMf4&rGLau~D9ila zYGD*3*MNN?v*n6op+dQM!Kkr@qH1|^ zh7skG&aC;+$C$OSR2!ke>7|B6JDpjV%$Jo5hI14PGyx1I=Diw7>h@vzL?PLTzC;`; z?}nkmP%J6$BG!9mxz?+Np zIHbVy&<#H&Ekz1(ksSJ_NDQ+XHyg-!YcW8YvE5v*jFQ->F;|Q-IB@Mw6YP~v=jY$~9n@~8MVO{1g z@g=-I$aXs1BH&>hK(~|d>Y9n*;xRm&07=pLuqVYV-bwyCUIKgMdLSrovEs2f3{b z<++d|UX&}*7)y8){Ntc{RL*udOS8r%JV4EZ64fUF85n7%NAWejYbLV}NB|lS>SnYN z?PFpysSR*OodDcNK;OVKsSbKS^g;|bSdogA=};1?3rYq|Nc_tR!b2ln>=bNTL59uS zZjF^Y1RoS7qF^>LEqt<#Mu0ZjpiUNLtsc5%t*8}5lW4OWwFXfqGn-q~H)5}2mSRZ^ zKpfQxOe+KC(M5V`tz1zQ)@pTTQ2?NgStmwpvPCi&U9wd)m<^I-w&{(`Vb?Q*4ApV5 z(G}DMfgox!S_C+OTa5UkEbB#G$SC<8vLrDPPT_Uq5N~7`%Js5Ut3!o!f@HJm?b;(N zbbv90V6J7=E&)E`b|}N4n`VOOuvo$IEMx`%EkX8mpug0yY80enF3?M57gI zQ((b(;dv_v7PDKFgL|6)q^sb%Gp_aU)wp^uX96>jGEsOmBhyuDZ8}+y{bG?UqGqyDfYMtJ{6@xXI>fVC9g+uG zbQzl4fY>P6VAkv8GEpapl2>quqSIoui)Mr95Nuw@voGBux%Mq zYqG!&A9RXvoI%gZRwI->g2SYPB1tbg0U9UkC70cRFPTKU0L{E!2e?|as;p-wNwA;> zm}yKfYURNzE545Jz^T+srPZUGX{3qx0H&3ol`)Eow3xXj!2lx+DkB=}EoF`(n^)2W z_26hljpwvSdw}akJQN9;WAQnnHTN=3Ko19hR`Qqt#60*^1acxN84Oi8W-4nXd^@w0 zVpMzKqWw_(cHwQ`*uQ>F4F;Ncc?}XU{q867ZF>zihsu1j_i%f38%41S53RkO-5Bq< z<^ffy6fQNDn;z=lDz2OXjU+MMr0ziZ)HseHI3+}-N8v$8UWEK_n5pL6VPUS@YH^ z-F?^bJ%5Vt}@l0B2B$XfpF!7J0KUW$rc!~hPD3+Ms%)ia=pl{0nuS0_) zMk9rt16uqE&;%{gtVGqhUs{u$%()O~zzC_11`vYVVXfdfEU}YwTDn~JYTSiTDRNih z4#ap?$m%48h4*c`rhEH7?VLTW9aCi~b>z~)W0xM$c|y(8H%u~4?Yic=Yr3WyCvBMC z9P;P}Ra`!CY1TVd3~%qgX48EO<*6O5d**2Osm_lAM&ZKw?7XUKU$o?gjCIcqH|%NJ zuxtIAj>_t$YW%D0ShIfD2DzU5%qnHsRN0vm^B3-wcim7D^;K7~Uj8EuKZ;X3tlbVD z(=eh%wxAVAWPvDL3Mmg=TPKpMGzTdG=aT&qTw(TFBIg<;`kFOrB)&>#;&>KE1kb>+ z2B2dhdAN+pj}^ZH_t#P}WOC_RDs4ppbD0<}eknMnviR2G%#`AniYwzKw-y(_5*$-_ zmw5S-TNmxQbkR$TmM>p=*`CF(EG{@lszbazB$k;2MYhTooy&w{`02hJ3>+yIKEOe7 z@JMkSHwDW^-jsRwlSM}sEqQs-p1n(#FUOllp3=O)Tup&?1<^)a@`nk7JGz35N>n$} zBOy~(>fI9qX^_jCE*5|=cn@Q((|dZ4jk)4MmOAk+0xA#wuDRF-%lTtBwIA!9Gr9Ct z$c`7mj%LBTedqC%Rm_T=dk5?Lu6Ta&XaF9q!a$AUtk$ z*e$72Su7q{Rad`o)%w|Sbyv5rzAip{{VH|GtUY1tf`Dk1!6*HuN9YH|>@$Gpvq}N6 zCzbi<_XLxmE|LLdr@JCzPlDyUYO2J>kDK?krp5CY@11*7)8aCVVb&~zrEGE2O>>tojkD`+_dDb1*Ao``HQpP(giSRL)4OKuTMcNVOb@(m7M?noGc?geUJ;8t6u0>WYa5RLDJ>(^Zu~>-DTzEbb z=Pw6=C#Q(ao#It|Sa^jEBWtV8YNL5Ce+KO1 zHqBg6?QNQUAP0QbaOG=Lqb?5ZLlZP3JdqXFBbSG?_!QPegco`UzEDBCfy7n?l|5O(2uWh*{9fh*}OFkZGv)4J9g^Su_Z-y zktO~$6KAdO?4HIhm;a)+gVRbF%BNDw_qH-YUp3>pUiriPU-DaPao4J;%WF%Dllm58 z#~3FQnvO5O$UIv}o~Up(EN-l>@f8Ipwl+*yG^2h|U81N>`H9+~R;Nq6WZk+k_l_|; zqH`}-wki9Eekf?yVOxp~wx$i7mS&wyRfA;|YZ$pD0iFQM7=^Of;Mb5{*g%Q+MV}ZZ z4uCY|_@8q>JQ{}h=B5NG!svf6mRKr5#bVli@?ZR%doi+~75m0rb2XFdcTK&}XtK)Y z#n$?!<(KX3?3gc;rSMQ3)+>e{<=;f)h)dXgJA+DdJ5q_(=fbyjlD zyxOq~%LPEFsh*KmXEIW|_M9hDm%Gdrv97&s&LCvUqb)02CoZ4W(b4X%EB2q(#G5YM z&@wJkH_qwtRocyZt7Y4`(pa=cD4!kEPl#4{yum=*q|U{&O2DV&=)yXRws%3})r>`7 zty6tM=kuW2FpR*(!{^GYty*Jp1woSmG%(Qs4H^#!;!Q>OdkH@{*K(vzM1v#qO$_R{ z7+Jto9d&*4xTs#V1lt-9mM`tTxU{8|32n(X!6M-UNsS#R?m__F|Gn3X9 z&{djT%C$c`e{S8Bi4#KMy0LTS?(Vvq%{y6Caq7xk-@t{Re0DV4heM^6gkrEpL-{{% z)|>$4EU3Gq;JmPH{E@zsRX+#@>gc;qk2i2FwVHuCI??#%xdiMweM zWaT78*EG!|+OV634wd0UaR@TenRhksaP%AUUdHC0VcZ2nT> z|Lq#TX5O&2h!GYviFiX{IRHYEViDCLf^Wf)se&K4oOU>MQK$_!7!L(|E5Bx`dn|^Z z8D!P9pUu^~tYLFpB<~24WRqgt9Jadj5ce6JRV}}8O%6hRA!!0JH5LHs91WhgWWLJ- z!KL(|#^$p^amdJ5g8rZ$Ggy6?%`B;J_Kppf<0XMKcmmW9@>-TJn~gIShXI5aI(xEx zlSd-_6cOeEGR2J$MBqWpK*2%7D7_wEFG0(EP;?Sr1EpZsk|pld3%9nq47KjwNtga; z^X`AUY0HzBudMExSE>hYgVxdT>O;3bbp6&zv#t6lVjtU=7OitgFDbdK>r_jozEYb*t7qdj?MRk%pu)4==CR^bNgHOU-j*emraW7T2WR%b?1^<K?p<`lIUQwM$W=cui|bx}?bTOb6E1v3`QcM^BdcQe z=PpkFc*njs2H)6MH*NX+$l&D3bkD1=@_CF6^b#6m7%YZwDoKJobt%*>6l7EZ=V>@G zzzY{zEr!q?#B%Vk9VD%4E~MxbJ)hcn+q^0Z=@qNy9XNJiUX{8Ns(OzNq-fqrsbhbE ziWT!T7SLhKQavnveOJ`2^uK@O;eGSx?>nsSlq%#_#sdo9iphZ#Jwo|{FhMbfSrS>R zQiwFss8KQy?9j`|&<*8j64q^OVgV#e63^ksE_l^9($wb9f`EyHv4&?kqn<@TAOMm< ze1YGL4dcENbcWZd&n7h~Atmwe(#RoslRpeyDguGF}j}$MRo9?SM8!=4Q2wU($EzceOopeaHDv$UhoQfY3;W=e^g5xM87H z;I{8*GeL)G;HH8ITBt8$#)NOPnG>ql&Qh*h zWt>ty34rm;*F33uigBg#?eg{u7R{5>Q`U$R2j3@_Lkx_M{bOC#*zx1XR_*c*B-IGq(GV|B@o{8hJ3p1*lD@AJn%&$i*n1|9(=hKoMs|KsjeFu0HwhG-gj z6NR02xQ2KllvU2l&Q+ddYuKj6LihSj-&!x-tUR@F>EtCIlkybUel`o1t{IyqKm3Y# z^I%x~1FN64cI~X$=bbnBPUd;Rxn=jXhSG-2Z`jT3lX2q?hsL#({W072*)OlJJQjT){R0dcw$MIV@Im_3E)riYBiU=q`Y_6ca&e9uVeb_jW)Y(*6X`BKYM85 z!b8t)Ui*XT*XL>UuiVO9x8B8yUlNM}WBcAqm)&yESfoE>5R7X!w(jnYSbl8TpaivJ~v3;LD^f$vOykiS%0kDp1GRq zVCg_iC;5ATIf&(~gt_DK_8Vo2`%JbUh z9jfe_*S6Eje-d8cyItyiX=UK|B_;1L?UVG9n?6x~K;xR|0vZ5x!At8OJYq-&B}jT5 z#x}{P70vb-p^szS5EvI&o&q#3;_jrm%4X&6S8u*@Sv#ZVm@V<@Hf3s4l;7vm>@w-r|)yZS%w?(I1*QeIrsG=I+5nepzsGxrc~ z!pSc|SCA)uB~*o*q}1leH+COyX<6)cl^Ly@AOH2^A6)<8mq0BH{PW9E7WVFW74(6f z)`kEd2^SPxr15s^#3*QkxXWqEyk{wqj1GtNbEQ|(J1tK6 zUnIYs&2$CihuMv=&x^lu`v>+G339PrtlYp%HorK*>MU~Tjmr477+hGhviLYl@>d-K zU!uTPY~kv}%w^h&xW}uU?TFq&;?(Rl#6glkWN>Gw4B#URl`pWSWHsaPj-^{T?+Rl%;){@`StD{A2dwJ|V96v& z$16bph~Zles|b2KXKVo$Gy2J6qqP8xDY~bRh4}rn$()b-mt@e#Fwd)MdNQq8Y*-I^ zKqOSY68uyOQhX&e!epDI){mhNNM=IwXQLY2+&brLfPWf!2x1u(hS5ey?BxMlyyvL* z=no!g*pcWU2>q^rYg;4Lqki3-zG)X;d+6E=r*#^~7*m$_EGg_eQ=4jA+oZ8YMYWd6 zb?&a!UGBQcmfE7Cu~J)W?WPsCJoTfeZdoCs5nPtKdb}+(w{hma1+}#c_RZX|z*J-U z`YpG79lHe^?%Xkc?nU**&Cy^m+F0WA*VWfFHrCYF`F$mgbgj9#{-U|#cig$|;T=<^ z?0A^d|2~dA8{jc0T&>LodGPkA2Ce<%xn1wIlX?a%!@Eq4Md6Y$Pjh8C)#tL9&B{-Z zDl*AaMfM==qY6ZMs*j2-_o&#DtOvEgKO^o#a!G8V!FLJa99SgR=R+3-1WD>6kPt4T zQEnn&KOhDe*4&&kDJBfJWl@4anq%Se(e27Iv}pbO#r>3wvWJpUt}zNZYx9klkhS?P zCbrI418eh@4+uTT5z<4YR!}Wu!0bb{)|g-CHs~wgPLx_;gZ}Pe*r4aOmyr#+pp0lb zHFY6iYKHu9A$fn1?OWE+XV41w8uJSK1!e3*OLwh>v1U`ou!Z{BA27G z@n6d|J;N3qwe4uQiV3KTDcpf57p!m?0p3so1Ax@X#2IiaA}2>9&SUXL^1&>Xh8#Oo zQ?C?L-8M|oiJLpU6Q{%GGh;&0K{owhQSY%3!h1qcSn>U|R_L;f`cCNUO-efJ#sSbh zkg5Hb9y)Ys=YeAvt+X|EzTjRz37BGClh(UmXfNBmxvV{Ttan9870vRhk`;uSF?`m! zyWBXXtg*^vTY1s31F*aP^xb!Xf`+yrz9*G!3+V51{2PK^bPhMbp(nxq$mtS*2*~V% z(N&JbY2FYBI?V#24?IeNyZFFOpZ~&zB|@M?sbh`bnlV9zkG}tHdLK zx+5aQXm)byO7#8XHFtDn$5~LO*5aqH%?m z$2wT6nTmGDI)?$JimeWHNO7Kra|S#r4ugug1UgoGf)+&L03keV@p1OHE$p^lBA zt*GJGLDNniq=XZ4I+Mb*82pqbfoQ@+p_JGdB0aQaeTB!Lr#Z$97FjWL@MMe@Z^D+s z&IK)jih;Wbb%1MocDc@#$)|IKVWN*g2&aNVGFMmdoaL`cE`T^;1?Tcf@^i>q-czu= zA7p!sX62V=__ATa&S(g9I0rd{)J6Sdr^qB}JA4(U(1Y-`7)a4D)MA`g7I!Mwm6+KC z^C_nUK7sX}(ukntS*u>(uyyY=UeDi#4Mlus`)o8@(xaLmYhKp;LGw3oP&Rni)G|cQ z7Ur#P!U!VO1g(pNoJAP;`R9fA(}??`-wW?AJpaG_{Fi;Nu)eT^;QuU%IRlFc*+_>_ zx`&U5+e^|ih7FuRhmOU(m+aK71UlNUGH`jW!KA(Xf;sb)=69M;|L@O||H&xL zl74Wt!{fDxvzf&5M8E`Lo>IUfK@P&dqXA1j9Ysfw#32a=jPn2f=>Dps?=)zh0y=nF zlN*J67GXr@2Az6He%|WXWJyrTG^F6<|JoS+k`Xm{tCR{6!43_i__z|&s!LT*4`;a3 zwB^UO!_$ZGtWdT77?_S^7Dqv~y|xiDP)-YnK8%pxr7p+Lxp?4~wPvULd zUmZLLn47GQg>WUt!yAzB$G%F{zYS~B=am%aex&q3x^I|U4B;Xp?}AZk z^YIrlk>Jo6{xrIjl;V~Ot%d0#DhpmMHo+{Xi^Rz)*c5L{kRh`PE-|>;1QQ0h^lDfo zd@>|=U5Y91Dt-M)<#*Gl`Fr}3$-Z}Nfx!+IeZ!v7G% ztcDQl>kp+vdVk8V$G)HSg>V(Daj1A4`JRB+&HA5cq3-~n7Y2oBATKb2YG`uA6X8S{ zY?6>Vt(nsVyAxRF6YnNNtUn~CLrIFaIITfuxMVt=e)j}2Or%oj&|p93A5+|pOZ*pd z#pmb`Sv&G65piAWD5e2SoNSIcgY-cWl#06J$28$_X(YT)8umd{pHg7Zo=kQW0->a_ z7yr))>upwE8ZMWr(itk!ke5-mNGO~-u?owjq}8&~H}EaBRQUYJk_kzaMJ-j~1H#0S z1rxw$&lCSsY5*5Eh9p`{{~@y^&(mjM(r6cji;VSvEmZ0dZ}u7v>WxNaH@lu48ujuc z{04p_HtH?AmEG!dXI$pv!-8`CYpz_XJ(2siAQuczyy!!@pi$wT{)yp>!Xhe@`nl`z z1^zAe8p<`=WnrFL1*!@PPZ=huBJ={PS>a{s$9bBsNe$AX5$!cHKZH|luaOs}hA*pi zw$Rj=>@_5!LqS+x4X9Y`l2I@7_L`@81m(I&E!VL96$Z9khIpPCg?Db=MU?BT)g7f3 z1oR}eOn#rEov2`=TqatC@g-cu`;n}|1~nUG-Vnn;qJfhg6hp5T(E`dSLj-kY;GX6Q zi-z9$l?TDudYiv<9p*t?+4_WO=CNA5llp|}o}F1=q4CAqvoxnl z-+26xjr)Osgn&kH{tC8-tSujYAX&ByDk<0rhH0A)eE8>_MbIX>Z9mf=3Xu{d5DSGe z{bXd;!bUBGMEs02AatuZk6h5A3ny8K=vdpjVylr_0=J@48tARLevxvQQ6xQRF2uMT zDdlo6=qryT!$n?JVgWh91v4nu1G=%?-N5?j)BLSd2l{{#%0EAV&&xf1Dr{4qxZQ5= zL(D1c=mH9)qTh-=!wPQK;G!Plb9%5!QL&)AKmk+G}epRD9NQD(&9O0C6ZElh(DA_jLN=MkxobFd(kGnzu)+M~#d1*vxjpI7N&Q;y&0Q(nt9Ov@ z0UAx~93%#q(<@Bk9CzjhzLPRMRY32Y!M4>0SFb)OeWL#Q0u->@`-CeGuA;1us}BAQ zc@mIQK>2shoeQcVJ#!PiaLyd@Kj_ibnQy2+9_9fE%1-skgH%88v00xH6V6~l&y7;< z3z*+Y;rwAP`&tJ>jA`DJcZ`7&@iupQ%b%(G56`bmS<#9BG;0CU_T(luy zt=;C3Nlc<}xz{ z@bcSeLnyAw`PUGAL>*F~12pf(YnG!XZdkkO7$`Hc?ByN%$Z$rECfLDLP%2`Mw2Lkn z%iuczcuO)T(Vwa}C$&16nxS+qnzVRQ5p9I84;?;p=#nva%=pfXYl&x;$;i_ zP|dt~6wqbsm-{)G2ROAL$rK4<&wrWS4F}$7>VLjZ~K@NB#Cl zO&Qzj{Xrj9Q?1IwthH&{H`*sEN1LX>TEL$T9bDBnzAi-V%H>rqOSs{8i9DPnOQEm? zKnSNAa;HMY+M##OP3;`0pT=G%gsg(SQ~>24N?A+(Cl^G2rTi+Y_Xmo`>Wi*@@Y*8% zxO%^0U>2&c=s7QU*VIcq8^q`sm^J3$P#9i9SGJWj|-YQ|Bbro{q^IrwHjL#@aw6r zO5(p)w}zsz_FT2}`msf*s$lq^*3AS90U;2;%8zQ$AmjS~uU@58ERcbWhv?f>K#BeL zYN8qi*%SY*!e{wB?9^3;*7vWVA<6l3`r<8_4JXqkECB$U^#wWOuf$1XFNlXZ{n58dU(CAELUC!&Oi-&kb(YyL&bkw zFG94K{HSTIT!grnt(x7Mt9azgH#FZz%{*?b|DaQ#z(AfKI!4Z}p<~>Ge#1Se1*{80 z*9-3X((C!(%0GrhVCY#e9J%8rDwB&WM#Ib#hh$(WdygIeQucm3{$#|=Kl+eJTk1Z-(L@12&%MZxw-kLv=48+WES(PWIT1Ks z0C<=YX2Yy?Fc%$1$a>sE6N@S(ydbyNTznjed+MRp# zqQd(Tx2JkitUck{ZkFv%h>+T$y361us*p`!x@ITML#@u!?BZJ-!@DqEXFzk1cNoI{ zJl=+S{D?*ZKK1{XW)YK5yzt`pzw`QU#6SP_sM{sCSn6GMftpB-*B5YYd}6E1T{V8s zBM)6)8@_GeJO87$68vfVhG%-%V?Wnl^6Z65%hMOv_5&oUSnJohv?fUse?PIwpgrjj zbkDBTKUc**{+~4@My+3;_M*cli^%=z;`psm^74d} zCj*Zab%E6QT+owC_c5m2HMR6aD{F5vvrm4M^bRUw2oc1;q9jPZaA_vxsFaP~U?%O27@cleW3dOF$d>Vq0Zl}ZBVHjH ztf_?4md<5`q8EHId=*llqXPIzIAX%~1B?b5_S~HV>kar}&i$g+Smv7ZlTat1QzXxJ z$_Fac3X5RMSd@80O63eVgMA|`7viFSV3ZmRpY_8pOoLm0i@%=q@I7J=7Vq5YX9ffA z{>R`WG+DU(#C;6O|HMaLg9l zl)V7Zh_060KjCS9biA=f=azMILnJ&h}h zly@(WRadr83lyzrB*7h*#Kz%c#TEcwRZLH44Gb)Vv~oEAv$QE>6AfHr(F(C#@+ zLJlGHE;Y1|WL2(ysP_V;dWc_?Nl(dVTAaYOpjag5{{*~1y#T?AsgabJdOGqoA-oeB zE0oxN_!V3X&c0eE1?A93*;A)ACcg=udm8GzJ~h))e_kxCET|AT%Htl--e2VXnV<@TsN3YA17M0e6&-Kk=YQOE2LMDBtsJQIke# z@?QDP5g#LZ(1S@bh&gBDacz8F` zRpD-jIg8-ap`Ym@6rNlM3=JFCvr)2b9N_9ODp{J#8`v;h=Es?IOxlxNiKM<#Q9_2M;_jSYUH}t zqe$Y&x^->4;JRt+*3Xu{ylQW~6s%=u)@ z9}!qmL7OlT#T4rTQru(OPi>~6!BlKwMiZNC$FYcG5yvTlmyw#v=M)cWYQ~gfFJVt> zq~`S7oR)6J2?icV&xW6Z&I8CNu=}8Y!-3V5*oU(pJV!{pyvacr8HA5P0nDoEQ%(JY zi_HlS4K2djpeQwr8f|LDf-$pdJEIqbnAcQ(`R2Mwiz8zq+ZHaqq%>Mu7wuYe%n&tL zfGjDLMa5%lx}tTse#w%qZMbXkq~r%<8NgEgk(yfXgz;U~-7DFX3+bnQ@#AqBY=^OF zLbS7X)|dq=R(4l+ji2DHt%>*r30Rp-(iA+JEy;u?keU%+qc(@`QA$BS9Orf!N}fVd zAL_Iua?ljh5MAJ^c}*yLOiMzDF9{(p(30MIi+m$<`Ua+XOL>c2D0t=$9GupiRQ`FA z{BOl%>K)}7|3O^Dzk_}@em{Rc@>6mR)GzU+fJP3!_lP56}Ebt+|2<0=uUVxPy z3)N6@44izF$8~7*yh5H)fjBg#!VE4emB7mt}4}d2r)5g#{ZnU8q)|NhnorPaQnz>S+LontCn2s+La0 zh$jQ|3fkihRKrX7xJMtz8qh?orW`edrfqDgrtxfxOwvIr^UxInxzk2wXb_tKnHl(z^v|lS3R^;C5-qU z@k^Q^e256y0(|hy8uo+8d0&n6hRC-))pyDz3Z=lgVFfaOs{79aG081CD(x1Z!z{a6rfg{`f{nt;>Z~S~76JTgmet|iqonNy9qSRCrj5SG zE*k8okuHXMA1b|YZ0qc>KB6<%`;DPFQ>HnqYN&4EGLuv20mv@Zt>Scu^WHjG$A{{M zn0_!1B4y#@2tE)shK{KGiRKDSUb&Ams?2};;|q5pJXA^P3}#c(A}>+?UHMSdS`A5u zx!-7KdwaT0vc*icx+RrkWvS1Vqu=l9QLeTd`z1pXyttbcEn$YF%gs^<``o$khc~%U z9?(+A$FHjL21BG2Kpc=@FYF5APed6YZ)jh=UwQm-OL4H}p<%olMV739mlk7y|VeJq6h({N-N`F)AkKU*9A zZncuEumPCb0)>TTg$*!DALN=JPBdym6qG@%J)>S~Clne0KH`mlb{f%P!tPP}AjxA# z93;`Q1V$D?)kIu!LsQfhjw9EQ9F=y_B1`piC?(juo)nIC0- zDn9&Z<}dFxHQlKEWj$Lbgq~n;oLYO|eW)MPm|++FFVI|Qe8Ff4uCPwVdtGoTV=nn! z9Mg!5}_H(v@l9y2_n5lmXZ?=E&S(lJU6Imo&ZWZIn@mAKqMS=Au89C=0ru@=+;YS z)498q9ZI9JWB0j$+}686F?+mvy={HRr$^I7WzrL;!!dIDMD^t8ryc8UdcBwRSe?@Q zeCZwRQ~JDm!Eo-)4?J-5xd4^sKe}D^^(*(gg=;zY{*Cfo)5#lh`mXYC@C%ts-TPOr zx4Ya5jAH>O zc|Naas2cQjC5qX ztN*_ zp0iX-C5(oALou489mBshd<ac}LWi(CgsaDL(eO*GXYH2uLp{vr@SV&-2TX_wJ$c zu;DVWH;0OocbL`LWcxFSsKaT)I-4jmq{X-c2t|aJQkL}QXiTVMz=F`J*S(Tc{UO0! zi%CAn@koN|GR(ehQJ(p;)$Op{@wSOMEh&o|_Qx>8!DwP- z`FJ}oaQjgCpV#o@Nx!OH&py^S(Mo<6#&dsVsr*A}PIAih}WFPR&w zCRp$^BQjucQVv0ZvdTb~5Y%*mLkorYIJsDrg^}#t?y#MKoS(VfIorvSE~hJ+Nkv_H z1NyT0bd&Z4`Byk{k++vY9$qbIp;T4E&6tF`tlp*!>j)C5KxYI&p)K>A@*LYD^nxH$ z?vczftYFCQBHl2#E4np$pk;es%l>Foya6Zs>Eu9EYEz!e5Y{R^h4l>CRPYp*(qm5H z=D~}jc&KkX?%Ns_4@L11PWDH)q8*0URaN#UIU9C%a`k~+cScW=kFDx3OHQ<-c(1A| zhLPT?d~EY|Lya>!Q^W8jeqE%Xq@>T#)`R;Q;n0=BC`ofPQDBM+{rFksZ55a(iGAa) zU*eU+_dJAYMzc*kC0`CJJP^FOO9?7Xpo<{uSO7rZNrA__;wfikngXyqdcC>NU}wp6 zrPBc|2Xff6WKjHOlr*OB8%+b_HySNtDX$lf;WU+r55_k%G}>I?y}14c>;mc66GV=~ zB>p6tL*)LIuB-?uX}lCp$PRoG3NBNh#Q-2Qmv!*o*&zk*WvQ}QR7jc9RyUZv;eI1q z1myA@D>js9##>)#Y7`z3u*P$CtoC0yo8w|Q6F271w2yF)%8KD0_2xTV;x+lRX_)S7 zLESy7mmECL$tj(~EAaM1nhN5QP)RT+`Em;B3)pSP8(VtVYgUKyj>BSg0P|KE5JF0S zre930DlR@=+*Q0v=*uq{`_A#ko)-3hEcA%gLXTvULWp5*D*ZywDm-z#xOi1heo6D& zsfhffDTW$dtI)HAE!7yiAVDOsdl1 z^kJ2l>S9UXuCtekeIpWyAb)r;s3gmj-+uKnaX)3%EDkWLFD+A&-j7eww|&#xTfkW^^2cYa9_rm4Q zin3x4(yLf3=0BYT{IwK{%rJaGAcrfB}x_x6~ z?NgR#`|L{eSv%T*Hvmwtyp-4g+;<#Yu-bvpE@#a&$atCK%V}j(r9`g}0;71P)B2$A z^>07GDy&Am=Vx|<@=_YGAKMS!>s6Le->|zU{Oc`LG~#QV)<2JRJPc{DYNOS8_y_LC zl{@TCrW62$lakMd)^-st?P%lI2t z)Hp`>W4-6c4x>S@{PH(^%>AB~t9w+1&30NhSzJq;*3A}|Fx76iJC$XzW&Y(3cE8JR zb!47(SvFgpOI(&s!0&j{;v!y#gh|u^kVZJ9B^rTLKq!cWhf6jz7>B3{VIyUy6St8` zt}7v#!kob_%sj7rhkZ`%r086h2XZFre!9|+So+}e;-=^KDM@y(a^Sx%DRgARg`+6@ zF2u-VGLQ-ZWzz#K(++!YiRJ=~3|GVj`!3)x5$zUkh)3uGfML}Os*EV|5hF(UJ{A{; zN;^ys#azEYS4VvUT}QTW$g@cuN;(_~!om}CfZ=y>M0q>J?!6&0ot>C}-$GouFs%Hh zTmXOk#{D|~3BT@JuRegi$szQ;LUnyKd=u@?UxB<`_Ui-kIc(E;I{yK`ZY?|iTsd&P z-Ds3oUP!mxQvQ9=j3s~$dYyr~$?Q9b+{-|eMivJd_6zn%Diy*g%^dgph0WMnjlyQm zYvbd%&X(IOX1{WrZT72MGXRGk%-(<@szG$F^a0wjK{JzM4tXi@39NXYNK<*-69LR< zHA_JJax@?fIF6fq^$B30HaB2{+{uk~5)kSg_1^k+EuCO#z)8DSy4iVj*ToiH!~Bac z@4lm}>JH~j*Yjl;)*~sL(K7eK*OTEpx-0KkaM|Wbua?%#Xj@*tK(C(|>l{C&ZhWb0 zMo~pu{jBOKI=QucYE5gb!YQVnoLhYCh8f$YkM&BY2iPFc51wjZM;I&Xyq~eb&xB70 zb!DyRW$vzMsVFjQ1?9U8snP5KICcCp+z|F5YaW9djR7^>S60XQbPOU4qinn+8ToxO zNmqH=nTD{Wfv@awt2Of=f=NR|5D_7WgKt``%4VxKRM|4nPih20e86-edqM8Km6$g( zF)F>V8F&FIKjPI0*Fu5JJohBIjc8gc^_8vam+bbN) z^b&a)S?@-wcXYVkV5Z!+PTi!3PaWYx6x{?3=UUM zy8MhLFoOTujq!`V*3tMSxoiS#=D?7Pp0%n(Q89qC3)`8F5QUBrh37*5=v^&^@-+(> z0htu_oq#P)lq8+7G(S15;V0Pkj8^Mm@ObujJiy12bM!;%^Wpm2hU;Hg%d@u!H?ron zhpV7{3eP3fX1D@MX!O<)`U>hiqBVv!FrlFe?i{Tt*v_Hf&)NWd%*!uj=XwWu1V=%m zC=E2Y%d?O9C>(f5K@*3!6y2GKU?CtUfo5X3XhJ~Qjcg?3QbPGiIU@?a)bx-J>E7bj!{QCXu3mQVoR({~yqt$+}u$pqisO>>~0Lk}B@ByTU1@@rY z>u~r$XBHw_V;CUK2l9wfE-|f+u$d`;80<3WWT;92N!SjR2{H~6qAwgjz)%Q~BE5t{ z5sXHIfmk23I8e_Z=spyPNqq^MSm$uq;)aRIt1IR@rrxz|-rh(cR#D{NJiasR3>XYL zQ?c6>sGBu5Y=Z}>%ZU`B67$U8nWmTEokDOZfCCqnPOb^fozyaELUjAIxk6bm033#B zK)9kPDhNB1%fimKXjQzX&F%7()mOHa`eSoz%C&yCm5&2z3k}+W{3v)^aQ~O=ST2;{ zqh1e}hLNfmPB0wKxK4n)$lD{=B-9?QB4!5iAyd1#&(;uI5^TqO<*$<7Dnfn947Tvt zS#<%IyV#^N7y{04=lIS3qKa4`vUlFHyQVtkR$QH&Xo%Y!jyh4ywM6DmD$Evdk4Gmh zpTE=U_G_b+^J4zew#xc4kIUUw6R(Q4Im646I|U(HBwPXSFjgH1mI-sGZI4bs!_5s5 z3VlxJW8l7`)tX5d8S9bLfPC=@;-9uH}`2fVh;~5}+A$u3Um=pMOMiBA#5(f+jB~MSC zn)!Lx?D_0_9r0+`pq+|DG;S}OtTT^^ggZJy6=Tf00YNken;J_z?vjl`&(-CAEmN*Y zCIyenIJNpZr0o0Xx|%6Qw;Ryo*9)=h0Xy!_Sk9T#&@^8c(nn0QS=duDz9H!G1RKVe zc%JC!;BeL*S`*&RKFe1V{`u~DM2I|G-q7&DbY%s5VEO^&mde^;UG{pRiU8kB^nWzuB+3UUR4BQ7)%rO`tFm8O&c}Ju*E2W7p9T9;I7yo!5lX z(M02^IocHA0|sI3XLKxj9>WcSSUt~xtJ8+~5J5C2jfxN-A*?|}r&Io+23KzE5u-v> z$p^6hGe@ZSLfq%|`r@qnoO1>zZdIP&vYv%jtSCiNV75YUt{d0P9x(tvw|d2j+HuYB z@9tg+vR3!~V7#LD=YyVw>~Aj&yNQK8!ugN z9UCp~oxz?gj&*j#ii=|%ov~uJU}aN%okhQriOygttN7OrFRS%-*41?$TfI8-OZKsH zO_fIsv2DtwH7}(~ORJa!MK2%;=)9#Q0e- z_BW5)m|^T*v&rE5TV+7}mC2O(gmsyWM(^LM{K_LvffdF7!z*rZDzod#Dcu7mwar$` z*4sUU=djGz-40u=a6w4CiClcL>lMlWR2F#kgGfL)E^!$C{h|!XpPfWluYi?|c7qNc3!frpzTKbdDdEx|9tNx80$qoyY*K46?85f0sW& z!7aa2ZZbRGWXiX!R!fDr&>YFc1tlDTfX&`!!oS+D8#!ILKE()Z+kfC_7D`;pT=h~J zBhY)eOM-}%pyjLp^|L}=3dbtO3hGJ%;x`FW2IZS?*ETc@zhv(z#m_v*Cd`@z?SI%G zDz$1|ag-7Xu5}ewtF<)b4}(GsDA&ELygY7vMMZRq|I9nAAvVB{pUSXJ24sg9wMM(o zrY%~PNZvB0^154YNvyzv?6VoQqUfS5)sk!s6`k=rvd$y_Iq}U&@DFME5PHT1kJKP} zEE^;b^Tc&c&>7%g!ecN)VEqyZlqJhD3)xb|seD(iW8I2Rd5A4z ze^$P$IK@fI%gP_wWaYhW%I|O^7V&L8tQdZqg7Tj9rt(MS6=qfbuKb7c6ILP~P=2EP zosEO=Vggafln`{`kuTQ?GZ?HQo+QOOT z9l{$Ong7}-Y~1)3dncttGLMU)9@dYzj8x6t-@Ho*98n&*MR;;==JZ~1Z|3qI;fhoD zo;ZPVIc$SdeJ>VhHsNXxx8JS}#q7!uNUUwQid_t{L=-8{Fsd9E_Udc(|1mz31cb(?I^6JaRZ zOzye$B}*=ydBfR%5-yO9@4d2IXr z(+>fwmj~Z*h2;hVYeof&)GC0`+b19}sRuI!+(055HHC{*^C?{$8X}1Po$Hc}qp<{*!Dk8*^uyoeAHZJU8U%?shoMt&Xib zYl<(OwlbyH9~UkQMhyC~<8{XJKyk#ND=F6NBZJPshK^b8abrb?-d)}l>3Pm>xa~G= zd5ie;1B$=2vDk4S7Tj(w853+Y)IY!XJ2L~drKL7goinzKq9^I6`gfQW4iB zl2x2%Fos>-71gXdzIe8N`N3XMNYqZh`AK(2yynh_YGNH8OI>;CFJ22*)VG*q+r7%> z`^<8{Humn%zh7QzyVl^S-u|WnM2=W>gQWLXXqjH?v~2l46QA&xl}Y1RW&YR{?x?Qw zy0NsUFij`?*r{2|!NL28 zsjd^jAOi;(BavJnJkV5@q6Njrx_pnV*!;-$`QZm=?(7`rmYGiaFE&qk+!E>-H~;02 zBJE6QS+!@+L?QH>z_N2MTvjXVl;wk&Q>BefNa&bv=T|ex#<8>^A^`R?a_9izLs%{U zRyz#ZBUff=dwWf5MPreXAx*?dJ(G)?HgsNDz3k3))2?Or<+tCQr@YKpImX9s`YD@k ztXaBwY0)>8)e|o6og%Pt(%Ag!lmACj$e`|sn$To(P86!}giq}j+a3JN9kL(9`Y z{Ef9%UIYG44HLEL>^n)PM^>{TZ54Di;NP@qDndc2gsadLfSJs%0vZVKL>I%adq*nDoUyd%E&iq!a(OQ%d)xUk{) z(OY-yczEWP&E>UgH_q6-y0LLVWXd7s-ICJD&CSscan9_=7?KCFDf{<77Yc>TaU%cy zy(5Q9OUuirR3tkZR`1yN3+b{+bLLELcAB(Dw{0CG+Tm`l`qF8*ueg}y4qyR}!j*y$ z0Mxzk?aWg8)20S@k!zRW%qtMWj59&|43(l zRJX}G;SP2*@$+4~exA6>qSKlWR#hD|Yju{)(cDwjt*ux`iSPOxO`=Czlrud(#EbK_y0L1SShwjawriLP+%D;20XRBpcdlLLkoHhta{ z^Z{xF;tp98FCrCAgdqm6q(YM3jowOiLFwCZj(R6>PGxJRo2b$0UM!pZ&2S<>8&R`n zUrgV^M@nVkc9Q|AcjZ-*&4_qD$p(`w8qDrlhMGW8GnNH=QI#WB9u9gff}qu! zbQZCAL9^FW=p|LAIrKz`K!ZhG)m9I;zuz}q$8H2&*a%a$KunOLo)9!W|Th6I$ zoiwXyoGBg(hea#1+5+~Vw1K&p){Ik|XtHRPZl(uZm)?Z-H6oK4I$TihaQbaUL3@d@ zTvsiRyTI+9eBZ^Df>e81UA(Ofz7Xx*r4?S!lybd@%#`(wOq^QeLacmJF0J$!MEwC9 z1W4TksMIEu*=ouJ(PUsHE^jHTs*r3}vyWK=vfgKd1B`>24GzQqOWS*Z$5EYa!+WM| z@4c_KuXm)KB}*=Hmz!{J;EH=$7dkdzzy@rv=rM+bVv4~K1p*-uz`UjeUW!S8 z03o3UjIAAi_nDP!;gG<4{nzg@J9DO=Iprz$b3a-so`jY9I1>j66mTJ=@l)$fIt8a- zfa8&};F79ws#SG91uJvZ7d3mNzp6COmD?@8dbisIw|K)Gbrxs4M4>B)vAXKw0(-Mu zFK2j#tW2*P9+68698FNSO)Il33nn{_;Vc!KV{kIS-w>VoX*u#mvr4!&8GV8y#^Wl3 zoNyfBTrAIg#z^Iij%YMePQ$|jqGkzq@_DtxX0-zLY~)PsF1^gC@L183@s-?J4nk@) zXxVCm$~IA@FA9egYEEek1ls&&p4I4bq;|DcrEAt26jFy=nx$o>d1Vbz!&7DL0fk*} z_0V+QbIY5}SCuV&u6up1g?L;!`r&}3Di6xhT1ghHCIw(Tse_keCZxa!8>CMEC@gPmB+B{eEN#oA z1IAc_fg+2Kz<3QQEg&oBsg)HQoGB8eXNjW;IHZ6pDjz~C$4PQ#GK{|bx=oh`b&q|v zz1ET?{889VCXFt+_VV?SFlU^%X2a!uS)_n{=YRe%F?-2%{a;~HXGR@9(J^Ypfr8_`djf#7FG;gj{on>7Lh|!^&$cLg14JiQ18@Y;(tRcsrUG z3+;eso*#O7N`aS=bwnIyon$&@w6X#g2swm6!^;6&2#s}x&kI=yAv+`PiDpH|v|Rwd z7_Chj>zYZtg~AX`Lo5c=K`Me|#9587gAgM8 zsU=O3_6aq+x~*BG8%oC%=ahI#O20kOcJY!%vgm{TTjzJST_v1)a*2NQzy{&z26?Mw zYz=Djv%|PD17Ve!3((nH1d+{kg36>_HLwOjNdpL5V*u z=6|HfKUmY*pv6QRmWYl&qh+8mnc_e+Q7Mrs2td3+mLH7y0U=4O)brQ;?-hu4YAon2 zXoRmw@qPYZJ*BY<5Wu$0BdK|9;HDCKwmrUW+v5bdkX$l;yD&#*1abG51&xgbAU1Ux zb!6{$;b3k>%ws31MT>-#o$a9~Y|A_=ctwsQ&Yq%!2ZUWXT|}Yx++VnbQD=kChukQm zE0T><5$KBlSO>8v$U24N;?uB6nt}y+0ebqEicfM>D5AgY)k3dW-V1sV^3vJoNQr&a zBJpEfLz9H)gYk>jT>&+=S#6;qV-(Ai>2UrO#wOI-Lp9YQd+mhm0yu=YN#_hOpOLq$ z?L9sxnRNOI zjpoF3Dd1?Nq=(lT)F)18^w>*EGJDnP%wFMT?A2>doKTD3JjFkScnu?3s3c6sH9D+G z#SsvhI>TaCS~25#c}SF$Da8i`4r2pcKmRPRctm*N(ELB1MmX8lt1(|jrVAGx-$zr- zu6ULhZ_G0o{S&6_I(gly3$lG$*{67$@<;matPy_w=2j3Nu7BpmZ`Qp`-1}}Mwm)r@ zGTGU_k*}<{?&PjgqfZ+{pU&8%Gd}HH`ZdI%3S+VV-*Eir`nb8|5H<~F?$92LJtrl! zJ4>--?h<1JiKIVCi$pIhx$7(s2YNCi$vWLD?SXxuk)pxS>T{t0Bc@1f1{fD%mj=B; z;XosWnIF(9N?{074C0VzbMT{43=jkn=!aQWX%Cn@nvTK|UT%DjHzyls7Ntt(v{h?$ zkDA?f&?g&Ss5(v`==gmmFs|OmcH9TPRnvXPokB}G^#oBq!5}5`!PT!K7QtkCme*%z zAwPG2$`y@jw66f98#n)Tc`w2!NhEV(<}$+DjO3yxop;e=xQ%bQsx2+kN)znAayW6$Ci4qlA^oC@uqVxC@94?~JFB#t zbTC$N#^8$9-OHxg9m?S1`8#T)ET_vMMzxja^>TBWPVXttjkz_9)TmJM3<5VCH5#Md z8h^YiZgy#93B@mf%WUiBbrG+F z4;Z|sM-ba&`ZK+bYeOii|R4-PiVHNXH+FB6*2!InG{fP0yA<503J#ROk-<} z*re(pQVIiHP7%pk8i5N!42ldDFHjEc5*Nj#@f}fyYvLvaXu%m3ow*%!j)9RDtFd{^ zN;wiMdSnK#*86b&UzRKyQ&{-w!X-1HBlZfXcfBwCuU64Z$gcNcD~PmT{W~Eod@OwX z`qnE_2gv01hI~${)k&pSyit&!&+uBMx^ims%5e^pJlBQ?Gf%3w=Wx8!UPH!DER8Bk z%AIm|sIKnbiS8n`&%OTZ{y>XP>+}bPWx4ihTs+9vd|F;LeQr-EaCpYFsV>jMH9gn0 zXl?)4mHFA(eATx3bxo@uUA%&DsRI|cC$G_}(F&OA+WHk5ElBf>RSTFI)7Mwv?s$g! z9u4kp&*n9wdeSRgPGgCy>rnHsxKZk>D3m%u!f{r%SPlz`iRO!^Gz3wo@Q~UKASs|p znM26XjDgaCXie_?gU|l{;N{N*g3kzh(|>vxFm*2e@SoBTkC-2kxccf7e68T> z7tWjYCb2(3hP{!_5k7fy7TMoVKJvaHpnJl8NM(n0kkb%NNVF^!RizS`MlkbYEY>ox zo`BJov6a(xp04vSIK>Ni=>41)8V-i1I?O*>+L5Jnm0y=NY5M$G(?`|l4ai} zb05i_8yY@+(##2C{mY-fWO=68P?#bXkXFdHkh)j>+6ek`gLtm^RV`%%XTz7+D3Oz z8rxE?({WRsGFyGT%E#D7Ztkk}8qs~&YcG}AstY1av4oRYfPwxyTz3>nZWiOKLHqq)>>1s5FqT!cnZjT$io>v){#=BbB;qt1GGS*1GmWAB z&%t19AH`Ow2g1hGk^bj?K|B~zMNog{pv-Ih4;cdn{JA;*EpNa;bUhgw+xPG312QtX zbQ)xGi=-T*fK3#~AfXu(mi224wJiu1$y#_nBhY* z?N1NAx0fjPJxp@yww1qs5r~VnzUy3`LjI(8{dQJmaFo_hZya`>On5()3JPHE%*d3Y z{4VAjBJkF+(2p_2V93OblQHR1l^OFE#d9IPn|^6L{ve`*S1S+xZA@Ndyo$Rrm>bn( zdAC+Ca4mL~b*L&!bTzu>o}2&j&dH(vBX;YbrE=jLQ%~hP2g?8Wq*^x3-eYendnob0 ziHBgAc9G5fXZ*ve+;EJJ~ zrU!<`Y~@l<3P*n1t2Mp}7=}V)`*iTvs6`=Jt#jIt(Fbxm8m|M=kARQ|rmvt0%^yj> zxl-OAVHRI-ODd@`$*MX#s}Qb~Ox*V~NX`Y*J_Dt(3m;`Vur!6dL3z6sh6)Q<^GFj-iI~arAz&Pyw!emlrWp$-_ zp}bNZYnAnfmWI4V*A)qGL~@D{tON0#93{ueQ3{piG=7I=baJ47K*L2e0PUk^v(nN_Hq_^KsVXqabL;TRA*y^fdwtP8U||3%%{Y4=vh##I+~ z>Jq{W3Hi91!VX>HMvtX-Od@aJf_+YFO;;lC=6GfYfL`VD@$}&MZ5C_I_?o<%7u;d* z?jGlQl| zhSFC)I0?YGN!x?8q>fL7>&Q?L2@6Vzz_an0jg2!4pDI-6C@W%YGFFku?(d6L)P@Tm zj>Nq(RG+Q@?h7HSFnTd&t>j9uqcNq`_YX%#E1Fe(MvxfwdXto>Yv)%Qey0j zk+MS&10M;|?h;B^q@2af*$l)Kh9@n~*|<94%MXPs-}ob$_SRd%rzHLvdtW&H&9$p< zC6+(Y6s0Ni9qCCj|PMBy5(bAJooxH476d1n0HDI&v_AL9~=?{dP|bgwBak5^Q=lfjY7T})HDR;6N|8AhHZu`6`CCI7&a z)qZ;IOB1!)=&Y)X4JU9L+Ftk%#5q(#{Ir)LzB<#hLZw+Y8Jtv@0N+XrnmT|LI?BDrrNiJgMIV>QbpV^ul?g6 zS8sh^IPw10qTy4!!kD(tj1x5OH6R%&dL!^bvZ(b0`Z~3*m53liw3!k(9jMw@VogwD zn@H3IxCMnJpo$<*fgcZRqPqtR4puvWt?OVfJUdEYbg*)*dVQVn&pJKgw53IB*Az>Q z!m+aUc)XqbHr`%_wNov#Lt7uNf1VbG%bo9c9%e)~n_b2)z zS*F+3)#>z7X>qaiHCzmBsXI)sS=LqD66%%`SAMuG-X1S0<}JeWvhHw8aj;6~^6Y%! zg`HUrUF8#JMwUzm#~4G$Q(8|MTd)rG6coo((N;y9Ev+Y7O<~bMO{+(&Ct6{&qEI=J zXabW2{5n5fRj6f34-Jpl(5VMf5_?diiGLo~Xm~xJ^KuTa7leYkg8XDY>B{`R2?&O7 z*-hmKNxqNzU5YGE8n~L9mU#1WYqFgDmj~|oQtI%L(xD3xn0z=?h&`(>c`^FbpfQ6l zKqMbK14|KK5aJ(X0}tWj13;BpA_Lbv8qkkmk~6zk_O5hCTzgh@jalI`n_T3w-Snrs zX60=w$e43%>C9nQ-KeEYMhPF8T`u#QbzRGsjV72(-KO&Q*KIPp+@|$T_xjNYUb^pG z13Mj~ZTR31CYuv-sfG-`;y^)vdyJ51#tr zexk0e628upRT7j{d<|gw%BhSYB(<#F5K+H9`;|;8(G;YFn9Dfnt zV8AqTc76Dt(w~#z>&cBTz4THSV@dy=3>O}w1vfEf>}eIiD!HEfxIddYjD5?5t8h#! zbC`Jl1UAb4uG_or$P}Jg9n!z3T`P$1kwmYf6)whn3|Z6D{v^d;Ln4l5#faO%%*MIh zhqHFXb6xJ7xbUxm6=u`@8_gzLV&aBlrHvc!eqdvJ)8oeywHsO6&>Cc#Q{9LyHjpu? zDfBm8Ow>=YBdcae)7!IOHZcpZ8R~xwtK`Iw>sKksKCO_wgt=p@dd{M$C~Rst#Wl%mQ`*2euFzN+Y!(PRk?B*lRc{ckhUVvz~+7*JzTDEd29}5?fTlJ z@I%r0ZRA!qSXo*DLV{5ZZeduDRGF_f9rG!(*|h`+B*M&K3tLv7H@sqDqSl+J*N6Ar zcjWr>82G~Yu*{?OI>J`Jvp%~6Z9=K{wOcinwHC%1pSI~nGv{1t)$45RLakM!1VV^t zvJ7FXL1$%Sdgr6P#i0Oew(E_iyf$Z+o<)#{FX?u~VvI`n25*t;q!8d4Fr4Rl{muf{ zScM|rO-KisF~bsy+VTyRrVgDVKH<*ia#@8^VJerY`o}qQedPree7=eesUIj3j>1Ku zQ^6LR%V=cGN;A+e=?!Dm(qiE1>6J4&t`XzQKY;@+mrO%eB?*8S8EXjIi3lG@8-ag> zT1PUyOoY^do`PyPu*(Cd0QMT30+cUpM-e#YgN0dcPkh5s;qSsx;p5j+(dw=dU4TaTxMo8oD!HI zMyJ&oq@0=*TJ!VWW5ph9nGFq{NkVGd>IfSs$X@gE9m3y!yLiPPh`V?4 z-5ZvTNP3j=usLRTPad;3;u-1E*oO^Ywdo*6GqAV}$Pix4lHHOu7!P!Ca7F1Spvpla z0tMS91Kq8)q@HDMkg0(C^szET?+_Rva0t4-t(@ix!WmI&PEX)iFtD)+AN8mJybq8! zWo3#2)(BQMHd@cr5t}%0a0R`4ybbq_*Dq}wzh?3!A478$3;qO;D{EIera!rS}GJvcS^Py>|TYrTPiKZcyK#3eS&(>4A)q-m!fF zy(9j5n+{LZ;lb982@3=WJ6tv}rlQ`prcllYx1v z{)$s4m`Bp>+*@-Wp8e;!`NxC;rdBw4OL=VTt}6eyQD4=|m2%GQ=i2UTopJSeoiD5; z*Y}^)rVC^mklrKS2kLJD14XwQR2VO?hz~P+_&76f+O z1UD9EkQx{%tJepaAP{f>-C3BDO1@-_TUy4DVsc!kvFX&TP3J^69sAWIy7Fe=B)K z@;)T7(+G|90VGg=rX8Fy`$I0GF`k2|g{5HO{XcE9Khr*buKk?5pSCAFoY?+EyW{`I z>;GTd=ef^w?lzyK2BA|Dx+HxW`k%AxKmTbh^-B*tdmMuXJ0va8f4cJ76T~&zjFYqh z{vQ@nIPiWD?OakUh2v*V6~6wt)d$ZUFogH$XID>ATA~b}40HBDfA+Ng|HH9EE(TeI z0iH?E_3=IMBO?Agve@K>o2wGOR z(3=6+y(7HS|GWsTO9?3vT310r^Z@sVAJP*(%3$j<_LLOtT{`HWrHE%7gPw?~mg+r_ z9jRUd_&&s(0kH>Z)Jix2Tg7}aFfs)LG-*tD$kEtG!c;RF5T_uYsUwqWJ2uo{*}1+( zxMy5v$F>%6K`viKjE@EC8*`h#sBcWSKf3hpqhxsPq)5&BPP*JcW_ONj+15c9T&!l% z$QAqA=yGrR*yvSD_O*{*z2xS?XM|5z6x4cD-II4sIQHvR$3`xyY2Uj7%eH+h=C2;z zzHiB@(d{=cfo(5|n65sINi;ST@)?Ywbk<3jGOvm^W%`!S$Y(-G))Zp$XDlDT`<~t7 z*)OkoHr)Rr?N)3&{OmQUZ*IQ%8+DNhOg!rz&$iI-kjfA8{@#bcMJTGBUj z_iYgVXF>Nf=|__Z(9+4@JW5QLzIU0yyJT(2-G`oP>%96+chjaR4|iqVwRXh%aaGQN zZ-_4__CGJ|KY4hQRx!`dIsPwd0}_psc=!Sa*}EXAng@P(j2M2DLs!h8(kW9DTVg{b zCyPoM>Ipk0>>!&i?7eDHw0&IX{kN|^@9>iw7-jQtvX@-HC3VLw7r#_@xvH&rnM&YV z79vRhcR%)m3D@-hW5u#ta>|xgj><6zPe0Z@U3lQFW%IK-hAGY4AGmkxC3pNb5F;0? zt7s(3PQ0I}Yl)nWGWcJjkOR)3B`9(;K;?O=1Hi~aHCV*|4!%Qq!Ym2W2(tjx1p^O_ z%O(=pN~8r>y>Qi4FQj+un(uPW?`-h-Zs@RdnX^{4&S#H4v}yB04{hG`&~D*hM}!gT zr?;R)*DA-ba+@6&|HK#D*WtGz@tjzwsk8`KFrG#+`- z5LQc-7OHrJ={KbBC}Zi{(|$)$)6f=07#CmzZ!hm%wyamsuk5Or?kFp$S>v#m)^=IV zU2K2GGjgf|bYX8Tqj_c!X9oMHg(OF^ZJinzx&v$*9lLN@M`iJsNIF$**kVT zzjKEKY~!aVNWTE)Sp%zVKJ?@fltBt^XFv?`wV*&*UC@|W(7P7Utcr;!uwM}7prNrQ zS_7aG2}e!PdA&T%4k|+cTm&TvHk_cqHNG5Dy_Id&F~U^zeU(h72rwh_4qaP+UXhRG zo~eppC$ejr2eTG{K)#HpqEE z@fK$SNBuA-QrH+ZL!f0;6VxAV9ySVLAjgqrY5Ml9?1{;YU6Gb3>+eS9g^QHrKFh_1O$xC6bxt*_Sv@CAs7DRfH_Dn#k5n z1@u25ZbBZ&f{t=rd_M^!E6RV3_YxHlOox8-$OQcqXO@^B0ind_8d&nj0plnk%8*0o zbA*&cC~-ziWY#k}QCj$vDdK#V?85RRvI_`p!;Xj}7<5E-7=Yp?*PdCVz&Vc- zBEtFNV#ruyk>moGM6oafY*=FK5rueA$6$E^r8Ev_ury07HK8;l+7k!M0VKfTb!14a z1UJw7JK>_6a$HtEYx|PF90WGN-4pzW@W&f>7X=+M@479-_Nra$2riCo5+1z&PrWu@ zwom1`=-2y6{ydAxll#&+ejw74Wm*wX0Ymg2Yg0Ya3B0 z3wwPz@^EvlI(y1F&LBceBMs4aEuh% z;i*4`b&}7$ntt3ToaYt3@RCBN)l2q!iNTA$XTbj}6%uZxM2i`gX0)#XW`7)Fd z(F7vK2uy{5NYnCC0Q}GH$gCqE92{t+NJ(NsY%e{|ge`00+^x(m(Z+~SCYJ7|b0Byx z=twZQh1fi+NmeZGV@z>OIkYt(hcp_nDAmydiH+U?#veV=C>5X)A{vF2fa)r&NkQ3(-heM@gEEYzonr^c(YK_IBQTJe5D^-}y z3aOTC5#G00lrlYIG%|Xba=OW+l4A|qa@9dd-XTCLuy zCu%j(TXnB%jZPzxO4Wc6z-|u6`rNxN?Ek06=pNtm4DlM`l^5Q1$5)I>snsge|N2U) zDLclr>*WY%)l1V)lD`wBOr?-%$l}x{g|1v9?Fz%iV9^;;I{r3#nAUQ)exEvgl${dFuG0rse z4kn2ce!=PJJ1fz5F2R_DQ4^DxIBX7xGd7vQPxC1g3bv*$TsYXo=848Dv!H!b{R0k+ zOmGOb^8(^VZLl=vpqfEDhItpSjRhnNEuuhe804@&635@D88L=96vkhecM-U11vsLN zKjMa^>m&eO0C%NedfQIcDAmFr)MOToHA_pt<5gN+b*&dc+(gK7AjFs;wbyawo z)%KMgMOu#AE}Gcr-6?5w%-t+p>QR$Q^+_W_;bNrsq=Xsc^va5@P_94{AM@L*g_ANh z;grtUynKa@Va6}LbW_*fl9~K+`NeyXdnQt`imwg+Pg;F)6_T!}(@*rxML`pvv&Wj+TU*o7~HYmz= zLDV=~8vogvUeI#K{*;Ub@iXDs)c!kKgx9)f@eBig0U~9tUVb&hBlenM_*vb*pxW5f zqVyv2k=d!2+t~o3J(=qfrr2(FT4)|&K1;#))9)*MAj5N-$s<4$p6zd$dKml5>Vbv= z1mPK|rrux#`v&PYo2d+_D5wp%5eh+E2);uT`?Hk*Dmcf8dAyRxOLIt4!7l0`!REea znuJf==W%L;pAb%}TG%1H*Zkzuzn~gETe$F6nMuw`IXGZ%UAT}Kh;z}R{W25B;yUX6 zsFN>+k7zp(u|(o{lX?FNDuMozUMkiA6ifKGp`^g|NSPghL!c82rS<&zcg`ZM(=O}C zX&TjDU(_XBJ(cjQ*Od7x>U_WK1@G3`Qe9)#xJ--EuM;~Eg8r__KHX2fQx4+Xf6+T( z2#UiS#8LGM;dVd!3S6pR(npOSqkES^oc;yRO^`yWkDijk@k@IlwwxL72kkOJFoh+M zhr0{U4A2dLH=coC%g=w8ASGD`Op#&@Fq&c*G=Zic(>gOCMl-1taDwzdTk~JXz!Z`P zF*_E?uX*npxn)*rlr?Zf%=N}0{lJ+&1ctHSLr$Jq1FAM0?{lTKg_1t$Uv zBW3hkVWJzD?=tPL64_~||H7|DLBCXPLZ(Zq2vHpf-fn=p^iVp{3vE`t$hs0m5v7o& zB{%^(_s@P=0wIUyj=T%$S&)q7E2qvD{9vt#Y?xrD`Pr#Z%t9=POLj4>7Og_~o+yw^^Ow9b@)&2% zCAb1oXQun;`x9k1QKIet+xJhvb};1^zF8fO9mQB{qrP*5BO-jo4@vvOI%1#Lya7{&d48vLyz?3}H+{eE)=e&kL-c~re%iXYG_KKc~F5+@dTDxx4 zfmJ(iJ9_BBr>bO*rs@Wxuc{=T{GZ$Em}j4}T`GKit24jI5MO@P2jI=T;FY(9J;E2y z^&I%ea1uM*_pf7p`!^F#9nG3IW@7iODUZK7;L{g!&L@zi zI6P=@hVEwI!;n$XpEH^GVA04J!mWR1rU(xT5C86WY$?{h5gzO$dQ4tlUO`5t@8n+k zo$xTxr0--)1N|>q@+|!?1p;g-R!{&-&IM%N`=Kpc`rjeD4!wWzBab{X?R_#2^pjs~ zAx!8H*(KbVn|?3bmVQs8VFI>n2KkAY03`YMC^;O(gVPt`*Fc7ym}!$#6~k1Q%Rttl z*blLyZ6fX-ehw+k&R9aFO?sHP&&!K2(FnC(X1)n_WwL6?mt6Mw-JFg+)rwHwdp^Hl zs``!#XLODr(TDCL_S?zHKmBUMW%Km)>ZZ;_XJLt7cAX>?j-E zUYR?pp|P!NN&UKenErx4th?h=qWs&P7d&1b&0TR@)lElk6+XXRY8Sp-w{w=cP212^ z9&gTR?&@mJxoY*=o#!o1HkMWn%M|ROuPTnk1O9i)y-A~L5-2|>Xdsk@S1GY20KzCs zM5V|hi)A1xGiH^Gxn+5fz#z@MnR(&gq5n*uu>IiEUH5c7ed?>H-R`HmnMSf9Q}6=G zq>5!{Ki%E^G*Ih5ffUwahnt>CuW(Ss6~VgVm|vPs&W=udbu%CQjA{6 ziC_{jfE}X|4TFc?Ps2B;>6ZrM>A+I~7!h5e3>AoY7lYjkIA}ek)?%;RW*oqlo8*6f z7Qy1NWQCt^8(uQM6OinvTjv6uV0M0vRx>|3(rhAt=-%4vkFuO~l-oToughfe1t8UHkOQTpF4kRD`LB6e|+5u(v^{W#I~k}o*RR`YMNxRWGzrXH)680 zL_$$O(C`mR9q5H*5q-i2YcZ@=G>TCM3kHxtwsIED45bvhV?z@}Y=#UVAKEPGUMx#+ z0bB+H<-lRl@(`GGv0KDm;)Db}MLdf(1%R5*1j9h#rol01f@LTSo?UoUxMg9LC$HhU zcMJ{bzl^oIDre5D^qRVYyu50maLdt(2E#koHRP@PRIB~O*L1kDyQpkxSy6Z8;U?cF zTJ5L)#>3T+$iKURM5jC!ODfChttojbXmuSf?XzWrL{5`p*N{$coiWI znoB+ueveq0-+y??B_EO+#IDqQ_|Q*ukhzW0SMCiImsI{LZ-SaJxNFM%hsaHb{1p}M z*-OtCJ_+3W3W)916Y_plS;9;ioiib4^wiGVnv7p5m0uZ~ZtI*X7ESB8t=agcQu(E^ z`L+%w(#WVLre)fq znR7$!ot>e`T_Yrdo%hfB1z%-qT$6QEyc|2p%~>48|#zg`tjqsOT!yIp5+rt=IdBPbKK5`=jJyB z^+%eLTHa^Rlj|-RWkDrEHt255c-whUEDS7^_m$^s+>R19y? z`@uwlI)&{73vrf%Mpr_D<*3|fDWyLOL+SvlRUAD1mB`<6=uLiGtMn> z{$s}8dCR?fs%xq@Y*x2od`NH+X)?Lu>NK^gr8Bbl=(>0Sk@*c;% z$1&4d=hbzWc;ukYlUgD@(!WX%>MFJ4C)TFF99da4dQ^3lb@u!@?9|$>Yc3%#y`Wa+ zW^aDTCXYmY$S&y3A6qFLbyO~Dzq5wR9)G@@vmY39#o@yKr}8H==S>gzr=<5ze&F}f zSWVBQYBB?C9#3_Y2eUUk#R=DL?XyKz=DJY_3EOv;R3MzL6eK4un;VCI7+OfxSnX`R^TYKhc{kv_@ax7yJ|`TKC_x6 zj4anVF&a`>3>K9h)-b-h%{(?C2Q)nS&-jWlNu6AqlxN@96>MHLuEFe6Rhu~^t1Mch z;W@dnEgNPhkU_p}@|&yl);jeSB)6t9VJWW~*)nT%6+gB~Tc##FPnQ32aqe=RIm_aM zk>;jh=5Rp{XP2I5w3>Jru}D7n2c6~NSk%K?ruP)(t~$t> zPm4U^e#ppeB8M#PqjcC4N2|fra^|Ot2@d8!yhP&y3fQPD5u&Ujlv$3VS8P-w4S{=J zEMb~UvU3|7bF*1TY0Qb>% zWIM|$IRmr#?H7?vp15z{{%N}Y!q+E0e13Sx*Tnnvjve2i{ZPBWY4i z_f3B#ykYcc6(*|?3$tuc3O<7u-#s~(jAmyDfwOmiQ#fo9@BaJWX|tndw$E}>%jfn# zdl|F2|E~kjkeL_D#4&-&ANX<^UAB};h69}+?Ew^0s1(s^4nq%wN%7-Sc41nWF^Gts zVNl^pK$!U9zI%li&IgMBGNn#0YkO_={3kCTGv@Lq=g&OUav4oWEdUi5i+Z;%BBpEi zA@VSNauB?CT!iAWZsB>#&2`Oor9*zXf>F+xkJFFhDy@x|BLOzW64K1vTjnfT_wo&y zENw~f7xci0@}qatLFSW4vb2m|l*2(D@}p?7twMiBvKB?~xd+KL=Qs{|3B>N92MLe< zn{TiVJ1}O0U1!^&eVy0B{Pg*)$B zvno3r67>k$Uns6^Fz*OO5H|rCC80KIiY^@LaUv))!AeSh*>m@uvrV%W(KMB$N9bkx zD5!6M*R8j|_xN$CB%O8qY#|HO>EHoO^7!%oUTP*CEFluGIbfTSq+m2orMMsM5rADi zOBpwCm^cPz#)2^Fx5P@bhoBBA&mKl{%%fpCuV$efV?r(EUkyv*5(%b$Hp>mUmWfXNs11uDEuozE5 zR|)R=%UMtGbm+g-bC-kp+AUH8=NYe{FOd@o&!* zdZ-eIIguCrrV_I<@2wrT2i16TGjJlO|I$$s0Hk zS9X1&pi6~V@`QNp-ho>gjl%}-k0;9DRK>dGfXm01hn0@?Gv}Cq2!Qr71d>OhHa?t? z$^c7171WpRQ!j3h z32zLGMu(A{7+M0T{;BGNu_?m`Rgc+}W(}bhhTD+4?g$+nGG90|Q3CmJ&Ndy<=;-yI z_J`>%KMo51+>t-O-ybjIIg#U`j)R@S%OQZ_M>nV2nOU8}_4{Zu!D7fNll;lz^waJL z!$e%n>7U&FAI>7Fv>F6B~0i|3=)Q5JAE;XFJO2j3kToIaVB2zXbyQnZE z(dgOLT@lxoEv`uV|8NSqT%(-NkU2_?p{!#>XH_^{)j0wVg^6eHIu4h_h3V%OeI#Pr zr7Ug~y#w@wsI8ru005!^HVDDenc9payEPyOfNEis&uDY}nKb~coxp5i;Qm2oXFh?d zhEbYsVkG~SUDp2=r8+_aE|C2Wu5o>7>`(X6nE;661-5jO>Fb9lO)N+P6fUum#PQ>_ z&cvlS#-p8zIw0g+*uOEpa8ZH@Dq@615NL3*5Wmv@4Tps#yL)dJst*ghA0`Vo6yDyu z8<^*X?O|c*XXKj5LasWp0LW(?Q@BAqX-BeEcff)W*J&hkBZdB{HiUf^%J4OnQziArTgI@?1AXGOO^WKk$=5m16h z$|*KrKs&Y=66IEQ!R7}y;~)8MQ}^V}n49`Rv!v6aIQ=Sum@x zbQx)ZrIQH1US3j|6^C5*)H#l)X!!;?=F{vJM!j8VCeV@68m(2)vKr%Z~PMQw{(FsuMxco}qr z6XO~q*v4c;U0kpq(+|PoDc%-gxSk_bi#8@K;ac=yl3AHC zbIpcH%!HsTcbZNaG^T&|eAKM$(8)p1YAuYBIR_i1CWGx=il3r+YN#J4C4RfJ8R3GE zTPyG#@%2P0j}8n}+8g?x%CHF5rMwOZ3>Zr3;Ew}dNIm&9DO@_mOW-db@*hGToZM3Q zzg0ZqK~hUc{{ZAHK|>N!ry&5c67f8&4fx~5-~J@q*Po=L1(!V4=l4apw@-;!RW6yr zsW}pj>v z0P9qg`B6D%j_ummwQ)Yvv3cv}5v*~Ka^&Y9e?C&VM{-)FzVwqD#vj}~yNWUFRst|Z zQe@3`*5l$4TiD%~%0*$``2fDD3jo`oj339Rs}& zqnj86MGcdHK2dc}96-?60JOsp1xRZYN+7H>us~3+yNF1KQ2K?@I#CGZIU+olVECxx zl*P^}g2s@7k8HbW-fx!9joVcOF~y^9EExUXvMai~XB(NZL?yfhEdD2azK59**j%(| z8M|)W8ll#$I&9A(4;Rg& zWJgx1I#GI+zzPovY&Z;g1cdlyTv$vCWGV%9p(#j{a^MSKz^9@jG#Qz-6rmLq_(DY+ z*oVSU;n>mytVpHjwqn_%mut(AAd6L>+*+kd3g0rwj;XuN;9NEQlHU+MeAoQDm>Y(T zUcV1S%|(%#=!6!lt$oSXo0%(%^NI_=u}k_=4c6~|9ej<~-2{8`39&iJu|#r`oeGfD zC)NOmpcyq)XrJ7&+9NQ`mh>iOtKPM0`rP5Rkj0zjS6v+-Yi2KOb_6U|KXJ(SmZuN( zSlijBPl*@f#kOfbQ#UkPA{WsHNoe|$FcQoIK6{;HpX4#gA0!`1en8$k2kI25u*f82 zExZEX8WogD&H?2x!Wh9*kBoapaD*8d)D>*%G+HVc0BSD?XGS#>56Yrgi`z;QtOdN1 z)x=U7Ehz<<2=-^hVU)&8L!#+Ntnd(Gs5q)1id*FaYXMsziXoN`vKW4gOX5^-w-(zh zR*TF{VDJt~k*pVxGflx7H{UzVDI>k00ROHuummRZcA9Ua;~ zeg1M=R4RJC;z3-7z5-k^i2)08g6@mbJC&Zj3$9|N*TqgeBz+a}y64{XM<)#I9DE>I zAc#gM`sHX|Zd{A9yTdXD6I+zl6L7tQvUWzm=4PaBocH9VW5!&1Wd4n*ZPRDmzG>=| z&6}r8owjwx^lhmd=O3Z_o}70hGe>5Su^x_>N_iw&;^ho75rGs%`~z?(OHNs>CZpAA zG?6=N_!e@B74nVAc+wWK*+Q34%p?qIqRkzkN_rNGP9A{|J4>ha*>zs8-|O*v@A7yI zPMT=Mt$VOgYjfDlY7oYF3pIA1!>n=mJ^rn7jmA_|wzX%kH&n%=z z%%6uN`rl$%q#@FnbsCLOiOf|<{fb)9@Ocrt!)UTk%<^Sc93cnY_Fyl43f!LFoq}$$ zjxBCH_Sx-b{Uswpp%L_dbCcd2tBaZK0V%^Nbt=2oZuZkvgVtt1)Q8Mk>&nh{)t2mx z`Ld!WtIn^^isJl^Am`?AqTa3{_K00=*IzMssda<9uV`M^YR<07Hlscmu}0`ah|feh zzVY?218?%t(4j!&i^zC6Oo$TH+0zg%(?`aEVO^jzBK!e()Wr$i7y zsX{nL7IJJ2jE`r!6y`EfL>lZ>qAwYpj`of??RBC<2AoK0hKE2nC@+M?O!TG%29Nl_ ze^M$UujuXK|K>F$l_3wJ&T8Eu>6b~9x&DW-vq#OC(Vk!9ZD=6L?1abSvUu!)?8>~F zP(fI3a$AdRIeD$6Nn#CW7uVMpA6va*#p=h%C8HN~)K#3q|Y|^eR zR~AK>-_x5el#>a^j|=xGD!MD$D}{%y)Q>DI6CS#V37t|`j2v0PeTyX($KekcnBy4a zXx2gxbpvG;fi^k{zOR=hf58aOgZMK99L!80X-dI$MF(SyYhhd5Rz`>4l5pmSWPbQk z#4ZQpvS8E_j0R<(@--Ps0aG$-Iav2mhR`6tErHW4fGLXuWDxnO2S+DNj5cwshxnhs z0PK%@nexFxL(qb|M>8WdoqNSC*%=*I+<|e@Z$ay#|7Btf5-y0AMkfl9!IQ31!a-2} z0FZ#O7{^k?wCJJ}%iwij#X_Vn6!#52CiD=JX}~xQqCVOqrX%XZx0ZVeFim3P#y+Ik zIJ*yF zd2w=HzqN6C<@D{2OB^jLdoEZwzLU8@WpLZ0_H4zb(PNPXgd5%U%K5^(Z@qQHb=UE) zW!lyfN5b*8X_=YvAg!IvmdqZna8x+{8hGT8_ zR)wlYT{m^zcIU;85nC>*m*wbuptyB~JX6m*f7Wt#!s7JBqec}c%12)CR*ipH%u`Fg z_S8fc7Ybj!hCekmL!_C)(|& zY%zr*;3?1dTV@fR7nUb%`@L~RP-j)jW&$wgNw36RD{xolfbbR3rB_ahCl0_=c zav)S9Zttv)n}qpNrRf4WY*^?0h450PKeo87y2Wl*EA(K&Qz-ZC)+=~s`F3upT%#mQ zD+W%{to-*=h#u*r?j>54(1Y}eCSnR&aXTA%|3_0XwXqD0=St`-CBPd^#5lefabH(R z_Gac`OsG`)<%4uFFz*gXoRA!W1u)5q~4m((-dPA8D<{IR3#ij*}=vm()!ss_8(ruR9F%d*4&kGb~_jH*ie$LHKKHPc(_WG2bX zg!DF<1V}Oo5K1V45Qx;!JA__D7&;0lMG!$SE24;s;@U-w?%I`AS6p>1aaUd4RoB;D zT}U#Q@8`LbgrK29ZNvq?a;IcW*mv@~9S511Xthz~oXu+4 zFp$p6jrK_U*x$o~PTU5sSQT_gXMIY>}9Qzx0p<#K&)cJ){SPDfezTqimnj+mM zoIrj5vx-x_$>tH3^EgE9TtV_2qTGct357-r#1Pucf4|Q>5Y{|Ec>yy-9(-saeD)}0 z8Bs~-6G@Mg%&;Iprx4jMu;>ZX)N?!1%3AVNTIn}h6~74f%t=)pEme~m=`I$iHV#i` zq4eR#Y8Eh9nzSf8E zj^v9#kVD9>L69yyLSoSxFyj&NKv#yS+-1|_e$EF)ST}g->eAPxubJu9l)71?N=z$E zn+EMX{n(BDcWRU?mD-M;?kDg9|A~(ZJGY=dgGd_TKV* zUPiS_qv11u$&00@AEE)04PyFH2U23766Kg{;f_L%E%x4as~g|yh#;nrk2f{(%4+j6%Dy|XN}UTnw*;`7TrGS zSEo1sY0KE{J}9a*;tFI4;8uxo?!?{=Re3;q|Dekg{?pTlY3T(#LG8@;Epi?|IX@p% zFekW+^VgKkziUdLo=e?B&MKi5{E%@x+ejxll`_ zMX5L={cGaKvvJ{DTKQVQ9VuQ7$k)opW`8oNEhJyt5-pEX0!=l^7|k+;RCMXup#~(+ ze}@8odR%~fk&*mPIih+_w)F6pDXZ5#GJ#vyr{hWgwmK$A-~Zv-vrBuc`j?a&dl}*? z;Y6=gOsuYGi0rs_{1fZLqq%;??LQ2i?-+Pq`sc(uURxm+_*1-96Z@o5ASBU-XuD*0 zqv^>A)#y4jq`|Erc$GR5B3Y^1$XP1oGqi2BlMiMTI~I}lG&5gyha?&Beq;pe{EJF7 z^3;KzciE=+(;b!Kq9VK2m*~n&jZJqrlG18(vTM^^cBel!HPe;os~s0TnIi9GcV3g7 zQ=69LaHP{UKfOghiw6ScgYqIo|6oLER}3l%)L0W!60N>*+|TZW$*7Z<5S!pIn5=Q} ziAiyBQ0O>tAW=RlZ?RBI^lV~$^z4r=jE_rjw7}fcB89qsO}uGXT}>bTzwzKT&}8-|qV_y-mZug_yK4wtYYKG8WOznTvzQ06iXEq-ZAZAM>rvNOBSoNAMK z;hpe4&d?=fi_`LG7!Tv|MsD$s5!}%%dUe-;eI-tCjt$oDv($L1l=b*`f z!p#u-YLC+XVAoV3&lE1;ME`^*77zY4H7#8uaQSJ)P&-&B`n8?`g|%xr)0F8+=>-X_ zuFsTeXQ_X{h;ZGEN9Xdw#8V5NoM_Ya%~*2H(t~%-Zd#V3PIdH33ziJcn0Ih?PcJX_ z>HSq&y*H85>$tRBqcLq@u{O!Jv{q$mY)DcY6MMyry{mWU?w`4GP=3?n)7kt-7cWeR zT~Isd)bcqe=B>0(?mfP=zdvCI_gPPmFuC8$HeSMxO@>uKaYg3cG*aw)DD@3&xaG_O zSO>5;Ih+Z-1ki3w2zUCiMpwM-6)UY;kZ&H+3MA0?N@wCOolH=NOn$fU&=qfF zQm1=tmnZC=D+(jie{%7_G(gdpv9NX%Di?+a7(3R9J?r<+1$76lu_$2+EXp3CZ1tx)>pbH-6&lgQC%tBZt*^OlOamX;Y zWXAQaWCe$f`PcOy$y*AKjp@eEc!Gti-R;R|qzh;E{Jp;7W)|K&YyWSV`b@0U;Vd%f zpwXVZaq}4_KNnA$a(~5CDKq}g4-mMz1ew1cgH;}GnMJ-tsR?eY@*FASACOl^GAv3p z)OTPGhS|T%o@^zU9|GcnCIeqgcEQIkh>iz7kCYgr%N2~)sfa>?<&(n2oK{DteOQQE zgp&q|sm_kM&Qx)b=yM4^m+vo$wn*5Pm}uj|Hg+EwgChzo!f~@Sr;&MX3`;nznd4-- z9`;`@hJ~F;Nlq#3%E{ptrY9z*Cq~9cj)wy^HGyz+$&GJX#9kP_qHo_7!=>Ic<#}N{ z=9CMV7jg(&fMRse73eEM8ut^!Puqk7C5I7!c+09$2U5b6Bl{G-KMu&==nDGixVjJ7 zqAcWfu5e1f56GVLkBvRH8B7Eo4-3X zn=LI!+hpGKf%Ln(e~{))dz#K}#y-nG@jcr=?Mzw$_vh-u!s@~?V@4OGrWM?D;sNRH z(_P!M9{3-&Iklj^{%+}aA8umW_X^VFJ(mCBCh3Rw3Mj5Z2dAy?F&EOeO+f!&E@O)G zP76RCQ{-6b98?WXVFgZDR8y3^oSd4BS2V9+H)_&C+AxYnLDP_;!X*R?a08@WnT5vO zW5;3O%OLcOW+gOA5GDk9;-QDCE(Z#eY8Gk>hqD}E!MK_yCvlF(mEXtlPb^t}+*c~? zbn)Jln2c2E_1n#EW8c*^c~;wqS({S~PPg7yT9srgJQ~;M;*mceJ_tFWM0$CtHzp>t z|Ja66NhVdS$tWcDFLQ^k@$$m;8nuTTSv=|L(?xDNE{gY}D{g z&mnd^r&qu75#E8LZZ8|*GfXu7O||NbI8LSFw@j6;fiY?F z2dN$3r`@$P-Vi(7T{|^YEFI}pvFFZ{_b@IqZ>S|dpc7pwMTu4*wpguciSdruob3aW zm%3sA*mRCl83KcE8=2w>#mqLxqCYtpEHH$f} zmJ15bbo7xgUV83trX)|T#|MT!`n#9P)G-#WqCzn0)qP)l^NknF)CPm- zaaRI~K-2dH{?#`0aQX+n0EDa&d_fZM%4Cm6$h#2WAuM{pnsx5bNQZxz*@h;g;ocb< zf?PFVkvezyRynt1bCdL~ya9pzjcuQ9Vc{*GZjbWB8&(yNE(EHunOyNqplaRr#`ZTFw{LG0@*1~uk1nC7&_ZepR2CIg z2HG5s&*|9b-Rl*H0+p2kX{O!&a7HC}dl7mPn1}vkIOnbpgHPq) z_et;X`;rBvGtwaG4E!@^At~n zEV=|`@*uL>(@EDb5rVqO%i--v*E5Nz$i2JTf^$q9v)s8}k)8Jas(RwQBa zL)qqWdhtwn3HVj1K^~gJpw+{Q#X?9pP6zLS;|aVUR1PSwaFf#RShtxrSr8iY{ z+BKZlZx&UBfS=0c&}(>~U&94>YpRv0Dvbj7G8fw$*(j;_MMmhfbW?expq7IJfog@zuC+)hx%PnE!D8%j+SHi zCzR!FO#dCn-@9R$$ZfDE3({>GjSZ^@)M{sn#b&d4V%0Hhgph30XxMZy*@kPNXAxMM zkN&PLUPCJY^rqB#3u?!J}DhkzR1Qur{-A8OD~z)M=Qnt zBjzCG)$1W?cOom6?h%Z*`m|DHtEyP#T^~MuTFnPwo;T@FGrdlF`3UR%)kkXS!jPA_ znAT4+fp_{WD>UwsKK(F@ZExq$5O%Z|`~(FlAIYVD_*nY9<9g{cmhk64SF<_Dh+#wv z+%^i5DD_nt|DQ1L6tYpZTMLPA-95e?g^z9G0JiYhrjCDZdQ5oZ!BCErm=mhZ<{LIW z!)CTsZ9aQ;bK1k~9>Oq}Y&rd+^kx(2&2_L)P-gF5=;4BbM<=1+NaQ!C9SE7sqVPs{ zL_&%yR=~g6!6P}Pl(N$HI%|Am6q`PApmc5I`9%}Uo48`>*iz)on3iskK9E8yXYs## z_SCk+3)qm??6sBR+|^Q&^z1cb-(XW-zoBy6;>feowS&g7ja={czHB;YTQOnQDybZa z?`;K@qn)p_nuP~9KhQ}Vkmu`PvhOcZa&prI(?LH_aceO=)r$+=3{xGkEAnxk1YKuw z5aG#mNX`!BEOx499Nx6Xdf-6o z^Y^Zuv--htuiSUvcfsG^eDI?Oo0qJ8bNQRc?|Vg9)vhibfAh`bON9&T=gw`vtF)4j z4BxeDcn6=El{$ZZ3co|R<#1I;U17n@d0?W6k3NpMdA!U;Qv?=djbG9`|Kj;5j|%$I z6KO@JEig2G;Id7$x#WfPsmnHlwy}_K{A%0c_OI@0PrK`@b#t`8T0C=jHp_T=f5$$< zw)>8AAKG0mdnA<}03atUBVW^!-A_xYPTrm?Zy&(&uDiba>aJzaBYbZ0ulhaq*L@xP zt4ch71kLrM4a#L%LI7>2JZ*${lLQ13%GH*QZ0`Yh?Un(xdjS0ThQWWg9x*8sL7iv8 zk983um{!7@bv>-C*8^vCk77TtFpewEV?>bZhg^^~P?_2(dd>OcAD~5@J${susOJx^ z0=V<%e{{ak9{iaroB=wEK>wfo5CbDqf0{5D!p)1Zfhi-k+n)|5qiALTI2{Ial%%{? zDmpGi)Z%SzFLC?1V{I>uL^`ABzY60VV={g&c|F@WVvcdnD*RS=t~)B1FxygQU&?IQ zxV+u|xOXYi3|@Ks+u=*Qp6m5Swr_a+@eLavdrW%I-?x8Xf76tBKDpoIq+m&Euy#bS zSGqlAuo2vNn#N^_cf=$G10JZQc1x$&s7n55$5iQkG5zJ2rFWJty}8H#n^JN;hLoHX z`sqD6DJeOg+(|hpIrN*Di;(s=(|+_%x^KkND-SIlk#@y1@%+@sHbzU!u1o8s0V1|N zzpx@h>&QyZ$yG5O@(u&TtT!|AI$p^k&lb)1Jo?^JjK5uwbxiORzfy(;hx?P@JUQB^ zSY|XP-`;xkXe%!rZN2^WR@PdPec|2gii&LZKvszRE|kR{$gW`9>D*Deuxas8p``6h zRz*dY*q@fa`W2RVBk`f>pkMD{Jr2|hxoTyBC`To83q)1Oqd_b{yfC)Fh_5RWNLu;1Ip0#Av!Ma1gdE@r!@79a%M76=*cZT%+ z`YoSqV+rS0ojT%QLgJtGOF{1dM|zxT+S z!3nE2Z&@`V_}HySo~$VolB{+^Y@lKOvUj$=&P-!>+g+-XuAkmG;=TH&U%;jH|SFgI`+P`8dF_u3_ zmvq3r+u`L-zZO-SnBt5&0YNaQ<9+;H)y0*Tc&Uy*Fwymos|=p&j!Syv;3=-ezC2iIM8-Uz6ITRz89wPj@`WoqSFDhFiqO zNv%>FyM~2fsp|+?dRsa|Ca4F(7LO42@QTPR?$(YDUI+tnGTiYO?pAq&g=b0%ORl*? zVY3MebFPI0egUGPVf*iMJ}6_?z`$wF4R@e)UBp_M*)Lt zRET+5@AxupZ;)ZJXV-q ztVTvqFvKiI`9`p?vLQeN6&?@an2e3(YA871UDHi(_#kw^keTR5XFzTV>ws<~y6aFC zs$4u5YHXy22sbhX$7#n@Pf;bRrc{psUJCx{@Sl$n^*Xpe>(g?qTD>ktr`K9@()3OX zKsm%1o-Tny?;U$rcN|!~SCf=8GBEBP2lw1t<^gH$EZ6+L^Ici)v;pR~o>L{fGpgd6 z3=<*>LKGqu3UdVlr?zsO70@jf4UaT+9(BChrb5Q>xYQINB%~stUX03ygB}68Dow|+ z)i>O*x@^hy3#Y_?5DLY>U!*jne0PSoyxg0yyF8<`Bz@$FPdw|JZ=!h=S}?dc2vdH6a#b?oX$O#h8f&HB~XrkD{U1~xAACR|bs=vIRd9U6P>BO#gY z58pa1D~VGqt^de{7#d$}#AB;oVojJqCx5+k)9#yIx$ySV2c6OjsWyvwUv3r@@M0Kh z@hf%i?4Prq**;XI`?Pt{iv#D?e!4Ni-=!H($X*C~n^2JC2xq&TuEaS@kc0qp&V3aL z@$W_2_bf_wCqtqm#XB_jSE}2i{D%U5D6QaeN6<{@fp3DFd{LoMgJ%%T3I;*tf{B9< z%D@_EHCU)f%)8R#gfvmalyIH1q!_;T_3x#&?_a;RYT2rR@mYeH9N)XKG#$}Mc~dt& z^Y$|vr{?j@m|oi0J3d(yvf>A>T2>{6k=i~Asesn22{0(d8|7SA6*J0`lgnmQLW||r33e72nPH0u+Vy8msqDTzhd(siII)*BiaTYC zPq0gQhxdGNA#-pjEiE)S^8)d39CYSku|tlnfi_5?A_rwcm4{z)RF?=7N0+wFoWr0n z#TOPVX=E$HPY6rzz1K>5Kj;#n4vcOd_{WAA-HuPToMaiNpsGw zuP%>XO*gG$>*U9@g)i5INQtb=5W<*u%c8M!fCW{k;P(BqO&IXO!Uk75P#n+?kPY+} znUbiKU4`b$_nbzf$|Y%(UmM+gPkQh4p5qk=bRA$2G&aD{t;`tGu~6mJR&yZe}0Uc-oX;o4ax2Tw8+abbF_%jM^aDALO~F3YgTeIm?5y ztG$5&f%g7|`cW5wJ_SSo0cgHJSEU36MbCGAjdfS6-~NAWj4?6yt1CWeP+Zz-utc_9 zu9k>?g|CC9#jy3#(U-4YL3ASX;n!HE(@<57%s1_gJ-?Rxt>oC!d4wMF-_(u19n_fJ zki(rLq>G3}hm8}ot`n)a*nMRqh`-zj_{i&uW@zHId0M8K19!R*Rh)1KEQT#}$8??; zS9+A~J^Ej^5_N-@j|LWLnL10Ipk3O8w(jw9=1uB6F|B0Xx}UTn>3%>nloDdrOQ6%Q zfpw8AGY$^v-hbNfJwHQ4sE1(IbRgZj381okfy|I#x&%#Ozz@R1;2~~;*A#U*q)V1! zHvHp&{Q0AF20ZYU{ps5~OngYql?4Y6o0%Cn7l2S#qp&EFnli(eFl|BddSqWdUG*}>I!WtblG7ZD5 z*mK~)0x1tD_<<0k;w)!g7_u;>D1bnWc0+SP67|ai)Wwun^t7QBj%4Y($KH~T^;`bN zzFM{BhCgjv@yBcA{?p^jOMOxv-76nNfa@La<9|o^qvJd?yc+m$8yb>tK?C9dLJ0yN z3XMHS+Goj0cdo~T4&@KJzk&mBTz5^A9munB|didgX&N!xjvh~Tmr(W(Hl?rr0 z#ABp&84c;7g;OPu{(fnxX9;mO2tr)($uRlxCZsU@3Pz#f(WQYp2Mg@h_d- z5O~*^BunpREq9l8bay=|bT?rj$b5=yck2U*;mSEP3Xw!o9SyA>vuE(K$K=n>qvv;O zG&vwbJBMF6pANq-di=ig|9)P5XQwtE576uyapn9v{J!Y%`_9Yl`qO!qyClf-Y^j{j z(E&_n4uEYi>spF~fo=vRAj`U4j-Oplp_jV_7xi&5apCuv|CIF3$t|Dk&=F;6rf=Fj zAzFx6ATYiXttSX&Wr}{b;}fFyyll0;9DUG) z<8p1!2O3B+4nHpc52T1?xdBm7slTo!l0*sbC$W@`k7LD>=Jn zR@DNa$-fV{r);hE3F&?Ljhlb2jLi3hR-28B+e4SD#38E~9uYn9L@PB#E9Rk7ETg-9 zq6eRdzNO>qpUkWBw;}ydl!xr%&uGF#9FU9aDy+;d%0EQ33|ICfEi?&G3jgOz) zFf3H!-6tWkNHn#6Iu zan!s8s1C{3m)4-|wnCmLC&Us3j8`Z&SSBhYsuPT+BXfXN0P`zX2s0c0fKuG;5Qpha z6?9m-V90Q*NQPcZG5=cpJtAi|EzB+5GIjURL5v?5o2ZOcS&eFS!2mI(f63$+t+8qS zmnWuAKk=o6)v6KS9R*ou&R15gdPVy3*590zCU2j=>J_e_K_hBCnf^d|_THv>W7XsP zIe5L@wq0c(tW~K8hXQ#jX+-Bkuv-7>@h^wX7H85!q;t}judJH1mF<7%_qXE79fJ}Bf5jy^ZiQZ)3N zf*V!`W-OmRxnH`u4FAlHLn+A&^}(>}Uvm8l6@+fsRX^&92osReGUO%dP$3U71PV}E zK2nFt7z-+qT)&cW?d6I(+;kdn#ps=v>-oqZ_r%4s4?iVNgF>p60twx_14*) zS5){A8*<2IO-xFR_jcDe^6}3<}_O5Q|AsXT#4L(ySAtzr_v_aV|D}gwKbR9VGwm9aK+asZPABUsxY{yvv z*J0a1XAgvK{{-7%G%)5goRn>$4%y2EfqWhnG{kUY4|x2ZKq2YKk=!s87HDhxu{Erpq?rG%QXz#}!Yv&wJgpc&)_4V`D|!!o+vs~}u1Q7x z3It-3!PCf}ssgGOkmR&NOJ@Qk8czc8{p}B*H<=vmtqzmv{KM_w%f6M9IN`~l^-pc- z2yc8`e8rfaZhS?2d?O#;@>E-koU@6&K`>AB4~=@oyXCR{bMNm;z(nuw&T{&*W%*My zXK5$`tDL;aLXnoADONPqD|?QL73sM{Wdvt&=?2iD75M%XV^5ejXdVzyP=2Sxr zmm~<|+vg#1=a<@Cr?AYHXuPE0XLTH9TCTeNPjSim5BSgcj%NmPYdB+~Qu+>BCX@^9 zj4?@gT!>QWiLVatyB}eyBa76PNb17LsP|i}V)P}Y`cC8?j>akHD*D5+-ocd20`FNb z=zL!`kd0)MfJ3>G{hB?;-h%-~;^0sy5>gteU7(sk7V~H(X1`Avl($KA@+qU&V6MeA z49F>+;5z>3tP31eh+3+04!T|kcxOlSiGtTaX^#<)0C+XHW<-~Oe^XeP{jLG0a&Ev<36z*n$Lg|I&(VWrEFU=#2jo9Du>`K zPD67Pl>^7bF27lcdgCSPR3-95qs&S`(a;eR_#J#PAq)CY8md-tkP0H-1+ItU*OaPM zl*uUol^Z+qJ*oBrFI7ubjNFg-Lw)2&i2z%tRw0jG6rX*h_F3Wr92=E@N)@Sm);PE} z)g?F_rTVcc*+aJFrRTOS(T|C4=5Q~wUa1Kw#lE6Mv1tS{2)9oA$J&HN*R2@IeW$jn z*!Xa9UV|etGV)vJ*nD8>a-vnOj58#tG`hqjm)@C}8gH@bRDlNMPc;tbQhbS`KF7dw z+Fn|t(b=DsFHUsZ)utiN-hjA4TIq!Ryn^&Kxn(o=TyM)L@|4E_3o9_SZ+#jQRltg2 zd~fGq3uem1MSTax0`@#Z1NB6fUQG0*a3c&FbxcD*t70}wd}^Z8;E7MrY1N5(r}VvM zluJlRw7G|;#_9XH^detUXdL1)Wa#V;lk4JH*C>t0nwXHD)L$Q$>NOSy1}7Av)Wao1g6+*LehE>mffHY95VQTk2|n3lIWL8;WGY?Th0dX*Y2 zfO!`OJjZ)CGv{6RG5cW;fM(29#`uy#XzEp3PN`AFAh)blm|H5uxJ*E4{BoSPM+ zHfwq(v60A);qSG&K}_9PTsTJW6n^vk)ZPA*v!lclu+oy%I!*|-_fsiC!Mb!F&{ zHvkdSEW{d+%*JTUFldrFQ_O3>et~Ng8&+lb2AFy6n8MpNJPzM$;`U9!_$vbdV#askxc zE05z3*EuZ7I<3Z$l%&xbY=$ItOd>v+aWJPH5b$M|d(2*KoJB-t0-&4dlN{rDYnk;&aHqm8Q^A7;_Xu9{>B&)C@V@q$n z+h7RIFd4OM=~}-3*8J)2xFm~UO}chRvZ42u45iUDz0zE{c9DR#yk;Kn_wBM;RBGF% zz8tsd__F24k1t;)`Opy)R$x%+_(A=i6dD@P?6%RPL?ic7pOtZHrNwk}61UN*-}OQ; z|G8WBcEC3g#*m7Q%fOIS>+?l5fSvFVrm>l=I>4=&ODi<$9KAj%4b2kSY%mR6p^FL3 zD-P6hT;C5WN*0$DZJ&a~2>|Z0I(2$oUB8sq?e=~7sScjEC-x1q+~O*qhYcHw{u67n z2*~4bc2b|6#q$C&x|P)?Lq3X+#Ms0$^wR(+8T_u1Jf@M)`wGtt=0dx|E+Y_0Qk9E2 zSf%Bt#D6w!pE6~8Wa*Ucjg8wQ<4WgkyZ$%OF0#^hcl`dADcO9+!1-&3JuxF`^2Ek! zU(AR@(&-b@2Om7WacTelp4?2j3AfWy%~kQ;w?-pW2>WmrWpjbCMTx*ZM`xxYLUg1Ur*5EYYXMjx z*hMhU7YgJ>1BFdU5+?v!RS;S9D9Vy2YcEkCZ~N_4aG@i^O%lDU)fB1;r1my1A$`FTbMMpuU(@|ICPy?%-!#(6 z#)+FYO^j~sJ$J6-MtDsSCreATEc!@i>=Yn-Wh)bSH3qzip5CZ1@C9UUibU=%**EsQ&7?sWlHESQ&cHTK}bD|V2`6XBwv)BmjjjHN(+u4VlkgFk?L^BcmCtpha?@Ph| zN8bkm(j`&27P_QFyd4Zvst2wI(Nviv^g@+{P&H!qg#~i@kBu*DZLz20@^sHgFInSb zV$#!NViGLuYozv&(r~y2r`d0DPBdqTtr=#~s-Sl$cyRLYaaAz4oq)B>HV>9=ztRJ@ zQ8#cT0)^%xdD~fxGki#DfsP^+3Q6BKA8`-Dt!SZ zlERb=IC__W^PT_Na0hZdU`aV2Xe)vi!w3s=G|K1(R7y*2s8OH|NrH{)hzj9NKshYn zNzt=bSJn-ohn+QKJ!=U~q!$u)S5+x{FtSqo8;WiXm#IGH7MHTSl6!L+tTlg^5C3-L2$kF}sK336IXvY@)pY|Z7h)zmTIz7~DRZw~%IeSUEh@9z^rajEAGZs8vFbeUdjnShe=^c$F zgGS*XWJ#C*c%VT}X;~B1Za-x!cjPOV~^4 ziH{>)dxxUy)l6|giz|-s=n%}EUcxuyTq7<*CU+`Y30_Sfvl9 zt8Pzrs~BLRUkOnJuoaQp$%zjXqzG&S6Ixl3^jh!1eVU9& zuH{)=q*70Pa;jQY*c5~O^vd+w#$}DQ=}O_o;sGMB?w1p+;vshr=8LbuA0iz}SjM^~ ztb=&Orj}C=FhH${=v%+Jm=XiYNEry&a0^ThBfXyf z>(lt(D>9@PdsBK&`VLQcZ{_XGaO8+IbjSC1HQph;^W?qKA5YG>=PO=$MRnvpr|9O@ zz*~wxnuUKHnMR)Xm*;62(=Td603V?YTlMWwmRj{fNN){Ks%n?H0RgN7#$4CAW|>i- zgN<}q=V4*k<%=h=@@84zN)N+h=vpM%rar1rhp{4G)&M+K>JcRdT?}dI&}1rfuTK4M zO4N(S1AiY16^@#t%Q2&ogR-n57P|CnQHu+7!N7=yGFTvx8bUhhKA>y??NnR@ncx-d z5ko~f*GNoHTZ_#4G^SS=Bs*=gzuBj*ooZ))qn$`aRc>xouCROJjr%t5yK!RmlIgPr z%TS9jd-{^3L(nA5DD>NJhJV3nZuM9q7E;Ww@L>NER{D*cy?}8$CSa#syv>m zWrKA)-+c5*mB*uc^3gYU>aKdUr;allIwu7Kx`4yd9o?G z(6uLqk#lCz+_};ssr_=5Atmm?h}gr#%f}*plh!}<-R8~TJ+wYalh>dA`$nR_MEft7onoo}H(#f-?1*zj(cxMDOJ4*+@NU;S2t! z-{9Os4|N!Jy_}Kp@~$iU)4=~_iBqraPfC@Cut5Hc&UF1e?##UF(XIaTO8lfF74F$n zNImL`?_h*=dobwXk4Q=o4#_!czsI0fAd?iX zC@_o9#dnddy+pL-V29`iXdqPPkfAXtkqjNQ(vmKLWf+%`TXy%RpThV+J86L%RRp#X zoy1s_v=%@m47R+Ohj8Q$<>ge#i&R$ZM_w6-#oGB=`DlUPpux$?0#QA>vb3tt?34ue z^qu+z%BI>#c=UYfwV}JF=|ts@$wfJXgfPG%Cg$}+WMrM|K3cctrb_SnD@g2(>y^eH zPV4mp9d=)rUa97)a>8p0hlwm)kW!qlx@r0kg{9Ka*xcHt<)c~p;F+z{cCpDD?E`46 zQTr&Aji3|xKw?*rVpx`wv5tfKmYRtghgt^B0+~aO5+U)l>&ou7K>Qf;Z17Q*%uo0d zB%Y8upW`Ps9>@to48Lba+qh(Q0B`SI1KdIXk1j!&HcNvu^WAxIYa>je34d`$pGf@^`4QTY`tL|f8FiIz;0siMG!tc|X;FCr^q9f6u`FK39z5-I2W zGH22JQG;1sW-(L*uWe7Gb}ua&kmHkH3Gd1eh_2-Wd|KE7&54_8=N>Ts{lMJF^oAYw zdMEedz#)d9C#On#NLyQQNr8>cdUd?r>nI3mnhinTd_i3kNUt)y6hfHK+!rb`XLcy8 z^|}FB+--rHb)J0b-JJ63oHyR6&QgyIWDGKcVs`dDSsqN2@$t};Fbq3+!ZPOVW>)AU z&<8;!Bt^NC!dKgaF-b;YxeH>%$|KqdyGQ3{v9P{uVH($WMN_SW zgf7ybA|KT@-LsP2nGqQ^eV@9rsaDxCG4dOKsG|}AS0=NzFqsc^v|w93D4Pq9PcIQe zTHtjKsG5YaoNv;zvREXjU>Ma(MM-|gKW=|XIsywr?dhAEYTYaE32&P=VwStM>0%3; zc4R%TFY?8^Q*&&|J~vV`8nSwqq#KPbN#03S?s%W-s6Hp*d0Bxak4f3rumBjWpjkdY z1wG3Pvd0klNdQw!YdN5n?}Q{le7-W3C-3xBOn=d_YwfX#218sw#xg>hWYVVsUPC;L zT~RuS+c3n7eC*X>tF1Hi;xg6RiRMjX>o(fzX4y8@U9-h7VU_AyZP1aIk{>tcKxu&_ z_OH+Pm1*u=zeiK%%M0_L7<+4As{|gLom7>o3zR zi$B0uTvAM~VS7povmNZi1lPpv+WPskMoM?G`$o=MI#zqb#Mo3xp~^J5bh?}8lsEaL z&4tQvo-Z4-1J|>d>|>L@GHebsbv*~h!tpRocdm`z9s2pG!KNv1xM5b z8oA!V5#hu0KHvt}$EvnXdT-eRX?JL3lnl9*@3`Xn+9jA>v4Ji5SG9x^M0-XT5z#LuC5g1AjLkm|MFk(F{VBU>~sj zNl(x)WMHtM7PP7A0f*NfuhwtYR^{MuvnJGDslG5Xv*HC%rJB%7hN^VvZ4G(oz5%=`mjy18Z9Idcz;ACk402(i>I z4i2WdjvcPZXQOQKIaS+Crc6ts^bu{Rxmcsc2CVE^j@ZbG0gH0Jf^olQMKv5~pdTHCG*8;MB7-JsBf`?)9kAvn&##OnR=MDl*tWXA0yo6sz zxLzq($%%cS5Cm`)MIjJG5yNCn9)|oi@Y;FDqTdFuoj>TUKy``JTLr@~rqSxR##mU+ z(`x%Fo90Y5v&3xEYc<2MzR{-nK&$2T!iO5$F1>|sU9Puuye;3HWzjD;SghKP3cXHi zj^Tz%V-bvbZ{(pEvsP>1pN%nFBNt*5RH+&SeVM6Bs8A=4r3R7By`ymm1QHHes~AO< z>*D80ff5Y@0gVSzLUbN5mp?Ck`=jScHSi*T_}d$A{FV*vGNbgYcQ$B^oau_eN)K(2--ihb z97gvLas)}S<?ck0Bl{6I@z&V}9WabcIzcen5?o&E(5a0>yaP-o zozbKY=#9K7D=;ei=HEWY$KXMuRq-4eO8EtXMw zfzu-|kQD_dY{c!Ib_BR|)x7X?AA6;)T(sC!Qj7 zsa4e?x@Dgdg+_3y{2CV2@cy7v1Lsi{<64Q>MH;#06ODr;H*0-X`j~6xnj?+aXRVU^ zS>|b!!dxpUR_TO%868fhi#ji(+dgSzVd~?uyejLB$dAPj(up@Y;fv!8`ZZ$E9|U48 zBKxoGy4>r?L-1uoOQZB9bEc17FZJfL*b7o`WC3vED050*rjO-^UZs+cB1+BK@C+`Y z8^gGzioJka{|AqI29Lvy4S>-5X{RJz^#{<`rJ-%Cuq#BfYz_dD(|83cLe7F+y|T-y z3aoeHTMLSz&_nmc7Uc_&4XzGcBX1!(oSixC(c9@>)F*#KD=7 zHjq3zAes}YPlIBKd_p{O@^fwn9BG1ZTMr5wgTsTt;T`_P&5QA0*s!>E#FE9$9RrRn zU3Tow&yNWkk1bnz3_BekOaJrCb#Jd-`}TFu@b^j*;tZtaZ{Iq8?EZ7yNa;IdK}AXh zwoYK{v&uCK4@nmeZ~3A&ca*N)UHj#h!_tLA3pM3gY{7nZ+n-w54O~L>^+Ar_UOb83 zxp*;?%g`df_!#^A*s;%#N$G4IGp;?~c7Cm(TeNWep|_VWee>WXcs}DWJ_BAW2!-nl zZ+Y@I>B6l|(@L&&toBY@d@EDm_T()%K7DZ$`pir?;2pv|tHHN`zp%m$?`kX%k|mP? za?XKA5aldafi0F1k>M001GOU0F?k*3AmthPA-Mqa2NFUKM0{UqyYvIo0=Y*k9e8}x zrpGt2EWMyl&-O2UX)x2dTrtUGlKZ_ReV;rAo5@T!=+!0u>~vhBP0I^;L|fIMrqc0u zd3~NxUK+O?8K%$RNk5!=Yp{8H>LsxT)FJ6+G)LqtOZ3HoNIFBE%H1< zE>)G1l4M~<#V(e}-Nh0A%b9#`gygz^qCUQT;^v7HH?u-*TAyUCZ|%kv2?@!4(zK5B zeswn$-k9%jXdGpZXO;}ZQsZzuQ?zSzzx07;rGK71i-bUHdP1GTa}Q6N82P~#E5@l~ z)6*=LI5F0i-6tzxD7rDP^8rhTMjv^$$Pmct1FyB1v-C9fMMr4mJ@>5STd>5JC4N4v zd|V8}kB@x#WC2n}V+4RVq(DeDmpO8cjPEH6-O8lOaoazWo_*j!>DkY>PY7|(=BBcn zy#w+g`#&u`otl$BAdT(!h~e>-k&6#XEuU}O_BjhZ$f-gT+TZmMz+(OYkMs&F_6*1` zOp(@-PKTi^2SEd7QJ)hLSp-uBq8Jf;kqSgGkKF()Jq0qWLG6j&77*=G2QIi}`H(?8 z007oP90IAg7V`$`rVB^@7QAHOV%aRdD$i%jwCy6oil9oBb} ze8)J}x1ZfJ-@ULRw*O=nI=|0azQl80|Cx$CVHnsap1sD{j`GNNo>|;u`H@Ro;BfLR zZ+oR+=@`+cF5nV-r}pXCJ-v(_&hWEO0|U4MmdoYjRR6vIJNtwAoGMMpSUy)?AXR&i z`k24y%QwKElgkozwTEh=e638QwXo?d0av@X2gM`F6Cuv5T=3ddXbL1vfNQWy)_;)S zaEhN2%n^+v+9k_NMpAGD36>WUQ!WNyki6b8bAuJ8)F;pYK-_|KZ*x>&V467c@aW0R zT*1ijk9gwZeJKUt4JK)pZ{0DOmyW4cZQePFyJ0q;7$@la4Eb=A34DW+nFbAc@qQL- z)nkxwi;pG`(CWngh6S7_LD0w9Y{ObN8#z6$GY+hH?E!y`&b#Q=a{6N zN8J7J$o|GToYy7jlhXN`Pc|C?BY@Wq>UZvb<}k%5tuZl8hg`T$tkN$i(da`pA8m}` zs0#W)f018~Vq7i|x8W*NmP|8P=iKU0q!2m|Bg>lChtE}2b2oi1{gdr) z(9Mua+D@NtJFQf3Yqoyl*WA6Aow)seX?|qRO*bb=WuA*{{Rd1JJRm(IeHf|RV&E2S zVihZtxZ`vijVr`aLXY&aY)x=0fC&o08i-!Ri_;i_M<`J^mD8_;F|eF$2Z*Z2Jm`0^ za##n^uh3smc0plva0Vvu+oaE=0rPuXst?Z6>6Yj-zFt003L;_x`E0@@3UE#g1_BKN z3@gEV19lb(NCgH!a~fL3Ky>B&G;EOG`26wb4ohFnthq)IuBn;HY=@sazFK3F>&GE^%L86W$bF3xPI@#`Ky@v z=5JX4(~lBw%2sw7qdEnX#WQ9wEY`kV~?+5Xugcq6Z@qbhxwP>8nsJQe{Xm)*G&5Y`~qv!8k{px_ii!V$W zv-FlVkL65d7r1xDcW>JL2X1Uh-rnaYj=ue$Tk4iE)zap^_psSNj6iw|3!BWA#|NiY zEj#%rd$4Y5b?!ZjwzaPvGqG;aM_XU#hTM4eEUFlte^g=2KSn~={;@|`)T(LkG6r^Q z-2&K>XD6IdDXjX7FhGLpz)T4!HNj&O+cm!dqG2$kVCnb!N%+1RecHlxQ|9S@w z!AmJbmtlch`4-uNN#$~2Ui>S{PuE^nRjIJHCD|x;D#;HY0mTb$(2I zRYL!>$Bw-;+}A6lkI^}E^WD=QpthBB*NCfSeMzyd0#g)Kb%*h^E`_6ao)Q-wDGEGr|*4vly)8^c~?~OP2_AX8|njjPUbhCF48aR92 zz|g|YjSp=dyldx+FYOG(a%$xNwI|!n`~sJ&<2*}Wo3mie>UU~KX6Gbpbh>!GMm2Xv z_~tDe5-cEn`i=M8dGLCja&dVmRMFJ5ch;ChwK|dU;|8pqIkmW?B#06Vyw%H%l1r>D zs}fC|(V)^+R+*A4VpXNtl`v$*!Z{;rCrqdvHQS>~Fq;ym^=Eb5_QqM~_U?Pbq$?;? z^Stt=Su?5!)(&crru7@V^})$6?Ap0AkisGTxmt7@xf4d`LMbU@v^8f!?Z`Pz>opP&nU^)=EmtwLTRWs^_e8tTs}dcNkG3}MjAG6F#<;oAT~La7Py=kUbw~=dogF= zk6>!R?E_ZLz-MrnDde~Z!t4Vql z(daPh%QxKm@rsq-JbZk5ids-=^wuK!!%a9$=mQrZ8XzaOWm@MM6teH${P-|f8 zfd8*@Zb8mkX>)?tXVCvSeYn-CGx%0+-@R#ec}c@{t9DK+u&0bw+WQvuwMg%0jazqm z=JY$JRK`UbtE&c&b{YE2UQpRrsZ6q(f+PFomycgQv6sdOggjw+{)1!E-!je1uj^&d zTC;C;s5Cr)iK5A3InI=)RK>7+lB)_bbh=jWFq=*1=rcB5nOAqy_|ZEj4(^qx;nr8W z1DwM(YB>C537(sJ|+!H_AXVCJJHXb@sXt6LfNtIPb%1p9ZbU)Irl#?Mx z6N7^g60wY~F2QKoMIj?SwuNvT94%UjcDBk_^w<;?LyIo^uQU?*ZR}h|ku{=TsXeya zEEIakg?{`b`Jq>|j}bB{wGnx+b(%M2>kDQA2FIme#QyBz*VA45C}v@_Y0*|f7>*$= zR5LDw+)xS;RRvgDcQf#c%i9djOjl{OaM4iKjGLnuM&1$>EkCKVL9YMst2Y#hK$!m( zoqfU&&PDDM-pe3s6vurzlAe&!NEAngqW`mY7)ufOXU;@p%%6Tb8g<^af98y)!~Nei z%`FJbzslp}fPZ?t)cXIey=;)9(t#QRtXO#U6KE2eiW*2>{NFW@=#&)5IwQ44Tjm26 zZL0Rh|E^iMzLEl<%kF4<<7x6^BfbBN#voZb%JU|5(h(B=z^!zyFhzHF|wFm&D|vAM^8g7eqt!jo!d*7tt6EN z-tEP>_@g{Wc`42!s)FjSkf)nCf*;0M=v3cdrlwF~Q-3HVmtN(YTJ5gH^tKlHy`gAS zsvkvRi7q0ERk?*Y~*0% zpw?hDW0%7&H=CR7Zja?c?Tt{jw?xRvssDZBeh77ebca8FZsFLHv6-T-Z;WVtM*qlOdHA`-l z8Y|YS627=%xBY}#$tf&Wy;=z*9jg+|dRxe*hJw+Gx!tBlWB&9Ae@UUWwt-3K88$@l z?DXA99&$q-qR15^_;PZH?bHExWmM@}L!&KAM(an#~5!gihJ+=mfgm_V7GDdeYo}Vf0lzJb?@D4xxYjU z@EV=bA$knn_`JM+{&A6;PBH(z_folKI^Lt)IW%|u7{OHN)Hags1bP`TPe2O?)G}D+ zG{E~oAnmFU>8S(0Vjm>)auK>PctA4L%f+r*voEFD(vdfB+Bh~LHs|2AnWY2DUSreV ze3Ol&3Rl;>AhqRJipE%h7ZFq&!>RJ@y<%OuBad7*8F7#FsByIREWG2Z>ziI3QqVYl zWW{`+QoZ9VX8B6maSDy0exRR04LT#31S8l&b--DYGbsHUraZ9m>-%QRxbJKEJ8A@l z_%HN8CA`%2M5Td2ZDw&uBY`ys@e3woc}d$qF7-!FOYib4Bd1xqaFn*W5z>2f6fMaV zqb{{5?-xUI9J-Q0;m`YcXv$Q65-5Vj4yT3Mkv4JAB07}!Yo)W&uRptSYF5Lbddq@g zu_tnFtDn5gndJyp7S5WX)~_iItzvcUeA`#j6lo+=HM1(F96Hs0OZp9J&4wM)Cu1)D z>R0tU;@R~&HGSi#9#sK(kte@m~gm za=r8h-AnyCs(S`w0bj8C&ii4faRyjLFq+#4(I0o)6VD>%5N2!S9TzNsgO0FD|(zW^%wCkPf)x*s0X2LHS!YHx9LF z^@CZk5O{!84i_Ay3wHFG=NN? zx=)vNGr92N8wqO<*?OV|8N`ptMi`KD@@4SChU^rfpX;9%s z71kh+VDS{59tlUCd@6#4pa+BZfimy?A>Z%XcVTz^o);Hx`f}(W7D~6j@+;~6x7V$E zoB4iqo-LL_+#}0iDF5csE=&2NNOp1jy4(GY+uhkQ+Uy?|t-4|Ng}n=3+*7}L{&n}X ztb1E}AJhYnc!#T&nj;b{_Fd+6>H9CGWz7shBqizS+ivhFt@wt7)zXPa5cDv=8KD?v zAUZQ~U*ymPer($#j|;ck_C>y86Qr1qd)Rb<>TbNH%?lmlQg=RALW16?A z>@=F7uPMaEvi%gq(q2&P;&AWfd+;noWBots-UB?2>gpTcduL{QlXkVMu2oz0w%T14 z+p?PFZp*z}bycit6*r0n#x`K8u^pO?3B83-LJh<~0)&JTLJK6s7*a?=38`Rf{Qb_% z$d(Psn|$x{J^$x#YiI7OB27?qt;@uqGejpF5p{d=MAqr#Fzo z?`}uB*XQ%5JEEZL?tI;0b69aK116lB$mtxvY7i#=08co^1YX{Nz5*jdCAX%rRGdvp z$_5ZJ9SV*l=%tNup#*+LI{2$tXbJOxvjwhIS(SbYm>+mlx+V*J3=vB-(VAW(+9w|| z8chc0iQ6*^olz;?6kk*`c#p~sP(EUhZuV8?7ba#!yS$0{1+ntAo=aDf(9X(BJzcQ{ z`H5avbXH!P-Crlb$6gpEfKsaKCXEZ|9-~wio z|G~t^U@y+by1(J@gz)|^FfLh;NvOoRL<>d-!fV7;1n-cHT)?{~f>;W$p;hfptB&!) zW!m0_jAsBV>Tp`&1wT^D=FIXdEUFCWsVHJQDO7;IuRdgO8ggQ-)|5oEciZdd>^c_i zZS>?+=`)SFx(+{>avNN3Q#-#hVig#l`5EGo!7+>Cr7r zx67O3b;aAFdwZj8@$psB?2#!=F$G1jiGsNzdFHHheztAz*2D$g>U_`K{cr3aSa8LQ zpWSucN1n$%lArrs+>=}Hzbe%hH9fwI@viu)3|ssa^>XYBX}0L9_*~A0}Nt$Vj3PmAMLZh(kbpaUoX5thz%5kMGrcDrx!qhctbY6 z(sNm%sAzoQoDjym1aGoY`sMi#Z{Pm#`5zD8kh=HdzQ@jKh3R5bV!@IPi}MqV-o)Ol z?BN5^1>yDUW+ysEuIS9kS+nbfZChTvV6{IvFPtC6^{)6}Mq#4cu`)BWzAe}6uRnjq zyz|!0E>3fqxoy?xl#t9>$Kv>c ze1D)I&1NWDJ#@+X1y}88sR%CK&|O+MJ1@y>j`oLFgq<$NsupC%`oqOjlHw}D)nyIg z**Gj9_*Lm9RexP~_UQrff-tKUDQ3)aMdwRVN~dkWk!W~!r@6y$WoJH(ou%5%nu!rK znJJ`&*-3f5>giV1Kc7U)sq!{BZ-O@cDQ$S2uZlSf!3knc5BWI3_KCPoM4}P;IpdiZ zovG8#4zcX7_U`>keg{|fDYZwL`zohO2})--{P=hFeswC>0+pZj_0K>XPt&jD(eP_M z2|S>x^P}g)>d7UrBmb_izScjd$4rw)`d7VEruN1uV2DjsWa2fC zo2fUS1e1YS4TPa4!Z&^Jfewg4(^-ze{=Ep4(rnVR13VEPpHOxn3x6cW0XDr*2#QD% zv!#+^9@iDl zG7dXPu9QXM)47l51nHU?#}4CL@dw=s_1^4*Oh*phrN>Kgna9sxcTvQ3+3Gt~dG$M1 zU*?Kjw9Yc401;##{f>ee0`=hdhQg^+3;6*APaNeCsXiQ^F6O|Lc3fID!ssNqS?Q|N z;TXi{i0Skqho_0}%I)m&l>?M$V5K~h-I!la;c~!#DsaiKK_>{XGY=10=>i>o!Q}={ zoXC`0sz97`f{OH0A%YTxkK{TXqWO%|Goe%wa-|TJApE*ot`_8S1I%SsvoeR-ES5|0 z^5csPu}7U|ldwQW=mQ*9A@pOqAtjqxO<^S^o4LpkcT|0UDn#X&h#iHa^M4+VJ*l(W z?MGwf$FRIPS^2~r4@YB}`i{+_ck+u9cdM1=fT-)iIM z!+raO%l7X((ZXJ10sMb${GjgSI*2O#02$aI5avIvOfCMLT<4ft#7SVdK5`vi^JT9sjd@DX z1^Jy`Hp)hO!8Lec{3Cqh#JZvKk#eA4q&vkq(l|;wr(Ut<=OXSGota=O$`oWRYHx7J z(KT;g*EoLo6X$)PS|q%{cKoQz2MDx@KIJ~%tiAaurJE-x$>+%_69x>AxTC)si}%O7 zqb1y))S}S=l1?}|Q$H>}j+t(TyrLIAzu*rBQfOta90(K^Y%gGpN+|5@5@Ju> z2%{ho_6px8KQjLL^K#&MV?Zj77;unrqY$e+8ilG8Ccep*7sG-lO!_tBH}ZDx_)ht! zF?qJ}OND>n$*aJH%5OW0IYFl`=p}3f(wU+|o&~b2EI?NGa2Sl;1GrNl-_n$wS_b+G z{YBiiXf}5EurQ-*&+adq*~)+JyFkuXY#WTVt&+zd+xAMOYo4p}m2Hp7}X9wAD z*}>2Gk)z{ptj*x8X>N043uEUUJ@Vvj9orAS-@THtmEG?j+}?59ljKkyD-Xem>C|{m z?6X|p{^w~r-_VmF&t|kQJ@o_j%Y#dK0}+^5dp$%Pu(DJMf0I^XLV8>{0na#J$oH^i zB$hkgEM!@YK6%&cugkl9Myu5*zGK9e?QwYn-}5V6jxDb`o?W$kd6oE1)pEXZY)p4@ z`*xYEAL!KZiCZbhN!>m7U``s3XQK>p{ec4q+^4gVB}rP3v1tVCr_icIqS^Fck0W(R z>p-lM&P^$XvqFhy`K*WsCqN$qznC!e#D%f0@;$GmWvnu1WmQF1hVo5fe&fjSHFK|n z`;buL{GZB;=WSdvrLu5t7N*fNEcEfEi<2e0&Bp4wV>q7m`cq2^QT^T@Y-KK&jJ_E8hqf+-`xG-=A}!$aLSm( zW8tO)AENO-@f~DMgX~Up;_C{TLGFaS`WRyYGzDav02P<@7c0tk2^;+7stiST=o7TYoY!Yg|)iz zteU9K-fgeQADva9T>K3?DWYNOfxn4YM14F9{fkv+VjtzA$!W+^IbgV#0qpgVQBjQj zQU5zwCS+TQ1>lCLr?RU6PXPf?J<_@LQocAXM=#`82KLjuC9IEC*Iw#de7dc_8s3lvS;ec{O=7#* zyU)0B`#U#Y64`b2D{C(uN?`dbZcdhJS0=sbHAKt5i7BcJ{NBy(>Y`%4dV1QPk-cB- z`~JQ?EBmf~8DB+v#tC|#By?9}UYt76RtaeaqX3X(QxCh9BW{=rQ0!We3<>QBNr+bw zGT}Zr!%F79DyU`B`gV%G6$UjI#fQnVQu4Gszc0zFM8zbOrX+>(R|Lzml1fcZi?P=% z8n%6S!F!*|CqB8SqvM`Wn5f*@)n^mMjVMelmK_T;Rwly*OH0f`2Q>_W(x z182D4#S{OPeRTp!_b77?n?ynJQO@YNfow2h>XGCRq&U+3S#TW-$e{;6^N?szh<#^l z?b@+5?6RqKcKK?^ga`)9Hgxbl@2#{Z~h(BIaQ@v(Qb0~}L2nm_eWFh50i1D(2-ou2Ik>+r4 zP4D=#%w>Pa?vj61W{#Hs7UQz?d>oL8{9drd-uF=@@(9aD<7bgqhz|1aZ}c?%Al^aV7m)?$YO znIZ|y9TJxFV*w_{4J-k|OBgJBV2?q_pQKR1v#0lvy94afhMB~|=)bZ$xPY^WNra4` zd%)P!dq9mN3Jf46296b!2yD1fjuM4!xPf=agR(HfUS@`OeQcUdZuXT-1Yxv{UPSU5c?MK6^2{UzlI(?P>t4ri5w{D*da|pTIgmV@wv|=fNseH+=qH22wy9jj(oy zGjj&*C}o7y)eK~X^M%nSo580U-lTB&S10Df|I({Ot)Ko&`oJuS(KCRud2;~jd5^gHdM4ME6yqmwv?$}RH#jwV~F>Z zEY%c4CLZYy1CLh{Y3Ff0IEsqUfJ=5Nq~51D;1RWJa=4IZFpgt4Hj37@l~L zRbg{0f|YdO- z{><*kjyi0ydw#YrYX8=hg#klKL(w@`WltBS;_Rh!3q!-58S%mcr&7eH7bL~0X+&d2 z+2mBw|E4NtPh{y-7q8~9i9I(|o@z|VN()`6-MJFWqSND}QleP0uw zr(p6IGH_?e#SZD+VHtG5>pV!cfas$M0=uWUUG&&RUF35FK}>%5Bgx3hPRl6u9@s!I zeA5RGe^N?%M$o(FhVf^QjXz~gv)*a7>Z@`2IDTgB1#4clrST&gxbM}#pM6N~?dUFr|q~~c%f~`fdMZP#pPJ<_@esS8$-VJ*jJ*zxc{nTh?;*Jw% zsOf=9h0L4uF6`0AflkF)83}?I^ymjt^YQ>12ni5h7GxE@QF@Vhzvvt~we*5YRXPn+ z7Jw~R73m@{3YYreyV2mKWI!4G_fVShW@UBvMrF(>5)-X%Gj~=yUHl7&QSWK2PPyYT zhu)lI^se9WVDs*qvQ~usx3bj2LLUxz8$)>>$pCo<_Tg7E&UvaIrVuyHlZ41E%RMQs zZQ`r3NhuC*rTmXe@|P?qf;@rMJfDT;uNl9?U}J*Qw9e?t*pss6fos>_adBv@yDpJ= zvjVgHsoB%lZEDUnae@8qSnsiCFL#;bYg^@SX9yKlHp349Lk#Ea+aX^!4L;&_qjyLY z7Jsx0M#&l=kg-1iX@0Irvuhh6ZmD2d7*;GfV*%25AW<8#Yo7 zM%wQRo;CpUl3)?^mz29pdv>7*DN(o#1`ekC65gLyvNzi@OJC#zGxD%0t0L@YqFkL* z0n5`_?1}Mz%jT7mz^kI^0jB+v5^qo_JTv_>>7O*5XT< zlW+ysGheiDn?rOITgx`^oV}sy_tSDqGyfQ8PfML23ys*XVq!AW=eqxVu_Goeb3xQI z5o2;Jlt{~SvdV>~=zZB0cNb2T+kAOqxvxAM@`k>tIaxtgEmh~F7ffAmo}QUez?(B! zq3t~HqE!D&=Vfv~{2oXwWkHiHU1ZQArIGz(OQT7z#vXtXu*Lh zNw7+fr4VU$;|RXmO@;9TSW{6lni!#G=Gd)`=dsz(dKj4wnI7j)oa}DH7CD? zD2vN{Zna!*sLT=m`Kie^r2_o>th`uuuEl!kk#&M)sYzZ@T&B zo8G?WAA3`(suTZy=iQ%ta`&qFwv5)fN90%9ndH0t&e!i>Gb8QrxA|Mgrks=?pSxvy zrfdDxap5VMOXKsCoy#h__w`Mi5ABFaeEfJ_4!FJbpn8EBvj7qk#3|-BTuoTzUAuS7LTxpIY;^$AI-Wkr(@P~uWLq4c4kz2O>nb6I46|* z`PbHj34Yi@MQ%>{CK_tmI^&x`+|e-8vPinV#M+~1)t47m2#TZC15=G|ifk2bV2@2^ zhlwXWbsb5DtfH(;w>8@$8l|X=UCUmW7X?`qYqmKi9d8WPyF8b0qr+(}wWn9-&&k7;+(w6wJ?3birdl`x|+Bn)*X{%^*Hpd zOOqr|p-0MfnUd3!@n>{rOCEOoY(5y%Ilvd(h&}Eaj6aYvfh!HAGWCg808%E#0YNbq zM|8r3J`?o^NtO}nQ9&I&M%qf07bG!7!&X}3t~V<2F|u%An8;%CvaJdn>|Fl* z{Ah4cKuftncqnjiDL2}kwo+SqjS2@f>9(NF;V`mGneL3q03fihtRbms4G5+O7i0hk z{PX?uxHC=#0*jr1pooCLtO9|_l_z)v%UN@Q5pP(rbxl~$E~(@XfII^t;8hIVZZMZ5 zW&b4TiI#-$Rv}~xf}tRWIa-G)AbHEGL=e>`-HgH7kjEpKOTCVUnnq($mwb=>>$N{G zTHtidd~C_ic~5}mHd*xgXC1z=V|!)Y#fx_}=31Hl(vOd@z8_1jicmv&(B8rQr88TC zwdZcG)$0n^Hq6c~(no(%m^9s=uTOc=esAb}XR^VNFxQu9OY!5x-6G$SWQbkGSz=*Y z6!?4kGS&|-LncRB!R*2Z#QDwVTvfAp^PE)mOhvJu+5nn)J?uY|Y#W&T!0(fOX<20k zSS>mIBd$Jh`=lSxBi!Ge@e6XuR??gyl#mhaQslCsi$I62%0znvQ3_Q4C%yiY4_w)AJynX_(SpIo&5*5 zuJg_7z=a^?c*2NfST3Ty zz>Dfnxxv(EbQW#MfJD_4gfzpdeL5n#uusA2qbxPb8wDd{K1!rtFG6~qwzPC?tlX$q zDS#zAi;`p0M_W5(5y!HGy^2DuQyXY0=OFh8(<=?~2ust-)6&W>%$b^haXOXYX&Kj+P>7RPj5xFva7d9tqzzkXkGd18re@WLx*MI|?dk0md8 zaPL5yO>U@et)AXKosZ7_R_pw$%8J)?gjQuh_*I;{jCt#(R?45Q5vSy71(czXqVm zr~>{W*Xs7^bnq95Nhd+b*g%>|I9Ds=XpaNl7$9mbK)DJnAfIGt22BE}FF>f}bV>9+R zYUiLRxWa%uP0bQ>ah)|(A*NZf>WdiUZ1~}Lzr8*&=uNbgms_JU;zKDlP7IeqOX(CG znyKuaPHzJs{0+hYRI(Qx=wTTc8{!p!ys!&Ej^K0q!5knV1}Rw#R0#&CH+%(^2aB;P zrlDcmZT(VHabsm;V6DFYwrvd!F;zy(_)nQ(u|oc06b)U*PRr^q**)(hghsoz=xf9KeN1C;PJI6N2f z$gI9<$wKo8m@G_z9t|(c0LQ}>g^$fFq*Rm|XxyL)&`jd7VF!W!LMG}lSZ$J?%`yt+ zygSYpvvL>C$z&{Z&VqcuwB?R0G&a+iU|Ii$G(UevEMu`V@?jjBms#SUUp-@u{Fcy| z+d$C`xsAfxKdubf4Wu@xnE9X%&N+uY4;NbV=Tez-=ND$=9Xqx%hYytEi_

5q!RY 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 + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FontAwesome/fonts/fontawesome-webfont.ttf b/FontAwesome/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000000000000000000000000000000000000..35acda2fa1196aad98c2adf4378a7611dd713aa3 GIT binary patch literal 165548 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 z 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 d0mRO}xo^G_%I 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 SdSQM28?+M|D(2r_;{O0|uQ74} literal 0 HcmV?d00001 diff --git a/FontAwesome/fonts/fontawesome-webfont.woff2 b/FontAwesome/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..4d13fc60404b91e398a37200c4a77b645cfd9586 GIT binary patch literal 77160 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 literal 0 HcmV?d00001 diff --git a/ayu-highlight.css b/ayu-highlight.css new file mode 100644 index 000000000..32c943222 --- /dev/null +++ b/ayu-highlight.css @@ -0,0 +1,78 @@ +/* +Based off of the Ayu theme +Original by Dempfi (https://github.com/dempfi/ayu) +*/ + +.hljs { + display: block; + overflow-x: auto; + background: #191f26; + color: #e6e1cf; +} + +.hljs-comment, +.hljs-quote { + color: #5c6773; + font-style: italic; +} + +.hljs-variable, +.hljs-template-variable, +.hljs-attribute, +.hljs-attr, +.hljs-regexp, +.hljs-link, +.hljs-selector-id, +.hljs-selector-class { + color: #ff7733; +} + +.hljs-number, +.hljs-meta, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params { + color: #ffee99; +} + +.hljs-string, +.hljs-bullet { + color: #b8cc52; +} + +.hljs-title, +.hljs-built_in, +.hljs-section { + color: #ffb454; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-symbol { + color: #ff7733; +} + +.hljs-name { + color: #36a3d9; +} + +.hljs-tag { + color: #00568d; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-addition { + color: #91b362; +} + +.hljs-deletion { + color: #d96c75; +} diff --git a/background.html b/background.html new file mode 100644 index 000000000..b3942ebe2 --- /dev/null +++ b/background.html @@ -0,0 +1,269 @@ + + + + + + Background - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Background

+

Automation, like most subjects, has many questions to ask and answer. The following is a selection of issues that are common in this space:

+
    +
  • Before running the automation: +
      +
    • What is the current state?
    • +
    • What will the automation do?
    • +
    +
  • +
  • When it is running: +
      +
    • Where is it up to?
    • +
    • When will things be complete?
    • +
    +
  • +
  • When it errs: +
      +
    • What went wrong?
    • +
    • Must I begin from scratch again?
    • +
    • How can I solve this myself?
    • +
    +
  • +
  • When it completes successfully: +
      +
    • Can I see a report of what's changed?
    • +
    • Can it send a notification?
    • +
    +
  • +
+

A lot of the responsibility and weight of these questions is placed on automation teams. Issues that originate from many separate systems surface through the automation, and are often reported to the automation team, potentially resulting in burnout.

+

For users, it is frustrating when it is difficult to understand what the automation is doing, where one is in the process, and how long it takes. This is amplified when the process errs after a lot of waiting – if it ever ends. Can one recover from errors, or end up feeling lost?

+

Amidst the chaos, pressure, and expectation, have a little.. peace ✌️.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/background/purpose.html b/background/purpose.html new file mode 100644 index 000000000..7901c6506 --- /dev/null +++ b/background/purpose.html @@ -0,0 +1,241 @@ + + + + + + Purpose - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Purpose

+

The purpose of the Peace framework is to bring people joy and peace of mind in automation development and usage. This is an active effort to take away mental and emotional stress and frustration experienced with software.

+

For maintainers, Peace aims to guide developers to build and support resilient automation.

+

For users, Peace aims to make automation work surprisingly well, and reduce the feeling of being lost or frustrated when things don't go according to plan.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/background/strategy.html b/background/strategy.html new file mode 100644 index 000000000..4dacc31e4 --- /dev/null +++ b/background/strategy.html @@ -0,0 +1,271 @@ + + + + + + Strategy - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Strategy

+

Outcomes

+

The main priority is to take care of people. This is correlated to the following measurable dimensions:

+
    +
  • Time optimization
  • +
  • Effort optimization
  • +
  • Cost optimization
  • +
  • Decision making
  • +
+

If these outputs trend in a favourable direction, then surveying people's well-being and satisfaction should show similar outcomes.

+

Input Dimensions

+

The following input dimensions are considered when designing the Peace framework:

+
    +
  • Approach: Choose an optimal method.
  • +
  • Correctness: Take the right action, in success and in err.
  • +
  • Visibility: Show the user what will happen, is happening, and has happened.
  • +
  • Understandability: Show what is important. Don't overwhelm the user.
  • +
  • Recoverability: Continue where the work was stopped.
  • +
  • Performance: Use resources efficiently to execute the approach.
  • +
  • Psychology: Design for how people behave.
  • +
+

By keeping these dimensions in mind:

+
    +
  • +

    For development, the framework gives people confidence that what they build is of quality, by guiding them to consider and handle cases commonly experienced by users. Through feature gates, developers are protected from mental overload by allowing parts of the automation to be developed incrementally, without risk of diverging from the ideal.

    +
  • +
  • +

    For users, the framework provides tools to observe the state and have predictable outcomes, so that they can be confident in making decisions. It also lowers the chances and cost of failure. This reduces the fear of making mistakes, as the effort of recovery is also lowered.

    +
  • +
  • +

    From a business perspective, increased morale, increased performance, and decreased wastage are all benefits that allow results to be achieved faster and in a reliable manner.

    +
  • +
+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/book.js b/book.js new file mode 100644 index 000000000..aa12e7ecc --- /dev/null +++ b/book.js @@ -0,0 +1,697 @@ +"use strict"; + +// Fix back button cache problem +window.onunload = function () { }; + +// Global variable, shared between modules +function playground_text(playground, hidden = true) { + let code_block = playground.querySelector("code"); + + if (window.ace && code_block.classList.contains("editable")) { + let editor = window.ace.edit(code_block); + return editor.getValue(); + } else if (hidden) { + return code_block.textContent; + } else { + return code_block.innerText; + } +} + +(function codeSnippets() { + function fetch_with_timeout(url, options, timeout = 6000) { + return Promise.race([ + fetch(url, options), + new Promise((_, reject) => setTimeout(() => reject(new Error('timeout')), timeout)) + ]); + } + + var playgrounds = Array.from(document.querySelectorAll(".playground")); + if (playgrounds.length > 0) { + fetch_with_timeout("https://play.rust-lang.org/meta/crates", { + headers: { + 'Content-Type': "application/json", + }, + method: 'POST', + mode: 'cors', + }) + .then(response => response.json()) + .then(response => { + // get list of crates available in the rust playground + let playground_crates = response.crates.map(item => item["id"]); + playgrounds.forEach(block => handle_crate_list_update(block, playground_crates)); + }); + } + + function handle_crate_list_update(playground_block, playground_crates) { + // update the play buttons after receiving the response + update_play_button(playground_block, playground_crates); + + // and install on change listener to dynamically update ACE editors + if (window.ace) { + let code_block = playground_block.querySelector("code"); + if (code_block.classList.contains("editable")) { + let editor = window.ace.edit(code_block); + editor.addEventListener("change", function (e) { + update_play_button(playground_block, playground_crates); + }); + // add Ctrl-Enter command to execute rust code + editor.commands.addCommand({ + name: "run", + bindKey: { + win: "Ctrl-Enter", + mac: "Ctrl-Enter" + }, + exec: _editor => run_rust_code(playground_block) + }); + } + } + } + + // updates the visibility of play button based on `no_run` class and + // used crates vs ones available on https://play.rust-lang.org + function update_play_button(pre_block, playground_crates) { + var play_button = pre_block.querySelector(".play-button"); + + // skip if code is `no_run` + if (pre_block.querySelector('code').classList.contains("no_run")) { + play_button.classList.add("hidden"); + return; + } + + // get list of `extern crate`'s from snippet + var txt = playground_text(pre_block); + var re = /extern\s+crate\s+([a-zA-Z_0-9]+)\s*;/g; + var snippet_crates = []; + var item; + while (item = re.exec(txt)) { + snippet_crates.push(item[1]); + } + + // check if all used crates are available on play.rust-lang.org + var all_available = snippet_crates.every(function (elem) { + return playground_crates.indexOf(elem) > -1; + }); + + if (all_available) { + play_button.classList.remove("hidden"); + } else { + play_button.classList.add("hidden"); + } + } + + function run_rust_code(code_block) { + var result_block = code_block.querySelector(".result"); + if (!result_block) { + result_block = document.createElement('code'); + result_block.className = 'result hljs language-bash'; + + code_block.append(result_block); + } + + let text = playground_text(code_block); + let classes = code_block.querySelector('code').classList; + let edition = "2015"; + if(classes.contains("edition2018")) { + edition = "2018"; + } else if(classes.contains("edition2021")) { + edition = "2021"; + } + var params = { + version: "stable", + optimize: "0", + code: text, + edition: edition + }; + + if (text.indexOf("#![feature") !== -1) { + params.version = "nightly"; + } + + result_block.innerText = "Running..."; + + fetch_with_timeout("https://play.rust-lang.org/evaluate.json", { + headers: { + 'Content-Type': "application/json", + }, + method: 'POST', + mode: 'cors', + body: JSON.stringify(params) + }) + .then(response => response.json()) + .then(response => { + if (response.result.trim() === '') { + result_block.innerText = "No output"; + result_block.classList.add("result-no-output"); + } else { + result_block.innerText = response.result; + result_block.classList.remove("result-no-output"); + } + }) + .catch(error => result_block.innerText = "Playground Communication: " + error.message); + } + + // Syntax highlighting Configuration + hljs.configure({ + tabReplace: ' ', // 4 spaces + languages: [], // Languages used for auto-detection + }); + + let code_nodes = Array + .from(document.querySelectorAll('code')) + // Don't highlight `inline code` blocks in headers. + .filter(function (node) {return !node.parentElement.classList.contains("header"); }); + + if (window.ace) { + // language-rust class needs to be removed for editable + // blocks or highlightjs will capture events + code_nodes + .filter(function (node) {return node.classList.contains("editable"); }) + .forEach(function (block) { block.classList.remove('language-rust'); }); + + code_nodes + .filter(function (node) {return !node.classList.contains("editable"); }) + .forEach(function (block) { hljs.highlightBlock(block); }); + } else { + code_nodes.forEach(function (block) { hljs.highlightBlock(block); }); + } + + // Adding the hljs class gives code blocks the color css + // even if highlighting doesn't apply + code_nodes.forEach(function (block) { block.classList.add('hljs'); }); + + Array.from(document.querySelectorAll("code.hljs")).forEach(function (block) { + + var lines = Array.from(block.querySelectorAll('.boring')); + // If no lines were hidden, return + if (!lines.length) { return; } + block.classList.add("hide-boring"); + + var buttons = document.createElement('div'); + buttons.className = 'buttons'; + buttons.innerHTML = ""; + + // add expand button + var pre_block = block.parentNode; + pre_block.insertBefore(buttons, pre_block.firstChild); + + pre_block.querySelector('.buttons').addEventListener('click', function (e) { + if (e.target.classList.contains('fa-eye')) { + e.target.classList.remove('fa-eye'); + e.target.classList.add('fa-eye-slash'); + e.target.title = 'Hide lines'; + e.target.setAttribute('aria-label', e.target.title); + + block.classList.remove('hide-boring'); + } else if (e.target.classList.contains('fa-eye-slash')) { + e.target.classList.remove('fa-eye-slash'); + e.target.classList.add('fa-eye'); + e.target.title = 'Show hidden lines'; + e.target.setAttribute('aria-label', e.target.title); + + block.classList.add('hide-boring'); + } + }); + }); + + if (window.playground_copyable) { + Array.from(document.querySelectorAll('pre code')).forEach(function (block) { + var pre_block = block.parentNode; + if (!pre_block.classList.contains('playground')) { + var buttons = pre_block.querySelector(".buttons"); + if (!buttons) { + buttons = document.createElement('div'); + buttons.className = 'buttons'; + pre_block.insertBefore(buttons, pre_block.firstChild); + } + + var clipButton = document.createElement('button'); + clipButton.className = 'fa fa-copy clip-button'; + clipButton.title = 'Copy to clipboard'; + clipButton.setAttribute('aria-label', clipButton.title); + clipButton.innerHTML = ''; + + buttons.insertBefore(clipButton, buttons.firstChild); + } + }); + } + + // Process playground code blocks + Array.from(document.querySelectorAll(".playground")).forEach(function (pre_block) { + // Add play button + var buttons = pre_block.querySelector(".buttons"); + if (!buttons) { + buttons = document.createElement('div'); + buttons.className = 'buttons'; + pre_block.insertBefore(buttons, pre_block.firstChild); + } + + var runCodeButton = document.createElement('button'); + runCodeButton.className = 'fa fa-play play-button'; + runCodeButton.hidden = true; + runCodeButton.title = 'Run this code'; + runCodeButton.setAttribute('aria-label', runCodeButton.title); + + buttons.insertBefore(runCodeButton, buttons.firstChild); + runCodeButton.addEventListener('click', function (e) { + run_rust_code(pre_block); + }); + + if (window.playground_copyable) { + var copyCodeClipboardButton = document.createElement('button'); + copyCodeClipboardButton.className = 'fa fa-copy clip-button'; + copyCodeClipboardButton.innerHTML = ''; + copyCodeClipboardButton.title = 'Copy to clipboard'; + copyCodeClipboardButton.setAttribute('aria-label', copyCodeClipboardButton.title); + + buttons.insertBefore(copyCodeClipboardButton, buttons.firstChild); + } + + let code_block = pre_block.querySelector("code"); + if (window.ace && code_block.classList.contains("editable")) { + var undoChangesButton = document.createElement('button'); + undoChangesButton.className = 'fa fa-history reset-button'; + undoChangesButton.title = 'Undo changes'; + undoChangesButton.setAttribute('aria-label', undoChangesButton.title); + + buttons.insertBefore(undoChangesButton, buttons.firstChild); + + undoChangesButton.addEventListener('click', function () { + let editor = window.ace.edit(code_block); + editor.setValue(editor.originalCode); + editor.clearSelection(); + }); + } + }); +})(); + +(function themes() { + var html = document.querySelector('html'); + var themeToggleButton = document.getElementById('theme-toggle'); + var themePopup = document.getElementById('theme-list'); + var themeColorMetaTag = document.querySelector('meta[name="theme-color"]'); + var stylesheets = { + ayuHighlight: document.querySelector("[href$='ayu-highlight.css']"), + tomorrowNight: document.querySelector("[href$='tomorrow-night.css']"), + highlight: document.querySelector("[href$='highlight.css']"), + }; + + function showThemes() { + themePopup.style.display = 'block'; + themeToggleButton.setAttribute('aria-expanded', true); + themePopup.querySelector("button#" + get_theme()).focus(); + } + + function updateThemeSelected() { + themePopup.querySelectorAll('.theme-selected').forEach(function (el) { + el.classList.remove('theme-selected'); + }); + themePopup.querySelector("button#" + get_theme()).classList.add('theme-selected'); + } + + function hideThemes() { + themePopup.style.display = 'none'; + themeToggleButton.setAttribute('aria-expanded', false); + themeToggleButton.focus(); + } + + function get_theme() { + var theme; + try { theme = localStorage.getItem('mdbook-theme'); } catch (e) { } + if (theme === null || theme === undefined) { + return default_theme; + } else { + return theme; + } + } + + function set_theme(theme, store = true) { + let ace_theme; + + if (theme == 'coal' || theme == 'navy') { + stylesheets.ayuHighlight.disabled = true; + stylesheets.tomorrowNight.disabled = false; + stylesheets.highlight.disabled = true; + + ace_theme = "ace/theme/tomorrow_night"; + } else if (theme == 'ayu') { + stylesheets.ayuHighlight.disabled = false; + stylesheets.tomorrowNight.disabled = true; + stylesheets.highlight.disabled = true; + ace_theme = "ace/theme/tomorrow_night"; + } else { + stylesheets.ayuHighlight.disabled = true; + stylesheets.tomorrowNight.disabled = true; + stylesheets.highlight.disabled = false; + ace_theme = "ace/theme/dawn"; + } + + setTimeout(function () { + themeColorMetaTag.content = getComputedStyle(document.documentElement).backgroundColor; + }, 1); + + if (window.ace && window.editors) { + window.editors.forEach(function (editor) { + editor.setTheme(ace_theme); + }); + } + + var previousTheme = get_theme(); + + if (store) { + try { localStorage.setItem('mdbook-theme', theme); } catch (e) { } + } + + html.classList.remove(previousTheme); + html.classList.add(theme); + updateThemeSelected(); + } + + // Set theme + var theme = get_theme(); + + set_theme(theme, false); + + themeToggleButton.addEventListener('click', function () { + if (themePopup.style.display === 'block') { + hideThemes(); + } else { + showThemes(); + } + }); + + themePopup.addEventListener('click', function (e) { + var theme; + if (e.target.className === "theme") { + theme = e.target.id; + } else if (e.target.parentElement.className === "theme") { + theme = e.target.parentElement.id; + } else { + return; + } + set_theme(theme); + }); + + themePopup.addEventListener('focusout', function(e) { + // e.relatedTarget is null in Safari and Firefox on macOS (see workaround below) + if (!!e.relatedTarget && !themeToggleButton.contains(e.relatedTarget) && !themePopup.contains(e.relatedTarget)) { + hideThemes(); + } + }); + + // Should not be needed, but it works around an issue on macOS & iOS: https://github.com/rust-lang/mdBook/issues/628 + document.addEventListener('click', function(e) { + if (themePopup.style.display === 'block' && !themeToggleButton.contains(e.target) && !themePopup.contains(e.target)) { + hideThemes(); + } + }); + + document.addEventListener('keydown', function (e) { + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey) { return; } + if (!themePopup.contains(e.target)) { return; } + + switch (e.key) { + case 'Escape': + e.preventDefault(); + hideThemes(); + break; + case 'ArrowUp': + e.preventDefault(); + var li = document.activeElement.parentElement; + if (li && li.previousElementSibling) { + li.previousElementSibling.querySelector('button').focus(); + } + break; + case 'ArrowDown': + e.preventDefault(); + var li = document.activeElement.parentElement; + if (li && li.nextElementSibling) { + li.nextElementSibling.querySelector('button').focus(); + } + break; + case 'Home': + e.preventDefault(); + themePopup.querySelector('li:first-child button').focus(); + break; + case 'End': + e.preventDefault(); + themePopup.querySelector('li:last-child button').focus(); + break; + } + }); +})(); + +(function sidebar() { + var body = document.querySelector("body"); + var sidebar = document.getElementById("sidebar"); + var sidebarLinks = document.querySelectorAll('#sidebar a'); + var sidebarToggleButton = document.getElementById("sidebar-toggle"); + var sidebarResizeHandle = document.getElementById("sidebar-resize-handle"); + var firstContact = null; + + function showSidebar() { + body.classList.remove('sidebar-hidden') + body.classList.add('sidebar-visible'); + Array.from(sidebarLinks).forEach(function (link) { + link.setAttribute('tabIndex', 0); + }); + sidebarToggleButton.setAttribute('aria-expanded', true); + sidebar.setAttribute('aria-hidden', false); + try { localStorage.setItem('mdbook-sidebar', 'visible'); } catch (e) { } + } + + + var sidebarAnchorToggles = document.querySelectorAll('#sidebar a.toggle'); + + function toggleSection(ev) { + ev.currentTarget.parentElement.classList.toggle('expanded'); + } + + Array.from(sidebarAnchorToggles).forEach(function (el) { + el.addEventListener('click', toggleSection); + }); + + function hideSidebar() { + body.classList.remove('sidebar-visible') + body.classList.add('sidebar-hidden'); + Array.from(sidebarLinks).forEach(function (link) { + link.setAttribute('tabIndex', -1); + }); + sidebarToggleButton.setAttribute('aria-expanded', false); + sidebar.setAttribute('aria-hidden', true); + try { localStorage.setItem('mdbook-sidebar', 'hidden'); } catch (e) { } + } + + // Toggle sidebar + sidebarToggleButton.addEventListener('click', function sidebarToggle() { + if (body.classList.contains("sidebar-hidden")) { + var current_width = parseInt( + document.documentElement.style.getPropertyValue('--sidebar-width'), 10); + if (current_width < 150) { + document.documentElement.style.setProperty('--sidebar-width', '150px'); + } + showSidebar(); + } else if (body.classList.contains("sidebar-visible")) { + hideSidebar(); + } else { + if (getComputedStyle(sidebar)['transform'] === 'none') { + hideSidebar(); + } else { + showSidebar(); + } + } + }); + + sidebarResizeHandle.addEventListener('mousedown', initResize, false); + + function initResize(e) { + window.addEventListener('mousemove', resize, false); + window.addEventListener('mouseup', stopResize, false); + body.classList.add('sidebar-resizing'); + } + function resize(e) { + var pos = (e.clientX - sidebar.offsetLeft); + if (pos < 20) { + hideSidebar(); + } else { + if (body.classList.contains("sidebar-hidden")) { + showSidebar(); + } + pos = Math.min(pos, window.innerWidth - 100); + document.documentElement.style.setProperty('--sidebar-width', pos + 'px'); + } + } + //on mouseup remove windows functions mousemove & mouseup + function stopResize(e) { + body.classList.remove('sidebar-resizing'); + window.removeEventListener('mousemove', resize, false); + window.removeEventListener('mouseup', stopResize, false); + } + + document.addEventListener('touchstart', function (e) { + firstContact = { + x: e.touches[0].clientX, + time: Date.now() + }; + }, { passive: true }); + + document.addEventListener('touchmove', function (e) { + if (!firstContact) + return; + + var curX = e.touches[0].clientX; + var xDiff = curX - firstContact.x, + tDiff = Date.now() - firstContact.time; + + if (tDiff < 250 && Math.abs(xDiff) >= 150) { + if (xDiff >= 0 && firstContact.x < Math.min(document.body.clientWidth * 0.25, 300)) + showSidebar(); + else if (xDiff < 0 && curX < 300) + hideSidebar(); + + firstContact = null; + } + }, { passive: true }); +})(); + +(function chapterNavigation() { + document.addEventListener('keydown', function (e) { + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey) { return; } + if (window.search && window.search.hasFocus()) { return; } + var html = document.querySelector('html'); + + function next() { + var nextButton = document.querySelector('.nav-chapters.next'); + if (nextButton) { + window.location.href = nextButton.href; + } + } + function prev() { + var previousButton = document.querySelector('.nav-chapters.previous'); + if (previousButton) { + window.location.href = previousButton.href; + } + } + switch (e.key) { + case 'ArrowRight': + e.preventDefault(); + if (html.dir == 'rtl') { + prev(); + } else { + next(); + } + break; + case 'ArrowLeft': + e.preventDefault(); + if (html.dir == 'rtl') { + next(); + } else { + prev(); + } + break; + } + }); +})(); + +(function clipboard() { + var clipButtons = document.querySelectorAll('.clip-button'); + + function hideTooltip(elem) { + elem.firstChild.innerText = ""; + elem.className = 'fa fa-copy clip-button'; + } + + function showTooltip(elem, msg) { + elem.firstChild.innerText = msg; + elem.className = 'fa fa-copy tooltipped'; + } + + var clipboardSnippets = new ClipboardJS('.clip-button', { + text: function (trigger) { + hideTooltip(trigger); + let playground = trigger.closest("pre"); + return playground_text(playground, false); + } + }); + + Array.from(clipButtons).forEach(function (clipButton) { + clipButton.addEventListener('mouseout', function (e) { + hideTooltip(e.currentTarget); + }); + }); + + clipboardSnippets.on('success', function (e) { + e.clearSelection(); + showTooltip(e.trigger, "Copied!"); + }); + + clipboardSnippets.on('error', function (e) { + showTooltip(e.trigger, "Clipboard error!"); + }); +})(); + +(function scrollToTop () { + var menuTitle = document.querySelector('.menu-title'); + + menuTitle.addEventListener('click', function () { + document.scrollingElement.scrollTo({ top: 0, behavior: 'smooth' }); + }); +})(); + +(function controllMenu() { + var menu = document.getElementById('menu-bar'); + + (function controllPosition() { + var scrollTop = document.scrollingElement.scrollTop; + var prevScrollTop = scrollTop; + var minMenuY = -menu.clientHeight - 50; + // When the script loads, the page can be at any scroll (e.g. if you reforesh it). + menu.style.top = scrollTop + 'px'; + // Same as parseInt(menu.style.top.slice(0, -2), but faster + var topCache = menu.style.top.slice(0, -2); + menu.classList.remove('sticky'); + var stickyCache = false; // Same as menu.classList.contains('sticky'), but faster + document.addEventListener('scroll', function () { + scrollTop = Math.max(document.scrollingElement.scrollTop, 0); + // `null` means that it doesn't need to be updated + var nextSticky = null; + var nextTop = null; + var scrollDown = scrollTop > prevScrollTop; + var menuPosAbsoluteY = topCache - scrollTop; + if (scrollDown) { + nextSticky = false; + if (menuPosAbsoluteY > 0) { + nextTop = prevScrollTop; + } + } else { + if (menuPosAbsoluteY > 0) { + nextSticky = true; + } else if (menuPosAbsoluteY < minMenuY) { + nextTop = prevScrollTop + minMenuY; + } + } + if (nextSticky === true && stickyCache === false) { + menu.classList.add('sticky'); + stickyCache = true; + } else if (nextSticky === false && stickyCache === true) { + menu.classList.remove('sticky'); + stickyCache = false; + } + if (nextTop !== null) { + menu.style.top = nextTop + 'px'; + topCache = nextTop; + } + prevScrollTop = scrollTop; + }, { passive: true }); + })(); + (function controllBorder() { + function updateBorder() { + if (menu.offsetTop === 0) { + menu.classList.remove('bordered'); + } else { + menu.classList.add('bordered'); + } + } + updateBorder(); + document.addEventListener('scroll', updateBorder, { passive: true }); + })(); +})(); diff --git a/clipboard.min.js b/clipboard.min.js new file mode 100644 index 000000000..02c549e35 --- /dev/null +++ b/clipboard.min.js @@ -0,0 +1,7 @@ +/*! + * clipboard.js v2.0.4 + * https://zenorocha.github.io/clipboard.js + * + * Licensed MIT © Zeno Rocha + */ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return function(n){var o={};function r(t){if(o[t])return o[t].exports;var e=o[t]={i:t,l:!1,exports:{}};return n[t].call(e.exports,e,e.exports,r),e.l=!0,e.exports}return r.m=n,r.c=o,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=0)}([function(t,e,n){"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function o(t,e){for(var n=0;n .hljs { + color: var(--links); +} + +/* + body-container is necessary because mobile browsers don't seem to like + overflow-x on the body tag when there is a tag. +*/ +#body-container { + /* + This is used when the sidebar pushes the body content off the side of + the screen on small screens. Without it, dragging on mobile Safari + will want to reposition the viewport in a weird way. + */ + overflow-x: clip; +} + +/* Menu Bar */ + +#menu-bar, +#menu-bar-hover-placeholder { + z-index: 101; + margin: auto calc(0px - var(--page-padding)); +} +#menu-bar { + position: relative; + display: flex; + flex-wrap: wrap; + background-color: var(--bg); + border-block-end-color: var(--bg); + border-block-end-width: 1px; + border-block-end-style: solid; +} +#menu-bar.sticky, +.js #menu-bar-hover-placeholder:hover + #menu-bar, +.js #menu-bar:hover, +.js.sidebar-visible #menu-bar { + position: -webkit-sticky; + position: sticky; + top: 0 !important; +} +#menu-bar-hover-placeholder { + position: sticky; + position: -webkit-sticky; + top: 0; + height: var(--menu-bar-height); +} +#menu-bar.bordered { + border-block-end-color: var(--table-border-color); +} +#menu-bar i, #menu-bar .icon-button { + position: relative; + padding: 0 8px; + z-index: 10; + line-height: var(--menu-bar-height); + cursor: pointer; + transition: color 0.5s; +} +@media only screen and (max-width: 420px) { + #menu-bar i, #menu-bar .icon-button { + padding: 0 5px; + } +} + +.icon-button { + border: none; + background: none; + padding: 0; + color: inherit; +} +.icon-button i { + margin: 0; +} + +.right-buttons { + margin: 0 15px; +} +.right-buttons a { + text-decoration: none; +} + +.left-buttons { + display: flex; + margin: 0 5px; +} +.no-js .left-buttons button { + display: none; +} + +.menu-title { + display: inline-block; + font-weight: 200; + font-size: 2.4rem; + line-height: var(--menu-bar-height); + text-align: center; + margin: 0; + flex: 1; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.js .menu-title { + cursor: pointer; +} + +.menu-bar, +.menu-bar:visited, +.nav-chapters, +.nav-chapters:visited, +.mobile-nav-chapters, +.mobile-nav-chapters:visited, +.menu-bar .icon-button, +.menu-bar a i { + color: var(--icons); +} + +.menu-bar i:hover, +.menu-bar .icon-button:hover, +.nav-chapters:hover, +.mobile-nav-chapters i:hover { + color: var(--icons-hover); +} + +/* Nav Icons */ + +.nav-chapters { + font-size: 2.5em; + text-align: center; + text-decoration: none; + + position: fixed; + top: 0; + bottom: 0; + margin: 0; + max-width: 150px; + min-width: 90px; + + display: flex; + justify-content: center; + align-content: center; + flex-direction: column; + + transition: color 0.5s, background-color 0.5s; +} + +.nav-chapters:hover { + text-decoration: none; + background-color: var(--theme-hover); + transition: background-color 0.15s, color 0.15s; +} + +.nav-wrapper { + margin-block-start: 50px; + display: none; +} + +.mobile-nav-chapters { + font-size: 2.5em; + text-align: center; + text-decoration: none; + width: 90px; + border-radius: 5px; + background-color: var(--sidebar-bg); +} + +/* Only Firefox supports flow-relative values */ +.previous { float: left; } +[dir=rtl] .previous { float: right; } + +/* Only Firefox supports flow-relative values */ +.next { + float: right; + right: var(--page-padding); +} +[dir=rtl] .next { + float: left; + right: unset; + left: var(--page-padding); +} + +/* Use the correct buttons for RTL layouts*/ +[dir=rtl] .previous i.fa-angle-left:before {content:"\f105";} +[dir=rtl] .next i.fa-angle-right:before { content:"\f104"; } + +@media only screen and (max-width: 1080px) { + .nav-wide-wrapper { display: none; } + .nav-wrapper { display: block; } +} + +/* sidebar-visible */ +@media only screen and (max-width: 1380px) { + #sidebar-toggle-anchor:checked ~ .page-wrapper .nav-wide-wrapper { display: none; } + #sidebar-toggle-anchor:checked ~ .page-wrapper .nav-wrapper { display: block; } +} + +/* Inline code */ + +:not(pre) > .hljs { + display: inline; + padding: 0.1em 0.3em; + border-radius: 3px; +} + +:not(pre):not(a) > .hljs { + color: var(--inline-code-color); + overflow-x: initial; +} + +a:hover > .hljs { + text-decoration: underline; +} + +pre { + position: relative; +} +pre > .buttons { + position: absolute; + z-index: 100; + right: 0px; + top: 2px; + margin: 0px; + padding: 2px 0px; + + color: var(--sidebar-fg); + cursor: pointer; + visibility: hidden; + opacity: 0; + transition: visibility 0.1s linear, opacity 0.1s linear; +} +pre:hover > .buttons { + visibility: visible; + opacity: 1 +} +pre > .buttons :hover { + color: var(--sidebar-active); + border-color: var(--icons-hover); + background-color: var(--theme-hover); +} +pre > .buttons i { + margin-inline-start: 8px; +} +pre > .buttons button { + cursor: inherit; + margin: 0px 5px; + padding: 3px 5px; + font-size: 14px; + + border-style: solid; + border-width: 1px; + border-radius: 4px; + border-color: var(--icons); + background-color: var(--theme-popup-bg); + transition: 100ms; + transition-property: color,border-color,background-color; + color: var(--icons); +} +@media (pointer: coarse) { + pre > .buttons button { + /* On mobile, make it easier to tap buttons. */ + padding: 0.3rem 1rem; + } + + .sidebar-resize-indicator { + /* Hide resize indicator on devices with limited accuracy */ + display: none; + } +} +pre > code { + display: block; + padding: 1rem; +} + +/* FIXME: ACE editors overlap their buttons because ACE does absolute + positioning within the code block which breaks padding. The only solution I + can think of is to move the padding to the outer pre tag (or insert a div + wrapper), but that would require fixing a whole bunch of CSS rules. +*/ +.hljs.ace_editor { + padding: 0rem 0rem; +} + +pre > .result { + margin-block-start: 10px; +} + +/* Search */ + +#searchresults a { + text-decoration: none; +} + +mark { + border-radius: 2px; + padding-block-start: 0; + padding-block-end: 1px; + padding-inline-start: 3px; + padding-inline-end: 3px; + margin-block-start: 0; + margin-block-end: -1px; + margin-inline-start: -3px; + margin-inline-end: -3px; + background-color: var(--search-mark-bg); + transition: background-color 300ms linear; + cursor: pointer; +} + +mark.fade-out { + background-color: rgba(0,0,0,0) !important; + cursor: auto; +} + +.searchbar-outer { + margin-inline-start: auto; + margin-inline-end: auto; + max-width: var(--content-max-width); +} + +#searchbar { + width: 100%; + margin-block-start: 5px; + margin-block-end: 0; + margin-inline-start: auto; + margin-inline-end: auto; + padding: 10px 16px; + transition: box-shadow 300ms ease-in-out; + border: 1px solid var(--searchbar-border-color); + border-radius: 3px; + background-color: var(--searchbar-bg); + color: var(--searchbar-fg); +} +#searchbar:focus, +#searchbar.active { + box-shadow: 0 0 3px var(--searchbar-shadow-color); +} + +.searchresults-header { + font-weight: bold; + font-size: 1em; + padding-block-start: 18px; + padding-block-end: 0; + padding-inline-start: 5px; + padding-inline-end: 0; + color: var(--searchresults-header-fg); +} + +.searchresults-outer { + margin-inline-start: auto; + margin-inline-end: auto; + max-width: var(--content-max-width); + border-block-end: 1px dashed var(--searchresults-border-color); +} + +ul#searchresults { + list-style: none; + padding-inline-start: 20px; +} +ul#searchresults li { + margin: 10px 0px; + padding: 2px; + border-radius: 2px; +} +ul#searchresults li.focus { + background-color: var(--searchresults-li-bg); +} +ul#searchresults span.teaser { + display: block; + clear: both; + margin-block-start: 5px; + margin-block-end: 0; + margin-inline-start: 20px; + margin-inline-end: 0; + font-size: 0.8em; +} +ul#searchresults span.teaser em { + font-weight: bold; + font-style: normal; +} + +/* Sidebar */ + +.sidebar { + position: fixed; + left: 0; + top: 0; + bottom: 0; + width: var(--sidebar-width); + font-size: 0.875em; + box-sizing: border-box; + -webkit-overflow-scrolling: touch; + overscroll-behavior-y: contain; + background-color: var(--sidebar-bg); + color: var(--sidebar-fg); +} +[dir=rtl] .sidebar { left: unset; right: 0; } +.sidebar-resizing { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.no-js .sidebar, +.js:not(.sidebar-resizing) .sidebar { + transition: transform 0.3s; /* Animation: slide away */ +} +.sidebar code { + line-height: 2em; +} +.sidebar .sidebar-scrollbox { + overflow-y: auto; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + padding: 10px 10px; +} +.sidebar .sidebar-resize-handle { + position: absolute; + cursor: col-resize; + width: 0; + right: calc(var(--sidebar-resize-indicator-width) * -1); + top: 0; + bottom: 0; + display: flex; + align-items: center; +} + +.sidebar-resize-handle .sidebar-resize-indicator { + width: 100%; + height: 12px; + background-color: var(--icons); + margin-inline-start: var(--sidebar-resize-indicator-space); +} + +[dir=rtl] .sidebar .sidebar-resize-handle { + left: calc(var(--sidebar-resize-indicator-width) * -1); + right: unset; +} +.js .sidebar .sidebar-resize-handle { + cursor: col-resize; + width: calc(var(--sidebar-resize-indicator-width) - var(--sidebar-resize-indicator-space)); +} +/* sidebar-hidden */ +#sidebar-toggle-anchor:not(:checked) ~ .sidebar { + transform: translateX(calc(0px - var(--sidebar-width) - var(--sidebar-resize-indicator-width))); + z-index: -1; +} +[dir=rtl] #sidebar-toggle-anchor:not(:checked) ~ .sidebar { + transform: translateX(calc(var(--sidebar-width) + var(--sidebar-resize-indicator-width))); +} +.sidebar::-webkit-scrollbar { + background: var(--sidebar-bg); +} +.sidebar::-webkit-scrollbar-thumb { + background: var(--scrollbar); +} + +/* sidebar-visible */ +#sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: translateX(calc(var(--sidebar-width) + var(--sidebar-resize-indicator-width))); +} +[dir=rtl] #sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: translateX(calc(0px - var(--sidebar-width) - var(--sidebar-resize-indicator-width))); +} +@media only screen and (min-width: 620px) { + #sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: none; + margin-inline-start: calc(var(--sidebar-width) + var(--sidebar-resize-indicator-width)); + } + [dir=rtl] #sidebar-toggle-anchor:checked ~ .page-wrapper { + transform: none; + } +} + +.chapter { + list-style: none outside none; + padding-inline-start: 0; + line-height: 2.2em; +} + +.chapter ol { + width: 100%; +} + +.chapter li { + display: flex; + color: var(--sidebar-non-existant); +} +.chapter li a { + display: block; + padding: 0; + text-decoration: none; + color: var(--sidebar-fg); +} + +.chapter li a:hover { + color: var(--sidebar-active); +} + +.chapter li a.active { + color: var(--sidebar-active); +} + +.chapter li > a.toggle { + cursor: pointer; + display: block; + margin-inline-start: auto; + padding: 0 10px; + user-select: none; + opacity: 0.68; +} + +.chapter li > a.toggle div { + transition: transform 0.5s; +} + +/* collapse the section */ +.chapter li:not(.expanded) + li > ol { + display: none; +} + +.chapter li.chapter-item { + line-height: 1.5em; + margin-block-start: 0.6em; +} + +.chapter li.expanded > a.toggle div { + transform: rotate(90deg); +} + +.spacer { + width: 100%; + height: 3px; + margin: 5px 0px; +} +.chapter .spacer { + background-color: var(--sidebar-spacer); +} + +@media (-moz-touch-enabled: 1), (pointer: coarse) { + .chapter li a { padding: 5px 0; } + .spacer { margin: 10px 0; } +} + +.section { + list-style: none outside none; + padding-inline-start: 20px; + line-height: 1.9em; +} + +/* Theme Menu Popup */ + +.theme-popup { + position: absolute; + left: 10px; + top: var(--menu-bar-height); + z-index: 1000; + border-radius: 4px; + font-size: 0.7em; + color: var(--fg); + background: var(--theme-popup-bg); + border: 1px solid var(--theme-popup-border); + margin: 0; + padding: 0; + list-style: none; + display: none; + /* Don't let the children's background extend past the rounded corners. */ + overflow: hidden; +} +[dir=rtl] .theme-popup { left: unset; right: 10px; } +.theme-popup .default { + color: var(--icons); +} +.theme-popup .theme { + width: 100%; + border: 0; + margin: 0; + padding: 2px 20px; + line-height: 25px; + white-space: nowrap; + text-align: start; + cursor: pointer; + color: inherit; + background: inherit; + font-size: inherit; +} +.theme-popup .theme:hover { + background-color: var(--theme-hover); +} + +.theme-selected::before { + display: inline-block; + content: "✓"; + margin-inline-start: -14px; + width: 14px; +} diff --git a/css/general.css b/css/general.css new file mode 100644 index 000000000..e7d20da72 --- /dev/null +++ b/css/general.css @@ -0,0 +1,234 @@ +/* Base styles and content styles */ + +@import 'variables.css'; + +:root { + /* Browser default font-size is 16px, this way 1 rem = 10px */ + font-size: 62.5%; + color-scheme: var(--color-scheme); +} + +html { + font-family: "Open Sans", sans-serif; + color: var(--fg); + background-color: var(--bg); + text-size-adjust: none; + -webkit-text-size-adjust: none; +} + +body { + margin: 0; + font-size: 1.6rem; + overflow-x: hidden; +} + +code { + font-family: var(--mono-font) !important; + font-size: var(--code-font-size); + direction: ltr !important; +} + +/* make long words/inline code not x overflow */ +main { + overflow-wrap: break-word; +} + +/* make wide tables scroll if they overflow */ +.table-wrapper { + overflow-x: auto; +} + +/* Don't change font size in headers. */ +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + font-size: unset; +} + +.left { float: left; } +.right { float: right; } +.boring { opacity: 0.6; } +.hide-boring .boring { display: none; } +.hidden { display: none !important; } + +h2, h3 { margin-block-start: 2.5em; } +h4, h5 { margin-block-start: 2em; } + +.header + .header h3, +.header + .header h4, +.header + .header h5 { + margin-block-start: 1em; +} + +h1:target::before, +h2:target::before, +h3:target::before, +h4:target::before, +h5:target::before, +h6:target::before { + display: inline-block; + content: "»"; + margin-inline-start: -30px; + width: 30px; +} + +/* This is broken on Safari as of version 14, but is fixed + in Safari Technology Preview 117 which I think will be Safari 14.2. + https://bugs.webkit.org/show_bug.cgi?id=218076 +*/ +:target { + /* Safari does not support logical properties */ + scroll-margin-top: calc(var(--menu-bar-height) + 0.5em); +} + +.page { + outline: 0; + padding: 0 var(--page-padding); + margin-block-start: calc(0px - var(--menu-bar-height)); /* Compensate for the #menu-bar-hover-placeholder */ +} +.page-wrapper { + box-sizing: border-box; + background-color: var(--bg); +} +.no-js .page-wrapper, +.js:not(.sidebar-resizing) .page-wrapper { + transition: margin-left 0.3s ease, transform 0.3s ease; /* Animation: slide away */ +} +[dir=rtl] .js:not(.sidebar-resizing) .page-wrapper { + transition: margin-right 0.3s ease, transform 0.3s ease; /* Animation: slide away */ +} + +.content { + overflow-y: auto; + padding: 0 5px 50px 5px; +} +.content main { + margin-inline-start: auto; + margin-inline-end: auto; + max-width: var(--content-max-width); +} +.content p { line-height: 1.45em; } +.content ol { line-height: 1.45em; } +.content ul { line-height: 1.45em; } +.content a { text-decoration: none; } +.content a:hover { text-decoration: underline; } +.content img, .content video { max-width: 100%; } +.content .header:link, +.content .header:visited { + color: var(--fg); +} +.content .header:link, +.content .header:visited:hover { + text-decoration: none; +} + +table { + margin: 0 auto; + border-collapse: collapse; +} +table td { + padding: 3px 20px; + border: 1px var(--table-border-color) solid; +} +table thead { + background: var(--table-header-bg); +} +table thead td { + font-weight: 700; + border: none; +} +table thead th { + padding: 3px 20px; +} +table thead tr { + border: 1px var(--table-header-bg) solid; +} +/* Alternate background colors for rows */ +table tbody tr:nth-child(2n) { + background: var(--table-alternate-bg); +} + + +blockquote { + margin: 20px 0; + padding: 0 20px; + color: var(--fg); + background-color: var(--quote-bg); + border-block-start: .1em solid var(--quote-border); + border-block-end: .1em solid var(--quote-border); +} + +.warning { + margin: 20px; + padding: 0 20px; + border-inline-start: 2px solid var(--warning-border); +} + +.warning:before { + position: absolute; + width: 3rem; + height: 3rem; + margin-inline-start: calc(-1.5rem - 21px); + content: "ⓘ"; + text-align: center; + background-color: var(--bg); + color: var(--warning-border); + font-weight: bold; + font-size: 2rem; +} + +blockquote .warning:before { + background-color: var(--quote-bg); +} + +kbd { + background-color: var(--table-border-color); + border-radius: 4px; + border: solid 1px var(--theme-popup-border); + box-shadow: inset 0 -1px 0 var(--theme-hover); + display: inline-block; + font-size: var(--code-font-size); + font-family: var(--mono-font); + line-height: 10px; + padding: 4px 5px; + vertical-align: middle; +} + +:not(.footnote-definition) + .footnote-definition, +.footnote-definition + :not(.footnote-definition) { + margin-block-start: 2em; +} +.footnote-definition { + font-size: 0.9em; + margin: 0.5em 0; +} +.footnote-definition p { + display: inline; +} + +.tooltiptext { + position: absolute; + visibility: hidden; + color: #fff; + background-color: #333; + transform: translateX(-50%); /* Center by moving tooltip 50% of its width left */ + left: -8px; /* Half of the width of the icon */ + top: -35px; + font-size: 0.8em; + text-align: center; + border-radius: 6px; + padding: 5px 8px; + margin: 5px; + z-index: 1000; +} +.tooltipped .tooltiptext { + visibility: visible; +} + +.chapter li.part-title { + color: var(--sidebar-fg); + margin: 5px 0px; + font-weight: bold; +} + +.result-no-output { + font-style: italic; +} diff --git a/css/layout.css b/css/layout.css new file mode 100644 index 000000000..871b58fe2 --- /dev/null +++ b/css/layout.css @@ -0,0 +1,41 @@ +.column_half { + display: inline-block; + width: 50%; + vertical-align: top; +} + +.centered_container { + display: flex; + flex-wrap: nowrap; + align-items: center; + justify-content: space-around; +} + +.centered_container > * { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 1; +} + +code { + border-radius: 4px; +} +main pre code.hljs { + padding: 0.6em; /* override hljs padding */ +} + +hr { + border-top-width: 2px; + border-bottom-width: 0px; + border-color: #7f7f7f7f; +} + +/* === highlightjs code === */ +:not(pre) > code.hljs { + background-color: #e0e0e0; +} + +.hljs-ln-n { + border: none; + padding: 0.1em 0.5em; +} diff --git a/css/presentation.css b/css/presentation.css new file mode 100644 index 000000000..878b97ab0 --- /dev/null +++ b/css/presentation.css @@ -0,0 +1,43 @@ +/* e.g. title slide caption */ +div.caption > blockquote { + font-size: 1.75em; + text-align: center; + word-spacing: 0.3em; + font-weight: 600; +} +.presentation_card_container { + display: flex; + justify-content: space-evenly; +} +.presentation_card { + text-align: center; + vertical-align: middle; + + flex-grow: 0; + flex-shrink: 1; +} +.presentation_card_spacer { + height: 4.0em; +} +/*.presentation_card_content { + width: 28%; +}*/ +.presentation_card_symbol { + font-size: 5.0em; + font-weight: bold; + opacity: 0.7; +} +.emoji_image { + font-size: 5.0em; +} +.presentation_card_label { + font-size: 1.4em; + font-weight: bold; +} +.presentation_card_description { + font-size: 1.1em; +} + +.presentation_notes { + display: none; +} diff --git a/css/print.css b/css/print.css new file mode 100644 index 000000000..80ec3a544 --- /dev/null +++ b/css/print.css @@ -0,0 +1,50 @@ + +#sidebar, +#menu-bar, +.nav-chapters, +.mobile-nav-chapters { + display: none; +} + +#page-wrapper.page-wrapper { + transform: none !important; + margin-inline-start: 0px; + overflow-y: initial; +} + +#content { + max-width: none; + margin: 0; + padding: 0; +} + +.page { + overflow-y: initial; +} + +code { + direction: ltr !important; +} + +pre > .buttons { + z-index: 2; +} + +a, a:visited, a:active, a:hover { + color: #4183c4; + text-decoration: none; +} + +h1, h2, h3, h4, h5, h6 { + page-break-inside: avoid; + page-break-after: avoid; +} + +pre, code { + page-break-inside: avoid; + white-space: pre-wrap; +} + +.fa { + display: none !important; +} diff --git a/css/terminal.css b/css/terminal.css new file mode 100644 index 000000000..33fc4ef58 --- /dev/null +++ b/css/terminal.css @@ -0,0 +1,17 @@ +.terminal { + padding: 0.6em; + background-color: #111111; + border-radius: 4px; + color: #dddddd; + font-size: 0.8em; +} + +/* prompt arrow */ +.terminal .shell { + color: #22eeaa; + font-weight: bold; +} + +.terminal .caret { + background-color: #dddddd; +} diff --git a/css/variables.css b/css/variables.css new file mode 100644 index 000000000..0da55e8c9 --- /dev/null +++ b/css/variables.css @@ -0,0 +1,279 @@ + +/* Globals */ + +:root { + --sidebar-width: 300px; + --sidebar-resize-indicator-width: 8px; + --sidebar-resize-indicator-space: 2px; + --page-padding: 15px; + --content-max-width: 750px; + --menu-bar-height: 50px; + --mono-font: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace; + --code-font-size: 0.875em /* please adjust the ace font size accordingly in editor.js */ +} + +/* Themes */ + +.ayu { + --bg: hsl(210, 25%, 8%); + --fg: #c5c5c5; + + --sidebar-bg: #14191f; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #5c6773; + --sidebar-active: #ffb454; + --sidebar-spacer: #2d334f; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #b7b9cc; + + --links: #0096cf; + + --inline-code-color: #ffb454; + + --theme-popup-bg: #14191f; + --theme-popup-border: #5c6773; + --theme-hover: #191f26; + + --quote-bg: hsl(226, 15%, 17%); + --quote-border: hsl(226, 15%, 22%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(210, 25%, 13%); + --table-header-bg: hsl(210, 25%, 28%); + --table-alternate-bg: hsl(210, 25%, 11%); + + --searchbar-border-color: #848484; + --searchbar-bg: #424242; + --searchbar-fg: #fff; + --searchbar-shadow-color: #d4c89f; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #252932; + --search-mark-bg: #e3b171; + + --color-scheme: dark; +} + +.coal { + --bg: hsl(200, 7%, 8%); + --fg: #98a3ad; + + --sidebar-bg: #292c2f; + --sidebar-fg: #a1adb8; + --sidebar-non-existant: #505254; + --sidebar-active: #3473ad; + --sidebar-spacer: #393939; + + --scrollbar: var(--sidebar-fg); + + --icons: #43484d; + --icons-hover: #b3c0cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #141617; + --theme-popup-border: #43484d; + --theme-hover: #1f2124; + + --quote-bg: hsl(234, 21%, 18%); + --quote-border: hsl(234, 21%, 23%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(200, 7%, 13%); + --table-header-bg: hsl(200, 7%, 28%); + --table-alternate-bg: hsl(200, 7%, 11%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #b7b7b7; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #98a3ad; + --searchresults-li-bg: #2b2b2f; + --search-mark-bg: #355c7d; + + --color-scheme: dark; +} + +.light { + --bg: hsl(0, 0%, 100%); + --fg: hsl(0, 0%, 0%); + + --sidebar-bg: #fafafa; + --sidebar-fg: hsl(0, 0%, 0%); + --sidebar-non-existant: #aaaaaa; + --sidebar-active: #1f1fff; + --sidebar-spacer: #f4f4f4; + + --scrollbar: #8F8F8F; + + --icons: #747474; + --icons-hover: #000000; + + --links: #20609f; + + --inline-code-color: #301900; + + --theme-popup-bg: #fafafa; + --theme-popup-border: #cccccc; + --theme-hover: #e6e6e6; + + --quote-bg: hsl(197, 37%, 96%); + --quote-border: hsl(197, 37%, 91%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(0, 0%, 95%); + --table-header-bg: hsl(0, 0%, 80%); + --table-alternate-bg: hsl(0, 0%, 97%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #fafafa; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #e4f2fe; + --search-mark-bg: #a2cff5; + + --color-scheme: light; +} + +.navy { + --bg: hsl(226, 23%, 11%); + --fg: #bcbdd0; + + --sidebar-bg: #282d3f; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #505274; + --sidebar-active: #2b79a2; + --sidebar-spacer: #2d334f; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #b7b9cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #161923; + --theme-popup-border: #737480; + --theme-hover: #282e40; + + --quote-bg: hsl(226, 15%, 17%); + --quote-border: hsl(226, 15%, 22%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(226, 23%, 16%); + --table-header-bg: hsl(226, 23%, 31%); + --table-alternate-bg: hsl(226, 23%, 14%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #aeaec6; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #5f5f71; + --searchresults-border-color: #5c5c68; + --searchresults-li-bg: #242430; + --search-mark-bg: #a2cff5; + + --color-scheme: dark; +} + +.rust { + --bg: hsl(60, 9%, 87%); + --fg: #262625; + + --sidebar-bg: #3b2e2a; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #505254; + --sidebar-active: #e69f67; + --sidebar-spacer: #45373a; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #262625; + + --links: #2b79a2; + + --inline-code-color: #6e6b5e; + + --theme-popup-bg: #e1e1db; + --theme-popup-border: #b38f6b; + --theme-hover: #99908a; + + --quote-bg: hsl(60, 5%, 75%); + --quote-border: hsl(60, 5%, 70%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(60, 9%, 82%); + --table-header-bg: #b3a497; + --table-alternate-bg: hsl(60, 9%, 84%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #fafafa; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #dec2a2; + --search-mark-bg: #e69f67; + + --color-scheme: light; +} + +@media (prefers-color-scheme: dark) { + .light.no-js { + --bg: hsl(200, 7%, 8%); + --fg: #98a3ad; + + --sidebar-bg: #292c2f; + --sidebar-fg: #a1adb8; + --sidebar-non-existant: #505254; + --sidebar-active: #3473ad; + --sidebar-spacer: #393939; + + --scrollbar: var(--sidebar-fg); + + --icons: #43484d; + --icons-hover: #b3c0cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #141617; + --theme-popup-border: #43484d; + --theme-hover: #1f2124; + + --quote-bg: hsl(234, 21%, 18%); + --quote-border: hsl(234, 21%, 23%); + + --warning-border: #ff8e00; + + --table-border-color: hsl(200, 7%, 13%); + --table-header-bg: hsl(200, 7%, 28%); + --table-alternate-bg: hsl(200, 7%, 11%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #b7b7b7; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #98a3ad; + --searchresults-li-bg: #2b2b2f; + --search-mark-bg: #355c7d; + } +} diff --git a/elasticlunr.min.js b/elasticlunr.min.js new file mode 100644 index 000000000..94b20dd2e --- /dev/null +++ b/elasticlunr.min.js @@ -0,0 +1,10 @@ +/** + * elasticlunr - http://weixsong.github.io + * Lightweight full-text search engine in Javascript for browser search and offline search. - 0.9.5 + * + * Copyright (C) 2017 Oliver Nightingale + * Copyright (C) 2017 Wei Song + * MIT Licensed + * @license + */ +!function(){function e(e){if(null===e||"object"!=typeof e)return e;var t=e.constructor();for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.9.5",lunr=t,t.utils={},t.utils.warn=function(e){return function(t){e.console&&console.warn&&console.warn(t)}}(this),t.utils.toString=function(e){return void 0===e||null===e?"":e.toString()},t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var e=Array.prototype.slice.call(arguments),t=e.pop(),n=e;if("function"!=typeof t)throw new TypeError("last argument must be a function");n.forEach(function(e){this.hasHandler(e)||(this.events[e]=[]),this.events[e].push(t)},this)},t.EventEmitter.prototype.removeListener=function(e,t){if(this.hasHandler(e)){var n=this.events[e].indexOf(t);-1!==n&&(this.events[e].splice(n,1),0==this.events[e].length&&delete this.events[e])}},t.EventEmitter.prototype.emit=function(e){if(this.hasHandler(e)){var t=Array.prototype.slice.call(arguments,1);this.events[e].forEach(function(e){e.apply(void 0,t)},this)}},t.EventEmitter.prototype.hasHandler=function(e){return e in this.events},t.tokenizer=function(e){if(!arguments.length||null===e||void 0===e)return[];if(Array.isArray(e)){var n=e.filter(function(e){return null===e||void 0===e?!1:!0});n=n.map(function(e){return t.utils.toString(e).toLowerCase()});var i=[];return n.forEach(function(e){var n=e.split(t.tokenizer.seperator);i=i.concat(n)},this),i}return e.toString().trim().toLowerCase().split(t.tokenizer.seperator)},t.tokenizer.defaultSeperator=/[\s\-]+/,t.tokenizer.seperator=t.tokenizer.defaultSeperator,t.tokenizer.setSeperator=function(e){null!==e&&void 0!==e&&"object"==typeof e&&(t.tokenizer.seperator=e)},t.tokenizer.resetSeperator=function(){t.tokenizer.seperator=t.tokenizer.defaultSeperator},t.tokenizer.getSeperator=function(){return t.tokenizer.seperator},t.Pipeline=function(){this._queue=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in t.Pipeline.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[n]=e},t.Pipeline.getRegisteredFunction=function(e){return e in t.Pipeline.registeredFunctions!=!0?null:t.Pipeline.registeredFunctions[e]},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var i=t.Pipeline.getRegisteredFunction(e);if(!i)throw new Error("Cannot load un-registered function: "+e);n.add(i)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._queue.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i+1,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i,0,n)},t.Pipeline.prototype.remove=function(e){var t=this._queue.indexOf(e);-1!==t&&this._queue.splice(t,1)},t.Pipeline.prototype.run=function(e){for(var t=[],n=e.length,i=this._queue.length,o=0;n>o;o++){for(var r=e[o],s=0;i>s&&(r=this._queue[s](r,o,e),void 0!==r&&null!==r);s++);void 0!==r&&null!==r&&t.push(r)}return t},t.Pipeline.prototype.reset=function(){this._queue=[]},t.Pipeline.prototype.get=function(){return this._queue},t.Pipeline.prototype.toJSON=function(){return this._queue.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.DocumentStore,this.index={},this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var e=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,e)},t.Index.prototype.off=function(e,t){return this.eventEmitter.removeListener(e,t)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;n._fields=e.fields,n._ref=e.ref,n.documentStore=t.DocumentStore.load(e.documentStore),n.pipeline=t.Pipeline.load(e.pipeline),n.index={};for(var i in e.index)n.index[i]=t.InvertedIndex.load(e.index[i]);return n},t.Index.prototype.addField=function(e){return this._fields.push(e),this.index[e]=new t.InvertedIndex,this},t.Index.prototype.setRef=function(e){return this._ref=e,this},t.Index.prototype.saveDocument=function(e){return this.documentStore=new t.DocumentStore(e),this},t.Index.prototype.addDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.addDoc(i,e),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));this.documentStore.addFieldLength(i,n,o.length);var r={};o.forEach(function(e){e in r?r[e]+=1:r[e]=1},this);for(var s in r){var u=r[s];u=Math.sqrt(u),this.index[n].addToken(s,{ref:i,tf:u})}},this),n&&this.eventEmitter.emit("add",e,this)}},t.Index.prototype.removeDocByRef=function(e){if(e&&this.documentStore.isDocStored()!==!1&&this.documentStore.hasDoc(e)){var t=this.documentStore.getDoc(e);this.removeDoc(t,!1)}},t.Index.prototype.removeDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.hasDoc(i)&&(this.documentStore.removeDoc(i),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));o.forEach(function(e){this.index[n].removeToken(e,i)},this)},this),n&&this.eventEmitter.emit("remove",e,this))}},t.Index.prototype.updateDoc=function(e,t){var t=void 0===t?!0:t;this.removeDocByRef(e[this._ref],!1),this.addDoc(e,!1),t&&this.eventEmitter.emit("update",e,this)},t.Index.prototype.idf=function(e,t){var n="@"+t+"/"+e;if(Object.prototype.hasOwnProperty.call(this._idfCache,n))return this._idfCache[n];var i=this.index[t].getDocFreq(e),o=1+Math.log(this.documentStore.length/(i+1));return this._idfCache[n]=o,o},t.Index.prototype.getFields=function(){return this._fields.slice()},t.Index.prototype.search=function(e,n){if(!e)return[];e="string"==typeof e?{any:e}:JSON.parse(JSON.stringify(e));var i=null;null!=n&&(i=JSON.stringify(n));for(var o=new t.Configuration(i,this.getFields()).get(),r={},s=Object.keys(e),u=0;u0&&t.push(e);for(var i in n)"docs"!==i&&"df"!==i&&this.expandToken(e+i,t,n[i]);return t},t.InvertedIndex.prototype.toJSON=function(){return{root:this.root}},t.Configuration=function(e,n){var e=e||"";if(void 0==n||null==n)throw new Error("fields should not be null");this.config={};var i;try{i=JSON.parse(e),this.buildUserConfig(i,n)}catch(o){t.utils.warn("user configuration parse failed, will use default configuration"),this.buildDefaultConfig(n)}},t.Configuration.prototype.buildDefaultConfig=function(e){this.reset(),e.forEach(function(e){this.config[e]={boost:1,bool:"OR",expand:!1}},this)},t.Configuration.prototype.buildUserConfig=function(e,n){var i="OR",o=!1;if(this.reset(),"bool"in e&&(i=e.bool||i),"expand"in e&&(o=e.expand||o),"fields"in e)for(var r in e.fields)if(n.indexOf(r)>-1){var s=e.fields[r],u=o;void 0!=s.expand&&(u=s.expand),this.config[r]={boost:s.boost||0===s.boost?s.boost:1,bool:s.bool||i,expand:u}}else t.utils.warn("field name in user configuration not found in index instance fields");else this.addAllFields2UserConfig(i,o,n)},t.Configuration.prototype.addAllFields2UserConfig=function(e,t,n){n.forEach(function(n){this.config[n]={boost:1,bool:e,expand:t}},this)},t.Configuration.prototype.get=function(){return this.config},t.Configuration.prototype.reset=function(){this.config={}},lunr.SortedSet=function(){this.length=0,this.elements=[]},lunr.SortedSet.load=function(e){var t=new this;return t.elements=e,t.length=e.length,t},lunr.SortedSet.prototype.add=function(){var e,t;for(e=0;e1;){if(r===e)return o;e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o]}return r===e?o:-1},lunr.SortedSet.prototype.locationFor=function(e){for(var t=0,n=this.elements.length,i=n-t,o=t+Math.floor(i/2),r=this.elements[o];i>1;)e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o];return r>e?o:e>r?o+1:void 0},lunr.SortedSet.prototype.intersect=function(e){for(var t=new lunr.SortedSet,n=0,i=0,o=this.length,r=e.length,s=this.elements,u=e.elements;;){if(n>o-1||i>r-1)break;s[n]!==u[i]?s[n]u[i]&&i++:(t.add(s[n]),n++,i++)}return t},lunr.SortedSet.prototype.clone=function(){var e=new lunr.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},lunr.SortedSet.prototype.union=function(e){var t,n,i;this.length>=e.length?(t=this,n=e):(t=e,n=this),i=t.clone();for(var o=0,r=n.toArray();o + + + + + Examples - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Examples

+

Each page in this section demonstrates the examples compiled as WASM applications.

+

If you are running this book locally, you may compile all examples before visiting the pages using the following command:

+
for example in $(ls examples)
+do wasm-pack build \
+  --target web \
+  --out-dir "../../doc/src/examples/pkg" \
+  --release \
+  "examples/${example}"
+done
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/examples/download.html b/examples/download.html new file mode 100644 index 000000000..c7c8dfff7 --- /dev/null +++ b/examples/download.html @@ -0,0 +1,527 @@ + + + + + + Download - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Download

+

This example manages a file download into the browser's memory.

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/examples/envman.html b/examples/envman.html new file mode 100644 index 000000000..f06e409af --- /dev/null +++ b/examples/envman.html @@ -0,0 +1,253 @@ + + + + + + Env Man - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Env Man

+
+

🚧 This example is a work in progress

+
+

Peace framework web application lifecycle example

+

This example demonstrates management of a web application's lifecycle. This +includes:

+
    +
  1. Building the application.
  2. +
  3. Starting / stopping the application in development.
  4. +
  5. Deploying / upgrading / removing the application in test servers.
  6. +
  7. Configuration management of the application.
  8. +
  9. Deploying / upgrading / removing the application in live servers.
  10. +
  11. Diffing the application and configuration across environments.
  12. +
  13. Creating a replica environment from an existing environment.
  14. +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/examples/envman/walkthrough.html b/examples/envman/walkthrough.html new file mode 100644 index 000000000..9681af93d --- /dev/null +++ b/examples/envman/walkthrough.html @@ -0,0 +1,238 @@ + + + + + + Walkthrough - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Walkthrough

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/examples/pkg/download.d.ts b/examples/pkg/download.d.ts new file mode 100644 index 000000000..012fa45c7 --- /dev/null +++ b/examples/pkg/download.d.ts @@ -0,0 +1,215 @@ +/* tslint:disable */ +/* eslint-disable */ +/** +* @param {string} url +* @param {string} name +* @returns {Promise} +*/ +export function wasm_init(url: string, name: string): Promise; +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_fetch(workspace_and_output: WorkspaceAndOutput): Promise; +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_status(workspace_and_output: WorkspaceAndOutput): Promise; +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_goal(workspace_and_output: WorkspaceAndOutput): Promise; +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_diff(workspace_and_output: WorkspaceAndOutput): Promise; +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_ensure_dry(workspace_and_output: WorkspaceAndOutput): Promise; +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_ensure(workspace_and_output: WorkspaceAndOutput): Promise; +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_clean_dry(workspace_and_output: WorkspaceAndOutput): Promise; +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_clean(workspace_and_output: WorkspaceAndOutput): Promise; +/** +*/ +export class IntoUnderlyingByteSource { + free(): void; +/** +* @param {any} controller +*/ + start(controller: any): void; +/** +* @param {any} controller +* @returns {Promise} +*/ + pull(controller: any): Promise; +/** +*/ + cancel(): void; +/** +*/ + readonly autoAllocateChunkSize: number; +/** +*/ + readonly type: string; +} +/** +*/ +export class IntoUnderlyingSink { + free(): void; +/** +* @param {any} chunk +* @returns {Promise} +*/ + write(chunk: any): Promise; +/** +* @returns {Promise} +*/ + close(): Promise; +/** +* @param {any} reason +* @returns {Promise} +*/ + abort(reason: any): Promise; +} +/** +*/ +export class IntoUnderlyingSource { + free(): void; +/** +* @param {any} controller +* @returns {Promise} +*/ + pull(controller: any): Promise; +/** +*/ + cancel(): void; +} +/** +* Raw options for [`pipeTo()`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/pipeTo). +*/ +export class PipeOptions { + free(): void; +/** +*/ + readonly preventAbort: boolean; +/** +*/ + readonly preventCancel: boolean; +/** +*/ + readonly preventClose: boolean; +/** +*/ + readonly signal: AbortSignal | undefined; +} +/** +*/ +export class QueuingStrategy { + free(): void; +/** +*/ + readonly highWaterMark: number; +} +/** +* Raw options for [`getReader()`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/getReader). +*/ +export class ReadableStreamGetReaderOptions { + free(): void; +/** +*/ + readonly mode: any; +} +/** +*/ +export class WorkspaceAndOutput { + free(): void; +/** +*/ + output: string; +} + +export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembly.Module; + +export interface InitOutput { + readonly memory: WebAssembly.Memory; + readonly __wbg_workspaceandoutput_free: (a: number) => void; + readonly __wbg_get_workspaceandoutput_output: (a: number, b: number) => void; + readonly __wbg_set_workspaceandoutput_output: (a: number, b: number, c: number) => void; + readonly wasm_init: (a: number, b: number, c: number, d: number) => number; + readonly wasm_fetch: (a: number) => number; + readonly wasm_status: (a: number) => number; + readonly wasm_goal: (a: number) => number; + readonly wasm_diff: (a: number) => number; + readonly wasm_ensure_dry: (a: number) => number; + readonly wasm_ensure: (a: number) => number; + readonly wasm_clean_dry: (a: number) => number; + readonly wasm_clean: (a: number) => number; + readonly __wbg_readablestreamgetreaderoptions_free: (a: number) => void; + readonly readablestreamgetreaderoptions_mode: (a: number) => number; + readonly __wbg_pipeoptions_free: (a: number) => void; + readonly pipeoptions_preventClose: (a: number) => number; + readonly pipeoptions_preventCancel: (a: number) => number; + readonly pipeoptions_preventAbort: (a: number) => number; + readonly pipeoptions_signal: (a: number) => number; + readonly __wbg_intounderlyingsink_free: (a: number) => void; + readonly intounderlyingsink_write: (a: number, b: number) => number; + readonly intounderlyingsink_close: (a: number) => number; + readonly intounderlyingsink_abort: (a: number, b: number) => number; + readonly __wbg_intounderlyingsource_free: (a: number) => void; + readonly intounderlyingsource_pull: (a: number, b: number) => number; + readonly intounderlyingsource_cancel: (a: number) => void; + readonly __wbg_queuingstrategy_free: (a: number) => void; + readonly queuingstrategy_highWaterMark: (a: number) => number; + readonly __wbg_intounderlyingbytesource_free: (a: number) => void; + readonly intounderlyingbytesource_type: (a: number, b: number) => void; + readonly intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number; + readonly intounderlyingbytesource_start: (a: number, b: number) => void; + readonly intounderlyingbytesource_pull: (a: number, b: number) => number; + readonly intounderlyingbytesource_cancel: (a: number) => void; + readonly __wbindgen_malloc: (a: number, b: number) => number; + readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number; + readonly __wbindgen_export_2: WebAssembly.Table; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h64d2cd67a3c25164: (a: number, b: number, c: number) => void; + readonly __wbindgen_add_to_stack_pointer: (a: number) => number; + readonly __wbindgen_free: (a: number, b: number, c: number) => void; + readonly __wbindgen_exn_store: (a: number) => void; + readonly wasm_bindgen__convert__closures__invoke2_mut__h19555bba312541e5: (a: number, b: number, c: number, d: number) => void; +} + +export type SyncInitInput = BufferSource | WebAssembly.Module; +/** +* Instantiates the given `module`, which can either be bytes or +* a precompiled `WebAssembly.Module`. +* +* @param {SyncInitInput} module +* +* @returns {InitOutput} +*/ +export function initSync(module: SyncInitInput): InitOutput; + +/** +* If `module_or_path` is {RequestInfo} or {URL}, makes a request and +* for everything else, calls `WebAssembly.instantiate` directly. +* +* @param {InitInput | Promise} module_or_path +* +* @returns {Promise} +*/ +export default function __wbg_init (module_or_path?: InitInput | Promise): Promise; diff --git a/examples/pkg/download.js b/examples/pkg/download.js new file mode 100644 index 000000000..befd43ac1 --- /dev/null +++ b/examples/pkg/download.js @@ -0,0 +1,1086 @@ +import * as __wbg_star0 from './snippets/peace_rt_model_web-17f5c9cf14e3eb56/js/workspace.js'; + +let wasm; + +const heap = new Array(128).fill(undefined); + +heap.push(undefined, null, true, false); + +function getObject(idx) { return heap[idx]; } + +let heap_next = heap.length; + +function dropObject(idx) { + if (idx < 132) return; + heap[idx] = heap_next; + heap_next = idx; +} + +function takeObject(idx) { + const ret = getObject(idx); + dropObject(idx); + return ret; +} + +const cachedTextDecoder = (typeof TextDecoder !== 'undefined' ? new TextDecoder('utf-8', { ignoreBOM: true, fatal: true }) : { decode: () => { throw Error('TextDecoder not available') } } ); + +if (typeof TextDecoder !== 'undefined') { cachedTextDecoder.decode(); }; + +let cachedUint8Memory0 = null; + +function getUint8Memory0() { + if (cachedUint8Memory0 === null || cachedUint8Memory0.byteLength === 0) { + cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer); + } + return cachedUint8Memory0; +} + +function getStringFromWasm0(ptr, len) { + ptr = ptr >>> 0; + return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len)); +} + +function addHeapObject(obj) { + if (heap_next === heap.length) heap.push(heap.length + 1); + const idx = heap_next; + heap_next = heap[idx]; + + heap[idx] = obj; + return idx; +} + +let WASM_VECTOR_LEN = 0; + +const cachedTextEncoder = (typeof TextEncoder !== 'undefined' ? new TextEncoder('utf-8') : { encode: () => { throw Error('TextEncoder not available') } } ); + +const encodeString = (typeof cachedTextEncoder.encodeInto === 'function' + ? function (arg, view) { + return cachedTextEncoder.encodeInto(arg, view); +} + : function (arg, view) { + const buf = cachedTextEncoder.encode(arg); + view.set(buf); + return { + read: arg.length, + written: buf.length + }; +}); + +function passStringToWasm0(arg, malloc, realloc) { + + if (realloc === undefined) { + const buf = cachedTextEncoder.encode(arg); + const ptr = malloc(buf.length, 1) >>> 0; + getUint8Memory0().subarray(ptr, ptr + buf.length).set(buf); + WASM_VECTOR_LEN = buf.length; + return ptr; + } + + let len = arg.length; + let ptr = malloc(len, 1) >>> 0; + + const mem = getUint8Memory0(); + + let offset = 0; + + for (; offset < len; offset++) { + const code = arg.charCodeAt(offset); + if (code > 0x7F) break; + mem[ptr + offset] = code; + } + + if (offset !== len) { + if (offset !== 0) { + arg = arg.slice(offset); + } + ptr = realloc(ptr, len, len = offset + arg.length * 3, 1) >>> 0; + const view = getUint8Memory0().subarray(ptr + offset, ptr + len); + const ret = encodeString(arg, view); + + offset += ret.written; + } + + WASM_VECTOR_LEN = offset; + return ptr; +} + +function isLikeNone(x) { + return x === undefined || x === null; +} + +let cachedInt32Memory0 = null; + +function getInt32Memory0() { + if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) { + cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); + } + return cachedInt32Memory0; +} + +let cachedFloat64Memory0 = null; + +function getFloat64Memory0() { + if (cachedFloat64Memory0 === null || cachedFloat64Memory0.byteLength === 0) { + cachedFloat64Memory0 = new Float64Array(wasm.memory.buffer); + } + return cachedFloat64Memory0; +} + +function debugString(val) { + // primitive types + const type = typeof val; + if (type == 'number' || type == 'boolean' || val == null) { + return `${val}`; + } + if (type == 'string') { + return `"${val}"`; + } + if (type == 'symbol') { + const description = val.description; + if (description == null) { + return 'Symbol'; + } else { + return `Symbol(${description})`; + } + } + if (type == 'function') { + const name = val.name; + if (typeof name == 'string' && name.length > 0) { + return `Function(${name})`; + } else { + return 'Function'; + } + } + // objects + if (Array.isArray(val)) { + const length = val.length; + let debug = '['; + if (length > 0) { + debug += debugString(val[0]); + } + for(let i = 1; i < length; i++) { + debug += ', ' + debugString(val[i]); + } + debug += ']'; + return debug; + } + // Test for built-in + const builtInMatches = /\[object ([^\]]+)\]/.exec(toString.call(val)); + let className; + if (builtInMatches.length > 1) { + className = builtInMatches[1]; + } else { + // Failed to match the standard '[object ClassName]' + return toString.call(val); + } + if (className == 'Object') { + // we're a user defined class or Object + // JSON.stringify avoids problems with cycles, and is generally much + // easier than looping through ownProperties of `val`. + try { + return 'Object(' + JSON.stringify(val) + ')'; + } catch (_) { + return 'Object'; + } + } + // errors + if (val instanceof Error) { + return `${val.name}: ${val.message}\n${val.stack}`; + } + // TODO we could test for more things here, like `Set`s and `Map`s. + return className; +} + +function makeMutClosure(arg0, arg1, dtor, f) { + const state = { a: arg0, b: arg1, cnt: 1, dtor }; + const real = (...args) => { + // First up with a closure we increment the internal reference + // count. This ensures that the Rust closure environment won't + // be deallocated while we're invoking it. + state.cnt++; + const a = state.a; + state.a = 0; + try { + return f(a, state.b, ...args); + } finally { + if (--state.cnt === 0) { + wasm.__wbindgen_export_2.get(state.dtor)(a, state.b); + + } else { + state.a = a; + } + } + }; + real.original = state; + + return real; +} +function __wbg_adapter_32(arg0, arg1, arg2) { + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h64d2cd67a3c25164(arg0, arg1, addHeapObject(arg2)); +} + +/** +* @param {string} url +* @param {string} name +* @returns {Promise} +*/ +export function wasm_init(url, name) { + const ptr0 = passStringToWasm0(url, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); + const len0 = WASM_VECTOR_LEN; + const ptr1 = passStringToWasm0(name, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); + const len1 = WASM_VECTOR_LEN; + const ret = wasm.wasm_init(ptr0, len0, ptr1, len1); + return takeObject(ret); +} + +function _assertClass(instance, klass) { + if (!(instance instanceof klass)) { + throw new Error(`expected instance of ${klass.name}`); + } + return instance.ptr; +} +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_fetch(workspace_and_output) { + _assertClass(workspace_and_output, WorkspaceAndOutput); + var ptr0 = workspace_and_output.__destroy_into_raw(); + const ret = wasm.wasm_fetch(ptr0); + return takeObject(ret); +} + +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_status(workspace_and_output) { + _assertClass(workspace_and_output, WorkspaceAndOutput); + var ptr0 = workspace_and_output.__destroy_into_raw(); + const ret = wasm.wasm_status(ptr0); + return takeObject(ret); +} + +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_goal(workspace_and_output) { + _assertClass(workspace_and_output, WorkspaceAndOutput); + var ptr0 = workspace_and_output.__destroy_into_raw(); + const ret = wasm.wasm_goal(ptr0); + return takeObject(ret); +} + +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_diff(workspace_and_output) { + _assertClass(workspace_and_output, WorkspaceAndOutput); + var ptr0 = workspace_and_output.__destroy_into_raw(); + const ret = wasm.wasm_diff(ptr0); + return takeObject(ret); +} + +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_ensure_dry(workspace_and_output) { + _assertClass(workspace_and_output, WorkspaceAndOutput); + var ptr0 = workspace_and_output.__destroy_into_raw(); + const ret = wasm.wasm_ensure_dry(ptr0); + return takeObject(ret); +} + +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_ensure(workspace_and_output) { + _assertClass(workspace_and_output, WorkspaceAndOutput); + var ptr0 = workspace_and_output.__destroy_into_raw(); + const ret = wasm.wasm_ensure(ptr0); + return takeObject(ret); +} + +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_clean_dry(workspace_and_output) { + _assertClass(workspace_and_output, WorkspaceAndOutput); + var ptr0 = workspace_and_output.__destroy_into_raw(); + const ret = wasm.wasm_clean_dry(ptr0); + return takeObject(ret); +} + +/** +* @param {WorkspaceAndOutput} workspace_and_output +* @returns {Promise} +*/ +export function wasm_clean(workspace_and_output) { + _assertClass(workspace_and_output, WorkspaceAndOutput); + var ptr0 = workspace_and_output.__destroy_into_raw(); + const ret = wasm.wasm_clean(ptr0); + return takeObject(ret); +} + +function handleError(f, args) { + try { + return f.apply(this, args); + } catch (e) { + wasm.__wbindgen_exn_store(addHeapObject(e)); + } +} +function __wbg_adapter_156(arg0, arg1, arg2, arg3) { + wasm.wasm_bindgen__convert__closures__invoke2_mut__h19555bba312541e5(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); +} + +/** +*/ +export class IntoUnderlyingByteSource { + + __destroy_into_raw() { + const ptr = this.__wbg_ptr; + this.__wbg_ptr = 0; + + return ptr; + } + + free() { + const ptr = this.__destroy_into_raw(); + wasm.__wbg_intounderlyingbytesource_free(ptr); + } + /** + * @returns {string} + */ + get type() { + let deferred1_0; + let deferred1_1; + try { + const retptr = wasm.__wbindgen_add_to_stack_pointer(-16); + wasm.intounderlyingbytesource_type(retptr, this.__wbg_ptr); + var r0 = getInt32Memory0()[retptr / 4 + 0]; + var r1 = getInt32Memory0()[retptr / 4 + 1]; + deferred1_0 = r0; + deferred1_1 = r1; + return getStringFromWasm0(r0, r1); + } finally { + wasm.__wbindgen_add_to_stack_pointer(16); + wasm.__wbindgen_free(deferred1_0, deferred1_1, 1); + } + } + /** + * @returns {number} + */ + get autoAllocateChunkSize() { + const ret = wasm.intounderlyingbytesource_autoAllocateChunkSize(this.__wbg_ptr); + return ret >>> 0; + } + /** + * @param {any} controller + */ + start(controller) { + wasm.intounderlyingbytesource_start(this.__wbg_ptr, addHeapObject(controller)); + } + /** + * @param {any} controller + * @returns {Promise} + */ + pull(controller) { + const ret = wasm.intounderlyingbytesource_pull(this.__wbg_ptr, addHeapObject(controller)); + return takeObject(ret); + } + /** + */ + cancel() { + const ptr = this.__destroy_into_raw(); + wasm.intounderlyingbytesource_cancel(ptr); + } +} +/** +*/ +export class IntoUnderlyingSink { + + __destroy_into_raw() { + const ptr = this.__wbg_ptr; + this.__wbg_ptr = 0; + + return ptr; + } + + free() { + const ptr = this.__destroy_into_raw(); + wasm.__wbg_intounderlyingsink_free(ptr); + } + /** + * @param {any} chunk + * @returns {Promise} + */ + write(chunk) { + const ret = wasm.intounderlyingsink_write(this.__wbg_ptr, addHeapObject(chunk)); + return takeObject(ret); + } + /** + * @returns {Promise} + */ + close() { + const ptr = this.__destroy_into_raw(); + const ret = wasm.intounderlyingsink_close(ptr); + return takeObject(ret); + } + /** + * @param {any} reason + * @returns {Promise} + */ + abort(reason) { + const ptr = this.__destroy_into_raw(); + const ret = wasm.intounderlyingsink_abort(ptr, addHeapObject(reason)); + return takeObject(ret); + } +} +/** +*/ +export class IntoUnderlyingSource { + + __destroy_into_raw() { + const ptr = this.__wbg_ptr; + this.__wbg_ptr = 0; + + return ptr; + } + + free() { + const ptr = this.__destroy_into_raw(); + wasm.__wbg_intounderlyingsource_free(ptr); + } + /** + * @param {any} controller + * @returns {Promise} + */ + pull(controller) { + const ret = wasm.intounderlyingsource_pull(this.__wbg_ptr, addHeapObject(controller)); + return takeObject(ret); + } + /** + */ + cancel() { + const ptr = this.__destroy_into_raw(); + wasm.intounderlyingsource_cancel(ptr); + } +} +/** +* Raw options for [`pipeTo()`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/pipeTo). +*/ +export class PipeOptions { + + __destroy_into_raw() { + const ptr = this.__wbg_ptr; + this.__wbg_ptr = 0; + + return ptr; + } + + free() { + const ptr = this.__destroy_into_raw(); + wasm.__wbg_pipeoptions_free(ptr); + } + /** + * @returns {boolean} + */ + get preventClose() { + const ret = wasm.pipeoptions_preventClose(this.__wbg_ptr); + return ret !== 0; + } + /** + * @returns {boolean} + */ + get preventCancel() { + const ret = wasm.pipeoptions_preventCancel(this.__wbg_ptr); + return ret !== 0; + } + /** + * @returns {boolean} + */ + get preventAbort() { + const ret = wasm.pipeoptions_preventAbort(this.__wbg_ptr); + return ret !== 0; + } + /** + * @returns {AbortSignal | undefined} + */ + get signal() { + const ret = wasm.pipeoptions_signal(this.__wbg_ptr); + return takeObject(ret); + } +} +/** +*/ +export class QueuingStrategy { + + __destroy_into_raw() { + const ptr = this.__wbg_ptr; + this.__wbg_ptr = 0; + + return ptr; + } + + free() { + const ptr = this.__destroy_into_raw(); + wasm.__wbg_queuingstrategy_free(ptr); + } + /** + * @returns {number} + */ + get highWaterMark() { + const ret = wasm.queuingstrategy_highWaterMark(this.__wbg_ptr); + return ret; + } +} +/** +* Raw options for [`getReader()`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/getReader). +*/ +export class ReadableStreamGetReaderOptions { + + __destroy_into_raw() { + const ptr = this.__wbg_ptr; + this.__wbg_ptr = 0; + + return ptr; + } + + free() { + const ptr = this.__destroy_into_raw(); + wasm.__wbg_readablestreamgetreaderoptions_free(ptr); + } + /** + * @returns {any} + */ + get mode() { + const ret = wasm.readablestreamgetreaderoptions_mode(this.__wbg_ptr); + return takeObject(ret); + } +} +/** +*/ +export class WorkspaceAndOutput { + + static __wrap(ptr) { + ptr = ptr >>> 0; + const obj = Object.create(WorkspaceAndOutput.prototype); + obj.__wbg_ptr = ptr; + + return obj; + } + + __destroy_into_raw() { + const ptr = this.__wbg_ptr; + this.__wbg_ptr = 0; + + return ptr; + } + + free() { + const ptr = this.__destroy_into_raw(); + wasm.__wbg_workspaceandoutput_free(ptr); + } + /** + * @returns {string} + */ + get output() { + let deferred1_0; + let deferred1_1; + try { + const retptr = wasm.__wbindgen_add_to_stack_pointer(-16); + wasm.__wbg_get_workspaceandoutput_output(retptr, this.__wbg_ptr); + var r0 = getInt32Memory0()[retptr / 4 + 0]; + var r1 = getInt32Memory0()[retptr / 4 + 1]; + deferred1_0 = r0; + deferred1_1 = r1; + return getStringFromWasm0(r0, r1); + } finally { + wasm.__wbindgen_add_to_stack_pointer(16); + wasm.__wbindgen_free(deferred1_0, deferred1_1, 1); + } + } + /** + * @param {string} arg0 + */ + set output(arg0) { + const ptr0 = passStringToWasm0(arg0, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); + const len0 = WASM_VECTOR_LEN; + wasm.__wbg_set_workspaceandoutput_output(this.__wbg_ptr, ptr0, len0); + } +} + +async function __wbg_load(module, imports) { + if (typeof Response === 'function' && module instanceof Response) { + if (typeof WebAssembly.instantiateStreaming === 'function') { + try { + return await WebAssembly.instantiateStreaming(module, imports); + + } catch (e) { + if (module.headers.get('Content-Type') != 'application/wasm') { + console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n", e); + + } else { + throw e; + } + } + } + + const bytes = await module.arrayBuffer(); + return await WebAssembly.instantiate(bytes, imports); + + } else { + const instance = await WebAssembly.instantiate(module, imports); + + if (instance instanceof WebAssembly.Instance) { + return { instance, module }; + + } else { + return instance; + } + } +} + +function __wbg_get_imports() { + const imports = {}; + imports.wbg = {}; + imports.wbg.__wbg_workspaceandoutput_new = function(arg0) { + const ret = WorkspaceAndOutput.__wrap(arg0); + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_object_drop_ref = function(arg0) { + takeObject(arg0); + }; + imports.wbg.__wbindgen_string_new = function(arg0, arg1) { + const ret = getStringFromWasm0(arg0, arg1); + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_cb_drop = function(arg0) { + const obj = takeObject(arg0).original; + if (obj.cnt-- == 1) { + obj.a = 0; + return true; + } + const ret = false; + return ret; + }; + imports.wbg.__wbindgen_string_get = function(arg0, arg1) { + const obj = getObject(arg1); + const ret = typeof(obj) === 'string' ? obj : undefined; + var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); + var len1 = WASM_VECTOR_LEN; + getInt32Memory0()[arg0 / 4 + 1] = len1; + getInt32Memory0()[arg0 / 4 + 0] = ptr1; + }; + imports.wbg.__wbg_new_abda76e883ba8a5f = function() { + const ret = new Error(); + return addHeapObject(ret); + }; + imports.wbg.__wbg_stack_658279fe44541cf6 = function(arg0, arg1) { + const ret = getObject(arg1).stack; + const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); + const len1 = WASM_VECTOR_LEN; + getInt32Memory0()[arg0 / 4 + 1] = len1; + getInt32Memory0()[arg0 / 4 + 0] = ptr1; + }; + imports.wbg.__wbg_error_f851667af71bcfc6 = function(arg0, arg1) { + let deferred0_0; + let deferred0_1; + try { + deferred0_0 = arg0; + deferred0_1 = arg1; + console.error(getStringFromWasm0(arg0, arg1)); + } finally { + wasm.__wbindgen_free(deferred0_0, deferred0_1, 1); + } + }; + imports.wbg.__wbindgen_object_clone_ref = function(arg0) { + const ret = getObject(arg0); + return addHeapObject(ret); + }; + imports.wbg.__wbg_fetch_6a2624d7f767e331 = function(arg0) { + const ret = fetch(getObject(arg0)); + return addHeapObject(ret); + }; + imports.wbg.__wbg_respond_8fadc5f5c9d95422 = function(arg0, arg1) { + getObject(arg0).respond(arg1 >>> 0); + }; + imports.wbg.__wbg_close_e9110ca16e2567db = function(arg0) { + getObject(arg0).close(); + }; + imports.wbg.__wbg_enqueue_d71a1a518e21f5c3 = function(arg0, arg1) { + getObject(arg0).enqueue(getObject(arg1)); + }; + imports.wbg.__wbg_byobRequest_08c18cee35def1f4 = function(arg0) { + const ret = getObject(arg0).byobRequest; + return isLikeNone(ret) ? 0 : addHeapObject(ret); + }; + imports.wbg.__wbg_close_da7e6fb9d9851e5a = function(arg0) { + getObject(arg0).close(); + }; + imports.wbg.__wbg_view_231340b0dd8a2484 = function(arg0) { + const ret = getObject(arg0).view; + return isLikeNone(ret) ? 0 : addHeapObject(ret); + }; + imports.wbg.__wbg_buffer_4e79326814bdd393 = function(arg0) { + const ret = getObject(arg0).buffer; + return addHeapObject(ret); + }; + imports.wbg.__wbg_byteOffset_b69b0a07afccce19 = function(arg0) { + const ret = getObject(arg0).byteOffset; + return ret; + }; + imports.wbg.__wbg_byteLength_5299848ed3264181 = function(arg0) { + const ret = getObject(arg0).byteLength; + return ret; + }; + imports.wbg.__wbg_queueMicrotask_118eeb525d584d9a = function(arg0) { + queueMicrotask(getObject(arg0)); + }; + imports.wbg.__wbg_queueMicrotask_26a89c14c53809c0 = function(arg0) { + const ret = getObject(arg0).queueMicrotask; + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_is_function = function(arg0) { + const ret = typeof(getObject(arg0)) === 'function'; + return ret; + }; + imports.wbg.__wbindgen_error_new = function(arg0, arg1) { + const ret = new Error(getStringFromWasm0(arg0, arg1)); + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_is_object = function(arg0) { + const val = getObject(arg0); + const ret = typeof(val) === 'object' && val !== null; + return ret; + }; + imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) { + const ret = getObject(arg0) == getObject(arg1); + return ret; + }; + imports.wbg.__wbindgen_boolean_get = function(arg0) { + const v = getObject(arg0); + const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2; + return ret; + }; + imports.wbg.__wbindgen_number_get = function(arg0, arg1) { + const obj = getObject(arg1); + const ret = typeof(obj) === 'number' ? obj : undefined; + getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret; + getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret); + }; + imports.wbg.__wbg_instanceof_Window_99dc9805eaa2614b = function(arg0) { + let result; + try { + result = getObject(arg0) instanceof Window; + } catch (_) { + result = false; + } + const ret = result; + return ret; + }; + imports.wbg.__wbg_localStorage_318b1c4f106a46f9 = function() { return handleError(function (arg0) { + const ret = getObject(arg0).localStorage; + return isLikeNone(ret) ? 0 : addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_sessionStorage_8204bcaf5d97dd69 = function() { return handleError(function (arg0) { + const ret = getObject(arg0).sessionStorage; + return isLikeNone(ret) ? 0 : addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_fetch_06d656a1b748ac0d = function(arg0, arg1) { + const ret = getObject(arg0).fetch(getObject(arg1)); + return addHeapObject(ret); + }; + imports.wbg.__wbg_newwithstrandinit_9fd2fc855c6327eb = function() { return handleError(function (arg0, arg1, arg2) { + const ret = new Request(getStringFromWasm0(arg0, arg1), getObject(arg2)); + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_signal_7876560d9d0f914c = function(arg0) { + const ret = getObject(arg0).signal; + return addHeapObject(ret); + }; + imports.wbg.__wbg_new_fa36281638875de8 = function() { return handleError(function () { + const ret = new AbortController(); + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_abort_7792bf3f664d7bb3 = function(arg0) { + getObject(arg0).abort(); + }; + imports.wbg.__wbg_new_a979e9eedc5e81a3 = function() { return handleError(function () { + const ret = new Headers(); + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_append_047382169b61373d = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { + getObject(arg0).append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4)); + }, arguments) }; + imports.wbg.__wbg_getItem_f7e7a061bbdabefe = function() { return handleError(function (arg0, arg1, arg2, arg3) { + const ret = getObject(arg1).getItem(getStringFromWasm0(arg2, arg3)); + var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); + var len1 = WASM_VECTOR_LEN; + getInt32Memory0()[arg0 / 4 + 1] = len1; + getInt32Memory0()[arg0 / 4 + 0] = ptr1; + }, arguments) }; + imports.wbg.__wbg_removeItem_f935a171090db237 = function() { return handleError(function (arg0, arg1, arg2) { + getObject(arg0).removeItem(getStringFromWasm0(arg1, arg2)); + }, arguments) }; + imports.wbg.__wbg_setItem_2b72ddf192083111 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { + getObject(arg0).setItem(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4)); + }, arguments) }; + imports.wbg.__wbg_instanceof_Response_0d25bb8436a9cefe = function(arg0) { + let result; + try { + result = getObject(arg0) instanceof Response; + } catch (_) { + result = false; + } + const ret = result; + return ret; + }; + imports.wbg.__wbg_url_47f8307501523859 = function(arg0, arg1) { + const ret = getObject(arg1).url; + const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); + const len1 = WASM_VECTOR_LEN; + getInt32Memory0()[arg0 / 4 + 1] = len1; + getInt32Memory0()[arg0 / 4 + 0] = ptr1; + }; + imports.wbg.__wbg_status_351700a30c61ba61 = function(arg0) { + const ret = getObject(arg0).status; + return ret; + }; + imports.wbg.__wbg_headers_e38c00d713e8888c = function(arg0) { + const ret = getObject(arg0).headers; + return addHeapObject(ret); + }; + imports.wbg.__wbg_arrayBuffer_ec4617b29bb0f61c = function() { return handleError(function (arg0) { + const ret = getObject(arg0).arrayBuffer(); + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_text_10c88c5e55f873c7 = function() { return handleError(function (arg0) { + const ret = getObject(arg0).text(); + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_newnoargs_5859b6d41c6fe9f7 = function(arg0, arg1) { + const ret = new Function(getStringFromWasm0(arg0, arg1)); + return addHeapObject(ret); + }; + imports.wbg.__wbg_next_1938cf110c9491d4 = function(arg0) { + const ret = getObject(arg0).next; + return addHeapObject(ret); + }; + imports.wbg.__wbg_next_267398d0e0761bf9 = function() { return handleError(function (arg0) { + const ret = getObject(arg0).next(); + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_done_506b44765ba84b9c = function(arg0) { + const ret = getObject(arg0).done; + return ret; + }; + imports.wbg.__wbg_value_31485d8770eb06ab = function(arg0) { + const ret = getObject(arg0).value; + return addHeapObject(ret); + }; + imports.wbg.__wbg_iterator_364187e1ee96b750 = function() { + const ret = Symbol.iterator; + return addHeapObject(ret); + }; + imports.wbg.__wbg_get_5027b32da70f39b1 = function() { return handleError(function (arg0, arg1) { + const ret = Reflect.get(getObject(arg0), getObject(arg1)); + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_call_a79f1973a4f07d5e = function() { return handleError(function (arg0, arg1) { + const ret = getObject(arg0).call(getObject(arg1)); + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_new_87d841e70661f6e9 = function() { + const ret = new Object(); + return addHeapObject(ret); + }; + imports.wbg.__wbg_self_086b5302bcafb962 = function() { return handleError(function () { + const ret = self.self; + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_window_132fa5d7546f1de5 = function() { return handleError(function () { + const ret = window.window; + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_globalThis_e5f801a37ad7d07b = function() { return handleError(function () { + const ret = globalThis.globalThis; + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_global_f9a61fce4af6b7c1 = function() { return handleError(function () { + const ret = global.global; + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbindgen_is_undefined = function(arg0) { + const ret = getObject(arg0) === undefined; + return ret; + }; + imports.wbg.__wbg_instanceof_ArrayBuffer_f4521cec1b99ee35 = function(arg0) { + let result; + try { + result = getObject(arg0) instanceof ArrayBuffer; + } catch (_) { + result = false; + } + const ret = result; + return ret; + }; + imports.wbg.__wbg_new_3a66822ed076951c = function(arg0, arg1) { + const ret = new Error(getStringFromWasm0(arg0, arg1)); + return addHeapObject(ret); + }; + imports.wbg.__wbg_call_f6a2bc58c19c53c6 = function() { return handleError(function (arg0, arg1, arg2) { + const ret = getObject(arg0).call(getObject(arg1), getObject(arg2)); + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_new_1d93771b84541aa5 = function(arg0, arg1) { + try { + var state0 = {a: arg0, b: arg1}; + var cb0 = (arg0, arg1) => { + const a = state0.a; + state0.a = 0; + try { + return __wbg_adapter_156(a, state0.b, arg0, arg1); + } finally { + state0.a = a; + } + }; + const ret = new Promise(cb0); + return addHeapObject(ret); + } finally { + state0.a = state0.b = 0; + } + }; + imports.wbg.__wbg_resolve_97ecd55ee839391b = function(arg0) { + const ret = Promise.resolve(getObject(arg0)); + return addHeapObject(ret); + }; + imports.wbg.__wbg_then_7aeb7c5f1536640f = function(arg0, arg1) { + const ret = getObject(arg0).then(getObject(arg1)); + return addHeapObject(ret); + }; + imports.wbg.__wbg_then_5842e4e97f7beace = function(arg0, arg1, arg2) { + const ret = getObject(arg0).then(getObject(arg1), getObject(arg2)); + return addHeapObject(ret); + }; + imports.wbg.__wbg_buffer_5d1b598a01b41a42 = function(arg0) { + const ret = getObject(arg0).buffer; + return addHeapObject(ret); + }; + imports.wbg.__wbg_newwithbyteoffsetandlength_d695c7957788f922 = function(arg0, arg1, arg2) { + const ret = new Uint8Array(getObject(arg0), arg1 >>> 0, arg2 >>> 0); + return addHeapObject(ret); + }; + imports.wbg.__wbg_new_ace717933ad7117f = function(arg0) { + const ret = new Uint8Array(getObject(arg0)); + return addHeapObject(ret); + }; + imports.wbg.__wbg_set_74906aa30864df5a = function(arg0, arg1, arg2) { + getObject(arg0).set(getObject(arg1), arg2 >>> 0); + }; + imports.wbg.__wbg_length_f0764416ba5bb237 = function(arg0) { + const ret = getObject(arg0).length; + return ret; + }; + imports.wbg.__wbg_instanceof_Uint8Array_4f5cffed7df34b2f = function(arg0) { + let result; + try { + result = getObject(arg0) instanceof Uint8Array; + } catch (_) { + result = false; + } + const ret = result; + return ret; + }; + imports.wbg.__wbg_stringify_daa6661e90c04140 = function() { return handleError(function (arg0) { + const ret = JSON.stringify(getObject(arg0)); + return addHeapObject(ret); + }, arguments) }; + imports.wbg.__wbg_has_a2919659b7b645b3 = function() { return handleError(function (arg0, arg1) { + const ret = Reflect.has(getObject(arg0), getObject(arg1)); + return ret; + }, arguments) }; + imports.wbg.__wbg_set_37a50e901587b477 = function() { return handleError(function (arg0, arg1, arg2) { + const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2)); + return ret; + }, arguments) }; + imports.wbg.__wbindgen_debug_string = function(arg0, arg1) { + const ret = debugString(getObject(arg1)); + const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); + const len1 = WASM_VECTOR_LEN; + getInt32Memory0()[arg0 / 4 + 1] = len1; + getInt32Memory0()[arg0 / 4 + 0] = ptr1; + }; + imports.wbg.__wbindgen_throw = function(arg0, arg1) { + throw new Error(getStringFromWasm0(arg0, arg1)); + }; + imports.wbg.__wbindgen_memory = function() { + const ret = wasm.memory; + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_closure_wrapper4114 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2985, __wbg_adapter_32); + return addHeapObject(ret); + }; + imports['./snippets/peace_rt_model_web-17f5c9cf14e3eb56/js/workspace.js'] = __wbg_star0; + + return imports; +} + +function __wbg_init_memory(imports, maybe_memory) { + +} + +function __wbg_finalize_init(instance, module) { + wasm = instance.exports; + __wbg_init.__wbindgen_wasm_module = module; + cachedFloat64Memory0 = null; + cachedInt32Memory0 = null; + cachedUint8Memory0 = null; + + + return wasm; +} + +function initSync(module) { + if (wasm !== undefined) return wasm; + + const imports = __wbg_get_imports(); + + __wbg_init_memory(imports); + + if (!(module instanceof WebAssembly.Module)) { + module = new WebAssembly.Module(module); + } + + const instance = new WebAssembly.Instance(module, imports); + + return __wbg_finalize_init(instance, module); +} + +async function __wbg_init(input) { + if (wasm !== undefined) return wasm; + + if (typeof input === 'undefined') { + input = new URL('download_bg.wasm', import.meta.url); + } + const imports = __wbg_get_imports(); + + if (typeof input === 'string' || (typeof Request === 'function' && input instanceof Request) || (typeof URL === 'function' && input instanceof URL)) { + input = fetch(input); + } + + __wbg_init_memory(imports); + + const { instance, module } = await __wbg_load(await input, imports); + + return __wbg_finalize_init(instance, module); +} + +export { initSync } +export default __wbg_init; diff --git a/examples/pkg/download_bg.wasm b/examples/pkg/download_bg.wasm new file mode 100644 index 0000000000000000000000000000000000000000..57fa705f1c5745d9353126f3ca9948bd1d90c5c6 GIT binary patch literal 1873188 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

Q!_=&=yeO^2|Wd}V9G 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

g+4)j)tDnn60CSd;qmxY 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 z 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ßp>w&O+8+$cR} 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

EE!$s!n|a$X_uUs1%&j0Z8g9J?e|vK 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

Hj-8CTbgYjnmnG2=GR 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

D& zKmG7e67!kl#@t`?2092GluuaI?(wqHGc$CxbhOu&-QklBs;yusvX`9XbS$sFoH+FwvSs*$VNBEt-3}x$RNG$?<{E4Ybo(b3OQlfghskNz z9}K5Z3VQ3758HkG0jW@{RIXI$g7RShkH;@~Tu&=BS_r#d@9~%{hig#_2T@|P9H)w? z=gh}5S>q^Cq)p*cpk@GaSXq4sH<14^6;np5c+t|$J9x&lS&Se9UXJl& z`)tC!CGF^PM{9Gle70PoNpUr~Y%X6Z!}+OG>@qySno#@WZs|(!*Vl)pnmp&Xm-VKQ zd#My=>7WO!yH+kA!}m@QP$?RL){Bk$Qv*y2cO;BUYachhU4q|dA!Mv|yd}&v+!gE% z{DqB_ousX_y~Gbfu*tQR**BQz*PQqTVG6mV8#<{f+pRkMaZ3L)vy(`szQ9`Qf3L->DdXY}1dMc^^Csk2NTKs7&QcmZsc@0=Q*+*}0+ubaVYp z?_|MQ3hbnc(VG!jcF*kMaE)V8EC4oZFthXNL(^I^9lZlOJ$lJAO5=PrN|Oa{fGt+^ z86n<5N4dk4So5{kLjS&dhC18h8m3KH)**}vqTFD5^iMTKEbcl&5* zW^QC_D;06l5fzsu|eN0BcF>w|9d0O=b_CFVJ+E}_9y>Lu<@sRBZRB_KQXt_6*y+3*^M zE`8Gx-~2b)<#e>sMPht9=HdY`yV6x{- z64g$bGMR7NOT#uSC|2C5PQzyT^d!Zjg}qSQ?g6h$P4ccGk1(o5QhVy0CTs#8Vc)~9 zOq7?zT_f$!BRru4nCKiVUdJbNGaH|)2T8r+vx5vQZAuho$o6xH5)jXZGCov~fcRfT z&bKQLJ3z=#;>0N62R2Ai419Sb^WkaElLsFHLI;>$2KQ0{9@j2ZT<&_5+_Qnn+unjA znR%4OQ<~yW{LJ??8#ND;4y+f5FkhH;oGaMu*V%`Yil((-`_{i*wzrFu0@>r@;Q!@9 ztG-5C$|o66q0!cO8N3oR-ZuJgm%HhR9u|9gr72nkgf z`o9%BG~SIbmXx=T6}XWG!96o?82ddt~la{g9g5aRjJlk4d!jyanU_J7pF% z77h|AA4MVw=oD5BKVh$ZqKjco|ES*^`7lni8w`M~OOWG;!0pS{gxy|=mLhl`j&hO$ zyh#a7>{8aWnp$JtTk9*E)-=y}7@o8Aa4GKMcm(?Dkj`*yw&d^BbmmXdiwG6W=0S!H zhPH0Do+Bm19r|tQO1}!sqQwXgXJt)nTYP{voU&oA`&wBCy5wXMu+q{aM~Pnu^`Xm% z>~wKZWVqL`FH-T@4e}yAN80yR(3BfT^Ox^K6v1kT9mt8Me)EpvvO~*=Dzl0TbRG>Y z021OhH){SbYUb?JJhVvyjO_=O!9SzJSr7p`)%p3ee#i#M@JWL}?M@`DqCi*ZE@Tjp F{|Bsk2y6fV literal 0 HcmV?d00001 diff --git a/fonts/open-sans-v17-all-charsets-600italic.woff2 b/fonts/open-sans-v17-all-charsets-600italic.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..c99aabe80340fd88a6aeb5729251e76c9a6f35ec GIT binary patch literal 42120 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 E9}-z&tN;K2 literal 0 HcmV?d00001 diff --git a/fonts/open-sans-v17-all-charsets-700.woff2 b/fonts/open-sans-v17-all-charsets-700.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..421a1ab25fa88105ab776552d7201205f7899841 GIT binary patch literal 44988 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 literal 0 HcmV?d00001 diff --git a/fonts/open-sans-v17-all-charsets-700italic.woff2 b/fonts/open-sans-v17-all-charsets-700italic.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..12ce3d20d1ce2288206e8b4f31c20f76452efe37 GIT binary patch literal 40800 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%0DER>;wf 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%0Deo9y(?}8?riQx3p&>dOY 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

33OR1_N*!%ylDDa|3D1;gP8brBkv%FrMeyX$5% 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�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 literal 0 HcmV?d00001 diff --git a/fonts/open-sans-v17-all-charsets-italic.woff2 b/fonts/open-sans-v17-all-charsets-italic.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..398b68a0853fbf6368758deb1da49d347e3e7d89 GIT binary patch literal 41076 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

  • ~`;p}3;==ZtNy# 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 literal 0 HcmV?d00001 diff --git a/fonts/open-sans-v17-all-charsets-regular.woff2 b/fonts/open-sans-v17-all-charsets-regular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..8383e94c65478622baf43553262e0e31b8725e2b GIT binary patch literal 43236 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⪚aqC6F-jh=?`}zBG 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/g,">").replace(/"/g,""").replace(/'/g,"'")}function r(e,...n){var t={};for(const n in e)t[n]=e[n];return n.forEach((function(e){for(const n in e)t[n]=e[n]})),t}function a(e){return e.nodeName.toLowerCase()}var i=Object.freeze({__proto__:null,escapeHTML:t,inherit:r,nodeStream:function(e){var n=[];return function e(t,r){for(var i=t.firstChild;i;i=i.nextSibling)3===i.nodeType?r+=i.nodeValue.length:1===i.nodeType&&(n.push({event:"start",offset:r,node:i}),r=e(i,r),a(i).match(/br|hr|img|input/)||n.push({event:"stop",offset:r,node:i}));return r}(e,0),n},mergeStreams:function(e,n,r){var i=0,s="",o=[];function l(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset"}function u(e){s+=""}function d(e){("start"===e.event?c:u)(e.node)}for(;e.length||n.length;){var g=l();if(s+=t(r.substring(i,g[0].offset)),i=g[0].offset,g===e){o.reverse().forEach(u);do{d(g.splice(0,1)[0]),g=l()}while(g===e&&g.length&&g[0].offset===i);o.reverse().forEach(c)}else"start"===g[0].event?o.push(g[0].node):o.pop(),d(g.splice(0,1)[0])}return s+t(r.substr(i))}});const s="",o=e=>!!e.kind;class l{constructor(e,n){this.buffer="",this.classPrefix=n.classPrefix,e.walk(this)}addText(e){this.buffer+=t(e)}openNode(e){if(!o(e))return;let n=e.kind;e.sublanguage||(n=`${this.classPrefix}${n}`),this.span(n)}closeNode(e){o(e)&&(this.buffer+=s)}value(){return this.buffer}span(e){this.buffer+=``}}class c{constructor(){this.rootNode={children:[]},this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){const n={kind:e,children:[]};this.add(n),this.stack.push(n)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,n){return"string"==typeof n?e.addText(n):n.children&&(e.openNode(n),n.children.forEach(n=>this._walk(e,n)),e.closeNode(n)),e}static _collapse(e){"string"!=typeof e&&e.children&&(e.children.every(e=>"string"==typeof e)?e.children=[e.children.join("")]:e.children.forEach(e=>{c._collapse(e)}))}}class u extends c{constructor(e){super(),this.options=e}addKeyword(e,n){""!==e&&(this.openNode(n),this.addText(e),this.closeNode())}addText(e){""!==e&&this.add(e)}addSublanguage(e,n){const t=e.root;t.kind=n,t.sublanguage=!0,this.add(t)}toHTML(){return new l(this,this.options).value()}finalize(){return!0}}function d(e){return e?"string"==typeof e?e:e.source:null}const g="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",h={begin:"\\\\[\\s\\S]",relevance:0},f={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[h]},p={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[h]},b={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},m=function(e,n,t={}){var a=r({className:"comment",begin:e,end:n,contains:[]},t);return a.contains.push(b),a.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),a},v=m("//","$"),x=m("/\\*","\\*/"),E=m("#","$");var _=Object.freeze({__proto__:null,IDENT_RE:"[a-zA-Z]\\w*",UNDERSCORE_IDENT_RE:"[a-zA-Z_]\\w*",NUMBER_RE:"\\b\\d+(\\.\\d+)?",C_NUMBER_RE:g,BINARY_NUMBER_RE:"\\b(0b[01]+)",RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:(e={})=>{const n=/^#![ ]*\//;return e.binary&&(e.begin=function(...e){return e.map(e=>d(e)).join("")}(n,/.*\b/,e.binary,/\b.*/)),r({className:"meta",begin:n,end:/$/,relevance:0,"on:begin":(e,n)=>{0!==e.index&&n.ignoreMatch()}},e)},BACKSLASH_ESCAPE:h,APOS_STRING_MODE:f,QUOTE_STRING_MODE:p,PHRASAL_WORDS_MODE:b,COMMENT:m,C_LINE_COMMENT_MODE:v,C_BLOCK_COMMENT_MODE:x,HASH_COMMENT_MODE:E,NUMBER_MODE:{className:"number",begin:"\\b\\d+(\\.\\d+)?",relevance:0},C_NUMBER_MODE:{className:"number",begin:g,relevance:0},BINARY_NUMBER_MODE:{className:"number",begin:"\\b(0b[01]+)",relevance:0},CSS_NUMBER_MODE:{className:"number",begin:"\\b\\d+(\\.\\d+)?(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},REGEXP_MODE:{begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[h,{begin:/\[/,end:/\]/,relevance:0,contains:[h]}]}]},TITLE_MODE:{className:"title",begin:"[a-zA-Z]\\w*",relevance:0},UNDERSCORE_TITLE_MODE:{className:"title",begin:"[a-zA-Z_]\\w*",relevance:0},METHOD_GUARD:{begin:"\\.\\s*[a-zA-Z_]\\w*",relevance:0},END_SAME_AS_BEGIN:function(e){return Object.assign(e,{"on:begin":(e,n)=>{n.data._beginMatch=e[1]},"on:end":(e,n)=>{n.data._beginMatch!==e[1]&&n.ignoreMatch()}})}}),N="of and for in not or if then".split(" ");function w(e,n){return n?+n:function(e){return N.includes(e.toLowerCase())}(e)?0:1}const R=t,y=r,{nodeStream:k,mergeStreams:O}=i,M=Symbol("nomatch");return function(t){var a=[],i={},s={},o=[],l=!0,c=/(^(<[^>]+>|\t|)+|\n)/gm,g="Could not find the language '{}', did you forget to load/include a language module?";const h={disableAutodetect:!0,name:"Plain text",contains:[]};var f={noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:null,__emitter:u};function p(e){return f.noHighlightRe.test(e)}function b(e,n,t,r){var a={code:n,language:e};S("before:highlight",a);var i=a.result?a.result:m(a.language,a.code,t,r);return i.code=a.code,S("after:highlight",i),i}function m(e,t,a,s){var o=t;function c(e,n){var t=E.case_insensitive?n[0].toLowerCase():n[0];return Object.prototype.hasOwnProperty.call(e.keywords,t)&&e.keywords[t]}function u(){null!=y.subLanguage?function(){if(""!==A){var e=null;if("string"==typeof y.subLanguage){if(!i[y.subLanguage])return void O.addText(A);e=m(y.subLanguage,A,!0,k[y.subLanguage]),k[y.subLanguage]=e.top}else e=v(A,y.subLanguage.length?y.subLanguage:null);y.relevance>0&&(I+=e.relevance),O.addSublanguage(e.emitter,e.language)}}():function(){if(!y.keywords)return void O.addText(A);let e=0;y.keywordPatternRe.lastIndex=0;let n=y.keywordPatternRe.exec(A),t="";for(;n;){t+=A.substring(e,n.index);const r=c(y,n);if(r){const[e,a]=r;O.addText(t),t="",I+=a,O.addKeyword(n[0],e)}else t+=n[0];e=y.keywordPatternRe.lastIndex,n=y.keywordPatternRe.exec(A)}t+=A.substr(e),O.addText(t)}(),A=""}function h(e){return e.className&&O.openNode(e.className),y=Object.create(e,{parent:{value:y}})}function p(e){return 0===y.matcher.regexIndex?(A+=e[0],1):(L=!0,0)}var b={};function x(t,r){var i=r&&r[0];if(A+=t,null==i)return u(),0;if("begin"===b.type&&"end"===r.type&&b.index===r.index&&""===i){if(A+=o.slice(r.index,r.index+1),!l){const n=Error("0 width match regex");throw n.languageName=e,n.badRule=b.rule,n}return 1}if(b=r,"begin"===r.type)return function(e){var t=e[0],r=e.rule;const a=new n(r),i=[r.__beforeBegin,r["on:begin"]];for(const n of i)if(n&&(n(e,a),a.ignore))return p(t);return r&&r.endSameAsBegin&&(r.endRe=RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")),r.skip?A+=t:(r.excludeBegin&&(A+=t),u(),r.returnBegin||r.excludeBegin||(A=t)),h(r),r.returnBegin?0:t.length}(r);if("illegal"===r.type&&!a){const e=Error('Illegal lexeme "'+i+'" for mode "'+(y.className||"")+'"');throw e.mode=y,e}if("end"===r.type){var s=function(e){var t=e[0],r=o.substr(e.index),a=function e(t,r,a){let i=function(e,n){var t=e&&e.exec(n);return t&&0===t.index}(t.endRe,a);if(i){if(t["on:end"]){const e=new n(t);t["on:end"](r,e),e.ignore&&(i=!1)}if(i){for(;t.endsParent&&t.parent;)t=t.parent;return t}}if(t.endsWithParent)return e(t.parent,r,a)}(y,e,r);if(!a)return M;var i=y;i.skip?A+=t:(i.returnEnd||i.excludeEnd||(A+=t),u(),i.excludeEnd&&(A=t));do{y.className&&O.closeNode(),y.skip||y.subLanguage||(I+=y.relevance),y=y.parent}while(y!==a.parent);return a.starts&&(a.endSameAsBegin&&(a.starts.endRe=a.endRe),h(a.starts)),i.returnEnd?0:t.length}(r);if(s!==M)return s}if("illegal"===r.type&&""===i)return 1;if(B>1e5&&B>3*r.index)throw Error("potential infinite loop, way more iterations than matches");return A+=i,i.length}var E=T(e);if(!E)throw console.error(g.replace("{}",e)),Error('Unknown language: "'+e+'"');var _=function(e){function n(n,t){return RegExp(d(n),"m"+(e.case_insensitive?"i":"")+(t?"g":""))}class t{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(e,n){n.position=this.position++,this.matchIndexes[this.matchAt]=n,this.regexes.push([n,e]),this.matchAt+=function(e){return RegExp(e.toString()+"|").exec("").length-1}(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const e=this.regexes.map(e=>e[1]);this.matcherRe=n(function(e,n="|"){for(var t=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./,r=0,a="",i=0;i0&&(a+=n),a+="(";o.length>0;){var l=t.exec(o);if(null==l){a+=o;break}a+=o.substring(0,l.index),o=o.substring(l.index+l[0].length),"\\"===l[0][0]&&l[1]?a+="\\"+(+l[1]+s):(a+=l[0],"("===l[0]&&r++)}a+=")"}return a}(e),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex;const n=this.matcherRe.exec(e);if(!n)return null;const t=n.findIndex((e,n)=>n>0&&void 0!==e),r=this.matchIndexes[t];return n.splice(0,t),Object.assign(n,r)}}class a{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){if(this.multiRegexes[e])return this.multiRegexes[e];const n=new t;return this.rules.slice(e).forEach(([e,t])=>n.addRule(e,t)),n.compile(),this.multiRegexes[e]=n,n}considerAll(){this.regexIndex=0}addRule(e,n){this.rules.push([e,n]),"begin"===n.type&&this.count++}exec(e){const n=this.getMatcher(this.regexIndex);n.lastIndex=this.lastIndex;const t=n.exec(e);return t&&(this.regexIndex+=t.position+1,this.regexIndex===this.count&&(this.regexIndex=0)),t}}function i(e,n){const t=e.input[e.index-1],r=e.input[e.index+e[0].length];"."!==t&&"."!==r||n.ignoreMatch()}if(e.contains&&e.contains.includes("self"))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return function t(s,o){const l=s;if(s.compiled)return l;s.compiled=!0,s.__beforeBegin=null,s.keywords=s.keywords||s.beginKeywords;let c=null;if("object"==typeof s.keywords&&(c=s.keywords.$pattern,delete s.keywords.$pattern),s.keywords&&(s.keywords=function(e,n){var t={};return"string"==typeof e?r("keyword",e):Object.keys(e).forEach((function(n){r(n,e[n])})),t;function r(e,r){n&&(r=r.toLowerCase()),r.split(" ").forEach((function(n){var r=n.split("|");t[r[0]]=[e,w(r[0],r[1])]}))}}(s.keywords,e.case_insensitive)),s.lexemes&&c)throw Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ");return l.keywordPatternRe=n(s.lexemes||c||/\w+/,!0),o&&(s.beginKeywords&&(s.begin="\\b("+s.beginKeywords.split(" ").join("|")+")(?=\\b|\\s)",s.__beforeBegin=i),s.begin||(s.begin=/\B|\b/),l.beginRe=n(s.begin),s.endSameAsBegin&&(s.end=s.begin),s.end||s.endsWithParent||(s.end=/\B|\b/),s.end&&(l.endRe=n(s.end)),l.terminator_end=d(s.end)||"",s.endsWithParent&&o.terminator_end&&(l.terminator_end+=(s.end?"|":"")+o.terminator_end)),s.illegal&&(l.illegalRe=n(s.illegal)),void 0===s.relevance&&(s.relevance=1),s.contains||(s.contains=[]),s.contains=[].concat(...s.contains.map((function(e){return function(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map((function(n){return r(e,{variants:null},n)}))),e.cached_variants?e.cached_variants:function e(n){return!!n&&(n.endsWithParent||e(n.starts))}(e)?r(e,{starts:e.starts?r(e.starts):null}):Object.isFrozen(e)?r(e):e}("self"===e?s:e)}))),s.contains.forEach((function(e){t(e,l)})),s.starts&&t(s.starts,o),l.matcher=function(e){const n=new a;return e.contains.forEach(e=>n.addRule(e.begin,{rule:e,type:"begin"})),e.terminator_end&&n.addRule(e.terminator_end,{type:"end"}),e.illegal&&n.addRule(e.illegal,{type:"illegal"}),n}(l),l}(e)}(E),N="",y=s||_,k={},O=new f.__emitter(f);!function(){for(var e=[],n=y;n!==E;n=n.parent)n.className&&e.unshift(n.className);e.forEach(e=>O.openNode(e))}();var A="",I=0,S=0,B=0,L=!1;try{for(y.matcher.considerAll();;){B++,L?L=!1:(y.matcher.lastIndex=S,y.matcher.considerAll());const e=y.matcher.exec(o);if(!e)break;const n=x(o.substring(S,e.index),e);S=e.index+n}return x(o.substr(S)),O.closeAllNodes(),O.finalize(),N=O.toHTML(),{relevance:I,value:N,language:e,illegal:!1,emitter:O,top:y}}catch(n){if(n.message&&n.message.includes("Illegal"))return{illegal:!0,illegalBy:{msg:n.message,context:o.slice(S-100,S+100),mode:n.mode},sofar:N,relevance:0,value:R(o),emitter:O};if(l)return{illegal:!1,relevance:0,value:R(o),emitter:O,language:e,top:y,errorRaised:n};throw n}}function v(e,n){n=n||f.languages||Object.keys(i);var t=function(e){const n={relevance:0,emitter:new f.__emitter(f),value:R(e),illegal:!1,top:h};return n.emitter.addText(e),n}(e),r=t;return n.filter(T).filter(I).forEach((function(n){var a=m(n,e,!1);a.language=n,a.relevance>r.relevance&&(r=a),a.relevance>t.relevance&&(r=t,t=a)})),r.language&&(t.second_best=r),t}function x(e){return f.tabReplace||f.useBR?e.replace(c,e=>"\n"===e?f.useBR?"
    ":e:f.tabReplace?e.replace(/\t/g,f.tabReplace):e):e}function E(e){let n=null;const t=function(e){var n=e.className+" ";n+=e.parentNode?e.parentNode.className:"";const t=f.languageDetectRe.exec(n);if(t){var r=T(t[1]);return r||(console.warn(g.replace("{}",t[1])),console.warn("Falling back to no-highlight mode for this block.",e)),r?t[1]:"no-highlight"}return n.split(/\s+/).find(e=>p(e)||T(e))}(e);if(p(t))return;S("before:highlightBlock",{block:e,language:t}),f.useBR?(n=document.createElement("div")).innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n"):n=e;const r=n.textContent,a=t?b(t,r,!0):v(r),i=k(n);if(i.length){const e=document.createElement("div");e.innerHTML=a.value,a.value=O(i,k(e),r)}a.value=x(a.value),S("after:highlightBlock",{block:e,result:a}),e.innerHTML=a.value,e.className=function(e,n,t){var r=n?s[n]:t,a=[e.trim()];return e.match(/\bhljs\b/)||a.push("hljs"),e.includes(r)||a.push(r),a.join(" ").trim()}(e.className,t,a.language),e.result={language:a.language,re:a.relevance,relavance:a.relevance},a.second_best&&(e.second_best={language:a.second_best.language,re:a.second_best.relevance,relavance:a.second_best.relevance})}const N=()=>{if(!N.called){N.called=!0;var e=document.querySelectorAll("pre code");a.forEach.call(e,E)}};function T(e){return e=(e||"").toLowerCase(),i[e]||i[s[e]]}function A(e,{languageName:n}){"string"==typeof e&&(e=[e]),e.forEach(e=>{s[e]=n})}function I(e){var n=T(e);return n&&!n.disableAutodetect}function S(e,n){var t=e;o.forEach((function(e){e[t]&&e[t](n)}))}Object.assign(t,{highlight:b,highlightAuto:v,fixMarkup:x,highlightBlock:E,configure:function(e){f=y(f,e)},initHighlighting:N,initHighlightingOnLoad:function(){window.addEventListener("DOMContentLoaded",N,!1)},registerLanguage:function(e,n){var r=null;try{r=n(t)}catch(n){if(console.error("Language definition for '{}' could not be registered.".replace("{}",e)),!l)throw n;console.error(n),r=h}r.name||(r.name=e),i[e]=r,r.rawDefinition=n.bind(null,t),r.aliases&&A(r.aliases,{languageName:e})},listLanguages:function(){return Object.keys(i)},getLanguage:T,registerAliases:A,requireLanguage:function(e){var n=T(e);if(n)return n;throw Error("The '{}' language is required, but not loaded.".replace("{}",e))},autoDetection:I,inherit:y,addPlugin:function(e){o.push(e)}}),t.debugMode=function(){l=!1},t.safeMode=function(){l=!0},t.versionString="10.1.1";for(const n in _)"object"==typeof _[n]&&e(_[n]);return Object.assign(t,_),t}({})}();"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs); +hljs.registerLanguage("apache",function(){"use strict";return function(e){var n={className:"number",begin:"\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?"};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"section",begin:"",contains:[n,{className:"number",begin:":\\d{1,5}"},e.inherit(e.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",begin:/\w+/,relevance:0,keywords:{nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},contains:[{className:"meta",begin:"\\s\\[",end:"\\]$"},{className:"variable",begin:"[\\$%]\\{",end:"\\}",contains:["self",{className:"number",begin:"[\\$%]\\d+"}]},n,{className:"number",begin:"\\d+"},e.QUOTE_STRING_MODE]}}],illegal:/\S/}}}()); +hljs.registerLanguage("bash",function(){"use strict";return function(e){const s={};Object.assign(s,{className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{/,end:/\}/,contains:[{begin:/:-/,contains:[s]}]}]});const t={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},n={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,t]};t.contains.push(n);const a={begin:/\$\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,s]},i=e.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10}),c={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b-?[a-z\._]+\b/,keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[i,e.SHEBANG(),c,a,e.HASH_COMMENT_MODE,n,{className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},s]}}}()); +hljs.registerLanguage("c-like",function(){"use strict";return function(e){function t(e){return"(?:"+e+")?"}var n="(decltype\\(auto\\)|"+t("[a-zA-Z_]\\w*::")+"[a-zA-Z_]\\w*"+t("<.*?>")+")",r={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},a={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},i={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},s={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(a,{className:"meta-string"}),{className:"meta-string",begin:/<.*?>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},o={className:"title",begin:t("[a-zA-Z_]\\w*::")+e.IDENT_RE,relevance:0},c=t("[a-zA-Z_]\\w*::")+e.IDENT_RE+"\\s*\\(",l={keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",literal:"true false nullptr NULL"},d=[r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,a],_={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:l,contains:d.concat([{begin:/\(/,end:/\)/,keywords:l,contains:d.concat(["self"]),relevance:0}]),relevance:0},u={className:"function",begin:"("+n+"[\\*&\\s]+)+"+c,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:l,illegal:/[^\w\s\*&:<>]/,contains:[{begin:"decltype\\(auto\\)",keywords:l,relevance:0},{begin:c,returnBegin:!0,contains:[o],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:l,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,i,r,{begin:/\(/,end:/\)/,keywords:l,relevance:0,contains:["self",e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,i,r]}]},r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s]};return{aliases:["c","cc","h","c++","h++","hpp","hh","hxx","cxx"],keywords:l,disableAutodetect:!0,illegal:"",keywords:l,contains:["self",r]},{begin:e.IDENT_RE+"::",keywords:l},{className:"class",beginKeywords:"class struct",end:/[{;:]/,contains:[{begin://,contains:["self"]},e.TITLE_MODE]}]),exports:{preprocessor:s,strings:a,keywords:l}}}}()); +hljs.registerLanguage("c",function(){"use strict";return function(e){var n=e.getLanguage("c-like").rawDefinition();return n.name="C",n.aliases=["c","h"],n}}()); +hljs.registerLanguage("coffeescript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);return function(r){var t={keyword:e.concat(["then","unless","until","loop","by","when","and","or","is","isnt","not"]).filter((e=>n=>!e.includes(n))(["var","const","let","function","static"])).join(" "),literal:n.concat(["yes","no","on","off"]).join(" "),built_in:a.concat(["npm","print"]).join(" ")},i="[A-Za-z$_][0-9A-Za-z$_]*",s={className:"subst",begin:/#\{/,end:/}/,keywords:t},o=[r.BINARY_NUMBER_MODE,r.inherit(r.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[r.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[r.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[r.BACKSLASH_ESCAPE,s]},{begin:/"/,end:/"/,contains:[r.BACKSLASH_ESCAPE,s]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[s,r.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+i},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];s.contains=o;var c=r.inherit(r.TITLE_MODE,{begin:i}),l={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(o)}]};return{name:"CoffeeScript",aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/,contains:o.concat([r.COMMENT("###","###"),r.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+i+"\\s*=\\s*(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[c,l]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:"(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[l]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[c]},c]},{begin:i+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}}()); +hljs.registerLanguage("cpp",function(){"use strict";return function(e){var t=e.getLanguage("c-like").rawDefinition();return t.disableAutodetect=!1,t.name="C++",t.aliases=["cc","c++","h++","hpp","hh","hxx","cxx"],t}}()); +hljs.registerLanguage("csharp",function(){"use strict";return function(e){var n={keyword:"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let nameof on orderby partial remove select set value var when where yield",literal:"null false true"},i=e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),a={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},s={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},t=e.inherit(s,{illegal:/\n/}),l={className:"subst",begin:"{",end:"}",keywords:n},r=e.inherit(l,{illegal:/\n/}),c={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},e.BACKSLASH_ESCAPE,r]},o={className:"string",begin:/\$@"/,end:'"',contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},l]},g=e.inherit(o,{illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},r]});l.contains=[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.C_BLOCK_COMMENT_MODE],r.contains=[g,c,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];var d={variants:[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},E={begin:"<",end:">",contains:[{beginKeywords:"in out"},i]},_=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",b={begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:n,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"\x3c!--|--\x3e"},{begin:""}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},d,a,{beginKeywords:"class interface",end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},i,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",end:/[{;=]/,illegal:/[^\s:]/,contains:[i,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"meta-string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+_+"\\s+)+"+e.IDENT_RE+"\\s*(\\<.+\\>)?\\s*\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:n,contains:[{begin:e.IDENT_RE+"\\s*(\\<.+\\>)?\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE,E],relevance:0},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,relevance:0,contains:[d,a,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},b]}}}()); +hljs.registerLanguage("css",function(){"use strict";return function(e){var n={begin:/(?:[A-Z\_\.\-]+|--[a-zA-Z0-9_-]+)\s*:/,returnBegin:!0,end:";",endsWithParent:!0,contains:[{className:"attribute",begin:/\S/,end:":",excludeEnd:!0,starts:{endsWithParent:!0,excludeEnd:!0,contains:[{begin:/[\w-]+\(/,returnBegin:!0,contains:[{className:"built_in",begin:/[\w-]+/},{begin:/\(/,end:/\)/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",begin:"#[0-9A-Fa-f]+"},{className:"meta",begin:"!important"}]}}]};return{name:"CSS",case_insensitive:!0,illegal:/[=\/|'\$]/,contains:[e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/},{className:"selector-class",begin:/\.[A-Za-z0-9_-]+/},{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"@(page|font-face)",lexemes:"@[a-z-]+",keywords:"@page @font-face"},{begin:"@",end:"[{;]",illegal:/:/,returnBegin:!0,contains:[{className:"keyword",begin:/@\-?\w[\w]*(\-\w+)*/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:"and or not only",contains:[{begin:/[a-z-]+:/,className:"attribute"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0},{begin:"{",end:"}",illegal:/\S/,contains:[e.C_BLOCK_COMMENT_MODE,n]}]}}}()); +hljs.registerLanguage("diff",function(){"use strict";return function(e){return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{begin:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{begin:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{className:"comment",variants:[{begin:/Index: /,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^\-{3}/,end:/$/},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/^\*{15}$/}]},{className:"addition",begin:"^\\+",end:"$"},{className:"deletion",begin:"^\\-",end:"$"},{className:"addition",begin:"^\\!",end:"$"}]}}}()); +hljs.registerLanguage("go",function(){"use strict";return function(e){var n={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{name:"Go",aliases:["golang"],keywords:n,illegal:"e(n)).join("")}return function(a){var s={className:"number",relevance:0,variants:[{begin:/([\+\-]+)?[\d]+_[\d_]+/},{begin:a.NUMBER_RE}]},i=a.COMMENT();i.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];var t={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)}/}]},r={className:"literal",begin:/\bon|off|true|false|yes|no\b/},l={className:"string",contains:[a.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},c={begin:/\[/,end:/\]/,contains:[i,r,t,l,s,"self"],relevance:0},g="("+[/[A-Za-z0-9_-]+/,/"(\\"|[^"])*"/,/'[^']*'/].map(n=>e(n)).join("|")+")";return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[i,{className:"section",begin:/\[+/,end:/\]+/},{begin:n(g,"(\\s*\\.\\s*",g,")*",n("(?=",/\s*=\s*[^#\s]/,")")),className:"attr",starts:{end:/$/,contains:[i,c,r,t,l,s]}}]}}}()); +hljs.registerLanguage("java",function(){"use strict";function e(e){return e?"string"==typeof e?e:e.source:null}function n(e){return a("(",e,")?")}function a(...n){return n.map(n=>e(n)).join("")}function s(...n){return"("+n.map(n=>e(n)).join("|")+")"}return function(e){var t="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",i={className:"meta",begin:"@[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},r=e=>a("[",e,"]+([",e,"_]*[",e,"]+)?"),c={className:"number",variants:[{begin:`\\b(0[bB]${r("01")})[lL]?`},{begin:`\\b(0${r("0-7")})[dDfFlL]?`},{begin:a(/\b0[xX]/,s(a(r("a-fA-F0-9"),/\./,r("a-fA-F0-9")),a(r("a-fA-F0-9"),/\.?/),a(/\./,r("a-fA-F0-9"))),/([pP][+-]?(\d+))?/,/[fFdDlL]?/)},{begin:a(/\b/,s(a(/\d*\./,r("\\d")),r("\\d")),/[eE][+-]?[\d]+[dDfF]?/)},{begin:a(/\b/,r(/\d/),n(/\.?/),n(r(/\d/)),/[dDfFlL]?/)}],relevance:0};return{name:"Java",aliases:["jsp"],keywords:t,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"new throw return else",relevance:0},{className:"function",begin:"([À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(<[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(\\s*,\\s*[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*)*>)?\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:t,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:t,relevance:0,contains:[i,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},c,i]}}}()); +hljs.registerLanguage("javascript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function s(e){return r("(?=",e,")")}function r(...e){return e.map(e=>(function(e){return e?"string"==typeof e?e:e.source:null})(e)).join("")}return function(t){var i="[A-Za-z$_][0-9A-Za-z$_]*",c={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/},o={$pattern:"[A-Za-z$_][0-9A-Za-z$_]*",keyword:e.join(" "),literal:n.join(" "),built_in:a.join(" ")},l={className:"number",variants:[{begin:"\\b(0[bB][01]+)n?"},{begin:"\\b(0[oO][0-7]+)n?"},{begin:t.C_NUMBER_RE+"n?"}],relevance:0},E={className:"subst",begin:"\\$\\{",end:"\\}",keywords:o,contains:[]},d={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[t.BACKSLASH_ESCAPE,E],subLanguage:"xml"}},g={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[t.BACKSLASH_ESCAPE,E],subLanguage:"css"}},u={className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,E]};E.contains=[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,d,g,u,l,t.REGEXP_MODE];var b=E.contains.concat([{begin:/\(/,end:/\)/,contains:["self"].concat(E.contains,[t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE])},t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE]),_={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:b};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:o,contains:[t.SHEBANG({binary:"node",relevance:5}),{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,d,g,u,t.C_LINE_COMMENT_MODE,t.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+",contains:[{className:"type",begin:"\\{",end:"\\}",relevance:0},{className:"variable",begin:i+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),t.C_BLOCK_COMMENT_MODE,l,{begin:r(/[{,\n]\s*/,s(r(/(((\/\/.*)|(\/\*(.|\n)*\*\/))\s*)*/,i+"\\s*:"))),relevance:0,contains:[{className:"attr",begin:i+s("\\s*:"),relevance:0}]},{begin:"("+t.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{className:"function",begin:"(\\([^(]*(\\([^(]*(\\([^(]*\\))?\\))?\\)|"+t.UNDERSCORE_IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t.UNDERSCORE_IDENT_RE},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:o,contains:b}]}]},{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{variants:[{begin:"<>",end:""},{begin:c.begin,end:c.end}],subLanguage:"xml",contains:[{begin:c.begin,end:c.end,skip:!0,contains:["self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{begin:i}),_],illegal:/\[|%/},{begin:/\$[(.]/},t.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0},{begin:"(get|set)\\s+(?="+i+"\\()",end:/{/,keywords:"get set",contains:[t.inherit(t.TITLE_MODE,{begin:i}),{begin:/\(\)/},_]}],illegal:/#(?!!)/}}}()); +hljs.registerLanguage("json",function(){"use strict";return function(n){var e={literal:"true false null"},i=[n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],t=[n.QUOTE_STRING_MODE,n.C_NUMBER_MODE],a={end:",",endsWithParent:!0,excludeEnd:!0,contains:t,keywords:e},l={begin:"{",end:"}",contains:[{className:"attr",begin:/"/,end:/"/,contains:[n.BACKSLASH_ESCAPE],illegal:"\\n"},n.inherit(a,{begin:/:/})].concat(i),illegal:"\\S"},s={begin:"\\[",end:"\\]",contains:[n.inherit(a)],illegal:"\\S"};return t.push(l,s),i.forEach((function(n){t.push(n)})),{name:"JSON",contains:t,keywords:e,illegal:"\\S"}}}()); +hljs.registerLanguage("kotlin",function(){"use strict";return function(e){var n={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual trait volatile transient native default",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},a={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},i={className:"subst",begin:"\\${",end:"}",contains:[e.C_NUMBER_MODE]},s={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},t={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[s,i]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,s,i]}]};i.contains.push(t);var r={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},l={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(t,{className:"meta-string"})]}]},c=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),o={variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},d=o;return d.variants[1].contains=[o],o.variants[1].contains=[d],{name:"Kotlin",aliases:["kt"],keywords:n,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,c,{className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},a,r,l,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:n,illegal:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[o,e.C_LINE_COMMENT_MODE,c],relevance:0},e.C_LINE_COMMENT_MODE,c,r,l,t,e.C_NUMBER_MODE]},c]},{className:"class",beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,excludeBegin:!0,returnEnd:!0},r,l]},t,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},{className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0}]}}}()); +hljs.registerLanguage("less",function(){"use strict";return function(e){var n="([\\w-]+|@{[\\w-]+})",a=[],s=[],t=function(e){return{className:"string",begin:"~?"+e+".*?"+e}},r=function(e,n,a){return{className:e,begin:n,relevance:a}},i={begin:"\\(",end:"\\)",contains:s,relevance:0};s.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t("'"),t('"'),e.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},r("number","#[0-9A-Fa-f]+\\b"),i,r("variable","@@?[\\w-]+",10),r("variable","@{[\\w-]+}"),r("built_in","~?`[^`]*?`"),{className:"attribute",begin:"[\\w-]+\\s*:",end:":",returnBegin:!0,excludeEnd:!0},{className:"meta",begin:"!important"});var c=s.concat({begin:"{",end:"}",contains:a}),l={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(s)},o={begin:n+"\\s*:",returnBegin:!0,end:"[;}]",relevance:0,contains:[{className:"attribute",begin:n,end:":",excludeEnd:!0,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:s}}]},g={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",returnEnd:!0,contains:s,relevance:0}},d={className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{begin:"@[\\w-]+"}],starts:{end:"[;}]",returnEnd:!0,contains:c}},b={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:n,end:"{"}],returnBegin:!0,returnEnd:!0,illegal:"[<='$\"]",relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,l,r("keyword","all\\b"),r("variable","@{[\\w-]+}"),r("selector-tag",n+"%?",0),r("selector-id","#"+n),r("selector-class","\\."+n,0),r("selector-tag","&",0),{className:"selector-attr",begin:"\\[",end:"\\]"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"\\(",end:"\\)",contains:c},{begin:"!important"}]};return a.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,g,d,o,b),{name:"Less",case_insensitive:!0,illegal:"[=>'/<($\"]",contains:a}}}()); +hljs.registerLanguage("lua",function(){"use strict";return function(e){var t={begin:"\\[=*\\[",end:"\\]=*\\]",contains:["self"]},a=[e.COMMENT("--(?!\\[=*\\[)","$"),e.COMMENT("--\\[=*\\[","\\]=*\\]",{contains:[t],relevance:10})];return{name:"Lua",keywords:{$pattern:e.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:a.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:a}].concat(a)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\[=*\\[",end:"\\]=*\\]",contains:[t],relevance:5}])}}}()); +hljs.registerLanguage("makefile",function(){"use strict";return function(e){var i={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[a,i,t,s,{begin:"\\[",end:"\\]",contains:[{className:"meta",begin:"",contains:[a,s,i,t]}]}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},n,{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{className:"tag",begin:")",end:">",keywords:{name:"style"},contains:[c],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:")",end:">",keywords:{name:"script"},contains:[c],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},c]}]}}}()); +hljs.registerLanguage("markdown",function(){"use strict";return function(n){const e={begin:"<",end:">",subLanguage:"xml",relevance:0},a={begin:"\\[.+?\\][\\(\\[].*?[\\)\\]]",returnBegin:!0,contains:[{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0,relevance:0},{className:"link",begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}],relevance:10},i={className:"strong",contains:[],variants:[{begin:/_{2}/,end:/_{2}/},{begin:/\*{2}/,end:/\*{2}/}]},s={className:"emphasis",contains:[],variants:[{begin:/\*(?!\*)/,end:/\*/},{begin:/_(?!_)/,end:/_/,relevance:0}]};i.contains.push(s),s.contains.push(i);var c=[e,a];return i.contains=i.contains.concat(c),s.contains=s.contains.concat(c),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:c=c.concat(i,s)},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:c}]}]},e,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},i,s,{className:"quote",begin:"^>\\s+",contains:c,end:"$"},{className:"code",variants:[{begin:"(`{3,})(.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})(.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},a,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}}()); +hljs.registerLanguage("nginx",function(){"use strict";return function(e){var n={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{/,end:/}/},{begin:"[\\$\\@]"+e.UNDERSCORE_IDENT_RE}]},a={endsWithParent:!0,keywords:{$pattern:"[a-z/_]+",literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},relevance:0,illegal:"=>",contains:[e.HASH_COMMENT_MODE,{className:"string",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[n]},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:"\\s\\^",end:"\\s|{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]*\\b",relevance:0},n]};return{name:"Nginx config",aliases:["nginxconf"],contains:[e.HASH_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE+"\\s+{",returnBegin:!0,end:"{",contains:[{className:"section",begin:e.UNDERSCORE_IDENT_RE}],relevance:0},{begin:e.UNDERSCORE_IDENT_RE+"\\s",end:";|{",returnBegin:!0,contains:[{className:"attribute",begin:e.UNDERSCORE_IDENT_RE,starts:a}],relevance:0}],illegal:"[^\\s\\}]"}}}()); +hljs.registerLanguage("objectivec",function(){"use strict";return function(e){var n=/[a-zA-Z@][a-zA-Z0-9_]*/,_={$pattern:n,keyword:"@interface @class @protocol @implementation"};return{name:"Objective-C",aliases:["mm","objc","obj-c"],keywords:{$pattern:n,keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},illegal:"/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+_.keyword.split(" ").join("|")+")\\b",end:"({|$)",excludeEnd:!0,keywords:_,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}}()); +hljs.registerLanguage("perl",function(){"use strict";return function(e){var n={$pattern:/[\w.]+/,keyword:"getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qq fileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmget sub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedir ioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when"},t={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:n},s={begin:"->{",end:"}"},r={variants:[{begin:/\$\d/},{begin:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{begin:/[\$%@][^\s\w{]/,relevance:0}]},i=[e.BACKSLASH_ESCAPE,t,r],a=[r,e.HASH_COMMENT_MODE,e.COMMENT("^\\=\\w","\\=cut",{endsWithParent:!0}),s,{className:"string",contains:i,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*\\<",end:"\\>",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"{\\w+}",contains:[],relevance:0},{begin:"-?\\w+\\s*\\=\\>",contains:[],relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",begin:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",relevance:10},{className:"regexp",begin:"(m|qr)?/",end:"/[a-z]*",contains:[e.BACKSLASH_ESCAPE],relevance:0}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return t.contains=a,s.contains=a,{name:"Perl",aliases:["pl","pm"],keywords:n,contains:a}}}()); +hljs.registerLanguage("php",function(){"use strict";return function(e){var r={begin:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"},t={className:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?[=]?/},{begin:/\?>/}]},a={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},n={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},i={keyword:"__CLASS__ __DIR__ __FILE__ __FUNCTION__ __LINE__ __METHOD__ __NAMESPACE__ __TRAIT__ die echo exit include include_once print require require_once array abstract and as binary bool boolean break callable case catch class clone const continue declare default do double else elseif empty enddeclare endfor endforeach endif endswitch endwhile eval extends final finally float for foreach from global goto if implements instanceof insteadof int integer interface isset iterable list new object or private protected public real return string switch throw trait try unset use var void while xor yield",literal:"false null true",built_in:"Error|0 AppendIterator ArgumentCountError ArithmeticError ArrayIterator ArrayObject AssertionError BadFunctionCallException BadMethodCallException CachingIterator CallbackFilterIterator CompileError Countable DirectoryIterator DivisionByZeroError DomainException EmptyIterator ErrorException Exception FilesystemIterator FilterIterator GlobIterator InfiniteIterator InvalidArgumentException IteratorIterator LengthException LimitIterator LogicException MultipleIterator NoRewindIterator OutOfBoundsException OutOfRangeException OuterIterator OverflowException ParentIterator ParseError RangeException RecursiveArrayIterator RecursiveCachingIterator RecursiveCallbackFilterIterator RecursiveDirectoryIterator RecursiveFilterIterator RecursiveIterator RecursiveIteratorIterator RecursiveRegexIterator RecursiveTreeIterator RegexIterator RuntimeException SeekableIterator SplDoublyLinkedList SplFileInfo SplFileObject SplFixedArray SplHeap SplMaxHeap SplMinHeap SplObjectStorage SplObserver SplObserver SplPriorityQueue SplQueue SplStack SplSubject SplSubject SplTempFileObject TypeError UnderflowException UnexpectedValueException ArrayAccess Closure Generator Iterator IteratorAggregate Serializable Throwable Traversable WeakReference Directory __PHP_Incomplete_Class parent php_user_filter self static stdClass"};return{aliases:["php","php3","php4","php5","php6","php7"],case_insensitive:!0,keywords:i,contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[t]}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler"}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;?$/,contains:[e.BACKSLASH_ESCAPE,{className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]}]},t,{className:"keyword",begin:/\$this\b/},r,{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:i,contains:["self",r,e.C_BLOCK_COMMENT_MODE,a,n]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},a,n]}}}()); +hljs.registerLanguage("php-template",function(){"use strict";return function(n){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},n.inherit(n.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),n.inherit(n.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}}()); +hljs.registerLanguage("plaintext",function(){"use strict";return function(t){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}}()); +hljs.registerLanguage("properties",function(){"use strict";return function(e){var n="[ \\t\\f]*",t="("+n+"[:=]"+n+"|[ \\t\\f]+)",a="([^\\\\:= \\t\\f\\n]|\\\\.)+",s={end:t,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\n"}]}};return{name:".properties",case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT("^\\s*[!#]","$"),{begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+"+t,returnBegin:!0,contains:[{className:"attr",begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",endsParent:!0,relevance:0}],starts:s},{begin:a+t,returnBegin:!0,relevance:0,contains:[{className:"meta",begin:a,endsParent:!0,relevance:0}],starts:s},{className:"attr",relevance:0,begin:a+n+"$"}]}}}()); +hljs.registerLanguage("python",function(){"use strict";return function(e){var n={keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10",built_in:"Ellipsis NotImplemented",literal:"False None True"},a={className:"meta",begin:/^(>>>|\.\.\.) /},i={className:"subst",begin:/\{/,end:/\}/,keywords:n,illegal:/#/},s={begin:/\{\{/,relevance:0},r={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(fr|rf|f)'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a,s,i]},{begin:/(fr|rf|f)"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,s,i]},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},{begin:/(fr|rf|f)'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,s,i]},{begin:/(fr|rf|f)"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,i]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},l={className:"number",relevance:0,variants:[{begin:e.BINARY_NUMBER_RE+"[lLjJ]?"},{begin:"\\b(0o[0-7]+)[lLjJ]?"},{begin:e.C_NUMBER_RE+"[lLjJ]?"}]},t={className:"params",variants:[{begin:/\(\s*\)/,skip:!0,className:null},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:["self",a,l,r,e.HASH_COMMENT_MODE]}]};return i.contains=[r,l,a],{name:"Python",aliases:["py","gyp","ipython"],keywords:n,illegal:/(<\/|->|\?)|=>/,contains:[a,l,{beginKeywords:"if",relevance:0},r,e.HASH_COMMENT_MODE,{variants:[{className:"function",beginKeywords:"def"},{className:"class",beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/,contains:[e.UNDERSCORE_TITLE_MODE,t,{begin:/->/,endsWithParent:!0,keywords:"None"}]},{className:"meta",begin:/^[\t ]*@/,end:/$/},{begin:/\b(print|exec)\(/}]}}}()); +hljs.registerLanguage("python-repl",function(){"use strict";return function(n){return{aliases:["pycon"],contains:[{className:"meta",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}}()); +hljs.registerLanguage("ruby",function(){"use strict";return function(e){var n="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",a={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},s={className:"doctag",begin:"@[A-Za-z]+"},i={begin:"#<",end:">"},r=[e.COMMENT("#","$",{contains:[s]}),e.COMMENT("^\\=begin","^\\=end",{contains:[s],relevance:10}),e.COMMENT("^__END__","\\n$")],c={className:"subst",begin:"#\\{",end:"}",keywords:a},t={className:"string",contains:[e.BACKSLASH_ESCAPE,c],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[qQwWx]?\\(",end:"\\)"},{begin:"%[qQwWx]?\\[",end:"\\]"},{begin:"%[qQwWx]?{",end:"}"},{begin:"%[qQwWx]?<",end:">"},{begin:"%[qQwWx]?/",end:"/"},{begin:"%[qQwWx]?%",end:"%"},{begin:"%[qQwWx]?-",end:"-"},{begin:"%[qQwWx]?\\|",end:"\\|"},{begin:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/},{begin:/<<[-~]?'?(\w+)(?:.|\n)*?\n\s*\1\b/,returnBegin:!0,contains:[{begin:/<<[-~]?'?/},e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[e.BACKSLASH_ESCAPE,c]})]}]},b={className:"params",begin:"\\(",end:"\\)",endsParent:!0,keywords:a},d=[t,i,{className:"class",beginKeywords:"class module",end:"$|;",illegal:/=/,contains:[e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<\\s*",contains:[{begin:"("+e.IDENT_RE+"::)?"+e.IDENT_RE}]}].concat(r)},{className:"function",beginKeywords:"def",end:"$|;",contains:[e.inherit(e.TITLE_MODE,{begin:n}),b].concat(r)},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[t,{begin:n}],relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{className:"params",begin:/\|/,end:/\|/,keywords:a},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[i,{className:"regexp",contains:[e.BACKSLASH_ESCAPE,c],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r{",end:"}[a-z]*"},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(r),relevance:0}].concat(r);c.contains=d,b.contains=d;var g=[{begin:/^\s*=>/,starts:{end:"$",contains:d}},{className:"meta",begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>)",starts:{end:"$",contains:d}}];return{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:a,illegal:/\/\*/,contains:r.concat(g).concat(d)}}}()); +hljs.registerLanguage("rust",function(){"use strict";return function(e){var n="([ui](8|16|32|64|128|size)|f(32|64))?",t="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!";return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?",keyword:"abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield",literal:"true false Some None Ok Err",built_in:t},illegal:""}]}}}()); +hljs.registerLanguage("scss",function(){"use strict";return function(e){var t={className:"variable",begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b"},i={className:"number",begin:"#[0-9A-Fa-f]+"};return e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"\\#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{className:"selector-tag",begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",relevance:0},{className:"selector-pseudo",begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{className:"selector-pseudo",begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},t,{className:"attribute",begin:"\\b(src|z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",illegal:"[^\\s]"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[t,i,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"meta",begin:"!important"}]},{begin:"@(page|font-face)",lexemes:"@[a-z-]+",keywords:"@page @font-face"},{begin:"@",end:"[{;]",returnBegin:!0,keywords:"and or not only",contains:[{begin:"@[a-z-]+",className:"keyword"},t,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,i,e.CSS_NUMBER_MODE]}]}}}()); +hljs.registerLanguage("shell",function(){"use strict";return function(s){return{name:"Shell Session",aliases:["console"],contains:[{className:"meta",begin:"^\\s{0,3}[/\\w\\d\\[\\]()@-]*[>%$#]",starts:{end:"$",subLanguage:"bash"}}]}}}()); +hljs.registerLanguage("sql",function(){"use strict";return function(e){var t=e.COMMENT("--","$");return{name:"SQL",case_insensitive:!0,illegal:/[<>{}*]/,contains:[{beginKeywords:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment values with",end:/;/,endsWithParent:!0,keywords:{$pattern:/[\w\.]+/,keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias all allocate allow alter always analyze ancillary and anti any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound bucket buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain explode export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour hours http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lateral lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minutes minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second seconds section securefile security seed segment select self semi sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tablesample tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace window with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp tinyint varchar varchar2 varying void"},contains:[{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:'"',end:'"',contains:[{begin:'""'}]},{className:"string",begin:"`",end:"`"},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]},e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]}}}()); +hljs.registerLanguage("swift",function(){"use strict";return function(e){var i={keyword:"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c compactMap contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},n=e.COMMENT("/\\*","\\*/",{contains:["self"]}),t={className:"subst",begin:/\\\(/,end:"\\)",keywords:i,contains:[]},a={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"""/,end:/"""/},{begin:/"/,end:/"/}]},r={className:"number",begin:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",relevance:0};return t.contains=[r],{name:"Swift",keywords:i,contains:[a,e.C_LINE_COMMENT_MODE,n,{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*[!?]"},{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*",relevance:0},r,{className:"function",beginKeywords:"func",end:"{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{begin://},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:i,contains:["self",r,a,e.C_BLOCK_COMMENT_MODE,{begin:":"}],illegal:/["']/}],illegal:/\[|%/},{className:"class",beginKeywords:"struct protocol class extension enum",keywords:i,end:"\\{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/})]},{className:"meta",begin:"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain|@dynamicMemberLookup|@propertyWrapper)\\b"},{beginKeywords:"import",end:/$/,contains:[e.C_LINE_COMMENT_MODE,n]}]}}}()); +hljs.registerLanguage("typescript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);return function(r){var t={$pattern:"[A-Za-z$_][0-9A-Za-z$_]*",keyword:e.concat(["type","namespace","typedef","interface","public","private","protected","implements","declare","abstract","readonly"]).join(" "),literal:n.join(" "),built_in:a.concat(["any","void","number","boolean","string","object","never","enum"]).join(" ")},s={className:"meta",begin:"@[A-Za-z$_][0-9A-Za-z$_]*"},i={className:"number",variants:[{begin:"\\b(0[bB][01]+)n?"},{begin:"\\b(0[oO][0-7]+)n?"},{begin:r.C_NUMBER_RE+"n?"}],relevance:0},o={className:"subst",begin:"\\$\\{",end:"\\}",keywords:t,contains:[]},c={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,o],subLanguage:"xml"}},l={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,o],subLanguage:"css"}},E={className:"string",begin:"`",end:"`",contains:[r.BACKSLASH_ESCAPE,o]};o.contains=[r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,c,l,E,i,r.REGEXP_MODE];var d={begin:"\\(",end:/\)/,keywords:t,contains:["self",r.QUOTE_STRING_MODE,r.APOS_STRING_MODE,r.NUMBER_MODE]},u={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:[r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,s,d]};return{name:"TypeScript",aliases:["ts"],keywords:t,contains:[r.SHEBANG(),{className:"meta",begin:/^\s*['"]use strict['"]/},r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,c,l,E,r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,i,{begin:"("+r.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,r.REGEXP_MODE,{className:"function",begin:"(\\([^(]*(\\([^(]*(\\([^(]*\\))?\\))?\\)|"+r.UNDERSCORE_IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:r.UNDERSCORE_IDENT_RE},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:d.contains}]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/[\{;]/,excludeEnd:!0,keywords:t,contains:["self",r.inherit(r.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"}),u],illegal:/%/,relevance:0},{beginKeywords:"constructor",end:/[\{;]/,excludeEnd:!0,contains:["self",u]},{begin:/module\./,keywords:{built_in:"module"},relevance:0},{beginKeywords:"module",end:/\{/,excludeEnd:!0},{beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:"interface extends"},{begin:/\$[(.]/},{begin:"\\."+r.IDENT_RE,relevance:0},s,d]}}}()); +hljs.registerLanguage("yaml",function(){"use strict";return function(e){var n="true false yes no null",a="[\\w#;/?:@&=+$,.~*\\'()[\\]]+",s={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]}]},i=e.inherit(s,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),l={end:",",endsWithParent:!0,excludeEnd:!0,contains:[],keywords:n,relevance:0},t={begin:"{",end:"}",contains:[l],illegal:"\\n",relevance:0},g={begin:"\\[",end:"\\]",contains:[l],illegal:"\\n",relevance:0},b=[{className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>]([0-9]?[+-])?[ ]*\\n( *)[\\S ]+\\n(\\2[\\S ]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+a},{className:"type",begin:"!<"+a+">"},{className:"type",begin:"!"+a},{className:"type",begin:"!!"+a},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"\\-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{className:"number",begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b"},{className:"number",begin:e.C_NUMBER_RE+"\\b"},t,g,s],c=[...b];return c.pop(),c.push(i),l.contains=c,{name:"YAML",case_insensitive:!0,aliases:["yml","YAML"],contains:b}}}()); +hljs.registerLanguage("armasm",function(){"use strict";return function(s){const e={variants:[s.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0}),s.COMMENT("[;@]","$",{relevance:0}),s.C_LINE_COMMENT_MODE,s.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+s.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?(?=\\s)"},e,s.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[ \\t]*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"[=#]\\w+"}],relevance:0}]}}}()); +hljs.registerLanguage("d",function(){"use strict";return function(e){var a={$pattern:e.UNDERSCORE_IDENT_RE,keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},d="((0|[1-9][\\d_]*)|0[bB][01_]+|0[xX]([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))",n="\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",t={className:"number",begin:"\\b"+d+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},_={className:"number",begin:"\\b(((0[xX](([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)\\.([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)|\\.?([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))[pP][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))|((0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(\\.\\d*|([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)))|\\d+\\.(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)|\\.(0|[1-9][\\d_]*)([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))?))([fF]|L|i|[fF]i|Li)?|"+d+"(i|[fF]i|Li))",relevance:0},r={className:"string",begin:"'("+n+"|.)",end:"'",illegal:"."},i={className:"string",begin:'"',contains:[{begin:n,relevance:0}],end:'"[cwd]?'},s=e.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:a,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,{className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},i,{className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},{className:"string",begin:"`",end:"`[cwd]?"},{className:"string",begin:'q"\\{',end:'\\}"'},_,t,r,{className:"meta",begin:"^#!",end:"$",relevance:5},{className:"meta",begin:"#(line)",end:"$",relevance:5},{className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"}]}}}()); +hljs.registerLanguage("handlebars",function(){"use strict";function e(...e){return e.map(e=>(function(e){return e?"string"==typeof e?e:e.source:null})(e)).join("")}return function(n){const a={"builtin-name":"action bindattr collection component concat debugger each each-in get hash if in input link-to loc log lookup mut outlet partial query-params render template textarea unbound unless view with yield"},t=/\[.*?\]/,s=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,i=e("(",/'.*?'/,"|",/".*?"/,"|",t,"|",s,"|",/\.|\//,")+"),r=e("(",t,"|",s,")(?==)"),l={begin:i,lexemes:/[\w.\/]+/},c=n.inherit(l,{keywords:{literal:"true false undefined null"}}),o={begin:/\(/,end:/\)/},m={className:"attr",begin:r,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[n.NUMBER_MODE,n.QUOTE_STRING_MODE,n.APOS_STRING_MODE,c,o]}}},d={contains:[n.NUMBER_MODE,n.QUOTE_STRING_MODE,n.APOS_STRING_MODE,{begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},m,c,o],returnEnd:!0},g=n.inherit(l,{className:"name",keywords:a,starts:n.inherit(d,{end:/\)/})});o.contains=[g];const u=n.inherit(l,{keywords:a,className:"name",starts:n.inherit(d,{end:/}}/})}),b=n.inherit(l,{keywords:a,className:"name"}),h=n.inherit(l,{className:"name",keywords:a,starts:n.inherit(d,{end:/}}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},n.COMMENT(/\{\{!--/,/--\}\}/),n.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[u],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[b]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[u]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[b]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[h]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[h]}]}}}()); +hljs.registerLanguage("haskell",function(){"use strict";return function(e){var n={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},i={className:"meta",begin:"{-#",end:"#-}"},a={className:"meta",begin:"^#",end:"$"},s={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},l={begin:"\\(",end:"\\)",illegal:'"',contains:[i,a,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TITLE_MODE,{begin:"[_a-z][\\w']*"}),n]};return{name:"Haskell",aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[l,n],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[l,n],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[s,l,n]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[i,s,l,{begin:"{",end:"}",contains:l.contains},n]},{beginKeywords:"default",end:"$",contains:[s,l,n]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,n]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[s,e.QUOTE_STRING_MODE,n]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},i,a,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,s,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),n,{begin:"->|<-"}]}}}()); +hljs.registerLanguage("julia",function(){"use strict";return function(e){var r="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",t={$pattern:r,keyword:"in isa where baremodule begin break catch ccall const continue do else elseif end export false finally for function global if import importall let local macro module quote return true try using while type immutable abstract bitstype typealias ",literal:"true false ARGS C_NULL DevNull ENDIAN_BOM ENV I Inf Inf16 Inf32 Inf64 InsertionSort JULIA_HOME LOAD_PATH MergeSort NaN NaN16 NaN32 NaN64 PROGRAM_FILE QuickSort RoundDown RoundFromZero RoundNearest RoundNearestTiesAway RoundNearestTiesUp RoundToZero RoundUp STDERR STDIN STDOUT VERSION catalan e|0 eu|0 eulergamma golden im nothing pi γ π φ ",built_in:"ANY AbstractArray AbstractChannel AbstractFloat AbstractMatrix AbstractRNG AbstractSerializer AbstractSet AbstractSparseArray AbstractSparseMatrix AbstractSparseVector AbstractString AbstractUnitRange AbstractVecOrMat AbstractVector Any ArgumentError Array AssertionError Associative Base64DecodePipe Base64EncodePipe Bidiagonal BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError BufferStream CachingPool CapturedException CartesianIndex CartesianRange Cchar Cdouble Cfloat Channel Char Cint Cintmax_t Clong Clonglong ClusterManager Cmd CodeInfo Colon Complex Complex128 Complex32 Complex64 CompositeException Condition ConjArray ConjMatrix ConjVector Cptrdiff_t Cshort Csize_t Cssize_t Cstring Cuchar Cuint Cuintmax_t Culong Culonglong Cushort Cwchar_t Cwstring DataType Date DateFormat DateTime DenseArray DenseMatrix DenseVecOrMat DenseVector Diagonal Dict DimensionMismatch Dims DirectIndexString Display DivideError DomainError EOFError EachLine Enum Enumerate ErrorException Exception ExponentialBackOff Expr Factorization FileMonitor Float16 Float32 Float64 Function Future GlobalRef GotoNode HTML Hermitian IO IOBuffer IOContext IOStream IPAddr IPv4 IPv6 IndexCartesian IndexLinear IndexStyle InexactError InitError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException InvalidStateException Irrational KeyError LabelNode LinSpace LineNumberNode LoadError LowerTriangular MIME Matrix MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode NullException Nullable Number ObjectIdDict OrdinalRange OutOfMemoryError OverflowError Pair ParseError PartialQuickSort PermutedDimsArray Pipe PollingFileWatcher ProcessExitedException Ptr QuoteNode RandomDevice Range RangeIndex Rational RawFD ReadOnlyMemoryError Real ReentrantLock Ref Regex RegexMatch RemoteChannel RemoteException RevString RoundingMode RowVector SSAValue SegmentationFault SerializationState Set SharedArray SharedMatrix SharedVector Signed SimpleVector Slot SlotNumber SparseMatrixCSC SparseVector StackFrame StackOverflowError StackTrace StepRange StepRangeLen StridedArray StridedMatrix StridedVecOrMat StridedVector String SubArray SubString SymTridiagonal Symbol Symmetric SystemError TCPSocket Task Text TextDisplay Timer Tridiagonal Tuple Type TypeError TypeMapEntry TypeMapLevel TypeName TypeVar TypedSlot UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UndefRefError UndefVarError UnicodeError UniformScaling Union UnionAll UnitRange Unsigned UpperTriangular Val Vararg VecElement VecOrMat Vector VersionNumber Void WeakKeyDict WeakRef WorkerConfig WorkerPool "},a={keywords:t,illegal:/<\//},n={className:"subst",begin:/\$\(/,end:/\)/,keywords:t},o={className:"variable",begin:"\\$"+r},i={className:"string",contains:[e.BACKSLASH_ESCAPE,n,o],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},l={className:"string",contains:[e.BACKSLASH_ESCAPE,n,o],begin:"`",end:"`"},s={className:"meta",begin:"@"+r};return a.name="Julia",a.contains=[{className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},{className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},i,l,s,{className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]},e.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],n.contains=a.contains,a}}()); +hljs.registerLanguage("nim",function(){"use strict";return function(e){return{name:"Nim",aliases:["nim"],keywords:{keyword:"addr and as asm bind block break case cast const continue converter discard distinct div do elif else end enum except export finally for from func generic if import in include interface is isnot iterator let macro method mixin mod nil not notin object of or out proc ptr raise ref return shl shr static template try tuple type using var when while with without xor yield",literal:"shared guarded stdin stdout stderr result true false",built_in:"int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float float32 float64 bool char string cstring pointer expr stmt void auto any range array openarray varargs seq set clong culong cchar cschar cshort cint csize clonglong cfloat cdouble clongdouble cuchar cushort cuint culonglong cstringarray semistatic"},contains:[{className:"meta",begin:/{\./,end:/\.}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},e.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},e.HASH_COMMENT_MODE]}}}()); +hljs.registerLanguage("r",function(){"use strict";return function(e){var n="([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*";return{name:"R",contains:[e.HASH_COMMENT_MODE,{begin:n,keywords:{$pattern:n,keyword:"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...",literal:"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{begin:"`",end:"`",relevance:0},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]}]}}}()); +hljs.registerLanguage("scala",function(){"use strict";return function(e){var n={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:"\\${",end:"}"}]},a={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,n]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[n],relevance:10}]},s={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},t={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},i={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[s]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[s]},t]},l={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[t]};return{name:"Scala",keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},s,l,i,e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}}()); +hljs.registerLanguage("x86asm",function(){"use strict";return function(s){return{name:"Intel x86 Assembly",case_insensitive:!0,keywords:{$pattern:"[.%]?"+s.IDENT_RE,keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[s.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},s.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}}()); \ No newline at end of file diff --git a/ideas.html b/ideas.html new file mode 100644 index 000000000..9067e7d0a --- /dev/null +++ b/ideas.html @@ -0,0 +1,534 @@ + + + + + + Ideas - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/ideas/feature_gated_incremental_functionality.html b/ideas/feature_gated_incremental_functionality.html new file mode 100644 index 000000000..96ab0a095 --- /dev/null +++ b/ideas/feature_gated_incremental_functionality.html @@ -0,0 +1,320 @@ + + + + + + Feature Gated Incremental Functionality - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Feature Gated Incremental Functionality

    +

    Tried the following parameter type for Item::apply:

    +
    use std::marker::PhantomData;
    +
    +/// Parameters to `Item::apply`.
    +#[derive(Debug)]
    +pub struct EnsureExecParams<
    +    'params,
    +    Data,
    +    #[cfg(feature = "state_current")] StateCurrent,
    +    #[cfg(feature = "state_goal")] StateGoal,
    +    #[cfg(feature = "state_diff")] StateDiff,
    +> {
    +    /// Data accessed by the apply fns.
    +    pub data: Data,
    +    /// Current state of the item.
    +    #[cfg(feature = "state_current")]
    +    pub state_current: &'params StateCurrent,
    +    /// Goal state of the item.
    +    #[cfg(feature = "state_goal")]
    +    pub state_goal: &'params StateGoal,
    +    /// Diff between current and goal states.
    +    #[cfg(feature = "state_diff")]
    +    pub diff: &'params StateDiff,
    +    /// Marker.
    +    marker: PhantomData<&'params ()>,
    +}
    +

    But the following produces a compile error when used:

    +
    async fn exec(
    +    ensure_exec_params: EnsureExecParams<
    +        '_,
    +        Self::Data<'_>,
    +        #[cfg(feature = "state_current")]
    +        Self::State,
    +        #[cfg(feature = "state_diff")]
    +        Self::StateDiff,
    +    >,
    +) -> Result<Self::StatePhysical, Self::Error>;
    +

    The #[cfg(..)] attributes are not supposed in function parameter type parameters: See the Attributes Galore RFC and rfc#2602.

    +

    Perhaps it is possible to define the type separately, but we probably need to define this in a separate trait:

    +
    #[cfg(all(
    +    not(feature = "state_current"),
    +    not(feature = "state_goal"),
    +    not(feature = "state_diff"),
    +))]
    +pub type EnsureExecParams<'params> = EnsureExecParams<
    +    'params,
    +    Self::Data<'params>,
    +>
    +
    +#[cfg(all(
    +    feature = "state_current",
    +    not(feature = "state_goal"),
    +    not(feature = "state_diff"),
    +))]
    +pub type EnsureExecParams<'params> = EnsureExecParams<
    +    'params,
    +    Self::Data<'params>,
    +    Self::State,
    +>
    +
    +#[cfg(all(
    +    feature = "state_current",
    +    feature = "state_goal",
    +    not(feature = "state_diff"),
    +))]
    +pub type EnsureExecParams<'params> = EnsureExecParams<
    +    'params,
    +    Self::Data<'params>,
    +    Self::State,
    +>
    +
    +#[cfg(all(
    +    feature = "state_current",
    +    feature = "state_goal",
    +    feature = "state_diff",
    +))]
    +pub type EnsureExecParams<'params> = EnsureExecParams<
    +    'params,
    +    Self::Data<'params>,
    +    Self::State,
    +    Self::StateDiff,
    +>
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/index.html b/index.html new file mode 100644 index 000000000..048718477 --- /dev/null +++ b/index.html @@ -0,0 +1,251 @@ + + + + + + Introduction - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + Peace logo +

    Introduction

    +

    This book describes the purpose of the Peace automation framework, and concepts used in its design.

    +

    How To Read This Book

    +

    Depending on your frame of mind:

    +
      +
    • +

      What – Show me the framework in action:

      +

      Have a play with the live Examples.

      +
    • +
    • +

      Why – Show me the rationale guiding the decisions:

      +

      Head on through to the Background section.

      +
    • +
    • +

      How – Show me how it works:

      +

      Jump to Technical Concepts.

      +

      This is essential reading for framework consumers.

      +
    • +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/introduction.html b/introduction.html new file mode 100644 index 000000000..048718477 --- /dev/null +++ b/introduction.html @@ -0,0 +1,251 @@ + + + + + + Introduction - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + Peace logo +

    Introduction

    +

    This book describes the purpose of the Peace automation framework, and concepts used in its design.

    +

    How To Read This Book

    +

    Depending on your frame of mind:

    +
      +
    • +

      What – Show me the framework in action:

      +

      Have a play with the live Examples.

      +
    • +
    • +

      Why – Show me the rationale guiding the decisions:

      +

      Head on through to the Background section.

      +
    • +
    • +

      How – Show me how it works:

      +

      Jump to Technical Concepts.

      +

      This is essential reading for framework consumers.

      +
    • +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/js/highlightjs-line-numbers.min.js b/js/highlightjs-line-numbers.min.js new file mode 100644 index 000000000..eebf22886 --- /dev/null +++ b/js/highlightjs-line-numbers.min.js @@ -0,0 +1,19 @@ +!function(r,i){"use strict";var n,c="hljs-ln",u="hljs-ln-line",a="hljs-ln-n",h=/\r\n|\r|\n/g;function e(n){"interactive"===i.readyState||"complete"===i.readyState?t(n):r.addEventListener("DOMContentLoaded",function(){t(n)})}function t(n){try{var e,t=i.querySelectorAll("code.hljs,code.nohighlight");for(e in t)!t.hasOwnProperty(e)||t[e].classList.contains("nohljsln")||l(t[e],n)}catch(n){r.console.error("LineNumbers error: ",n)}}function l(n,e){"object"==typeof n&&r.setTimeout(function(){n.innerHTML=o(n,e)},0)}function o(n,e){var e={singleLine:function(n){return n.singleLine||!1}(e=(e=e)||{}),startFrom:function(n,e){var t=0;isFinite(e.startFrom)&&(t=e.startFrom);e=function(n,e){return n.hasAttribute(e)?n.getAttribute(e):null}(n,"data-ln-start-from");null!==e&&(t=function(n,e){return n&&(n=Number(n),isFinite(n))?n:e}(e,0));return t}(n,e)},n=n.innerHTML,t=function(n){return 0===n.length?[]:n.split(h)}(n);if(""===t[t.length-1].trim()&&t.pop(),1
    ${0`}return`
    ${r}
    `}return n}r.hljs?(r.hljs.initLineNumbersOnLoad=e,r.hljs.lineNumbersBlock=l,r.hljs.lineNumbersValue=function(n,e){var t;if("string"==typeof n)return(t=document.createElement("code")).innerHTML=n,o(t,e)},(n=i.createElement("style")).type="text/css",n.innerHTML=` +.${c} { display: block; } +.${u} { counter-increment: line-number-count; } +.${a} { +display: inline-block; +text-align: right; +margin-right: 2.0rem; +} +.${a}:before { +content: counter(line-number-count); +} +`,i.getElementsByTagName("head")[0].appendChild(n),e()):r.console.error("highlight.js not detected!")}(window,document); \ No newline at end of file diff --git a/learning_material/empathetic_code_design.html b/learning_material/empathetic_code_design.html new file mode 100644 index 000000000..8bbb21be8 --- /dev/null +++ b/learning_material/empathetic_code_design.html @@ -0,0 +1,533 @@ + + + + + + Empathetic Code Design - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Empathetic Code Design

    +Peace logo +
    +
    +

    Communicating Clearly In Code

    +
    +
    +
    +
      +
    1. +

      Today's talk is about empathetic code design.

      +
    2. +
    3. +

      The project I will use to demonstrate this is Peace, a framework to create empathetic and forgiving software automation.

      +
    4. +
    5. +

      Peace provides constraints over logic and data types, and common functionality.

      +
    6. +
    7. +

      By using the framework, logic and data types will be shaped to produce an automation tool that is clear in its communication.

      +
    8. +
    9. +

      A user uses that tool to get their work done, with good user experience.

      +
    10. +
    11. +

      Here's a 3 step process to upload a file to the internet.

      +
    12. +
    13. +

      Download the file, create an S3 bucket, upload the file to that bucket.

      +
    14. +
    15. +

      We can use a shell script to execute this process. (live demo)

      +
    16. +
    17. +

      We can also use a tool, created using the Peace framework, to do the same thing.

      +
    18. +
    19. +

      envman is a tool I created earlier to do this process. (live demo)

      +
    20. +
    21. +

      This is a short demonstration of why one would use this framework.

      +
    22. +
    23. +

      When changing any environment, first we want to understand where we are.

      +
    24. +
    25. +

      Second, we also want to know, where we are headed.

      +
    26. +
    27. +

      Third, we want to know the cost of getting there.

      +
    28. +
    29. +

      Finally, when we understand enough about the change, we can decide to do it.

      +
    30. +
    31. +

      Now, when I say clear communication, it should be quite easy to see that A B C here maps to 1 2 3 there.

      +
    32. +
    33. +

      By presenting information in the right form, at the right level of detail, it's much easier to map between the concept and what is seen.

      +
    34. +
    35. +

      This is how Peace takes care of the user.

      +
    36. +
    37. +

      Today, we are going to look at how Peace takes care of the automation tool developer.

      +
    38. +
    39. +

      How clearly can we communicate between the mental model of a process, and code.

      +
    40. +
    41. +

      When designing a flow, we need to define the items in the flow, and the ordering between those items.

      +
    42. +
    43. +

      The reason these are called "items" instead of "steps", is because in Peace, the emphasis is on the outcome, rather than the actions.

      +
    44. +
    45. +

      Said another way, the purpose of technological processes is the end state, not the work undertaken to get there.

      +
    46. +
    47. +

      That statement does not apply to other kinds of processes, where the work is meaningful.

      +
    48. +
    49. +

      In code, adding items and ordering looks like this.

      +
    50. +
    51. +

      This shows linear ordering; it is possible to have work done in parallel when there is no dependency between items.

      +
    52. +
    53. +

      So here we can adjust the ordering such that A and B are both predecessors of C. A comes before C, and B comes before C.

      +
    54. +
    55. +

      So A and B can both begin at the same time, reducing the overall duration.

      +
    56. +
    57. +

      We'll adjust this in the example, I want you to see that both the file download and the s3 bucket turn blue, and when both are done, then the upload begins. We'll slow down our connection so it is easier to see. (live demo)

      +
    58. +
    59. +

      Try doing that in a shell script.

      +
    60. +
    61. +

      After a developer defines the items in a flow, they also need to define how data passes through these items.

      +
    62. +
    63. +

      If you've written automation using bash scripts or YAML, usually data is just strings.

      +
    64. +
    65. +

      For the non-devs among us, using "strings" everywhere is like saying, "I took stuff and did stuff, and here is stuff".

      +
    66. +
    67. +

      It would be much better to say, "I grab my camera, and took a shot, and here's a picture."

      +
    68. +
    69. +

      To better communicate with developers, Peace uses type safety.

      +
    70. +
    71. +

      Because Peace is a framework, each item's automation logic should be shareable.

      +
    72. +
    73. +

      This means, the input to each item, and its output, are API.

      +
    74. +
    75. +

      In Peace, we call the input "parameters", and we use call the output "state".

      +
    76. +
    77. +

      For a file download item, the parameters are the source URL to download from and the path to write to.

      +
    78. +
    79. +

      and the state, can be either "the file's not there", or "it's there, and here is its content hash".

      +
    80. +
    81. +

      Given each item defines its parameters and state, we need a way for developers to pass values into the parameters.

      +
    82. +
    83. +

      Usually, at the start of a process, we know the values of some parameters, and we can pass them straight in.

      +
    84. +
    85. +

      However, sometimes we need part of the process to be completed, to have the information to pass to a subsequent item.

      +
    86. +
    87. +

      For example, if we had a server instead of an S3 bucket, we cannot know what its IP address will be until we the server is created.

      +
    88. +
    89. +

      But we still want to encode into the flow, that the state from an earlier item, is needed to determine the parameter value for a subsequent item.

      +
    90. +
    91. +

      For the simple case, where we know the parameter values up front, we can just plug them in.

      +
    92. +
    93. +

      But we want to be able to express, "get the state from step two, and pass it into step three".

      +
    94. +
    95. +

      So I came up with this, for every item's parameters, the framework will generate a specification type that records how to figure out what values to use.

      +
    96. +
    97. +

      and you can pass it direct values, or you can tell it "here's what states to read, and here's how to extract the value to use for this field".

      +
    98. +
    99. +

      Here's how it looks like in code.

      +
    100. +
    101. +

      Yes, we can read states from multiple items, and use them to compute a value.

      +
    102. +
    103. +

      Best of all, it's type safe -- so within the code you can ask "what parameters do I need to pass in, and get them right".

      +
    104. +
    105. +

      If you make a mistake, you have a really big safety net called the compiler, that will save you.

      +
    106. +
    107. +

      The error message needs improvement, though I haven't yet figured that out.

      +
    108. +
    109. +

      If the parameter type changes, such as when you upgrade your item version, then you get a compilation error, which means you don't have to work to discover where to change -- the compiler tells you.

      +
    110. +
    111. +

      Now that we have our logic and our data, we need a way to interact with it.

      +
    112. +
    113. +

      Peace is designed to separate the automation logic and data, from how it is interacted with and presented.

      +
    114. +
    115. +

      Whether it is interactive shell, uninteractive shell, web API, or web page, there is no rendering code in any item.

      +
    116. +
    117. +

      This allows automation developers to use different front ends to the same automation backend.

      +
    118. +
    119. +

      In code, the developer can choose which output to use.

      +
    120. +
    121. +

      Currently the only user facing output implementation is the CliOutput, which you've seen.

      +
    122. +
    123. +

      There are a number of other output implementations used in tests,

      +
    124. +
    125. +

      such as the NoOpOutput which discards all information, and the FnTrackerOutput which stores what output methods were called, with what parameters.

      +
    126. +
    127. +

      Developers can choose to write their own output implementation as well, but

      +
    128. +
    129. +

      It is within the scope of Peace provide implementations for common use cases.

      +
    130. +
    131. +

      So far, we've seen Items, Parameters, Specifications, and Output.

      +
    132. +
    133. +

      As a developer, this should be sufficient to run some commands.

      +
    134. +
    135. +

      First we group all of the above into a CmdCtx, then we call the command we want to run for the flow.

      +
    136. +
    137. +

      StatesCurrentReadCmd and EnsureCmd are provided by the framework.

      +
    138. +
    139. +

      The real code still contains code to format the output, but this is something that the framework can provide.

      +
    140. +
    141. +

      For any automation software, the user should only need to pass in item parameters once.

      +
    142. +
    143. +

      Commands run using that flow should be able to recall parameters for the user.

      +
    144. +
    145. +

      How can we make this easy for the automation software developer?

      +
    146. +
    147. +

      The easiest thing, is for them to do nothing.

      +
    148. +
    149. +

      So whenever a command context is built, the following happens.

      +
    150. +
    151. +

      Previous parameter specifications will attempt to be loaded from disk.

      +
    152. +
    153. +

      The provided parameter specification will be merged with those.

      +
    154. +
    155. +

      Validation happens, to make sure there is enough information to resolve parameters for all items.

      +
    156. +
    157. +

      The merged parameter specifications will be serialized to disk.

      +
    158. +
    159. +

      If the parameter specifications don't pass validation, we should get a useful error message.

      +
    160. +
    161. +

      When a command is run, Peace stores information about that execution.

      +
    162. +
    163. +

      It stores this in a .peace directory within a workspace directory.

      +
    164. +
    165. +

      The automation tool developer needs to tell Peace how to determine the workspace directory.

      +
    166. +
    167. +

      Because if the tool is run in a sub directory, information should still be stored in the workspace directory.

      +
    168. +
    169. +

      If you think about git, if you run git status in any subdirectory of a repository, it will still find the .git directory somewhere up the chain.

      +
    170. +
    171. +

      One undeniable way to tell if software works, is to run it.

      +
    172. +
    173. +

      And to tell if it will work in production, we usually want to run it in a replica environment first.

      +
    174. +
    175. +

      Out of the box, Peace provides support for logically separate environments, through profiles.

      +
    176. +
    177. +

      So you can have multiple environments under different names, just like git branching.

      +
    178. +
    179. +

      Let's see a demo.

      +
    180. +
    181. +

      How do we communicate clearly in code?

      +
    182. +
    183. +

      We make sure the API matches the mental model.

      +
    184. +
    185. +

      We make sure we have good error messages.

      +
    186. +
    187. +

      When we require something of the developer, make it easy for them to provide it.

      +
    188. +
    189. +

      and when we adhere to these constraints, it will improve the automation development experience.

      +
    190. +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/background.html b/learning_material/empathetic_code_design/background.html new file mode 100644 index 000000000..3effdf51b --- /dev/null +++ b/learning_material/empathetic_code_design/background.html @@ -0,0 +1,296 @@ + + + + + + Background - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Background

    +
    +
    + Peace logo
    +

    Peace

    +

    Constraints and
    common functionality

    +
    +
    + + +
    +
    + 💻
    +

    Code

    +

    Logic and data types

    +
    +
    + = +
    +
    + ⚙️
    +

    Nice Tool

    +

    Automation software

    +
    +
    +
    +
    +
    + ⚙️
    +

    Nice Tool

    +

    Automation software

    +
    +
    + + +
    +
    + 🔡
    +

    Data

    +

    Values for parameters

    +
    +
    + = +
    +
    + 🚀
    +

    Work Done

    +

    App built and published

    +

    Environment deployed

    +
    +
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/command_invocation.html b/learning_material/empathetic_code_design/command_invocation.html new file mode 100644 index 000000000..e838d7c81 --- /dev/null +++ b/learning_material/empathetic_code_design/command_invocation.html @@ -0,0 +1,268 @@ + + + + + + Command Invocation - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Command Invocation

    +
    %3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object
    +
    // examples/envman/src/cmds/profile_init_cmd.rs
    +// fn app_upload_flow_init
    +let cmd_ctx = CmdCtx::builder_single_profile_single_flow
    +    ::<EnvManError, _>(output, workspace)
    +    .with_profile_from_workspace_param(profile_key)
    +    .with_flow(flow)
    +    .with_item_params::<FileDownloadItem<WebApp>>(
    +        item_id!("app_download"),
    +        app_download_params_spec,
    +    )
    +    .with_item_params::<S3BucketItem<WebApp>>(
    +        item_id!("s3_bucket"),
    +        s3_bucket_params_spec,
    +    )
    +    .with_item_params::<S3ObjectItem<WebApp>>(
    +        item_id!("s3_object"),
    +        s3_object_params_spec,
    +    )
    +    .await?;
    +
    +// examples/envman/src/cmds/env_status_cmd.rs
    +// envman status
    +StatesCurrentReadCmd::exec(&mut cmd_ctx).await?;
    +
    +// examples/envman/src/cmds/env_deploy_cmd.rs
    +// envman deploy
    +EnsureCmd::exec(&mut cmd_ctx).await?;
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/dove.svg b/learning_material/empathetic_code_design/dove.svg new file mode 100644 index 000000000..e0d3e9a25 --- /dev/null +++ b/learning_material/empathetic_code_design/dove.svg @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cloud + + cloud_back_silhouette + + + + dove + + tail + + + wings + + left_wing + + left_wing + + + left_wing_tip_colour + + + left_wing_stroke + + + + right_wing + + right_wing + + + right_wing_tip_colour + + + right_wing_stroke + + + + + body + + body_and_neck_colour + + + body_stroke_inner + + + body_stroke_bottom + + + body_stroke_outer + + + + head + + + eyes + + left_eye + + left_eye_shadow + + + left_eye + + + left_eye_stroke + + + + right_eye + + right_eye_shadow + + + right_eye + + + right_eye_stroke + + + + + beak + + + claws + + left_claw + + left_claw_stem + + + left_claw_talon_top + + + left_claw_talon_out + + + left_claw_talon_in + + + left_claw_talon_bot + + + + right_claw + + right_claw_stem + + + right_claw_talon_top + + + right_claw_talon_out + + + right_claw_talon_in + + + right_claw_talon_bot + + + + + \ No newline at end of file diff --git a/learning_material/empathetic_code_design/flow_definition.html b/learning_material/empathetic_code_design/flow_definition.html new file mode 100644 index 000000000..92c273a1b --- /dev/null +++ b/learning_material/empathetic_code_design/flow_definition.html @@ -0,0 +1,276 @@ + + + + + + Flow Definition - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Flow Definition

    +
      +
    • Items: Steps of a process.
    • +
    • Ordering: Sequence between steps.
    • +
    +
    +
    %3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object
    +
    +
    // examples/envman/src/flows/app_upload_flow.rs
    +let flow = {
    +    let graph = {
    +        let mut graph_builder = ItemGraphBuilder::<EnvManError>::new();
    +
    +        let [a, b, c] = graph_builder.add_fns([
    +            FileDownloadItem::<WebApp>::new(item_id!("app_download")).into(),
    +            S3BucketItem::<WebApp>::new(item_id!("s3_bucket")).into(),
    +            S3ObjectItem::<WebApp>::new(item_id!("s3_object")).into(),
    +        ]);
    +
    +        graph_builder.add_edges([(a, b), (b, c)])?;
    +        graph_builder.build()
    +    };
    +
    +    Flow::new(flow_id!("app_upload"), graph)
    +};
    +

    Non-linear Ordering

    +
    +
    %3cluster_acluster_bcluster_caacca->ca_text📥filedownloadbbb->cb_text🪣s3bucketc_text📤s3object
    +
    +
     graph_builder.add_edges([
    +-    (a, b),
    ++    (a, c),
    +     (b, c),
    + ])?;
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/inputs_and_outputs.html b/learning_material/empathetic_code_design/inputs_and_outputs.html new file mode 100644 index 000000000..7d6b6977c --- /dev/null +++ b/learning_material/empathetic_code_design/inputs_and_outputs.html @@ -0,0 +1,269 @@ + + + + + + Inputs and Outputs - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Inputs and Outputs

    +

    For items to be reusable, its inputs and outputs are API.

    +
    %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state FileDownload Statepath:PathBufmd5:Md5Sumbba->ba_text📥filedownloada_params_srcsrca_params_destdestb_stateS3BucketStatename:String ccb->cb_text🪣s3bucketb_params_namenamec_state S3Object State..c_text📤s3objectc_params_file_pathfile_pathc_params_bucket_namebucket_namec_params_object_keyobject_key
    +

    Item API

    +
    impl<Id> Item for FileDownloadItem<Id>
    +{
    +    type Params<'exec> = FileDownloadParams<Id>;
    +    type State = FileDownloadState;
    +    // ..
    +}
    +
    +

    Input:

    +
    pub struct FileDownloadParams<Id> {
    +    src: Url,
    +    dest: PathBuf,
    +    marker: PhantomData<Id>,
    +}
    +
    +
    +
    +
    +

    Output:

    +
    pub enum FileDownloadState {
    +    None,
    +    Some {
    +        path: PathBuf,
    +        md5: Md5Sum,
    +    },
    +}
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/output_and_presentation.html b/learning_material/empathetic_code_design/output_and_presentation.html new file mode 100644 index 000000000..cfb8f8a2c --- /dev/null +++ b/learning_material/empathetic_code_design/output_and_presentation.html @@ -0,0 +1,418 @@ + + + + + + Output and Presentation - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Output and Presentation

    +

    When the workflow is defined, we want to interact with it in different ways.

    +

    Presentation

    +

    Command Line Interface

    +
    +> ./envman deploy
    +Using profile ⦗demo⦘ -- type `development`
    +
    +✅ 1. app_download ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰ done!
    +⏳ 2. s3_bucket    ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ 0/1 creating bucket (el: 6s, eta: 0s)
    +⏳ 3. s3_object    ▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ (el: 0s, eta: 0s)
    +
    +

    Continuous Integration

    +
    2023-05-07T01:30:31.135Z | app_download | downloaded at /tmp/.a9efb2/web_app.tar
    +2023-05-07T01:30:31.754Z | s3_bucket    | creating bucket
    +2023-05-07T01:30:32.687Z | s3_bucket    | bucket created
    +
    +

    Web API

    +
    // GET /api/v1/demo/env_deploy/progress
    +{
    +    "item_id": "s3_bucket",
    +    "progress_update": { "Delta": "Tick" },
    +    "msg_update": { "Set": "creating bucket" }
    +    // ..
    +}
    +
    +

    Web page

    +
    +
    %3cluster_acluster_bcluster_caaa_text📥filedownloadcca_text->cbbb_text🪣s3bucketb_text->cc_text📤s3object
    +
    +
    +
    +
    Current
    State
    +
    +
    +
    Deploy
    (preview)
    +
    +
    +
    +
    +
    +
    Clean
    (preview)
    +
    +
    +
    +
    +
    +
    +
    // outputs to CLI
    +let mut output = CliOutput::new();
    +
    +// === Used in tests === //
    +// discards all output
    +let mut output = NoOpOutput;
    +
    +// records which output functions were called
    +// and what parameters they were called with
    +let mut output = FnTrackerOutput::new();
    +
    +// === Write your own === //
    +// writes JSON to HTTP response
    +let mut output = JsonResponseOutput::new();
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/parameters_recall.html b/learning_material/empathetic_code_design/parameters_recall.html new file mode 100644 index 000000000..fea5d8f05 --- /dev/null +++ b/learning_material/empathetic_code_design/parameters_recall.html @@ -0,0 +1,299 @@ + + + + + + Parameters Recall - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Parameters Recall

    +
    ./envman init demo --type development azriel91/web_app 0.1.1
    +
    +# For good user experience, parameters
    +# should not have to be passed in on
    +# every command invocation
    +
    +./envman status  # demo --type development azriel91/web_app 0.1.1
    +./envman deploy  # demo --type development azriel91/web_app 0.1.1
    +
    +

    We need to store and load the parameters passed in previously.

    +
    %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state .. bba->ba_text📥filedownloada_params_srcsrca_params_destdestc_params_file_pathfile_pathb_stateS3BucketState  nameccb->cb_text🪣s3bucketb_params_namenamec_params_bucket_namebucket_nameb_state->c_params_bucket_namec_state .. c_text📤s3objectc_params_object_keyobject_keyweb_app_urlweb_app_urlweb_app_url->a_params_srcweb_app_pathweb_app_pathweb_app_path->a_params_destweb_app_path->c_params_file_pathbucket_namebucket_namebucket_name->b_params_nameobject_keyobject_keyobject_key->c_params_object_key
    +

    First command invocation:

    +
    // examples/envman/src/cmds/profile_init_cmd.rs
    +// fn app_upload_flow_init
    +cmd_ctx_builder
    +    .with_profile_from_workspace_param(profile_key)
    +    .with_flow(flow)
    +    .with_item_params::<FileDownloadItem<WebApp>>(
    +        item_id!("app_download"),
    +        app_download_params_spec,
    +    )
    +    .with_item_params::<S3BucketItem<WebApp>>(
    +        item_id!("s3_bucket"),
    +        s3_bucket_params_spec,
    +    )
    +    .with_item_params::<S3ObjectItem<WebApp>>(
    +        item_id!("s3_object"),
    +        s3_object_params_spec,
    +    )
    +    .await?
    +

    Subsequent command invocations:

    +
    // examples/envman/src/cmds/app_upload_cmd.rs
    +cmd_ctx_builder
    +    .with_profile_from_workspace_param(&profile_key)
    +    .with_flow(&flow)
    +    // * file_download params spec not specified
    +    // * s3_bucket params spec not specified
    +    .with_item_params::<S3ObjectItem<WebApp>>(
    +        item_id!("s3_object"),
    +        s3_object_params_spec,
    +    )
    +    .await?
    +
    let s3_object_params_spec = S3ObjectParams::<WebApp>::field_wise_spec()
    +    // Note:
    +    //
    +    // * file_path not specified
    +    // * object key not specified
    +    // * Function logic cannot be deserialized,
    +    //   so needs to be provided
    +    .with_bucket_name_from_map(|s3_bucket_state: &S3BucketState| {
    +        match s3_bucket_state {
    +            S3BucketState::None => None,
    +            S3BucketState::Some {
    +                name,
    +                creation_date: _,
    +            } => Some(name.clone()),
    +        }
    +    })
    +    .build();
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/parameters_specification.html b/learning_material/empathetic_code_design/parameters_specification.html new file mode 100644 index 000000000..a10f5ba24 --- /dev/null +++ b/learning_material/empathetic_code_design/parameters_specification.html @@ -0,0 +1,274 @@ + + + + + + Parameters Specification - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Parameters Specification

    +

    Specify where to get the value for each item's input.

    +

    The value may not necessarily exist until the flow is executed.

    +
    %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state .. bba->ba_text📥filedownloada_params_srcsrca_params_destdestc_params_file_pathfile_pathb_stateS3BucketState  nameccb->cb_text🪣s3bucketb_params_namenamec_params_bucket_namebucket_nameb_state->c_params_bucket_namec_state .. c_text📤s3objectc_params_object_keyobject_keyweb_app_urlweb_app_urlweb_app_url->a_params_srcweb_app_pathweb_app_pathweb_app_path->a_params_destweb_app_path->c_params_file_pathbucket_namebucket_namebucket_name->b_params_nameobject_keyobject_keyobject_key->c_params_object_key
    +
    let app_download_params = FileDownloadParams::<WebApp> {
    +    src: Url::parse("https://example.com/web_app.tar")?,
    +    dest: PathBuf::from("/tmp/path/to/web_app.tar"),
    +    marker: PhantomData,
    +};
    +
    +let s3_bucket_params = S3BucketParams::<WebApp>::new(bucket_name);
    +
    +let s3_object_params = S3ObjectParams::<WebApp> {
    +    file_path: PathBuf::from("/tmp/path/to/web_app.tar"),
    +    object_key: String::from("web_app.tar"),
    +    bucket_name: !?, /* Somehow get the bucket name from `b` */
    +};
    +

    Deferred Values

    +
    // examples/envman/src/flows/app_upload_flow.rs
    +let s3_object_params_spec = S3ObjectParams::<WebApp>::field_wise_spec()
    +    .with_file_path(PathBuf::from("/tmp/path/to/web_app.tar"))
    +    .with_object_key(String::from("web_app.tar"))
    +    .with_bucket_name_from_map(|s3_bucket_state: &S3BucketState| {
    +        match s3_bucket_state {
    +            S3BucketState::None => None,
    +            S3BucketState::Some {
    +                name,
    +                creation_date: _,
    +            } => Some(name.clone()), // type safe!
    +        }
    +    })
    +    .build();
    +
    +let file_download_params_spec = file_download_params.into();
    +let server_instance_params_spec = server_instance_params.into();
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/profiles.html b/learning_material/empathetic_code_design/profiles.html new file mode 100644 index 000000000..3f4f08695 --- /dev/null +++ b/learning_material/empathetic_code_design/profiles.html @@ -0,0 +1,254 @@ + + + + + + Profiles - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Profiles

    +

    Profiles are a way of logically separating environments, aka namespacing.

    +

    First execution / init:

    +
    let cmd_ctx_builder = CmdCtx::builder_single_profile_no_flow
    +    ::<EnvManError, _>(output, &workspace)
    +    .with_profile(profile!("demo"))
    +
    +    // for recall
    +    .with_workspace_param_value(
    +        WorkspaceParamsKey::Profile,
    +        Some(profile!("demo")),
    +    );
    +

    Subsequent executions:

    +
    let cmd_ctx_builder = CmdCtx::builder_single_profile_single_flow
    +    ::<EnvManError, _>(output, workspace)
    +    .with_profile_from_workspace_param(WorkspaceParamsKey::Profile)
    +    .with_flow(flow);
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/qna.html b/learning_material/empathetic_code_design/qna.html new file mode 100644 index 000000000..70c57b625 --- /dev/null +++ b/learning_material/empathetic_code_design/qna.html @@ -0,0 +1,238 @@ + + + + + + Q & A - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Q & A

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/scenario.html b/learning_material/empathetic_code_design/scenario.html new file mode 100644 index 000000000..738ff8b80 --- /dev/null +++ b/learning_material/empathetic_code_design/scenario.html @@ -0,0 +1,292 @@ + + + + + + Scenario - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Scenario

    +
    +
    %3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object
    +
    +

    Shell Script

    +
    bucket_name='azriel-peace-demo-bash'
    +file_path='web_app.tar'
    +object_key='web_app.tar'
    +
    +curl --fail \
    +  -o "${file_path}" \
    +  --location \
    +  https://github.com/azriel91/web_app/releases/download/0.1.1/web_app.tar
    +
    +aws s3api create-bucket \
    +  --bucket "${bucket_name}" \
    +  --acl private \
    +  --create-bucket-configuration LocationConstraint=ap-southeast-2 |
    +  bat -l json
    +
    +aws s3api put-object \
    +  --bucket "${bucket_name}" \
    +  --key "${object_key}" \
    +  --body "${file_path}" |
    +  bat -l json
    +
    +
    aws s3api delete-object \
    +  --bucket "${bucket_name}" \
    +  --key "${object_key}" |
    +  bat -l json
    +
    +aws s3api delete-bucket --bucket "${bucket_name}" | bat -l json
    +
    +rm -f "${file_path}"
    +
    +
    +

    What does automation look like, from the perspective of an automation tool developer, or a workflow designer.

    +
      +
    • Clarity between concept and code.
    • +
    • Easy to write.
    • +
    • Fast feedback when developing automation.
    • +
    • Provide good UX without needing to write UI code.
    • +
    +
    +

    Command Context

    +

    At the bottom of every page, we will be building up a cmd_context, which holds the information about a workflow. Different commands can be invoked with the cmd_context to gather information about the workflow.

    +
    let mut cmd_context = CmdContext::builder()
    +    /* ?? */
    +    .build();
    +
    +StatusCmd(&mut cmd_context).await?;
    +DeployCmd(&mut cmd_context).await?;
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/summary.html b/learning_material/empathetic_code_design/summary.html new file mode 100644 index 000000000..482ce7ec3 --- /dev/null +++ b/learning_material/empathetic_code_design/summary.html @@ -0,0 +1,246 @@ + + + + + + Summary - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Summary

    +

    How do we communicate clearly in code?

    +
      +
    • Consistency between the conceptual model and the written code.
    • +
    • Make use of type safety with strong types.
    • +
    • When we require something of the developer, make it easy to be provided.
    • +
    • Prefer errors at compile time than runtime.
    • +
    • Error messages should show what is wrong and how to fix it.
    • +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/empathetic_code_design/workspace.html b/learning_material/empathetic_code_design/workspace.html new file mode 100644 index 000000000..e0a35b35c --- /dev/null +++ b/learning_material/empathetic_code_design/workspace.html @@ -0,0 +1,257 @@ + + + + + + Workspace - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Workspace

    +

    When a command is run, Peace stores information about that execution.

    +

    It stores this in a .peace directory within a workspace directory. The automation tool developer needs to tell Peace how to determine the workspace directory.

    +
    let cmd_ctx = CmdCtx::builder_single_profile_single_flow
    +    ::<EnvManError, _>(output, workspace)
    +    // ..
    +    .await?;
    +
    pub enum WorkspaceSpec {
    +    /// Use the exe working directory as the workspace directory.
    +    ///
    +    /// The working directory is the directory that the user ran the program in.
    +    WorkingDir,
    +    /// Use a specified path.
    +    Path(PathBuf),
    +    /// Traverse up from the working directory until the given file is found.
    +    ///
    +    /// The workspace directory is the parent directory that contains a file or
    +    /// directory with the provided name.
    +    FirstDirWithFile(OsString),
    +}
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software.html b/learning_material/interruptible_software.html new file mode 100644 index 000000000..0cfc092c1 --- /dev/null +++ b/learning_material/interruptible_software.html @@ -0,0 +1,256 @@ + + + + + + Interruptible Software - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Interruptible Software

    +
    +▶️ +
    +
    +⏸️ +
    +
    +⏹️ +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/bus_analogy.html b/learning_material/interruptible_software/bus_analogy.html new file mode 100644 index 000000000..1da2b96f6 --- /dev/null +++ b/learning_material/interruptible_software/bus_analogy.html @@ -0,0 +1,260 @@ + + + + + + Bus Analogy - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Bus Analogy

    +

    🚏
    +🚌🚌

    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/designing_interruptibility.html b/learning_material/interruptible_software/designing_interruptibility.html new file mode 100644 index 000000000..8009d85bc --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility.html @@ -0,0 +1,243 @@ + + + + + + Designing Interruptibility - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + + +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/designing_interruptibility/parallelism.html b/learning_material/interruptible_software/designing_interruptibility/parallelism.html new file mode 100644 index 000000000..8e320b05b --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/parallelism.html @@ -0,0 +1,578 @@ + + + + + + Parallelism - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    🔀 Parallelism

    +
    +

    Parallelism and concurrency

    +
    +

    +

    +

    +

    +

    +

    + +
    + +
    +
    +
    🛑 Interrupt
    +
    +
    +
    +
    🛑 Interrupt
    +
    +
    +
    +
    🛑 Interrupt
    +
    + +
    +
    +
    🚏 Stop
    +
    +
    +
    +
    🚏 Stop
    +
    +
    +
    +
    🚏 Stop
    +
    +
    +
    + + + + + + + +
    +

    Safe Interruption Rules

    +
      +
    1. 🔵 Finish everything in progress.
    2. +
    3. ⚫ Don't start anything new.
    4. +
    +
    +See fn_graph on Github. +
      +
    • Queuer: +
        +
      • Sends IDs of steps that can be executed.
      • +
      • Receives IDs of steps that are complete.
      • +
      • Checks for interruption.
      • +
      +
    • +
    • Scheduler +
        +
      • Receives IDs of steps that can be executed.
      • +
      • Sends IDs of steps that are complete.
      • +
      +
    • +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_1.svg b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_1.svg new file mode 100644 index 000000000..8eaa861ab --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_1.svg @@ -0,0 +1,126 @@ + + + + + + + +G + + +cluster_db_server + +🖥️ +DB Server +Launch + + + + +app_server + +🖥️ +App Server +Launch + + + +app_upload + +📤 +App +Upload + + + +app_server->app_upload + + + + + +config + +🛠️ +App +Configure + + + +app_upload->config + + + + + + + + + + + +db_schema + +⚙️ +DB Schema +Create + + + +db_server_2->db_schema + + + + + +db_server_2->config + + + + + +start + +🔁 +App +Start + + + +db_schema->start + + + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_2.svg b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_2.svg new file mode 100644 index 000000000..f6e20abe7 --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_2.svg @@ -0,0 +1,126 @@ + + + + + + + +G + + +cluster_db_server + +🖥️ +DB Server +Launch + + + + +app_server + +🖥️ +App Server +Launch + + + +app_upload + +📤 +App +Upload + + + +app_server->app_upload + + + + + +config + +🛠️ +App +Configure + + + +app_upload->config + + + + + + + + + + + +db_schema + +⚙️ +DB Schema +Create + + + +db_server_2->db_schema + + + + + +db_server_2->config + + + + + +start + +🔁 +App +Start + + + +db_schema->start + + + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_3.svg b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_3.svg new file mode 100644 index 000000000..855d8d2c5 --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_done_3.svg @@ -0,0 +1,126 @@ + + + + + + + +G + + +cluster_db_server + +🖥️ +DB Server +Launch + + + + +app_server + +🖥️ +App Server +Launch + + + +app_upload + +📤 +App +Upload + + + +app_server->app_upload + + + + + +config + +🛠️ +App +Configure + + + +app_upload->config + + + + + + + + + + + +db_schema + +⚙️ +DB Schema +Create + + + +db_server_2->db_schema + + + + + +db_server_2->config + + + + + +start + +🔁 +App +Start + + + +db_schema->start + + + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_1.svg b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_1.svg new file mode 100644 index 000000000..5138457af --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_1.svg @@ -0,0 +1,126 @@ + + + + + + + +G + + +cluster_db_server + +🖥️ +DB Server +Launch + + + + +app_server + +🖥️ +App Server +Launch + + + +app_upload + +📤 +App +Upload + + + +app_server->app_upload + + + + + +config + +🛠️ +App +Configure + + + +app_upload->config + + + + + + + + + + + +db_schema + +⚙️ +DB Schema +Create + + + +db_server_2->db_schema + + + + + +db_server_2->config + + + + + +start + +🔁 +App +Start + + + +db_schema->start + + + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_2.svg b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_2.svg new file mode 100644 index 000000000..8ecb78fb2 --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_2.svg @@ -0,0 +1,126 @@ + + + + + + + +G + + +cluster_db_server + +🖥️ +DB Server +Launch + + + + +app_server + +🖥️ +App Server +Launch + + + +app_upload + +📤 +App +Upload + + + +app_server->app_upload + + + + + +config + +🛠️ +App +Configure + + + +app_upload->config + + + + + + + + + + + +db_schema + +⚙️ +DB Schema +Create + + + +db_server_2->db_schema + + + + + +db_server_2->config + + + + + +start + +🔁 +App +Start + + + +db_schema->start + + + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_3.svg b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_3.svg new file mode 100644 index 000000000..36f7b75ff --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/parallelism/diagram_in_progress_3.svg @@ -0,0 +1,126 @@ + + + + + + + +G + + +cluster_db_server + +🖥️ +DB Server +Launch + + + + +app_server + +🖥️ +App Server +Launch + + + +app_upload + +📤 +App +Upload + + + +app_server->app_upload + + + + + +config + +🛠️ +App +Configure + + + +app_upload->config + + + + + + + + + + + +db_schema + +⚙️ +DB Schema +Create + + + +db_server_2->db_schema + + + + + +db_server_2->config + + + + + +start + +🔁 +App +Start + + + +db_schema->start + + + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/designing_interruptibility/reporting.html b/learning_material/interruptible_software/designing_interruptibility/reporting.html new file mode 100644 index 000000000..e370fe68b --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/reporting.html @@ -0,0 +1,297 @@ + + + + + + Reporting - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    📃 Reporting

    +

    Non-Interruptible Software

    +
    fn execute(params: Params) -> Value {
    +    // ..
    +}
    +

    Interruptible Software

    +
    fn execute(params: Params) -> Outcome {
    +    // ..
    +}
    +

    Outcome

    +
    +Basic +
    enum Outcome {
    +    /// Execution completed, here is the return value.
    +    Complete(Value),
    +    /// Execution was interrupted.
    +    Interrupted,
    +}
    +
    +
    +Step Values +
    enum Outcome {
    +    /// Execution completed, here is the return value.
    +    Complete(Value),
    +    /// Execution was interrupted.
    +    ///
    +    /// Here's the information we collected so far.
    +    Interrupted {
    +        step_1_value: Option<Step1Value>,
    +        step_2_value: Option<Step2Value>,
    +        step_3_value: Option<Step3Value>,
    +    },
    +}
    +
    +
    +Step Values and Execution Info +
    enum Outcome {
    +    /// Execution completed, here is the return value.
    +    Complete(Value),
    +    /// Execution was interrupted.
    +    ///
    +    /// Here's the information we collected so far.
    +    Interrupted {
    +        step_1_value: Option<Step1Value>,
    +        step_2_value: Option<Step2Value>,
    +        step_3_value: Option<Step3Value>,
    +        steps_processed: Vec<StepId>,
    +        steps_not_processed: Vec<StepId>,
    +    },
    +}
    +
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/designing_interruptibility/stop_button.html b/learning_material/interruptible_software/designing_interruptibility/stop_button.html new file mode 100644 index 000000000..c985dde92 --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/stop_button.html @@ -0,0 +1,393 @@ + + + + + + Stop Button - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    🛑 Stop Button

    +
    + +

    Command Line

    +

    Web

    +

    Desktop

    + +
    + > deploy_ +
    +
    + 🗄️🗄️🌐 +
    +
    + +
    +
    x
    +
    + +
    +
    go
    +
    +
    +
    +

    ❌ Don't

    +
    let outcome = tokio::select! {
    +    value = process.next()          => Outcome::Done(value),
    +        _ = tokio::signal::ctrl_c() => Outcome::Interrupted,
    +};
    +

    ✅ Do

    +
    struct InterruptSignal;
    +let (interrupt_tx, interrupt_rx) = tokio::sync::mpsc::<InterruptSignal>(8);
    +
    +let outcome = tokio::select! {
    +    value = process.next()      => Outcome::Done(value),
    +        _ = interrupt_rx.recv() => Outcome::Interrupted,
    +};
    +

    and:

    +
    // CLI
    +tokio::spawn(async move {
    +    tokio::signal::ctrl_c().await.unwrap();
    +    let _ = interrupt_tx.send(InterruptSignal).await;
    +});
    +
    +// Web / Desktop
    +async fn handle_request(request: Request) -> Response {
    +    match request {
    +        Request::Interrupt { execution_id } => {
    +            let executions = executions.lock().await;
    +            let execution = executions.get(execution_id);
    +            let interrupt_tx = execution.interrupt_tx();
    +            let _ = interrupt_tx.send(InterruptSignal).await;
    +        }
    +        // ..
    +    }
    +}
    +
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/designing_interruptibility/stopping_point.html b/learning_material/interruptible_software/designing_interruptibility/stopping_point.html new file mode 100644 index 000000000..f1e12ad5c --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/stopping_point.html @@ -0,0 +1,364 @@ + + + + + + Stopping Point - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    🚏 Stopping Point

    +

    +
    + +
    +
    +
    🛑 Interrupt
    +
    + +
    +
    +
    🚏 Stop
    +
    +
    +

    No Interruptibility

    +
    fn execute(
    +    params: Params,
    +) -> Outcome {
    +    let output_1 = step_1(params);
    +    let output_2 = step_2(output_1);
    +    let outcome = step_3(output_2);
    +
    +    return outcome;
    +}
    +

    Basic

    +
    fn execute(
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +    params: Params,
    +) -> ControlFlow<InterruptSignal, Outcome> {
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let output_1 = step_1(params);
    +
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let output_2 = step_2(output_1);
    +
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let outcome = step_3(output_2);
    +
    +    ControlFlow::Continue(outcome)
    +}
    +
    +fn interruptibility_check(receiver: &mut Receiver<InterruptSignal>)
    +-> ControlFlow<InterruptSignal, ()> {
    +    if let Ok(interrupt_signal) = interrupt_rx.try_recv() {
    +        ControlFlow::Continue(())
    +    } else {
    +        ControlFlow::Break(interrupt_signal)
    +    }
    +}
    +

    Fine Grained Interruptibility

    + +
    fn execute(
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +    params: Params,
    +) -> ControlFlow<InterruptSignal, Outcome> {
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let output_1 = step_1(&mut interrupt_rx, params);
    +
    +    // ..
    +}
    +
    +fn step_1(
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +    params: Params,
    +) -> ControlFlow<Output1, Outcome> {
    +    let mut output_1 = Output1::new();
    +    for i in 0..1_000_000 {
    +        if i % 1_000 == 0 {
    +            let () = interruptibility_check(&mut interrupt_rx)?;
    +        }
    +        do_something(output_1, params, i);
    +    }
    +
    +    ControlFlow::Continue(output_1)
    +}
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/designing_interruptibility/stopping_point/process.svg b/learning_material/interruptible_software/designing_interruptibility/stopping_point/process.svg new file mode 100644 index 000000000..a4196077d --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/stopping_point/process.svg @@ -0,0 +1,69 @@ + + + + + + + +G + + +server + +🖥️ +Server +Launch + + + +upload + +📤 +App +Upload + + + +server->upload + + + + + +config + +🛠️ +App +Configure + + + +upload->config + + + + + +start + +🔁 +App +Start + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/designing_interruptibility/strategy.html b/learning_material/interruptible_software/designing_interruptibility/strategy.html new file mode 100644 index 000000000..558852b9d --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/strategy.html @@ -0,0 +1,477 @@ + + + + + + Strategy - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    🗺️ Strategy

    +

    +

    +

    +

    + +
    + +
    +
    +
    🛑 Interrupt
    +
    + +
    +
    +
    🚏 Stop
    +
    +
    +
    +
    🚏 Stop
    +
    +
    +
    +
    🚏 Stop
    +
    +
    +
    + + + + + +
    +
    /// How to poll an underlying stream when an interruption is received.
    +#[derive(Clone, Copy, Debug, PartialEq, Eq)]
    +pub enum InterruptStrategy {
    +    /// On interrupt, keep going.
    +    IgnoreInterruptions,
    +    /// On interrupt, wait for the current future's to complete and yield its
    +    /// output, but do not poll the underlying stream for any more futures.
    +    FinishCurrent,
    +    /// On interrupt, continue polling the stream for the next `n` futures.
    +    ///
    +    /// `n` is an upper bound, so fewer than `n` futures may be yielded if the
    +    /// underlying stream ends early.
    +    PollNextN(u64),
    +}
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_1.svg b/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_1.svg new file mode 100644 index 000000000..8eaa861ab --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_1.svg @@ -0,0 +1,126 @@ + + + + + + + +G + + +cluster_db_server + +🖥️ +DB Server +Launch + + + + +app_server + +🖥️ +App Server +Launch + + + +app_upload + +📤 +App +Upload + + + +app_server->app_upload + + + + + +config + +🛠️ +App +Configure + + + +app_upload->config + + + + + + + + + + + +db_schema + +⚙️ +DB Schema +Create + + + +db_server_2->db_schema + + + + + +db_server_2->config + + + + + +start + +🔁 +App +Start + + + +db_schema->start + + + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_2.svg b/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_2.svg new file mode 100644 index 000000000..f6e20abe7 --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_2.svg @@ -0,0 +1,126 @@ + + + + + + + +G + + +cluster_db_server + +🖥️ +DB Server +Launch + + + + +app_server + +🖥️ +App Server +Launch + + + +app_upload + +📤 +App +Upload + + + +app_server->app_upload + + + + + +config + +🛠️ +App +Configure + + + +app_upload->config + + + + + + + + + + + +db_schema + +⚙️ +DB Schema +Create + + + +db_server_2->db_schema + + + + + +db_server_2->config + + + + + +start + +🔁 +App +Start + + + +db_schema->start + + + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_3.svg b/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_3.svg new file mode 100644 index 000000000..855d8d2c5 --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_done_3.svg @@ -0,0 +1,126 @@ + + + + + + + +G + + +cluster_db_server + +🖥️ +DB Server +Launch + + + + +app_server + +🖥️ +App Server +Launch + + + +app_upload + +📤 +App +Upload + + + +app_server->app_upload + + + + + +config + +🛠️ +App +Configure + + + +app_upload->config + + + + + + + + + + + +db_schema + +⚙️ +DB Schema +Create + + + +db_server_2->db_schema + + + + + +db_server_2->config + + + + + +start + +🔁 +App +Start + + + +db_schema->start + + + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_in_progress.svg b/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_in_progress.svg new file mode 100644 index 000000000..5138457af --- /dev/null +++ b/learning_material/interruptible_software/designing_interruptibility/strategy/diagram_in_progress.svg @@ -0,0 +1,126 @@ + + + + + + + +G + + +cluster_db_server + +🖥️ +DB Server +Launch + + + + +app_server + +🖥️ +App Server +Launch + + + +app_upload + +📤 +App +Upload + + + +app_server->app_upload + + + + + +config + +🛠️ +App +Configure + + + +app_upload->config + + + + + + + + + + + +db_schema + +⚙️ +DB Schema +Create + + + +db_server_2->db_schema + + + + + +db_server_2->config + + + + + +start + +🔁 +App +Start + + + +db_schema->start + + + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/designing_resumability.html b/learning_material/interruptible_software/designing_resumability.html new file mode 100644 index 000000000..d74d4b400 --- /dev/null +++ b/learning_material/interruptible_software/designing_resumability.html @@ -0,0 +1,240 @@ + + + + + + Designing Resumability - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + + +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/designing_resumability/executor_resumability.html b/learning_material/interruptible_software/designing_resumability/executor_resumability.html new file mode 100644 index 000000000..3a459f68f --- /dev/null +++ b/learning_material/interruptible_software/designing_resumability/executor_resumability.html @@ -0,0 +1,278 @@ + + + + + + Executor Resumability - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    🕸️ Executor Resumability

    +
     fn execute<T>(
    +    execution_state: ExecutionState, // Add this
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +//    params: Params,                // Remove this
    +) -> Result<T, InterruptSignal> {
    +    let mut steps = [step_1, step_2, step_3];
    +
    +    let (steps, params) = match &execution_state {
    +        ExecutionState::CleanSlate { params } => (steps, params),
    +        ExecutionState::PreviousState { step_ids_not_done, step_values, .. } => {
    +            steps.retain(|step| step_ids_not_done.contains(step.id()));
    +            let params = step_values.last().unwrap();
    +
    +            (steps, params)
    +        }
    +    };
    +
    +    steps
    +        .into_iter()
    +        .try_fold(params, |(mut last_param, step)| {
    +            interruptibility_check(&mut interrupt_rx)?;
    +            step(last_param)
    +        })
    +}
    +
    #[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]
    +pub enum ExecutionState {
    +    CleanSlate {
    +        params: Params,
    +    },
    +    PreviousState {
    +        step_ids_done: Vec<StepId>,
    +        step_ids_not_done: Vec<StepId>,
    +        step_values: Vec<Value>,
    +    },
    +}
    +

    Pros / Cons

    +
      +
    • Simpler API: Step logic does not need to know about interruptibility concepts.
    • +
    • Stale Reasoning: Saved state may be stale, and the executor does not have the means to check for staleness.
    • +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/designing_resumability/stepwise_resumability.html b/learning_material/interruptible_software/designing_resumability/stepwise_resumability.html new file mode 100644 index 000000000..2665a19ee --- /dev/null +++ b/learning_material/interruptible_software/designing_resumability/stepwise_resumability.html @@ -0,0 +1,262 @@ + + + + + + Stepwise Resumability - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    💮 Stepwise Resumability

    +
     fn execute<T>(
    +    execution_state: ExecutionState, // Add this
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +) -> Result<T, InterruptSignal> {
    +    [step_1, step_2, step_3]
    +        .into_iter()
    +        .try_fold(params, |(mut last_param, step)| {
    +            interruptibility_check(&mut interrupt_rx)?;
    +
    +            let step_state = execution_state.get(step.id());
    +            step(step_state, last_param)
    +        })
    +}
    +
    #[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]
    +pub struct ExecutionState { .. }
    +
    +impl ExecutionState {
    +    pub fn get<T>(step_id: StepId) -> T { .. }
    +}
    +

    Pros / Cons

    +
      +
    • Heavier API: Step logic needs to cater for initial state.
    • +
    • Usage Safety: Step can determine if the saved initial state is in-sync with actual state, and warn user.
    • +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/execution.html b/learning_material/interruptible_software/execution.html new file mode 100644 index 000000000..89c986749 --- /dev/null +++ b/learning_material/interruptible_software/execution.html @@ -0,0 +1,265 @@ + + + + + + Execution - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Execution

    +

    Manual

    +

    +

    Automatic

    +

    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/execution/automatic.svg b/learning_material/interruptible_software/execution/automatic.svg new file mode 100644 index 000000000..21ee7f287 --- /dev/null +++ b/learning_material/interruptible_software/execution/automatic.svg @@ -0,0 +1,142 @@ + + + + + + + +G + +cluster_process + + + + +params + +📝 +Parameters + + + +tool + +⚙️ +Automation +Software + + + +params->tool + + + + + +upload + +📤 +App +Upload + + + + + + + +server + +🖥️ +Server +Launch + + + +tool->server + + + + + +tool->upload + + + + + +config + +🛠️ +App +Configure + + + +tool->config + + + + + +start + +🔁 +App +Start + + + +tool->start + + + + + + + +server->upload + + + + + + + +upload->config + + + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/execution/manual.svg b/learning_material/interruptible_software/execution/manual.svg new file mode 100644 index 000000000..eb9ad7c84 --- /dev/null +++ b/learning_material/interruptible_software/execution/manual.svg @@ -0,0 +1,69 @@ + + + + + + + +G + + +server + +🖥️ +Server +Launch + + + +upload + +📤 +App +Upload + + + +server->upload + + + + + +config + +🛠️ +App +Configure + + + +upload->config + + + + + +start + +🔁 +App +Start + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/interruptible_implementation.html b/learning_material/interruptible_software/interruptible_implementation.html new file mode 100644 index 000000000..979389289 --- /dev/null +++ b/learning_material/interruptible_software/interruptible_implementation.html @@ -0,0 +1,410 @@ + + + + + + Interruptible Implementation - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Interruptible Implementation

    +

    No Interruptibility

    +
    fn execute(
    +    params: Params,
    +) -> Outcome {
    +    let output_1 = step_1(params);
    +    let output_2 = step_2(output_1);
    +    let outcome = step_3(output_2);
    +
    +    return outcome;
    +}
    +

    Basic

    +
    fn execute(
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +    params: Params,
    +) -> ControlFlow<InterruptSignal, Outcome> {
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let output_1 = step_1(params);
    +
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let output_2 = step_2(output_1);
    +
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let outcome = step_3(output_2);
    +
    +    ControlFlow::Continue(outcome)
    +}
    +
    +fn interruptibility_check(receiver: &mut Receiver<InterruptSignal>)
    +-> ControlFlow<InterruptSignal, ()> {
    +    if let Ok(interrupt_signal) = interrupt_rx.try_recv() {
    +        ControlFlow::Continue(())
    +    } else {
    +        ControlFlow::Break(interrupt_signal)
    +    }
    +}
    +

    "Better"

    +
    fn execute<T>(
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +    params: Params,
    +) -> Result<T, InterruptSignal> {
    +    [step_1, step_2, step_3]
    +        .into_iter()
    +        .try_fold(params, |(mut last_param, step)| {
    +            interruptibility_check(&mut interrupt_rx)?;
    +            step(last_param)
    +        })
    +}
    +

    Real Code

    +

    Playground

    +
    use std::any::Any;
    +use std::iter::IntoIterator;
    +use std::marker::PhantomData;
    +
    +fn main() {
    +    match execute::<String, _>(Receiver::new(3), true) {
    +        Ok(value) => println!("main: {}", value),
    +        Err(InterruptSignal) => println!("main: interrupted!"),
    +    }
    +}
    +
    +fn execute<T, I>(
    +    mut interrupt_rx: Receiver<InterruptSignal>,
    +    params: I,
    +) -> Result<T, InterruptSignal>
    +where
    +    T: 'static,
    +    I: 'static,
    +{
    +    [step(step_1), step(step_2), step(step_3)]
    +        .into_iter()
    +        .try_fold(Box::new(params) as Box<dyn Any>, |last_param, step| {
    +            interruptibility_check(&mut interrupt_rx)?;
    +            Ok(step.exec(last_param))
    +        })
    +        .map(|boxed_any| *boxed_any.downcast().unwrap())
    +}
    +
    +fn step_1(takes_bool: bool) -> u32 {
    +    let number = 123;
    +    println!("step_1 ({takes_bool}: bool) -> {number}");
    +    number
    +}
    +
    +fn step_2(takes_u32: u32) -> f64 {
    +    let float = 1.5;
    +    println!("step_2 ({takes_u32}: u32) -> {float}");
    +    float
    +}
    +
    +fn step_3(takes_f64: f64) -> String {
    +    let string = String::from("magic");
    +    println!("step_3 ({takes_f64}: f64) -> {string}");
    +    string
    +}
    +
    +fn step<F, I, O>(f: F) -> Box<dyn StepErased>
    +where
    +    F: Fn(I) -> O + 'static,
    +    I: 'static,
    +    O: 'static,
    +{
    +    Box::new(StepWrapper::new(f))
    +}
    +
    +trait Step {
    +    type Input: Any;
    +    type Output: Any;
    +    fn exec(&self, input: Self::Input) -> Self::Output;
    +}
    +
    +impl<F, I, O> Step for StepWrapper<F, I, O>
    +where
    +    F: Fn(I) -> O,
    +    I: 'static,
    +    O: 'static,
    +{
    +    type Input = I;
    +    type Output = O;
    +
    +    fn exec(&self, input: Self::Input) -> Self::Output {
    +        (self.0)(input)
    +    }
    +}
    +
    +trait StepErased {
    +    fn exec(&self, input: Box<dyn Any>) -> Box<dyn Any>;
    +}
    +
    +struct StepWrapper<F, I, O>(F, PhantomData<(I, O)>);
    +impl<F, I, O> StepWrapper<F, I, O> {
    +    fn new(f: F) -> Self {
    +        Self(f, PhantomData)
    +    }
    +}
    +
    +impl<F, I, O> StepErased for StepWrapper<F, I, O>
    +where
    +    StepWrapper<F, I, O>: Step<Input = I, Output = O>,
    +    I: 'static,
    +    O: 'static,
    +{
    +    fn exec(&self, input: Box<dyn Any>) -> Box<dyn Any> {
    +        let input = *input.downcast::<I>().unwrap();
    +        let output = Step::exec(self, input);
    +        Box::new(output)
    +    }
    +}
    +
    +struct Receiver<T>(u32, PhantomData<T>);
    +impl<T> Receiver<T> {
    +    pub fn new(n: u32) -> Self {
    +        Self(n, PhantomData)
    +    }
    +}
    +#[derive(Debug)]
    +struct InterruptSignal;
    +fn interruptibility_check(rx: &mut Receiver<InterruptSignal>) -> Result<(), InterruptSignal> {
    +    if (rx.0) == 0 {
    +        Err(InterruptSignal)
    +    } else {
    +        rx.0 -= 1;
    +        Result::Ok(())
    +    }
    +}
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/interruptible_software_01.svg b/learning_material/interruptible_software/interruptible_software_01.svg new file mode 100644 index 000000000..1c725164f --- /dev/null +++ b/learning_material/interruptible_software/interruptible_software_01.svg @@ -0,0 +1,61 @@ + + + + + + + +G + + +a + +A + + + +b + +B + + + +a->b + + + + + +c + +C + + + +b->c + + + + + +d + +D + + + +c->d + + + + + diff --git a/learning_material/interruptible_software/interruptible_software_02.svg b/learning_material/interruptible_software/interruptible_software_02.svg new file mode 100644 index 000000000..c569f7da3 --- /dev/null +++ b/learning_material/interruptible_software/interruptible_software_02.svg @@ -0,0 +1,61 @@ + + + + + + + +G + + +a + +A + + + +b + +B + + + +a->b + + + + + +c + +C + + + +b->c + + + + + +d + +D + + + +c->d + + + + + diff --git a/learning_material/interruptible_software/interruptible_software_03.svg b/learning_material/interruptible_software/interruptible_software_03.svg new file mode 100644 index 000000000..833f2e7de --- /dev/null +++ b/learning_material/interruptible_software/interruptible_software_03.svg @@ -0,0 +1,61 @@ + + + + + + + +G + + +a + +A + + + +b + +B + + + +a->b + + + + + +c + +C + + + + + +d + +D + + + +c->d + + + + + diff --git a/learning_material/interruptible_software/processes.html b/learning_material/interruptible_software/processes.html new file mode 100644 index 000000000..3259b9c0b --- /dev/null +++ b/learning_material/interruptible_software/processes.html @@ -0,0 +1,254 @@ + + + + + + Processes - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Processes

    +

    Build Process

    +

    +

    Deployment Process

    +

    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/processes/build_process.svg b/learning_material/interruptible_software/processes/build_process.svg new file mode 100644 index 000000000..15b75a026 --- /dev/null +++ b/learning_material/interruptible_software/processes/build_process.svg @@ -0,0 +1,69 @@ + + + + + + + +G + + +deps + +📥 +Dependency +Download + + + +compile + +🛠️ +App +Compile + + + +deps->compile + + + + + +zip + +📁 +Files +Zip + + + +compile->zip + + + + + +upload + +📤 +App +Upload + + + +zip->upload + + + + + diff --git a/learning_material/interruptible_software/processes/deployment_process.svg b/learning_material/interruptible_software/processes/deployment_process.svg new file mode 100644 index 000000000..58db396f1 --- /dev/null +++ b/learning_material/interruptible_software/processes/deployment_process.svg @@ -0,0 +1,69 @@ + + + + + + + +G + + +server + +🖥️ +Server +Launch + + + +upload + +📤 +App +Upload + + + +server->upload + + + + + +config + +🛠️ +App +Configure + + + +upload->config + + + + + +start + +🔁 +App +Start + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/qna.html b/learning_material/interruptible_software/qna.html new file mode 100644 index 000000000..464d6e135 --- /dev/null +++ b/learning_material/interruptible_software/qna.html @@ -0,0 +1,239 @@ + + + + + + Q & A - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Q & A

    +
    🦂🦞🦀⁉️
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/real_crates.html b/learning_material/interruptible_software/real_crates.html new file mode 100644 index 000000000..ece644d78 --- /dev/null +++ b/learning_material/interruptible_software/real_crates.html @@ -0,0 +1,244 @@ + + + + + + Real Crates - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Real Crates

    +
    📦🦀
    +
      +
    • 🗂️ interruptible: Stops a stream from producing values when interrupted.
    • +
    • 🧬 fn_graph: Dynamically managed function graph execution. Integrates with interruptible.
    • +
    • 🕊️ peace: Framework to build empathetic and forgiving software automation.
    • +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/resumability.html b/learning_material/interruptible_software/resumability.html new file mode 100644 index 000000000..3b87d4685 --- /dev/null +++ b/learning_material/interruptible_software/resumability.html @@ -0,0 +1,323 @@ + + + + + + Resumability - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Resumability

    +

    +
    + +
    +
    +
    🟢 Start 1
    +
    + +
    +
    +
    🚏 Stop
    +
    + +
    +
    +
    🟢 Start 2
    +
    +
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/resumability/process.svg b/learning_material/interruptible_software/resumability/process.svg new file mode 100644 index 000000000..1c5d9b7c6 --- /dev/null +++ b/learning_material/interruptible_software/resumability/process.svg @@ -0,0 +1,69 @@ + + + + + + + +G + + +server + +🖥️ +Server +Launch + + + +upload + +📤 +App +Upload + + + +server->upload + + + + + +config + +🛠️ +App +Configure + + + + + +start + +🔁 +App +Start + + + +config->start + + + + + diff --git a/learning_material/interruptible_software/resumable_implementation.html b/learning_material/interruptible_software/resumable_implementation.html new file mode 100644 index 000000000..b019eeeef --- /dev/null +++ b/learning_material/interruptible_software/resumable_implementation.html @@ -0,0 +1,423 @@ + + + + + + Resumable Implementation - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Resumable Implementation

    +

    Playground

    +
    use std::any::Any;
    +use std::fmt::Debug;
    +use std::iter::IntoIterator;
    +use std::marker::PhantomData;
    +
    +fn main() {
    +    let _execution_state = ExecutionState::clean_slate(true);
    +    let execution_state = ExecutionState::PreviousState {
    +        step_ids_done: vec![1, 2],
    +        step_ids_not_done: vec![3],
    +        step_values: vec![Box::new(234u32), Box::new(3.5f64)],
    +    };
    +
    +    match execute::<String>(execution_state, Receiver::new(3)) {
    +        Ok(value) => println!("main: {}", value),
    +        Err(InterruptSignal) => println!("main: interrupted!"),
    +    }
    +}
    +
    +fn execute<T>(
    +    execution_state: ExecutionState,
    +    mut interrupt_rx: Receiver<InterruptSignal>,
    +) -> Result<T, InterruptSignal>
    +where
    +    T: 'static,
    +{
    +    let steps = vec![step(1, step_1), step(2, step_2), step(3, step_3)];
    +    let (steps_to_execute, params) = filter_what_to_do(execution_state, steps);
    +
    +    steps_to_execute
    +        .into_iter()
    +        .try_fold(params, |last_param, step| {
    +            interruptibility_check(&mut interrupt_rx)?;
    +            Ok(step.exec(last_param))
    +        })
    +        .map(|boxed_any| *boxed_any.downcast().unwrap())
    +}
    +
    +fn filter_what_to_do(
    +    execution_state: ExecutionState,
    +    mut steps: Vec<Box<dyn StepErased>>,
    +) -> (Vec<Box<dyn StepErased>>, Box<dyn Any>) {
    +    match execution_state {
    +        ExecutionState::CleanSlate { params } => (steps, params),
    +        ExecutionState::PreviousState {
    +            step_ids_not_done,
    +            mut step_values,
    +            ..
    +        } => {
    +            steps.retain(|step| step_ids_not_done.contains(&step.id()));
    +            let params = step_values.pop().unwrap();
    +
    +            (steps, params)
    +        }
    +    }
    +}
    +
    +fn step_1(takes_bool: bool) -> u32 {
    +    let number = 123;
    +    println!("step_1 ({takes_bool}: bool) -> {number}");
    +    number
    +}
    +
    +fn step_2(takes_u32: u32) -> f64 {
    +    let float = 1.5;
    +    println!("step_2 ({takes_u32}: u32) -> {float}");
    +    float
    +}
    +
    +fn step_3(takes_f64: f64) -> String {
    +    let string = String::from("magic");
    +    println!("step_3 ({takes_f64}: f64) -> {string}");
    +    string
    +}
    +
    +fn step<F, I, O>(id: u32, f: F) -> Box<dyn StepErased>
    +where
    +    F: Fn(I) -> O + 'static,
    +    I: 'static,
    +    O: 'static,
    +{
    +    Box::new(StepWrapper::new(id, f))
    +}
    +
    +trait Step {
    +    type Input: Any;
    +    type Output: Any;
    +    fn id(&self) -> u32;
    +    fn exec(&self, input: Self::Input) -> Self::Output;
    +}
    +
    +impl<F, I, O> Step for StepWrapper<F, I, O>
    +where
    +    F: Fn(I) -> O,
    +    I: 'static,
    +    O: 'static,
    +{
    +    type Input = I;
    +    type Output = O;
    +
    +    fn id(&self) -> u32 {
    +        self.0
    +    }
    +
    +    fn exec(&self, input: Self::Input) -> Self::Output {
    +        (self.1)(input)
    +    }
    +}
    +
    +trait StepErased {
    +    fn id(&self) -> u32;
    +    fn exec(&self, input: Box<dyn Any>) -> Box<dyn Any>;
    +}
    +
    +struct StepWrapper<F, I, O>(u32, F, PhantomData<(I, O)>);
    +impl<F, I, O> StepWrapper<F, I, O> {
    +    fn new(id: u32, f: F) -> Self {
    +        Self(id, f, PhantomData)
    +    }
    +}
    +
    +impl<F, I, O> StepErased for StepWrapper<F, I, O>
    +where
    +    StepWrapper<F, I, O>: Step<Input = I, Output = O>,
    +    I: 'static,
    +    O: 'static,
    +{
    +    fn id(&self) -> u32 {
    +        self.0
    +    }
    +
    +    fn exec(&self, input: Box<dyn Any>) -> Box<dyn Any> {
    +        let input = *input.downcast::<I>().unwrap();
    +        let output = Step::exec(self, input);
    +        Box::new(output)
    +    }
    +}
    +
    +struct Receiver<T>(u32, PhantomData<T>);
    +impl<T> Receiver<T> {
    +    pub fn new(n: u32) -> Self {
    +        Self(n, PhantomData)
    +    }
    +}
    +#[derive(Debug)]
    +struct InterruptSignal;
    +fn interruptibility_check(rx: &mut Receiver<InterruptSignal>) -> Result<(), InterruptSignal> {
    +    if (rx.0) == 0 {
    +        Err(InterruptSignal)
    +    } else {
    +        rx.0 -= 1;
    +        Result::Ok(())
    +    }
    +}
    +
    +#[allow(dead_code)]
    +#[derive(Debug)]
    +enum ExecutionState {
    +    CleanSlate {
    +        params: Box<dyn Any>,
    +    },
    +    PreviousState {
    +        step_ids_done: Vec<u32>,
    +        step_ids_not_done: Vec<u32>,
    +        step_values: Vec<Box<dyn Any>>,
    +    },
    +}
    +
    +#[allow(dead_code)]
    +impl ExecutionState {
    +    fn clean_slate<I>(i: I) -> Self
    +    where
    +        I: 'static,
    +    {
    +        ExecutionState::CleanSlate {
    +            params: Box::new(i),
    +        }
    +    }
    +}
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/summary.html b/learning_material/interruptible_software/summary.html new file mode 100644 index 000000000..3298d141d --- /dev/null +++ b/learning_material/interruptible_software/summary.html @@ -0,0 +1,250 @@ + + + + + + Summary - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Summary

    +

    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/interruptible_software/summary/process.svg b/learning_material/interruptible_software/summary/process.svg new file mode 100644 index 000000000..21ee7f287 --- /dev/null +++ b/learning_material/interruptible_software/summary/process.svg @@ -0,0 +1,142 @@ + + + + + + + +G + +cluster_process + + + + +params + +📝 +Parameters + + + +tool + +⚙️ +Automation +Software + + + +params->tool + + + + + +upload + +📤 +App +Upload + + + + + + + +server + +🖥️ +Server +Launch + + + +tool->server + + + + + +tool->upload + + + + + +config + +🛠️ +App +Configure + + + +tool->config + + + + + +start + +🔁 +App +Start + + + +tool->start + + + + + + + +server->upload + + + + + + + +upload->config + + + + + +config->start + + + + + diff --git a/learning_material/user_facing_automation_part_1.html b/learning_material/user_facing_automation_part_1.html new file mode 100644 index 000000000..7022efd32 --- /dev/null +++ b/learning_material/user_facing_automation_part_1.html @@ -0,0 +1,951 @@ + + + + + + User Facing Automation - Part 1 - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    User Facing Automation - Part 1

    +

    Set Up

    +
    +Commands before demoing (ZSH) +
    # Create demo directory and source file
    +demo_dir=/tmp/automation_demo
    +test -d "${demo_dir}" || mkdir "${demo_dir}"
    +cd "${demo_dir}"
    +src="${demo_dir}/a.txt"
    +dest="${demo_dir}/b.txt"
    +
    +# Change time format. This is for zsh.
    +#
    +# Functions must also be run in subshells in zsh for `time` to work:
    +# <https://superuser.com/questions/688128/how-to-run-time-on-a-function-in-zsh>
    +TIMEFMT=$'%*E seconds'
    +
    +echo hi > "$src"
    +
    +

    For the download example:

    +
    # Requires Rust
    +cargo install --git https://github.com/azriel91/peace download --all-features
    +
    +

    In a separate shell:

    +
    cd /tmp/automation_demo
    +case "$(uname)" in
    +    Linux)  watch -n 0.4 -c -d "stat --format='%y' b.txt | cut -b 12-23 ; bat b.txt" ;;
    +    Darwin) watch -n 0.4 -c -d "stat -f '%y' b.txt | cut -b 12-23 ; bat b.txt" ;;
    +esac
    +
    +
    +

    Scenario

    +

    Copy a file from one place to another.

    +

    For demonstration, this section will use the sleep and cp (copy) commands to emulate a task:

    +
    function slow_cp {
    +    sleep 1;
    +    cp "$1" "$2";
    +}
    +
    +

    Basics

    +

    Concept 1: Repeatable in One Action

    +

    What: Do it again without thinking.

    +

    Value: Save time and mental effort.

    +
    +Example +
    # Hard coded values
    +function slow_cp {
    +    sleep 1;
    +    cp a.txt b.txt;
    +}
    +
    +
    slow_cp
    +
    +
    +

    Concept 2: Parameterized

    +

    What: Do the same action on different things.

    +

    Value: Multiply the automation gain per thing.

    +
    +Example +
    function slow_cp {
    +    sleep 1;
    +    cp "$1" "$2";
    +}
    +
    +
    src="/tmp/automation_demo/a.txt"
    +dest="/tmp/automation_demo/b.txt"
    +
    +slow_cp "${src}" "${dest}"
    +
    +
    +

    Efficiency

    +

    Concept 3: Idempotence

    +

    What: Don't do it if it's already done.

    +

    Value: Save time.

    +
    +Example +
    +

    Execution 1:

    +
    %3startbbstart->bendb->end
    +
    %3startbbstart->bendb->end
    +
    %3startbbstart->bendb->end
    +
    +
    +

    Execution 2:

    +
    %3startbbstart->bendb->end
    +
    %3startbbstart->bendb->end
    +
    +
    function idempotent_cp {
    +    if   ! test -f "${dest}"
    +    then slow_cp "$1" "$2"
    +    fi;
    +}
    +
    +
    rm -f "${dest}"
    +time (idempotent_cp "${src}" "${dest}")
    +time (idempotent_cp "${src}" "${dest}")
    +
    +
    echo updated > "${src}"
    +time (idempotent_cp "${src}" "${dest}")
    +
    +
    +

    Concept 4: Smart Idempotence

    +

    What: Handle updates.

    +

    Value: Do what's expected.

    +
    +Example +
    function idempotent_cp {
    +    local src_hash;
    +    local dest_hash;
    +     src_hash=$(md5sum <(cat "$1"))
    +    dest_hash=$(md5sum <(cat "$2" 2>/dev/null))
    +    if   ! test "${src_hash}" = "${dest_hash}"
    +    then slow_cp "$1" "$2"
    +    fi;
    +}
    +
    +
    rm -f "${dest}"
    +time (idempotent_cp "${src}" "${dest}")
    +time (idempotent_cp "${src}" "${dest}")
    +
    +
    +

    Concept 5: Parallelism

    +

    What: Run tasks at the same time.

    +

    Value: Elapsed duration to execute process is decreased.

    +
    +Example +
    dest_1="/tmp/automation_demo/b1.txt"
    +dest_2="/tmp/automation_demo/b2.txt"
    +dest_3="/tmp/automation_demo/b3.txt"
    +
    +

    Serial

    +
    %3startb1b1start->b1endb2b2b1->b2b3b3b2->b3b3->end
    +
    # Serial execution
    +rm -f "${dest_1}" "${dest_2}" "${dest_3}"
    +time (
    +    idempotent_cp "${src}" "${dest_1}";
    +    idempotent_cp "${src}" "${dest_2}";
    +    idempotent_cp "${src}" "${dest_3}";
    +)
    +time (
    +    idempotent_cp "${src}" "${dest_1}";
    +    idempotent_cp "${src}" "${dest_2}";
    +    idempotent_cp "${src}" "${dest_3}";
    +)
    +
    +
    # Remove one file
    +rm -f "${dest_2}"
    +time (
    +    idempotent_cp "${src}" "${dest_1}";
    +    idempotent_cp "${src}" "${dest_2}";
    +    idempotent_cp "${src}" "${dest_3}";
    +)
    +time (
    +    idempotent_cp "${src}" "${dest_1}";
    +    idempotent_cp "${src}" "${dest_2}";
    +    idempotent_cp "${src}" "${dest_3}";
    +)
    +
    +

    Parallel

    +
    %3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end
    +
    # Parallel execution
    +rm -f "${dest_1}" "${dest_2}" "${dest_3}"
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    idempotent_cp "${src}" "${dest_2}" &;
    +    idempotent_cp "${src}" "${dest_3}" &;
    +    wait;
    +)
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    idempotent_cp "${src}" "${dest_2}" &;
    +    idempotent_cp "${src}" "${dest_3}" &;
    +    wait;
    +)
    +
    +
    # Remove one file
    +rm -f "${dest_2}"
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    idempotent_cp "${src}" "${dest_2}" &;
    +    idempotent_cp "${src}" "${dest_3}" &;
    +    wait;
    +)
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    idempotent_cp "${src}" "${dest_2}" &;
    +    idempotent_cp "${src}" "${dest_3}" &;
    +    wait;
    +)
    +
    +
    +

    Concept 6: Logical Dependencies

    +

    What: Wait if you have to.

    +

    Value: Correctness.

    +
    +Example +
    %3startb1b1start->b1b2b2start->b2endb1->endb3b3b2->b3b3->end
    +
    # Logical dependency
    +rm -f "${dest_1}" "${dest_2}" "${dest_3}"
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    (
    +        idempotent_cp "${src}" "${dest_2}";
    +        idempotent_cp "${dest_2}" "${dest_3}";
    +    ) &;
    +    wait;
    +)
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    (
    +        idempotent_cp "${src}" "${dest_2}";
    +        idempotent_cp "${dest_2}" "${dest_3}";
    +    ) &;
    +    wait;
    +)
    +
    +
    +

    Output

    +

    Concept 7: Progress Information

    +

    What: Tell users what's going on.

    +

    Value: Users know what's happening, or if it's stalled.

    +
    +Example +
    +Code +
    function slow_cp {
    +    sleep 1;
    +    cp "$1" "$2";
    +}
    +
    +function hash_file {
    +    1>&2 printf "hashing file: ${1}\n"
    +    test -f "${1}" &&
    +      md5sum <(cat "$1" 2>/dev/null) ||
    +      printf '00000000000000000000000000000000'
    +}
    +
    +function informational_idempotent_cp {
    +     src_hash=$(hash_file "${src}")
    +    dest_hash=$(hash_file "${dest}")
    +    1>&2 printf " src_hash: ${src_hash}\n"
    +    1>&2 printf "dest_hash: ${dest_hash}\n"
    +
    +    if   ! test "${src_hash}" = "${dest_hash}"
    +    then
    +        1>&2 printf "contents don't match, need to copy.\n"
    +        slow_cp "$1" "$2"
    +        1>&2 printf "file copied.\n"
    +    else
    +        1>&2 printf "contents match, don't need to copy.\n"
    +    fi;
    +}
    +
    +
    +
    rm -f "${dest}"
    +
    +
    informational_idempotent_cp "${src}" "${dest}"
    +
    +
    # if we don't care about the verbose information, we can hide it
    +informational_idempotent_cp "${src}" "${dest}" 2>/dev/null
    +
    +
    +

    Concept 8: Provide Relevant Information

    +

    What: Show as little and as much information as necessary.

    +

    Value: Reduce effort to understand.

    +
    +Example +
    +Code +
    delay=0.1
    +pb_lines=3
    +
    +function slow_cp_with_progress {
    +    progress_update 50 20 'copying file'; sleep $delay
    +    progress_update 50 25 'copying file'; sleep $delay
    +    progress_update 50 30 'copying file'; sleep $delay
    +    progress_update 50 35 'copying file'; sleep $delay
    +    progress_update 50 40 'copying file'; sleep $delay
    +    progress_update 50 45 'copying file'; sleep $delay
    +    cp "$1" "$2";
    +}
    +
    +function hash_file {
    +    test -f "${1}" &&
    +      md5sum <(cat "$1" 2>/dev/null) ||
    +      printf '00000000000000000000000000000000'
    +}
    +
    +function clear_lines {
    +    local lines_to_clear
    +    local i
    +
    +    lines_to_clear=$(($1 - 1))  # subtract 1 because bash loop range is inclusive
    +
    +    if test "${lines_to_clear}" -ge 0
    +    then
    +        for i in {1..${lines_to_clear}}
    +        do
    +            1>&2 printf "\033[2K\r" # clear message line
    +            1>&2 printf "\033[1A"   # move cursor up one line
    +        done
    +    fi
    +}
    +
    +function progress_write {
    +    local progress_total
    +    local progress_done
    +    local progress_message
    +
    +    local progress_remaining
    +    local printf_format
    +
    +    progress_total=$1
    +    progress_done=$2
    +    progress_message="${3}"
    +    progress_remaining=$(($progress_total - $progress_done))
    +    if test $progress_total -eq $progress_done
    +    then printf_format="\e[48;5;35m%${progress_done}s\e[48;5;35m%${progress_remaining}s\e[0m\n" # green
    +    else printf_format="\e[48;5;33m%${progress_done}s\e[48;5;18m%${progress_remaining}s\e[0m\n" # blue
    +    fi
    +
    +    1>&2 printf "$printf_format" ' ' ' '
    +    1>&2 printf "$progress_message"
    +    1>&2 printf '\n'
    +}
    +
    +function progress_update {
    +    clear_lines $pb_lines # message line, progress bar line, extra line
    +    progress_write "$@"
    +}
    +
    +function informational_idempotent_cp {
    +    local src_hash;
    +    local dest_hash;
    +    progress_write 50 0 'hashing source file'; sleep $delay
    +    src_hash=$(hash_file "${src}")
    +
    +    progress_update 50 5 'hashing destination file'; sleep $delay
    +    dest_hash=$(hash_file "${dest}")
    +
    +    progress_update 50 10 'comparing hashes'; sleep $delay
    +    if   ! test "${src_hash}" = "${dest_hash}"
    +    then
    +        progress_update 50 15 'copying file'; sleep $delay
    +        slow_cp_with_progress "$1" "$2"
    +
    +        progress_update 50 50 '✅ file copied!'
    +        1>&2 printf "\n"
    +    else
    +        progress_update 50 50 '✅ contents match, nothing to do!'
    +        1>&2 printf "\n"
    +    fi;
    +}
    +
    +
    +
    rm -f "${dest}"
    +
    +
    informational_idempotent_cp "${src}" "${dest}"
    +
    +
    delay=0.7
    +rm -f "${dest}"
    +
    +
    +

    Concept 9: Information Format

    +

    What: Change information format specifically for how it is consumed.

    +

    Value: Makes using the API ergonomic.

    +
    +

    Tip: Progress information can be more than a string.

    +
    +
      +
    • For a human: output a progress bar, replace status text
    • +
    • For continuous integration: append status text
    • +
    • For a web request: output json
    • +
    +
    +Example +
    +Code +
    output_format=pb # pb, text, json
    +
    +function progress_write {
    +    local progress_total
    +    local progress_done
    +    local progress_message
    +    progress_total=$1
    +    progress_done=$2
    +    progress_message="${3}"
    +
    +    local progress_remaining
    +    local printf_format
    +    progress_remaining=$(($progress_total - $progress_done))
    +
    +    case "${output_format}" in
    +        pb)
    +            if test $progress_total -eq $progress_done
    +            then printf_format="\e[48;5;35m%${progress_done}s\e[48;5;35m%${progress_remaining}s\e[0m\n" # green
    +            else printf_format="\e[48;5;33m%${progress_done}s\e[48;5;18m%${progress_remaining}s\e[0m\n" # blue
    +            fi
    +
    +            1>&2 printf "$printf_format" ' ' ' '
    +            1>&2 printf "$progress_message"
    +            1>&2 printf '\n'
    +            ;;
    +        text)
    +            1>&2 printf "$progress_message"
    +            1>&2 printf '\n'
    +            ;;
    +        json)
    +            cat << EOF
    +{ "progress_total": $progress_total, "progress_done": $progress_done, "progress_remaining": $progress_remaining, "message": "$progress_message" }
    +EOF
    +            ;;
    +    esac
    +}
    +
    +function progress_update {
    +    case "${output_format}" in
    +        pb)
    +            clear_lines $pb_lines # message line, progress bar line, extra line
    +            ;;
    +        text)
    +            ;;
    +        json)
    +            ;;
    +    esac
    +
    +    progress_write "$@"
    +}
    +
    +
    +
    output_format=pb
    +rm -f "${dest}"
    +time (informational_idempotent_cp "${src}" "${dest}")
    +echo '---'
    +time (informational_idempotent_cp "${src}" "${dest}")
    +
    +
    output_format=text
    +rm -f "${dest}"
    +time (informational_idempotent_cp "${src}" "${dest}")
    +echo '---'
    +time (informational_idempotent_cp "${src}" "${dest}")
    +
    +
    output_format=json
    +rm -f "${dest}"
    +time (informational_idempotent_cp "${src}" "${dest}")
    +echo '---'
    +time (informational_idempotent_cp "${src}" "${dest}")
    +
    +
    informational_idempotent_cp "${src}" "${dest}" | jq
    +
    +
    informational_idempotent_cp "${src}" "${dest}" | jq '.progress_remaining'
    +
    +
    +

    Error Handling

    +
    +

    This section uses the download example.

    +
    +

    Concept 10: Accumulate And Summarize

    +

    What: When an error happens, save it, then display it at the very end.

    +

    Value: User doesn't have to spend time and effort investigating.

    +
    +Example +
    %3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end
    +
    +Don't Do This: +
    # Per subprocess
    +log_info "${id}: Start."
    +log_info "${id}: Processing."
    +
    +download_file
    +download_result=$?
    +
    +if [[ "$download_result" -eq 0 ]]
    +then
    +    log_info "${id}: Successful."
    +    log_info "${id}: Notifying service."
    +    return 0
    +else
    +    log_error "${id}: Download failed: ${download_result}"
    +    return 1
    +fi
    +
    +
    +Info : Starting process.
    +Info : b1: Start.
    +Info : b2: Start.
    +Info : b3: Start.
    +Info : main: Waiting for results.
    +Info : b1: Processing.
    +Info : b2: Processing.
    +Info : main: Waiting for results.
    +Info : b3: Processing.
    +Error: b2: Download failed: 12
    +Info : b1: Processing complete.
    +Info : main: Waiting for results.
    +Info : b3: Processing complete.
    +Info : b1: Successful.
    +Info : main: Waiting for results.
    +Info : b3: Successful.
    +Info : b3: Notifying service.
    +Info : main: Waiting for results.
    +Info : b1: Notifying service.
    +Info : main: Collected results.
    +Info : main: Analyzing.
    +Error: Process failed: b2.
    +
    +
    +
    +Do This: +
    # Per subprocess
    +download_file
    +download_result=$?
    +
    +if [[ "$download_result" -eq 0 ]]
    +then
    +    printf "{ \"id\": ${id} \"success\": true }"
    +    return 0
    +else
    +    printf "{ \"id\": ${id} \"success\": false, \"error_code\": 12 }"
    +    return 1
    +fi
    +
    +
    +Info : Starting process.
    +Info : b1: Start.
    +Info : b2: Start.
    +Info : b3: Start.
    +Info : main: Waiting for results.
    +Info : b1: Processing.
    +Info : b2: Processing.
    +Info : main: Waiting for results.
    +Info : b3: Processing.
    +Error: b2: Download failed: 12
    +Info : b1: Processing complete.
    +Info : main: Waiting for results.
    +Info : b3: Processing complete.
    +Info : b1: Successful.
    +Info : main: Waiting for results.
    +Info : b3: Successful.
    +Info : b3: Notifying service.
    +Info : main: Waiting for results.
    +Info : b1: Notifying service.
    +Info : main: Collected results.
    +Info : main: Analyzing.
    +Error: Process failed: b2.
    +
    +Error: b2 failed with error code: 12
    +
    +
    +
    +So that: +
    %3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end
    +
    +Info : Starting process.
    +Info : b1: Start.
    +Info : b2: Start.
    +Info : b3: Start.
    +Info : main: Waiting for results.
    +Info : b1: Processing.
    +Info : b2: Processing.
    +Info : main: Waiting for results.
    +Info : b3: Processing.
    +Error: b2: Download failed: 12
    +Info : b1: Processing complete.
    +Info : main: Waiting for results.
    +Error: b3: Download failed: 13
    +Info : b1: Successful.
    +Info : main: Waiting for results.
    +Info : main: Waiting for results.
    +Info : b1: Notifying service.
    +Info : main: Collected results.
    +Info : main: Analyzing.
    +Error: Process failed: b2, b3.
    +
    +Error:
    +  b2 failed with error code: 12
    +  b3 failed with error code: 13
    +
    +
    +
    +

    Concept 11: Understandable Error Messages

    +

    What: Translate the technical terms into spoken language terms.

    +

    Value: User can understand the message and take action.

    +
    +Example +
    download -v init http://non_existent_domain file.txt
    +
    +
    +Error: peace_item_file_download::src_get
    +
    +  × Failed to download file.
    +  ├─▶ error sending request for url (http://non_existent_domain/): error
    +trying to connect: dns error: failed to lookup address information:
    +Temporary failure in name resolution
    +  ├─▶ error trying to connect: dns error: failed to lookup address
    +information: Temporary failure in name resolution
    +  ├─▶ dns error: failed to lookup address information: Temporary failure in
    +name resolution
    +  ╰─▶ failed to lookup address information: Temporary failure in name
    +      resolution
    +
    +
    +Error: peace_item_file_download::src_get
    +
    +  × Failed to download file.
    +   ╭────
    + 1 │ download init http://non_existent_domain/ file.txt
    +   ·               ─────────────┬─────────────
    +   ·                            ╰── defined here
    +   ╰────
    +  help: Check that the URL is reachable: `curl http://non_existent_domain/`
    +        Are you connected to the internet?
    +
    +
    +

    Concept 12: Capture the Source of Information

    +

    What: Show where the information came from.

    +

    Value: User doesn't have to spend time and effort investigating.

    +
    +Example +
    download init http://localhost:3000/ peace_book.html
    +
    +

    Stop the server, then:

    +
    download ensure
    +
    + +
    +Error: peace_item_file_download::src_get
    +
    +  × Failed to download file.
    +   ╭────
    + 1 │ download init http://localhost:3000/ peace_book.html
    +   ·               ───────────┬──────────
    +   ·                          ╰── defined here
    +   ╰────
    +  help: Check that the URL is reachable: `curl http://localhost:3000/`
    +        Are you connected to the internet?
    +
    +
    +

    Workflow Concepts

    +

    Concept 13: Clean Up

    +

    What: Leave a place in a state, no worse than when you found it.

    +

    Value: Don't waste resources.

    +
    +Example +
    ls
    +
    +
    download clean
    +
    +
    +Bash +
    function cp_flow {
    +    sub_cmd=$1
    +
    +    case ${sub_cmd} in
    +        ensure)
    +            informational_idempotent_cp "$2" "$3"
    +            ;;
    +        clean)
    +            if   test -f "$2"
    +            then rm -f "$2"
    +            fi
    +            ;;
    +    esac ;
    +}
    +
    +
    rm -f "${dest}"
    +time (cp_flow ensure "${src}" "${dest}")
    +time (cp_flow ensure "${src}" "${dest}")
    +
    +
    time (cp_flow clean "${dest}")
    +
    +
    +
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/learning_material/user_facing_automation_part_2.html b/learning_material/user_facing_automation_part_2.html new file mode 100644 index 000000000..be562ed21 --- /dev/null +++ b/learning_material/user_facing_automation_part_2.html @@ -0,0 +1,297 @@ + + + + + + User Facing Automation - Part 2 - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    User Facing Automation - Part 2

    +

    Workflow Concepts

    +

    Concept 14: Storing Parameters

    +

    What: Take in parameters, recall them automatically.

    +

    Value: Don't require users to pass in parameters repeatedly.

    +
    +Example +
    download init https://ifconfig.me ip.json
    +
    +
    download ensure
    +download clean
    +
    +
    +

    Concept 15: Current State, Goal State, Difference

    +

    What: Show users what is, and what will be, before doing anything.

    +

    Value: Give users clarity on what would happen, before doing it.

    +
    +Example +
    download clean
    +download init https://ifconfig.me ip.json
    +
    +
    download status
    +download goal
    +download diff
    +
    +download ensure
    +download diff
    +
    +download clean
    +download diff
    +
    +
    +

    Concept 16: Profiles

    +

    What: Use the same workspace input for logically separate environments.

    +

    Value: Ease the creation of cloned environments.

    +

    Concept 17: Flows

    +

    What: Perform different workflows within an environment.

    +

    Value: Workflows automatically share parameters with each other.

    +

    Concept 18: Parameter Limits

    +

    What: Guard automation from executing with unusual values.

    +

    Value: Don't accidentally incur large costs.

    +

    Efficiency Concepts (Again!)

    +

    Concept 19: Do It Before It's Asked

    +
    +

    If a process cannot take less than 10 minutes,
    +then to do it in 5,
    +you must begin in the past.

    +
    +

    What: Execute the automation in the background, show where it is when it is asked to be executed.

    +

    Value: Reduce waiting time.

    +

    Cost: Background work consumes resources, and may be redundant.

    +

    Concept 20: Reverse Execution

    +
    +

    At the beginning of a process, what's the fastest way to get to step 9?

    +

    Go through steps 1 through 9.

    +

    What if you're on step 10?

    +

    Transition from step 10 to 9.

    +
    +

    What: The beginning and destination state are not necessarily the start and end of a process.

    +

    Value: Allows inspection / mutation of state at a particular point, or re-testing of automation steps after that point.

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + diff --git a/licenses.html b/licenses.html new file mode 100644 index 000000000..48b9b8943 --- /dev/null +++ b/licenses.html @@ -0,0 +1,11723 @@ + + + + + + + + + +
    +
    +

    Third Party Licenses

    +

    This page lists the licenses of the projects used in Peace.

    +
    + +

    Overview of licenses:

    + + +

    All license text:

    +
      +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      +                                 Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      +                                 Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      +                                 Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "[]"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright 2022 Jacob Pratt et al.
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      +                                 Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "[]"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright 2023 Jacob Pratt et al.
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      +                                 Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "[]"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright [yyyy] [name of copyright owner]
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      +                                 Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "[]"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright [yyyy] [name of copyright owner]
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                       Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a peretual,
      +      worldwide, non-exclusive, no-cpharge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +     agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides it s Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "[]"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright [yyyy] [name of copyright owner]
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                       Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "[]"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright (c) Microsoft Corporation.
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                       Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "[]"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright 2020 Tomasz "Soveu" Marx
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                       Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "[]"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright 2023 The Fuchsia Authors
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                       Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "[]"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright [yyyy] [name of copyright owner]
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                       Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "{}"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright 2017 Juniper Networks, Inc.
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                       Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "{}"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright {yyyy} {name of copyright owner}
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                       Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "{}"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright {yyyy} {name of copyright owner}
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                       Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1.  Definitions.
      +
      +    "License" shall mean the terms and conditions for use, reproduction,
      +    and distribution as defined by Sections 1 through 9 of this document.
      +
      +    "Licensor" shall mean the copyright owner or entity authorized by
      +    the copyright owner that is granting the License.
      +
      +    "Legal Entity" shall mean the union of the acting entity and all
      +    other entities that control, are controlled by, or are under common
      +    control with that entity. For the purposes of this definition,
      +    "control" means (i) the power, direct or indirect, to cause the
      +    direction or management of such entity, whether by contract or
      +    otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +    outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +    "You" (or "Your") shall mean an individual or Legal Entity
      +    exercising permissions granted by this License.
      +
      +    "Source" form shall mean the preferred form for making modifications,
      +    including but not limited to software source code, documentation
      +    source, and configuration files.
      +
      +    "Object" form shall mean any form resulting from mechanical
      +    transformation or translation of a Source form, including but
      +    not limited to compiled object code, generated documentation,
      +    and conversions to other media types.
      +
      +    "Work" shall mean the work of authorship, whether in Source or
      +    Object form, made available under the License, as indicated by a
      +    copyright notice that is included in or attached to the work
      +    (an example is provided in the Appendix below).
      +
      +    "Derivative Works" shall mean any work, whether in Source or Object
      +    form, that is based on (or derived from) the Work and for which the
      +    editorial revisions, annotations, elaborations, or other modifications
      +    represent, as a whole, an original work of authorship. For the purposes
      +    of this License, Derivative Works shall not include works that remain
      +    separable from, or merely link (or bind by name) to the interfaces of,
      +    the Work and Derivative Works thereof.
      +
      +    "Contribution" shall mean any work of authorship, including
      +    the original version of the Work and any modifications or additions
      +    to that Work or Derivative Works thereof, that is intentionally
      +    submitted to Licensor for inclusion in the Work by the copyright owner
      +    or by an individual or Legal Entity authorized to submit on behalf of
      +    the copyright owner. For the purposes of this definition, "submitted"
      +    means any form of electronic, verbal, or written communication sent
      +    to the Licensor or its representatives, including but not limited to
      +    communication on electronic mailing lists, source code control systems,
      +    and issue tracking systems that are managed by, or on behalf of, the
      +    Licensor for the purpose of discussing and improving the Work, but
      +    excluding communication that is conspicuously marked or otherwise
      +    designated in writing by the copyright owner as "Not a Contribution."
      +
      +    "Contributor" shall mean Licensor and any individual or Legal Entity
      +    on behalf of whom a Contribution has been received by Licensor and
      +    subsequently incorporated within the Work.
      +
      +2.  Grant of Copyright License. Subject to the terms and conditions of
      +    this License, each Contributor hereby grants to You a perpetual,
      +    worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +    copyright license to reproduce, prepare Derivative Works of,
      +    publicly display, publicly perform, sublicense, and distribute the
      +    Work and such Derivative Works in Source or Object form.
      +
      +3.  Grant of Patent License. Subject to the terms and conditions of
      +    this License, each Contributor hereby grants to You a perpetual,
      +    worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +    (except as stated in this section) patent license to make, have made,
      +    use, offer to sell, sell, import, and otherwise transfer the Work,
      +    where such license applies only to those patent claims licensable
      +    by such Contributor that are necessarily infringed by their
      +    Contribution(s) alone or by combination of their Contribution(s)
      +    with the Work to which such Contribution(s) was submitted. If You
      +    institute patent litigation against any entity (including a
      +    cross-claim or counterclaim in a lawsuit) alleging that the Work
      +    or a Contribution incorporated within the Work constitutes direct
      +    or contributory patent infringement, then any patent licenses
      +    granted to You under this License for that Work shall terminate
      +    as of the date such litigation is filed.
      +
      +4.  Redistribution. You may reproduce and distribute copies of the
      +    Work or Derivative Works thereof in any medium, with or without
      +    modifications, and in Source or Object form, provided that You
      +    meet the following conditions:
      +
      +    (a) You must give any other recipients of the Work or
      +    Derivative Works a copy of this License; and
      +
      +    (b) You must cause any modified files to carry prominent notices
      +    stating that You changed the files; and
      +
      +    (c) You must retain, in the Source form of any Derivative Works
      +    that You distribute, all copyright, patent, trademark, and
      +    attribution notices from the Source form of the Work,
      +    excluding those notices that do not pertain to any part of
      +    the Derivative Works; and
      +
      +    (d) If the Work includes a "NOTICE" text file as part of its
      +    distribution, then any Derivative Works that You distribute must
      +    include a readable copy of the attribution notices contained
      +    within such NOTICE file, excluding those notices that do not
      +    pertain to any part of the Derivative Works, in at least one
      +    of the following places: within a NOTICE text file distributed
      +    as part of the Derivative Works; within the Source form or
      +    documentation, if provided along with the Derivative Works; or,
      +    within a display generated by the Derivative Works, if and
      +    wherever such third-party notices normally appear. The contents
      +    of the NOTICE file are for informational purposes only and
      +    do not modify the License. You may add Your own attribution
      +    notices within Derivative Works that You distribute, alongside
      +    or as an addendum to the NOTICE text from the Work, provided
      +    that such additional attribution notices cannot be construed
      +    as modifying the License.
      +
      +    You may add Your own copyright statement to Your modifications and
      +    may provide additional or different license terms and conditions
      +    for use, reproduction, or distribution of Your modifications, or
      +    for any such Derivative Works as a whole, provided Your use,
      +    reproduction, and distribution of the Work otherwise complies with
      +    the conditions stated in this License.
      +
      +5.  Submission of Contributions. Unless You explicitly state otherwise,
      +    any Contribution intentionally submitted for inclusion in the Work
      +    by You to the Licensor shall be under the terms and conditions of
      +    this License, without any additional terms or conditions.
      +    Notwithstanding the above, nothing herein shall supersede or modify
      +    the terms of any separate license agreement you may have executed
      +    with Licensor regarding such Contributions.
      +
      +6.  Trademarks. This License does not grant permission to use the trade
      +    names, trademarks, service marks, or product names of the Licensor,
      +    except as required for reasonable and customary use in describing the
      +    origin of the Work and reproducing the content of the NOTICE file.
      +
      +7.  Disclaimer of Warranty. Unless required by applicable law or
      +    agreed to in writing, Licensor provides the Work (and each
      +    Contributor provides its Contributions) on an "AS IS" BASIS,
      +    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +    implied, including, without limitation, any warranties or conditions
      +    of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +    PARTICULAR PURPOSE. You are solely responsible for determining the
      +    appropriateness of using or redistributing the Work and assume any
      +    risks associated with Your exercise of permissions under this License.
      +
      +8.  Limitation of Liability. In no event and under no legal theory,
      +    whether in tort (including negligence), contract, or otherwise,
      +    unless required by applicable law (such as deliberate and grossly
      +    negligent acts) or agreed to in writing, shall any Contributor be
      +    liable to You for damages, including any direct, indirect, special,
      +    incidental, or consequential damages of any character arising as a
      +    result of this License or out of the use or inability to use the
      +    Work (including but not limited to damages for loss of goodwill,
      +    work stoppage, computer failure or malfunction, or any and all
      +    other commercial damages or losses), even if such Contributor
      +    has been advised of the possibility of such damages.
      +
      +9.  Accepting Warranty or Additional Liability. While redistributing
      +    the Work or Derivative Works thereof, You may choose to offer,
      +    and charge a fee for, acceptance of support, warranty, indemnity,
      +    or other liability obligations and/or rights consistent with this
      +    License. However, in accepting such obligations, You may act only
      +    on Your own behalf and on Your sole responsibility, not on behalf
      +    of any other Contributor, and only if You agree to indemnify,
      +    defend, and hold each Contributor harmless for any liability
      +    incurred by, or claims asserted against, such Contributor by reason
      +    of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "[]"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                      Apache License
      +                           Version 2.0, January 2004
      +                        http://www.apache.org/licenses/
      +
      +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +      "License" shall mean the terms and conditions for use, reproduction,
      +      and distribution as defined by Sections 1 through 9 of this document.
      +
      +      "Licensor" shall mean the copyright owner or entity authorized by
      +      the copyright owner that is granting the License.
      +
      +      "Legal Entity" shall mean the union of the acting entity and all
      +      other entities that control, are controlled by, or are under common
      +      control with that entity. For the purposes of this definition,
      +      "control" means (i) the power, direct or indirect, to cause the
      +      direction or management of such entity, whether by contract or
      +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +      outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +      "You" (or "Your") shall mean an individual or Legal Entity
      +      exercising permissions granted by this License.
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +      including but not limited to software source code, documentation
      +      source, and configuration files.
      +
      +      "Object" form shall mean any form resulting from mechanical
      +      transformation or translation of a Source form, including but
      +      not limited to compiled object code, generated documentation,
      +      and conversions to other media types.
      +
      +      "Work" shall mean the work of authorship, whether in Source or
      +      Object form, made available under the License, as indicated by a
      +      copyright notice that is included in or attached to the work
      +      (an example is provided in the Appendix below).
      +
      +      "Derivative Works" shall mean any work, whether in Source or Object
      +      form, that is based on (or derived from) the Work and for which the
      +      editorial revisions, annotations, elaborations, or other modifications
      +      represent, as a whole, an original work of authorship. For the purposes
      +      of this License, Derivative Works shall not include works that remain
      +      separable from, or merely link (or bind by name) to the interfaces of,
      +      the Work and Derivative Works thereof.
      +
      +      "Contribution" shall mean any work of authorship, including
      +      the original version of the Work and any modifications or additions
      +      to that Work or Derivative Works thereof, that is intentionally
      +      submitted to Licensor for inclusion in the Work by the copyright owner
      +      or by an individual or Legal Entity authorized to submit on behalf of
      +      the copyright owner. For the purposes of this definition, "submitted"
      +      means any form of electronic, verbal, or written communication sent
      +      to the Licensor or its representatives, including but not limited to
      +      communication on electronic mailing lists, source code control systems,
      +      and issue tracking systems that are managed by, or on behalf of, the
      +      Licensor for the purpose of discussing and improving the Work, but
      +      excluding communication that is conspicuously marked or otherwise
      +      designated in writing by the copyright owner as "Not a Contribution."
      +
      +      "Contributor" shall mean Licensor and any individual or Legal Entity
      +      on behalf of whom a Contribution has been received by Licensor and
      +      subsequently incorporated within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      copyright license to reproduce, prepare Derivative Works of,
      +      publicly display, publicly perform, sublicense, and distribute the
      +      Work and such Derivative Works in Source or Object form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of
      +      this License, each Contributor hereby grants to You a perpetual,
      +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +      (except as stated in this section) patent license to make, have made,
      +      use, offer to sell, sell, import, and otherwise transfer the Work,
      +      where such license applies only to those patent claims licensable
      +      by such Contributor that are necessarily infringed by their
      +      Contribution(s) alone or by combination of their Contribution(s)
      +      with the Work to which such Contribution(s) was submitted. If You
      +      institute patent litigation against any entity (including a
      +      cross-claim or counterclaim in a lawsuit) alleging that the Work
      +      or a Contribution incorporated within the Work constitutes direct
      +      or contributory patent infringement, then any patent licenses
      +      granted to You under this License for that Work shall terminate
      +      as of the date such litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute copies of the
      +      Work or Derivative Works thereof in any medium, with or without
      +      modifications, and in Source or Object form, provided that You
      +      meet the following conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +          Derivative Works a copy of this License; and
      +
      +      (b) You must cause any modified files to carry prominent notices
      +          stating that You changed the files; and
      +
      +      (c) You must retain, in the Source form of any Derivative Works
      +          that You distribute, all copyright, patent, trademark, and
      +          attribution notices from the Source form of the Work,
      +          excluding those notices that do not pertain to any part of
      +          the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text file as part of its
      +          distribution, then any Derivative Works that You distribute must
      +          include a readable copy of the attribution notices contained
      +          within such NOTICE file, excluding those notices that do not
      +          pertain to any part of the Derivative Works, in at least one
      +          of the following places: within a NOTICE text file distributed
      +          as part of the Derivative Works; within the Source form or
      +          documentation, if provided along with the Derivative Works; or,
      +          within a display generated by the Derivative Works, if and
      +          wherever such third-party notices normally appear. The contents
      +          of the NOTICE file are for informational purposes only and
      +          do not modify the License. You may add Your own attribution
      +          notices within Derivative Works that You distribute, alongside
      +          or as an addendum to the NOTICE text from the Work, provided
      +          that such additional attribution notices cannot be construed
      +          as modifying the License.
      +
      +      You may add Your own copyright statement to Your modifications and
      +      may provide additional or different license terms and conditions
      +      for use, reproduction, or distribution of Your modifications, or
      +      for any such Derivative Works as a whole, provided Your use,
      +      reproduction, and distribution of the Work otherwise complies with
      +      the conditions stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly state otherwise,
      +      any Contribution intentionally submitted for inclusion in the Work
      +      by You to the Licensor shall be under the terms and conditions of
      +      this License, without any additional terms or conditions.
      +      Notwithstanding the above, nothing herein shall supersede or modify
      +      the terms of any separate license agreement you may have executed
      +      with Licensor regarding such Contributions.
      +
      +   6. Trademarks. This License does not grant permission to use the trade
      +      names, trademarks, service marks, or product names of the Licensor,
      +      except as required for reasonable and customary use in describing the
      +      origin of the Work and reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless required by applicable law or
      +      agreed to in writing, Licensor provides the Work (and each
      +      Contributor provides its Contributions) on an "AS IS" BASIS,
      +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +      implied, including, without limitation, any warranties or conditions
      +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +      PARTICULAR PURPOSE. You are solely responsible for determining the
      +      appropriateness of using or redistributing the Work and assume any
      +      risks associated with Your exercise of permissions under this License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +      whether in tort (including negligence), contract, or otherwise,
      +      unless required by applicable law (such as deliberate and grossly
      +      negligent acts) or agreed to in writing, shall any Contributor be
      +      liable to You for damages, including any direct, indirect, special,
      +      incidental, or consequential damages of any character arising as a
      +      result of this License or out of the use or inability to use the
      +      Work (including but not limited to damages for loss of goodwill,
      +      work stoppage, computer failure or malfunction, or any and all
      +      other commercial damages or losses), even if such Contributor
      +      has been advised of the possibility of such damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +      the Work or Derivative Works thereof, You may choose to offer,
      +      and charge a fee for, acceptance of support, warranty, indemnity,
      +      or other liability obligations and/or rights consistent with this
      +      License. However, in accepting such obligations, You may act only
      +      on Your own behalf and on Your sole responsibility, not on behalf
      +      of any other Contributor, and only if You agree to indemnify,
      +      defend, and hold each Contributor harmless for any liability
      +      incurred by, or claims asserted against, such Contributor by reason
      +      of your accepting any such warranty or additional liability.
      +
      +   END OF TERMS AND CONDITIONS
      +
      +   APPENDIX: How to apply the Apache License to your work.
      +
      +      To apply the Apache License to your work, attach the following
      +      boilerplate notice, with the fields enclosed by brackets "{}"
      +      replaced with your own identifying information. (Don't include
      +      the brackets!)  The text should be enclosed in the appropriate
      +      comment syntax for the file format. We also recommend that a
      +      file or class name and description of purpose be included on the
      +      same "printed page" as the copyright notice for easier
      +      identification within third-party archives.
      +
      +   Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
      +
      +   Licensed under the Apache License, Version 2.0 (the "License");
      +   you may not use this file except in compliance with the License.
      +   You may obtain a copy of the License at
      +
      +       http://www.apache.org/licenses/LICENSE-2.0
      +
      +   Unless required by applicable law or agreed to in writing, software
      +   distributed under the License is distributed on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +   See the License for the specific language governing permissions and
      +   limitations under the License.
      +
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright (c) 2016 Alex Crichton
      +Copyright (c) 2017 The Tokio Authors
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2014 Paho Lurie-Gregg
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2016 Sean McArthur
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2017 Ryan Leckey
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2017 Sergio Benitez
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2017 The Rust Project Developers
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2017 http-rs authors
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2017 quininer kel
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2018 The pin-utils authors
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2018-2022 RustCrypto Developers
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2019-2020 CreepySkeleton <creepy-skeleton@yandex.ru>
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +    http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2020 Andrew Straw
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +    http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +   http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +  http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     https://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     https://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	https://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     https://www.apache.org/licenses/LICENSE-2.0
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	https://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright 2019-2020 CreepySkeleton <creepy-skeleton@yandex.ru>
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +    http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
                                    Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      # Contributing
      +
      +## License
      +
      +Licensed under either of
      +
      + * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
      + * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
      +
      +at your option.
      +
      +### Contribution
      +
      +Unless you explicitly state otherwise, any contribution intentionally submitted
      +for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
      +additional terms or conditions.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      // Licensed under the Apache License, Version 2.0
      +// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
      +// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
      +// All files in the project carrying such notice may not be copied, modified, or distributed
      +// except according to those terms.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      Apache License
      +
      +Version 2.0, January 2004
      +
      +http://www.apache.org/licenses/ TERMS
      +AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +     
      +
      +
      +      "License" shall mean the terms and conditions for use, reproduction, and
      +distribution as defined by Sections 1 through 9 of this document.
      +
      +      
      +
      +     
      +"Licensor" shall mean the copyright owner or entity authorized by the copyright
      +owner that is granting the License.
      +
      +      
      +
      +      "Legal Entity" shall mean the
      +union of the acting entity and all other entities that control, are controlled
      +by, or are under common control with that entity. For the purposes of this
      +definition, "control" means (i) the power, direct or indirect, to cause the
      +direction or management of such entity, whether by contract or otherwise, or (ii)
      +ownership of fifty percent (50%) or more of the outstanding shares, or (iii)
      +beneficial ownership of such entity.
      +
      +      
      +
      +      "You" (or "Your") shall mean
      +an individual or Legal Entity exercising permissions granted by this License.
      +
      +  
      +
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +including but not limited to software source code, documentation source, and
      +configuration files.
      +
      +      
      +
      +      "Object" form shall mean any form resulting
      +from mechanical transformation or translation of a Source form, including but not
      +limited to compiled object code, generated documentation, and conversions to
      +other media types.
      +
      +      
      +
      +      "Work" shall mean the work of authorship,
      +whether in Source or Object form, made available under the License, as indicated
      +by a copyright notice that is included in or attached to the work (an example is
      +provided in the Appendix below).
      +
      +      
      +
      +      "Derivative Works" shall mean any
      +work, whether in Source or Object form, that is based on (or derived from) the
      +Work and for which the editorial revisions, annotations, elaborations, or other
      +modifications represent, as a whole, an original work of authorship. For the
      +purposes of this License, Derivative Works shall not include works that remain
      +separable from, or merely link (or bind by name) to the interfaces of, the Work
      +and Derivative Works thereof.
      +
      +      
      +
      +      "Contribution" shall mean any work
      +of authorship, including the original version of the Work and any modifications
      +or additions to that Work or Derivative Works thereof, that is intentionally
      +submitted to Licensor for inclusion in the Work by the copyright owner or by an
      +individual or Legal Entity authorized to submit on behalf of the copyright owner.
      +For the purposes of this definition, "submitted" means any form of electronic,
      +verbal, or written communication sent to the Licensor or its representatives,
      +including but not limited to communication on electronic mailing lists, source
      +code control systems, and issue tracking systems that are managed by, or on
      +behalf of, the Licensor for the purpose of discussing and improving the Work, but
      +excluding communication that is conspicuously marked or otherwise designated in
      +writing by the copyright owner as "Not a Contribution."
      +
      +      
      +
      +     
      +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of
      +whom a Contribution has been received by Licensor and subsequently incorporated
      +within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and
      +conditions of this License, each Contributor hereby grants to You a perpetual,
      +worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license
      +to reproduce, prepare Derivative Works of, publicly display, publicly perform,
      +sublicense, and distribute the Work and such Derivative Works in Source or Object
      +form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of this
      +License, each Contributor hereby grants to You a perpetual, worldwide,
      +non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this
      +section) patent license to make, have made, use, offer to sell, sell, import, and
      +otherwise transfer the Work, where such license applies only to those patent
      +claims licensable by such Contributor that are necessarily infringed by their
      +Contribution(s) alone or by combination of their Contribution(s) with the Work to
      +which such Contribution(s) was submitted. If You institute patent litigation
      +against any entity (including a cross-claim or counterclaim in a lawsuit)
      +alleging that the Work or a Contribution incorporated within the Work constitutes
      +direct or contributory patent infringement, then any patent licenses granted to
      +You under this License for that Work shall terminate as of the date such
      +litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute
      +copies of the Work or Derivative Works thereof in any medium, with or without
      +modifications, and in Source or Object form, provided that You meet the following
      +conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +Derivative Works a copy of this License; and
      +
      +      (b) You must cause any
      +modified files to carry prominent notices stating that You changed the files;
      +and
      +
      +      (c) You must retain, in the Source form of any Derivative Works that
      +You distribute, all copyright, patent, trademark, and attribution notices from
      +the Source form of the Work, excluding those notices that do not pertain to any
      +part of the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text
      +file as part of its distribution, then any Derivative Works that You distribute
      +must include a readable copy of the attribution notices contained within such
      +NOTICE file, excluding those notices that do not pertain to any part of the
      +Derivative Works, in at least one of the following places: within a NOTICE text
      +file distributed as part of the Derivative Works; within the Source form or
      +documentation, if provided along with the Derivative Works; or, within a display
      +generated by the Derivative Works, if and wherever such third-party notices
      +normally appear. The contents of the NOTICE file are for informational purposes
      +only and do not modify the License. You may add Your own attribution notices
      +within Derivative Works that You distribute, alongside or as an addendum to the
      +NOTICE text from the Work, provided that such additional attribution notices
      +cannot be construed as modifying the License.
      +
      +      You may add Your own
      +copyright statement to Your modifications and may provide additional or different
      +license terms and conditions for use, reproduction, or distribution of Your
      +modifications, or for any such Derivative Works as a whole, provided Your use,
      +reproduction, and distribution of the Work otherwise complies with the conditions
      +stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly
      +state otherwise, any Contribution intentionally submitted for inclusion in the
      +Work by You to the Licensor shall be under the terms and conditions of this
      +License, without any additional terms or conditions. Notwithstanding the above,
      +nothing herein shall supersede or modify the terms of any separate license
      +agreement you may have executed with Licensor regarding such Contributions.
      +
      +  
      +6. Trademarks. This License does not grant permission to use the trade names,
      +trademarks, service marks, or product names of the Licensor, except as required
      +for reasonable and customary use in describing the origin of the Work and
      +reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless
      +required by applicable law or agreed to in writing, Licensor provides the Work
      +(and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
      +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
      +without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT,
      +MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible
      +for determining the appropriateness of using or redistributing the Work and
      +assume any risks associated with Your exercise of permissions under this
      +License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +whether in tort (including negligence), contract, or otherwise, unless required
      +by applicable law (such as deliberate and grossly negligent acts) or agreed to in
      +writing, shall any Contributor be liable to You for damages, including any
      +direct, indirect, special, incidental, or consequential damages of any character
      +arising as a result of this License or out of the use or inability to use the
      +Work (including but not limited to damages for loss of goodwill, work stoppage,
      +computer failure or malfunction, or any and all other commercial damages or
      +losses), even if such Contributor has been advised of the possibility of such
      +damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +the Work or Derivative Works thereof, You may choose to offer, and charge a fee
      +for, acceptance of support, warranty, indemnity, or other liability obligations
      +and/or rights consistent with this License. However, in accepting such
      +obligations, You may act only on Your own behalf and on Your sole responsibility,
      +not on behalf of any other Contributor, and only if You agree to indemnify,
      +defend, and hold each Contributor harmless for any liability incurred by, or
      +claims asserted against, such Contributor by reason of your accepting any such
      +warranty or additional liability. END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to
      +apply the Apache License to your work.
      +
      +To apply the Apache License to your work,
      +attach the following boilerplate notice, with the fields enclosed by brackets
      +"[]" replaced with your own identifying information. (Don't include the
      +brackets!) The text should be enclosed in the appropriate comment syntax for the
      +file format. We also recommend that a file or class name and description of
      +purpose be included on the same "printed page" as the copyright notice for easier
      +identification within third-party archives.
      +
      +Copyright [yyyy] Kat
      +Marchán
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +
      +you may
      +not use this file except in compliance with the License.
      +
      +You may obtain a copy
      +of the License at
      +
      +http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by
      +applicable law or agreed to in writing, software
      +
      +distributed under the License
      +is distributed on an "AS IS" BASIS,
      +
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY
      +KIND, either express or implied.
      +
      +See the License for the specific language
      +governing permissions and
      +
      +limitations under the License.
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      Apache License
      +Version 2.0, January 2004
      +http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +"License" shall mean the terms and conditions for use, reproduction,
      +and distribution as defined by Sections 1 through 9 of this document.
      +
      +"Licensor" shall mean the copyright owner or entity authorized by
      +the copyright owner that is granting the License.
      +
      +"Legal Entity" shall mean the union of the acting entity and all
      +other entities that control, are controlled by, or are under common
      +control with that entity. For the purposes of this definition,
      +"control" means (i) the power, direct or indirect, to cause the
      +direction or management of such entity, whether by contract or
      +otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +"You" (or "Your") shall mean an individual or Legal Entity
      +exercising permissions granted by this License.
      +
      +"Source" form shall mean the preferred form for making modifications,
      +including but not limited to software source code, documentation
      +source, and configuration files.
      +
      +"Object" form shall mean any form resulting from mechanical
      +transformation or translation of a Source form, including but
      +not limited to compiled object code, generated documentation,
      +and conversions to other media types.
      +
      +"Work" shall mean the work of authorship, whether in Source or
      +Object form, made available under the License, as indicated by a
      +copyright notice that is included in or attached to the work
      +(an example is provided in the Appendix below).
      +
      +"Derivative Works" shall mean any work, whether in Source or Object
      +form, that is based on (or derived from) the Work and for which the
      +editorial revisions, annotations, elaborations, or other modifications
      +represent, as a whole, an original work of authorship. For the purposes
      +of this License, Derivative Works shall not include works that remain
      +separable from, or merely link (or bind by name) to the interfaces of,
      +the Work and Derivative Works thereof.
      +
      +"Contribution" shall mean any work of authorship, including
      +the original version of the Work and any modifications or additions
      +to that Work or Derivative Works thereof, that is intentionally
      +submitted to Licensor for inclusion in the Work by the copyright owner
      +or by an individual or Legal Entity authorized to submit on behalf of
      +the copyright owner. For the purposes of this definition, "submitted"
      +means any form of electronic, verbal, or written communication sent
      +to the Licensor or its representatives, including but not limited to
      +communication on electronic mailing lists, source code control systems,
      +and issue tracking systems that are managed by, or on behalf of, the
      +Licensor for the purpose of discussing and improving the Work, but
      +excluding communication that is conspicuously marked or otherwise
      +designated in writing by the copyright owner as "Not a Contribution."
      +
      +"Contributor" shall mean Licensor and any individual or Legal Entity
      +on behalf of whom a Contribution has been received by Licensor and
      +subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +this License, each Contributor hereby grants to You a perpetual,
      +worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +copyright license to reproduce, prepare Derivative Works of,
      +publicly display, publicly perform, sublicense, and distribute the
      +Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +this License, each Contributor hereby grants to You a perpetual,
      +worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +(except as stated in this section) patent license to make, have made,
      +use, offer to sell, sell, import, and otherwise transfer the Work,
      +where such license applies only to those patent claims licensable
      +by such Contributor that are necessarily infringed by their
      +Contribution(s) alone or by combination of their Contribution(s)
      +with the Work to which such Contribution(s) was submitted. If You
      +institute patent litigation against any entity (including a
      +cross-claim or counterclaim in a lawsuit) alleging that the Work
      +or a Contribution incorporated within the Work constitutes direct
      +or contributory patent infringement, then any patent licenses
      +granted to You under this License for that Work shall terminate
      +as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +Work or Derivative Works thereof in any medium, with or without
      +modifications, and in Source or Object form, provided that You
      +meet the following conditions:
      +
      +(a) You must give any other recipients of the Work or
      +Derivative Works a copy of this License; and
      +
      +(b) You must cause any modified files to carry prominent notices
      +stating that You changed the files; and
      +
      +(c) You must retain, in the Source form of any Derivative Works
      +that You distribute, all copyright, patent, trademark, and
      +attribution notices from the Source form of the Work,
      +excluding those notices that do not pertain to any part of
      +the Derivative Works; and
      +
      +(d) If the Work includes a "NOTICE" text file as part of its
      +distribution, then any Derivative Works that You distribute must
      +include a readable copy of the attribution notices contained
      +within such NOTICE file, excluding those notices that do not
      +pertain to any part of the Derivative Works, in at least one
      +of the following places: within a NOTICE text file distributed
      +as part of the Derivative Works; within the Source form or
      +documentation, if provided along with the Derivative Works; or,
      +within a display generated by the Derivative Works, if and
      +wherever such third-party notices normally appear. The contents
      +of the NOTICE file are for informational purposes only and
      +do not modify the License. You may add Your own attribution
      +notices within Derivative Works that You distribute, alongside
      +or as an addendum to the NOTICE text from the Work, provided
      +that such additional attribution notices cannot be construed
      +as modifying the License.
      +
      +You may add Your own copyright statement to Your modifications and
      +may provide additional or different license terms and conditions
      +for use, reproduction, or distribution of Your modifications, or
      +for any such Derivative Works as a whole, provided Your use,
      +reproduction, and distribution of the Work otherwise complies with
      +the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +any Contribution intentionally submitted for inclusion in the Work
      +by You to the Licensor shall be under the terms and conditions of
      +this License, without any additional terms or conditions.
      +Notwithstanding the above, nothing herein shall supersede or modify
      +the terms of any separate license agreement you may have executed
      +with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +names, trademarks, service marks, or product names of the Licensor,
      +except as required for reasonable and customary use in describing the
      +origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +agreed to in writing, Licensor provides the Work (and each
      +Contributor provides its Contributions) on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +implied, including, without limitation, any warranties or conditions
      +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +PARTICULAR PURPOSE. You are solely responsible for determining the
      +appropriateness of using or redistributing the Work and assume any
      +risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +whether in tort (including negligence), contract, or otherwise,
      +unless required by applicable law (such as deliberate and grossly
      +negligent acts) or agreed to in writing, shall any Contributor be
      +liable to You for damages, including any direct, indirect, special,
      +incidental, or consequential damages of any character arising as a
      +result of this License or out of the use or inability to use the
      +Work (including but not limited to damages for loss of goodwill,
      +work stoppage, computer failure or malfunction, or any and all
      +other commercial damages or losses), even if such Contributor
      +has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +the Work or Derivative Works thereof, You may choose to offer,
      +and charge a fee for, acceptance of support, warranty, indemnity,
      +or other liability obligations and/or rights consistent with this
      +License. However, in accepting such obligations, You may act only
      +on Your own behalf and on Your sole responsibility, not on behalf
      +of any other Contributor, and only if You agree to indemnify,
      +defend, and hold each Contributor harmless for any liability
      +incurred by, or claims asserted against, such Contributor by reason
      +of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +To apply the Apache License to your work, attach the following
      +boilerplate notice, with the fields enclosed by brackets "[]"
      +replaced with your own identifying information. (Don't include
      +the brackets!)  The text should be enclosed in the appropriate
      +comment syntax for the file format. We also recommend that a
      +file or class name and description of purpose be included on the
      +same "printed page" as the copyright notice for easier
      +identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      Apache License
      +Version 2.0, January 2004
      +http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
      +
      +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
      +
      +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
      +
      +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
      +
      +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
      +
      +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
      +
      +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
      +
      +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
      +
      +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
      +
      +     (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
      +
      +     (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
      +
      +     (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
      +
      +     (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
      +
      +     You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!)  The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      Apache License
      +
      +Version 2.0, January 2004
      +
      +http://www.apache.org/licenses/ TERMS
      +AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +   1. Definitions.
      +
      +     
      +
      +
      +      "License" shall mean the terms and conditions for use, reproduction, and
      +distribution as defined by Sections 1 through 9 of this document.
      +
      +      
      +
      +     
      +"Licensor" shall mean the copyright owner or entity authorized by the copyright
      +owner that is granting the License.
      +
      +      
      +
      +      "Legal Entity" shall mean the
      +union of the acting entity and all other entities that control, are controlled
      +by, or are under common control with that entity. For the purposes of this
      +definition, "control" means (i) the power, direct or indirect, to cause the
      +direction or management of such entity, whether by contract or otherwise, or (ii)
      +ownership of fifty percent (50%) or more of the outstanding shares, or (iii)
      +beneficial ownership of such entity.
      +
      +      
      +
      +      "You" (or "Your") shall mean
      +an individual or Legal Entity exercising permissions granted by this License.
      +
      +  
      +
      +
      +      "Source" form shall mean the preferred form for making modifications,
      +including but not limited to software source code, documentation source, and
      +configuration files.
      +
      +      
      +
      +      "Object" form shall mean any form resulting
      +from mechanical transformation or translation of a Source form, including but not
      +limited to compiled object code, generated documentation, and conversions to
      +other media types.
      +
      +      
      +
      +      "Work" shall mean the work of authorship,
      +whether in Source or Object form, made available under the License, as indicated
      +by a copyright notice that is included in or attached to the work (an example is
      +provided in the Appendix below).
      +
      +      
      +
      +      "Derivative Works" shall mean any
      +work, whether in Source or Object form, that is based on (or derived from) the
      +Work and for which the editorial revisions, annotations, elaborations, or other
      +modifications represent, as a whole, an original work of authorship. For the
      +purposes of this License, Derivative Works shall not include works that remain
      +separable from, or merely link (or bind by name) to the interfaces of, the Work
      +and Derivative Works thereof.
      +
      +      
      +
      +      "Contribution" shall mean any work
      +of authorship, including the original version of the Work and any modifications
      +or additions to that Work or Derivative Works thereof, that is intentionally
      +submitted to Licensor for inclusion in the Work by the copyright owner or by an
      +individual or Legal Entity authorized to submit on behalf of the copyright owner.
      +For the purposes of this definition, "submitted" means any form of electronic,
      +verbal, or written communication sent to the Licensor or its representatives,
      +including but not limited to communication on electronic mailing lists, source
      +code control systems, and issue tracking systems that are managed by, or on
      +behalf of, the Licensor for the purpose of discussing and improving the Work, but
      +excluding communication that is conspicuously marked or otherwise designated in
      +writing by the copyright owner as "Not a Contribution."
      +
      +      
      +
      +     
      +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of
      +whom a Contribution has been received by Licensor and subsequently incorporated
      +within the Work.
      +
      +   2. Grant of Copyright License. Subject to the terms and
      +conditions of this License, each Contributor hereby grants to You a perpetual,
      +worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license
      +to reproduce, prepare Derivative Works of, publicly display, publicly perform,
      +sublicense, and distribute the Work and such Derivative Works in Source or Object
      +form.
      +
      +   3. Grant of Patent License. Subject to the terms and conditions of this
      +License, each Contributor hereby grants to You a perpetual, worldwide,
      +non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this
      +section) patent license to make, have made, use, offer to sell, sell, import, and
      +otherwise transfer the Work, where such license applies only to those patent
      +claims licensable by such Contributor that are necessarily infringed by their
      +Contribution(s) alone or by combination of their Contribution(s) with the Work to
      +which such Contribution(s) was submitted. If You institute patent litigation
      +against any entity (including a cross-claim or counterclaim in a lawsuit)
      +alleging that the Work or a Contribution incorporated within the Work constitutes
      +direct or contributory patent infringement, then any patent licenses granted to
      +You under this License for that Work shall terminate as of the date such
      +litigation is filed.
      +
      +   4. Redistribution. You may reproduce and distribute
      +copies of the Work or Derivative Works thereof in any medium, with or without
      +modifications, and in Source or Object form, provided that You meet the following
      +conditions:
      +
      +      (a) You must give any other recipients of the Work or
      +Derivative Works a copy of this License; and
      +
      +      (b) You must cause any
      +modified files to carry prominent notices stating that You changed the files;
      +and
      +
      +      (c) You must retain, in the Source form of any Derivative Works that
      +You distribute, all copyright, patent, trademark, and attribution notices from
      +the Source form of the Work, excluding those notices that do not pertain to any
      +part of the Derivative Works; and
      +
      +      (d) If the Work includes a "NOTICE" text
      +file as part of its distribution, then any Derivative Works that You distribute
      +must include a readable copy of the attribution notices contained within such
      +NOTICE file, excluding those notices that do not pertain to any part of the
      +Derivative Works, in at least one of the following places: within a NOTICE text
      +file distributed as part of the Derivative Works; within the Source form or
      +documentation, if provided along with the Derivative Works; or, within a display
      +generated by the Derivative Works, if and wherever such third-party notices
      +normally appear. The contents of the NOTICE file are for informational purposes
      +only and do not modify the License. You may add Your own attribution notices
      +within Derivative Works that You distribute, alongside or as an addendum to the
      +NOTICE text from the Work, provided that such additional attribution notices
      +cannot be construed as modifying the License.
      +
      +      You may add Your own
      +copyright statement to Your modifications and may provide additional or different
      +license terms and conditions for use, reproduction, or distribution of Your
      +modifications, or for any such Derivative Works as a whole, provided Your use,
      +reproduction, and distribution of the Work otherwise complies with the conditions
      +stated in this License.
      +
      +   5. Submission of Contributions. Unless You explicitly
      +state otherwise, any Contribution intentionally submitted for inclusion in the
      +Work by You to the Licensor shall be under the terms and conditions of this
      +License, without any additional terms or conditions. Notwithstanding the above,
      +nothing herein shall supersede or modify the terms of any separate license
      +agreement you may have executed with Licensor regarding such Contributions.
      +
      +  
      +6. Trademarks. This License does not grant permission to use the trade names,
      +trademarks, service marks, or product names of the Licensor, except as required
      +for reasonable and customary use in describing the origin of the Work and
      +reproducing the content of the NOTICE file.
      +
      +   7. Disclaimer of Warranty. Unless
      +required by applicable law or agreed to in writing, Licensor provides the Work
      +(and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
      +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
      +without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT,
      +MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible
      +for determining the appropriateness of using or redistributing the Work and
      +assume any risks associated with Your exercise of permissions under this
      +License.
      +
      +   8. Limitation of Liability. In no event and under no legal theory,
      +whether in tort (including negligence), contract, or otherwise, unless required
      +by applicable law (such as deliberate and grossly negligent acts) or agreed to in
      +writing, shall any Contributor be liable to You for damages, including any
      +direct, indirect, special, incidental, or consequential damages of any character
      +arising as a result of this License or out of the use or inability to use the
      +Work (including but not limited to damages for loss of goodwill, work stoppage,
      +computer failure or malfunction, or any and all other commercial damages or
      +losses), even if such Contributor has been advised of the possibility of such
      +damages.
      +
      +   9. Accepting Warranty or Additional Liability. While redistributing
      +the Work or Derivative Works thereof, You may choose to offer, and charge a fee
      +for, acceptance of support, warranty, indemnity, or other liability obligations
      +and/or rights consistent with this License. However, in accepting such
      +obligations, You may act only on Your own behalf and on Your sole responsibility,
      +not on behalf of any other Contributor, and only if You agree to indemnify,
      +defend, and hold each Contributor harmless for any liability incurred by, or
      +claims asserted against, such Contributor by reason of your accepting any such
      +warranty or additional liability. END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to
      +apply the Apache License to your work.
      +
      +To apply the Apache License to your work,
      +attach the following boilerplate notice, with the fields enclosed by brackets
      +"[]" replaced with your own identifying information. (Don't include the
      +brackets!) The text should be enclosed in the appropriate comment syntax for the
      +file format. We also recommend that a file or class name and description of
      +purpose be included on the same "printed page" as the copyright notice for easier
      +identification within third-party archives.
      +
      +Copyright [yyyy] Kat
      +Marchán
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +
      +you may
      +not use this file except in compliance with the License.
      +
      +You may obtain a copy
      +of the License at
      +
      +http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by
      +applicable law or agreed to in writing, software
      +
      +distributed under the License
      +is distributed on an "AS IS" BASIS,
      +
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY
      +KIND, either express or implied.
      +
      +See the License for the specific language
      +governing permissions and
      +
      +limitations under the License.
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      Copyright 2016 Nicolas Silva
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +    http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      Copyright 2023 The allocator-api2 project developers
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      Licensed under the Apache License, Version 2.0
      +<LICENSE-APACHE or
      +http://www.apache.org/licenses/LICENSE-2.0> or the MIT
      +license <LICENSE-MIT or http://opensource.org/licenses/MIT>,
      +at your option. All files in the project carrying such
      +notice may not be copied, modified, or distributed except
      +according to those terms.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      MIT OR Apache-2.0
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      MIT OR Apache-2.0
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      Minimal-lexical is dual licensed under the Apache 2.0 license as well as the MIT
      +license. See the LICENCE-MIT and the LICENCE-APACHE files for the licenses.
      +
      +---
      +
      +`src/bellerophon.rs` is loosely based off the Golang implementation,
      +found [here](https://github.com/golang/go/blob/b10849fbb97a2244c086991b4623ae9f32c212d0/src/strconv/extfloat.go).
      +That code (used if the `compact` feature is enabled) is subject to a
      +[3-clause BSD license](https://github.com/golang/go/blob/b10849fbb97a2244c086991b4623ae9f32c212d0/LICENSE):
      +
      +Copyright (c) 2009 The Go Authors. All rights reserved.
      +
      +Redistribution and use in source and binary forms, with or without
      +modification, are permitted provided that the following conditions are
      +met:
      +
      +   * Redistributions of source code must retain the above copyright
      +notice, this list of conditions and the following disclaimer.
      +   * Redistributions in binary form must reproduce the above
      +copyright notice, this list of conditions and the following disclaimer
      +in the documentation and/or other materials provided with the
      +distribution.
      +   * Neither the name of Google Inc. nor the names of its
      +contributors may be used to endorse or promote products derived from
      +this software without specific prior written permission.
      +
      +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
      +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
      +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
      +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
      +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
      +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
      +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
      +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
      +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
      +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      +
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      Rust-chrono is dual-licensed under The MIT License [1] and
      +Apache 2.0 License [2]. Copyright (c) 2014--2017, Kang Seonghoon and
      +contributors.
      +
      +Nota Bene: This is same as the Rust Project's own license.
      +
      +
      +[1]: <http://opensource.org/licenses/MIT>, which is reproduced below:
      +
      +~~~~
      +The MIT License (MIT)
      +
      +Copyright (c) 2014, Kang Seonghoon.
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      +THE SOFTWARE.
      +~~~~
      +
      +
      +[2]: <http://www.apache.org/licenses/LICENSE-2.0>, which is reproduced below:
      +
      +~~~~
      +                              Apache License
      +                        Version 2.0, January 2004
      +                     http://www.apache.org/licenses/
      +
      +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
      +
      +1. Definitions.
      +
      +   "License" shall mean the terms and conditions for use, reproduction,
      +   and distribution as defined by Sections 1 through 9 of this document.
      +
      +   "Licensor" shall mean the copyright owner or entity authorized by
      +   the copyright owner that is granting the License.
      +
      +   "Legal Entity" shall mean the union of the acting entity and all
      +   other entities that control, are controlled by, or are under common
      +   control with that entity. For the purposes of this definition,
      +   "control" means (i) the power, direct or indirect, to cause the
      +   direction or management of such entity, whether by contract or
      +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
      +   outstanding shares, or (iii) beneficial ownership of such entity.
      +
      +   "You" (or "Your") shall mean an individual or Legal Entity
      +   exercising permissions granted by this License.
      +
      +   "Source" form shall mean the preferred form for making modifications,
      +   including but not limited to software source code, documentation
      +   source, and configuration files.
      +
      +   "Object" form shall mean any form resulting from mechanical
      +   transformation or translation of a Source form, including but
      +   not limited to compiled object code, generated documentation,
      +   and conversions to other media types.
      +
      +   "Work" shall mean the work of authorship, whether in Source or
      +   Object form, made available under the License, as indicated by a
      +   copyright notice that is included in or attached to the work
      +   (an example is provided in the Appendix below).
      +
      +   "Derivative Works" shall mean any work, whether in Source or Object
      +   form, that is based on (or derived from) the Work and for which the
      +   editorial revisions, annotations, elaborations, or other modifications
      +   represent, as a whole, an original work of authorship. For the purposes
      +   of this License, Derivative Works shall not include works that remain
      +   separable from, or merely link (or bind by name) to the interfaces of,
      +   the Work and Derivative Works thereof.
      +
      +   "Contribution" shall mean any work of authorship, including
      +   the original version of the Work and any modifications or additions
      +   to that Work or Derivative Works thereof, that is intentionally
      +   submitted to Licensor for inclusion in the Work by the copyright owner
      +   or by an individual or Legal Entity authorized to submit on behalf of
      +   the copyright owner. For the purposes of this definition, "submitted"
      +   means any form of electronic, verbal, or written communication sent
      +   to the Licensor or its representatives, including but not limited to
      +   communication on electronic mailing lists, source code control systems,
      +   and issue tracking systems that are managed by, or on behalf of, the
      +   Licensor for the purpose of discussing and improving the Work, but
      +   excluding communication that is conspicuously marked or otherwise
      +   designated in writing by the copyright owner as "Not a Contribution."
      +
      +   "Contributor" shall mean Licensor and any individual or Legal Entity
      +   on behalf of whom a Contribution has been received by Licensor and
      +   subsequently incorporated within the Work.
      +
      +2. Grant of Copyright License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   copyright license to reproduce, prepare Derivative Works of,
      +   publicly display, publicly perform, sublicense, and distribute the
      +   Work and such Derivative Works in Source or Object form.
      +
      +3. Grant of Patent License. Subject to the terms and conditions of
      +   this License, each Contributor hereby grants to You a perpetual,
      +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      +   (except as stated in this section) patent license to make, have made,
      +   use, offer to sell, sell, import, and otherwise transfer the Work,
      +   where such license applies only to those patent claims licensable
      +   by such Contributor that are necessarily infringed by their
      +   Contribution(s) alone or by combination of their Contribution(s)
      +   with the Work to which such Contribution(s) was submitted. If You
      +   institute patent litigation against any entity (including a
      +   cross-claim or counterclaim in a lawsuit) alleging that the Work
      +   or a Contribution incorporated within the Work constitutes direct
      +   or contributory patent infringement, then any patent licenses
      +   granted to You under this License for that Work shall terminate
      +   as of the date such litigation is filed.
      +
      +4. Redistribution. You may reproduce and distribute copies of the
      +   Work or Derivative Works thereof in any medium, with or without
      +   modifications, and in Source or Object form, provided that You
      +   meet the following conditions:
      +
      +   (a) You must give any other recipients of the Work or
      +       Derivative Works a copy of this License; and
      +
      +   (b) You must cause any modified files to carry prominent notices
      +       stating that You changed the files; and
      +
      +   (c) You must retain, in the Source form of any Derivative Works
      +       that You distribute, all copyright, patent, trademark, and
      +       attribution notices from the Source form of the Work,
      +       excluding those notices that do not pertain to any part of
      +       the Derivative Works; and
      +
      +   (d) If the Work includes a "NOTICE" text file as part of its
      +       distribution, then any Derivative Works that You distribute must
      +       include a readable copy of the attribution notices contained
      +       within such NOTICE file, excluding those notices that do not
      +       pertain to any part of the Derivative Works, in at least one
      +       of the following places: within a NOTICE text file distributed
      +       as part of the Derivative Works; within the Source form or
      +       documentation, if provided along with the Derivative Works; or,
      +       within a display generated by the Derivative Works, if and
      +       wherever such third-party notices normally appear. The contents
      +       of the NOTICE file are for informational purposes only and
      +       do not modify the License. You may add Your own attribution
      +       notices within Derivative Works that You distribute, alongside
      +       or as an addendum to the NOTICE text from the Work, provided
      +       that such additional attribution notices cannot be construed
      +       as modifying the License.
      +
      +   You may add Your own copyright statement to Your modifications and
      +   may provide additional or different license terms and conditions
      +   for use, reproduction, or distribution of Your modifications, or
      +   for any such Derivative Works as a whole, provided Your use,
      +   reproduction, and distribution of the Work otherwise complies with
      +   the conditions stated in this License.
      +
      +5. Submission of Contributions. Unless You explicitly state otherwise,
      +   any Contribution intentionally submitted for inclusion in the Work
      +   by You to the Licensor shall be under the terms and conditions of
      +   this License, without any additional terms or conditions.
      +   Notwithstanding the above, nothing herein shall supersede or modify
      +   the terms of any separate license agreement you may have executed
      +   with Licensor regarding such Contributions.
      +
      +6. Trademarks. This License does not grant permission to use the trade
      +   names, trademarks, service marks, or product names of the Licensor,
      +   except as required for reasonable and customary use in describing the
      +   origin of the Work and reproducing the content of the NOTICE file.
      +
      +7. Disclaimer of Warranty. Unless required by applicable law or
      +   agreed to in writing, Licensor provides the Work (and each
      +   Contributor provides its Contributions) on an "AS IS" BASIS,
      +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      +   implied, including, without limitation, any warranties or conditions
      +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      +   PARTICULAR PURPOSE. You are solely responsible for determining the
      +   appropriateness of using or redistributing the Work and assume any
      +   risks associated with Your exercise of permissions under this License.
      +
      +8. Limitation of Liability. In no event and under no legal theory,
      +   whether in tort (including negligence), contract, or otherwise,
      +   unless required by applicable law (such as deliberate and grossly
      +   negligent acts) or agreed to in writing, shall any Contributor be
      +   liable to You for damages, including any direct, indirect, special,
      +   incidental, or consequential damages of any character arising as a
      +   result of this License or out of the use or inability to use the
      +   Work (including but not limited to damages for loss of goodwill,
      +   work stoppage, computer failure or malfunction, or any and all
      +   other commercial damages or losses), even if such Contributor
      +   has been advised of the possibility of such damages.
      +
      +9. Accepting Warranty or Additional Liability. While redistributing
      +   the Work or Derivative Works thereof, You may choose to offer,
      +   and charge a fee for, acceptance of support, warranty, indemnity,
      +   or other liability obligations and/or rights consistent with this
      +   License. However, in accepting such obligations, You may act only
      +   on Your own behalf and on Your sole responsibility, not on behalf
      +   of any other Contributor, and only if You agree to indemnify,
      +   defend, and hold each Contributor harmless for any liability
      +   incurred by, or claims asserted against, such Contributor by reason
      +   of your accepting any such warranty or additional liability.
      +
      +END OF TERMS AND CONDITIONS
      +
      +APPENDIX: How to apply the Apache License to your work.
      +
      +   To apply the Apache License to your work, attach the following
      +   boilerplate notice, with the fields enclosed by brackets "[]"
      +   replaced with your own identifying information. (Don't include
      +   the brackets!)  The text should be enclosed in the appropriate
      +   comment syntax for the file format. We also recommend that a
      +   file or class name and description of purpose be included on the
      +   same "printed page" as the copyright notice for easier
      +   identification within third-party archives.
      +
      +Copyright [yyyy] [name of copyright owner]
      +
      +Licensed under the Apache License, Version 2.0 (the "License");
      +you may not use this file except in compliance with the License.
      +You may obtain a copy of the License at
      +
      +	http://www.apache.org/licenses/LICENSE-2.0
      +
      +Unless required by applicable law or agreed to in writing, software
      +distributed under the License is distributed on an "AS IS" BASIS,
      +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      +See the License for the specific language governing permissions and
      +limitations under the License.
      +~~~~
      +
      +
      +
    • +
    • +

      BSD 3-Clause "New" or "Revised" License

      +

      Used by:

      + +
      BSD 3-Clause License
      +
      +Copyright (c) 2013, Julien Schmidt
      +All rights reserved.
      +
      +Redistribution and use in source and binary forms, with or without
      +modification, are permitted provided that the following conditions are met:
      +
      +1. Redistributions of source code must retain the above copyright notice, this
      +   list of conditions and the following disclaimer.
      +
      +2. Redistributions in binary form must reproduce the above copyright notice,
      +   this list of conditions and the following disclaimer in the documentation
      +   and/or other materials provided with the distribution.
      +
      +3. Neither the name of the copyright holder nor the names of its
      +   contributors may be used to endorse or promote products derived from
      +   this software without specific prior written permission.
      +
      +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
      +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
      +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
      +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
      +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
      +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
      +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
      +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
      +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      +
      +
    • +
    • +

      BSD 3-Clause "New" or "Revised" License

      +

      Used by:

      + +
      Copyright (c) 2016-2017 Isis Agora Lovecruft, Henry de Valence. All rights reserved.
      +
      +Redistribution and use in source and binary forms, with or without
      +modification, are permitted provided that the following conditions are
      +met:
      +
      +1. Redistributions of source code must retain the above copyright
      +notice, this list of conditions and the following disclaimer.
      +
      +2. Redistributions in binary form must reproduce the above copyright
      +notice, this list of conditions and the following disclaimer in the
      +documentation and/or other materials provided with the distribution.
      +
      +3. Neither the name of the copyright holder nor the names of its
      +contributors may be used to endorse or promote products derived from
      +this software without specific prior written permission.
      +
      +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
      +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
      +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
      +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
      +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
      +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
      +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
      +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
      +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
      +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
      +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
      +
      +
    • +
    • +

      BSD 3-Clause "New" or "Revised" License

      +

      Used by:

      + +
      Copyright (c) 2019, Sébastien Crozet
      +All rights reserved.
      +
      +Redistribution and use in source and binary forms, with or without
      +modification, are permitted provided that the following conditions are met:
      +
      +1. Redistributions of source code must retain the above copyright notice, this
      +   list of conditions and the following disclaimer.
      +
      +2. Redistributions in binary form must reproduce the above copyright notice,
      +   this list of conditions and the following disclaimer in the documentation
      +   and/or other materials provided with the distribution.
      +
      +3. Neither the name of the author nor the names of its contributors may be used
      +   to endorse or promote products derived from this software without specific
      +   prior written permission.
      +
      +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
      +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
      +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
      +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
      +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
      +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
      +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
      +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
      +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
      +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      +
      +
    • +
    • +

      BSD 3-Clause "New" or "Revised" License

      +

      Used by:

      + +
      Copyright (c) <year> <owner>. 
      +
      +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
      +
      +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
      +
      +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
      +
      +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
      +
      +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      +
      +
    • +
    • +

      BSD 3-Clause "New" or "Revised" License

      +

      Used by:

      + +
      Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).
      +
      +Redistribution and use in source and binary forms, with or without
      +modification, are permitted provided that the following conditions are met:
      +
      +1. Redistributions of source code must retain the above copyright notice, this
      +   list of conditions and the following disclaimer.
      +
      +2. Redistributions in binary form must reproduce the above copyright notice,
      +   this list of conditions and the following disclaimer in the documentation
      +   and/or other materials provided with the distribution.
      +
      +3. Neither the name of the copyright holder nor the names of its
      +   contributors may be used to endorse or promote products derived from
      +   this software without specific prior written permission.
      +
      +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
      +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
      +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
      +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
      +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
      +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
      +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
      +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
      +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      +
      +
    • +
    • +

      Boost Software License 1.0

      +

      Used by:

      + +
      Boost Software License - Version 1.0 - August 17th, 2003
      +
      +Permission is hereby granted, free of charge, to any person or organization
      +obtaining a copy of the software and accompanying documentation covered by
      +this license (the "Software") to use, reproduce, display, distribute,
      +execute, and transmit the Software, and to prepare derivative works of the
      +Software, and to permit third-parties to whom the Software is furnished to
      +do so, all subject to the following:
      +
      +The copyright notices in the Software and this entire statement, including
      +the above license grant, this restriction and the following disclaimer,
      +must be included in all copies of the Software, in whole or in part, and
      +all derivative works of the Software, unless such copies or derivative
      +works are solely in the form of machine-executable object code generated by
      +a source language processor.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
      +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
      +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
      +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      ISC License

      +

      Used by:

      + +
      // Copyright 2015-2016 Brian Smith.
      +//
      +// Permission to use, copy, modify, and/or distribute this software for any
      +// purpose with or without fee is hereby granted, provided that the above
      +// copyright notice and this permission notice appear in all copies.
      +//
      +// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
      +// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
      +// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
      +// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
      +// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
      +// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
      +// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
      +
      +
    • +
    • +

      ISC License

      +

      Used by:

      + +
      ISC License:
      +
      +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
      +Copyright (c) 1995-2003 by Internet Software Consortium
      +
      +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
      +
      +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
      +
      +
    • +
    • +

      ISC License

      +

      Used by:

      + +
      The ISC License
      +
      +Copyright (c) Kat Marchán and other contributors.
      +
      +Permission to use, copy, modify, and/or distribute this software for any
      +purpose with or without fee is hereby granted, provided that the above
      +copyright notice and this permission notice appear in all copies.
      +
      +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
      +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
      +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
      +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
      +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
      +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
      +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.Apache License
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2014 Alex Crichton
      +
      +Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2014 Carl Lerche and other MIO contributors
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      +THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2014-2019 Geoffroy Couprie
      +
      +Permission is hereby granted, free of charge, to any person obtaining
      +a copy of this software and associated documentation files (the
      +"Software"), to deal in the Software without restriction, including
      +without limitation the rights to use, copy, modify, merge, publish,
      +distribute, sublicense, and/or sell copies of the Software, and to
      +permit persons to whom the Software is furnished to do so, subject to
      +the following conditions:
      +
      +The above copyright notice and this permission notice shall be
      +included in all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
      +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
      +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
      +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
      +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
      +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2014-2021 Sean McArthur
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      +THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2015 Igor Shaula
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      +THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2015 steffengy
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2017 Redox OS Developers
      +
      +MIT License
      +
      +Permission is hereby granted, free of charge, to any person obtaining
      +a copy of this software and associated documentation files (the
      +"Software"), to deal in the Software without restriction, including
      +without limitation the rights to use, copy, modify, merge, publish,
      +distribute, sublicense, and/or sell copies of the Software, and to
      +permit persons to whom the Software is furnished to do so, subject to
      +the following conditions:
      +
      +The above copyright notice and this permission notice shall be
      +included in all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
      +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
      +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
      +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
      +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
      +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2017 h2 authors
      +
      +Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2018 Carl Lerche
      +
      +Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2018-2019 Sean McArthur
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      +THE SOFTWARE.
      +
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2018-2023 Sean McArthur
      +Copyright (c) 2016 Alex Crichton
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      +THE SOFTWARE.
      +
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2019 Axum Contributors
      +
      +Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2019 Carl Lerche
      +
      +Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2019 Hyper Contributors
      +
      +Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2019 Tokio Contributors
      +
      +Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2019 Tower Contributors
      +
      +Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2019-2021 Tower Contributors
      +
      +Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2023 Sean McArthur
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      +THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2023 Tokio Contributors
      +
      +Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2023 Tokio Contributors
      +
      +Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +The MIT License (MIT)
      +
      +Copyright (c) 2019 Yoshua Wuyts
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright 2020 stoically@protonmail.com
      +Copyright 2023 vldm <me@vldm.cc>
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright 2021 Axum Contributors
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2016 Jerome Froelich
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2016 Martin Geisler
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2017 James Kominick
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2017 Martin Geisler
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2017 Ted Driggs
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2020 - present The owo-colors Developers
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2020 Ben Hall
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2020 David Purdum
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2020 magiclen.org (Ron Li)
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2021 MarcusGrass
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2022 Ibraheem Ahmed
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2022 Nugine
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2022 Roland Fredenhagen
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) <year> <copyright holders>
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2019 Cloudflare, Inc.
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Permission is hereby granted, free of charge, to any
      +person obtaining a copy of this software and associated
      +documentation files (the "Software"), to deal in the
      +Software without restriction, including without
      +limitation the rights to use, copy, modify, merge,
      +publish, distribute, sublicense, and/or sell copies of
      +the Software, and to permit persons to whom the Software
      +is furnished to do so, subject to the following
      +conditions:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
      +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
      +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
      +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
      +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      +DEALINGS IN THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2014 Mathijs van de Nes
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2014 Mathijs van de Nes
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2015 Andrew Gallant
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      +THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2015 Austin Bonander
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2015 Danny Guo
      +Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
      +Copyright (c) 2018 Akash Kurdekar
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2016 Jelte Fennema
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2016 Jesse Luehrs
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy of
      +this software and associated documentation files (the "Software"), to deal in
      +the Software without restriction, including without limitation the rights to
      +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
      +of the Software, and to permit persons to whom the Software is furnished to do
      +so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2017 Andrew Gallant
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      +THE SOFTWARE.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2015 Bartłomiej Kamiński
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
      +SOFTWARE.
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      This project is dual-licensed under the Unlicense and MIT licenses.
      +
      +You may use this code under the terms of either license.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      © 2016 Bertram Truong
      +© 2021 Kornel Lesiński
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy
      +of this software and associated documentation files (the "Software"), to deal
      +in the Software without restriction, including without limitation the rights
      +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      +copies of the Software, and to permit persons to whom the Software is
      +furnished to do so, subject to the following conditions:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      +THE SOFTWARE.
      +
      +
    • +
    • +

      NOASSERTION

      +

      Used by:

      + +
      
      +            
    • +
    • +

      OpenSSL License

      +

      Used by:

      + +
      OpenSSL License
      +
      +Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.
      +
      +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
      +
      +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
      +
      +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
      +
      +3. All advertising materials mentioning features or use of this software must display the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
      +
      +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org.
      +
      +5. Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project.
      +
      +6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)"
      +
      +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      +
      +This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com).
      +
      +
      +Original SSLeay License
      +
      +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) All rights reserved.
      +
      +This package is an SSL implementation written by Eric Young (eay@cryptsoft.com). The implementation was written so as to conform with Netscapes SSL.
      +
      +This library is free for commercial and non-commercial use as long as the following conditions are aheared to. The following conditions apply to all code found in this distribution, be it the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The SSL documentation included with this distribution is covered by the same copyright terms except that the holder is Tim Hudson (tjh@cryptsoft.com).
      +
      +Copyright remains Eric Young's, and as such any Copyright notices in the code are not to be removed. If this package is used in a product, Eric Young should be given attribution as the author of the parts of the library used. This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package.
      +
      +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
      +
      +1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer.
      +
      +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
      +
      +3. All advertising materials mentioning features or use of this software must display the following acknowledgement:
      +"This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)"
      +The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-).
      +
      +4. If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
      +
      +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      +
      +The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.]
      +
      +
    • +
    • +

      Unicode License Agreement - Data Files and Software (2016)

      +

      Used by:

      + +
      UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
      +
      +Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.
      +
      +Unicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.
      +
      +Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.
      +
      +NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
      +
      +COPYRIGHT AND PERMISSION NOTICE
      +
      +Copyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
      +
      +Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either
      +
      +     (a) this copyright and permission notice appear with all copies of the Data Files or Software, or
      +     (b) this copyright and permission notice appear in associated Documentation.
      +
      +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
      +
      +Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
      +
      +
    • +
    • +

      zlib License

      +

      Used by:

      + +
      Copyright (c) 2020 Matias Rodriguez.
      +
      +This software is provided 'as-is', without any express or implied
      +warranty. In no event will the authors be held liable for any damages
      +arising from the use of this software.
      +
      +Permission is granted to anyone to use this software for any purpose,
      +including commercial applications, and to alter it and redistribute it
      +freely, subject to the following restrictions:
      +
      +1. The origin of this software must not be misrepresented; you must not
      +   claim that you wrote the original software. If you use this software
      +   in a product, an acknowledgment in the product documentation would be
      +   appreciated but is not required.
      +2. Altered source versions must be plainly marked as such, and must not be
      +   misrepresented as being the original software.
      +3. This notice may not be removed or altered from any source distribution.
      +
    • +
    • +

      zlib License

      +

      Used by:

      + +
      Copyright (c) 2021 Orson Peters <orsonpeters@gmail.com>
      +
      +This software is provided 'as-is', without any express or implied warranty. In
      +no event will the authors be held liable for any damages arising from the use of
      +this software.
      +
      +Permission is granted to anyone to use this software for any purpose, including
      +commercial applications, and to alter it and redistribute it freely, subject to
      +the following restrictions:
      +
      + 1. The origin of this software must not be misrepresented; you must not claim
      +    that you wrote the original software. If you use this software in a product,
      +    an acknowledgment in the product documentation would be appreciated but is
      +    not required.
      +
      + 2. Altered source versions must be plainly marked as such, and must not be
      +    misrepresented as being the original software.
      +
      + 3. This notice may not be removed or altered from any source distribution.
      +
      +
    • +
    +
    + + + + diff --git a/mark.min.js b/mark.min.js new file mode 100644 index 000000000..163623188 --- /dev/null +++ b/mark.min.js @@ -0,0 +1,7 @@ +/*!*************************************************** +* mark.js v8.11.1 +* https://markjs.io/ +* Copyright (c) 2014–2018, Julian Kühnel +* Released under the MIT license https://git.io/vwTVl +*****************************************************/ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Mark=t()}(this,function(){"use strict";var e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},n=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1])||arguments[1],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:5e3;t(this,e),this.ctx=n,this.iframes=r,this.exclude=i,this.iframesTimeout=o}return n(e,[{key:"getContexts",value:function(){var e=[];return(void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[]).forEach(function(t){var n=e.filter(function(e){return e.contains(t)}).length>0;-1!==e.indexOf(t)||n||e.push(t)}),e}},{key:"getIframeContents",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},r=void 0;try{var i=e.contentWindow;if(r=i.document,!i||!r)throw new Error("iframe inaccessible")}catch(e){n()}r&&t(r)}},{key:"isIframeBlank",value:function(e){var t="about:blank",n=e.getAttribute("src").trim();return e.contentWindow.location.href===t&&n!==t&&n}},{key:"observeIframeLoad",value:function(e,t,n){var r=this,i=!1,o=null,a=function a(){if(!i){i=!0,clearTimeout(o);try{r.isIframeBlank(e)||(e.removeEventListener("load",a),r.getIframeContents(e,t,n))}catch(e){n()}}};e.addEventListener("load",a),o=setTimeout(a,this.iframesTimeout)}},{key:"onIframeReady",value:function(e,t,n){try{"complete"===e.contentWindow.document.readyState?this.isIframeBlank(e)?this.observeIframeLoad(e,t,n):this.getIframeContents(e,t,n):this.observeIframeLoad(e,t,n)}catch(e){n()}}},{key:"waitForIframes",value:function(e,t){var n=this,r=0;this.forEachIframe(e,function(){return!0},function(e){r++,n.waitForIframes(e.querySelector("html"),function(){--r||t()})},function(e){e||t()})}},{key:"forEachIframe",value:function(t,n,r){var i=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},a=t.querySelectorAll("iframe"),s=a.length,c=0;a=Array.prototype.slice.call(a);var u=function(){--s<=0&&o(c)};s||u(),a.forEach(function(t){e.matches(t,i.exclude)?u():i.onIframeReady(t,function(e){n(t)&&(c++,r(e)),u()},u)})}},{key:"createIterator",value:function(e,t,n){return document.createNodeIterator(e,t,n,!1)}},{key:"createInstanceOnIframe",value:function(t){return new e(t.querySelector("html"),this.iframes)}},{key:"compareNodeIframe",value:function(e,t,n){if(e.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_PRECEDING){if(null===t)return!0;if(t.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}},{key:"getIteratorNode",value:function(e){var t=e.previousNode();return{prevNode:t,node:null===t?e.nextNode():e.nextNode()&&e.nextNode()}}},{key:"checkIframeFilter",value:function(e,t,n,r){var i=!1,o=!1;return r.forEach(function(e,t){e.val===n&&(i=t,o=e.handled)}),this.compareNodeIframe(e,t,n)?(!1!==i||o?!1===i||o||(r[i].handled=!0):r.push({val:n,handled:!0}),!0):(!1===i&&r.push({val:n,handled:!1}),!1)}},{key:"handleOpenIframes",value:function(e,t,n,r){var i=this;e.forEach(function(e){e.handled||i.getIframeContents(e.val,function(e){i.createInstanceOnIframe(e).forEachNode(t,n,r)})})}},{key:"iterateThroughNodes",value:function(e,t,n,r,i){for(var o,a=this,s=this.createIterator(t,e,r),c=[],u=[],l=void 0,h=void 0;void 0,o=a.getIteratorNode(s),h=o.prevNode,l=o.node;)this.iframes&&this.forEachIframe(t,function(e){return a.checkIframeFilter(l,h,e,c)},function(t){a.createInstanceOnIframe(t).forEachNode(e,function(e){return u.push(e)},r)}),u.push(l);u.forEach(function(e){n(e)}),this.iframes&&this.handleOpenIframes(c,e,n,r),i()}},{key:"forEachNode",value:function(e,t,n){var r=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},o=this.getContexts(),a=o.length;a||i(),o.forEach(function(o){var s=function(){r.iterateThroughNodes(e,o,t,n,function(){--a<=0&&i()})};r.iframes?r.waitForIframes(o,s):s()})}}],[{key:"matches",value:function(e,t){var n="string"==typeof t?[t]:t,r=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(r){var i=!1;return n.every(function(t){return!r.call(e,t)||(i=!0,!1)}),i}return!1}}]),e}(),o=function(){function e(n){t(this,e),this.opt=r({},{diacritics:!0,synonyms:{},accuracy:"partially",caseSensitive:!1,ignoreJoiners:!1,ignorePunctuation:[],wildcards:"disabled"},n)}return n(e,[{key:"create",value:function(e){return"disabled"!==this.opt.wildcards&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),"disabled"!==this.opt.wildcards&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),new RegExp(e,"gm"+(this.opt.caseSensitive?"":"i"))}},{key:"escapeStr",value:function(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}},{key:"createSynonymsRegExp",value:function(e){var t=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(var i in t)if(t.hasOwnProperty(i)){var o=t[i],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(o):this.escapeStr(o);""!==a&&""!==s&&(e=e.replace(new RegExp("("+this.escapeStr(a)+"|"+this.escapeStr(s)+")","gm"+n),r+"("+this.processSynonyms(a)+"|"+this.processSynonyms(s)+")"+r))}return e}},{key:"processSynonyms",value:function(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}},{key:"setupWildcardsRegExp",value:function(e){return(e=e.replace(/(?:\\)*\?/g,function(e){return"\\"===e.charAt(0)?"?":""})).replace(/(?:\\)*\*/g,function(e){return"\\"===e.charAt(0)?"*":""})}},{key:"createWildcardsRegExp",value:function(e){var t="withSpaces"===this.opt.wildcards;return e.replace(/\u0001/g,t?"[\\S\\s]?":"\\S?").replace(/\u0002/g,t?"[\\S\\s]*?":"\\S*")}},{key:"setupIgnoreJoinersRegExp",value:function(e){return e.replace(/[^(|)\\]/g,function(e,t,n){var r=n.charAt(t+1);return/[(|)\\]/.test(r)||""===r?e:e+"\0"})}},{key:"createJoinersRegExp",value:function(e){var t=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&t.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&t.push("\\u00ad\\u200b\\u200c\\u200d"),t.length?e.split(/\u0000+/).join("["+t.join("")+"]*"):e}},{key:"createDiacriticsRegExp",value:function(e){var t=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"],r=[];return e.split("").forEach(function(i){n.every(function(n){if(-1!==n.indexOf(i)){if(r.indexOf(n)>-1)return!1;e=e.replace(new RegExp("["+n+"]","gm"+t),"["+n+"]"),r.push(n)}return!0})}),e}},{key:"createMergedBlanksRegExp",value:function(e){return e.replace(/[\s]+/gim,"[\\s]+")}},{key:"createAccuracyRegExp",value:function(e){var t=this,n=this.opt.accuracy,r="string"==typeof n?n:n.value,i="";switch(("string"==typeof n?[]:n.limiters).forEach(function(e){i+="|"+t.escapeStr(e)}),r){case"partially":default:return"()("+e+")";case"complementary":return"()([^"+(i="\\s"+(i||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")))+"]*"+e+"[^"+i+"]*)";case"exactly":return"(^|\\s"+i+")("+e+")(?=$|\\s"+i+")"}}}]),e}(),a=function(){function a(e){t(this,a),this.ctx=e,this.ie=!1;var n=window.navigator.userAgent;(n.indexOf("MSIE")>-1||n.indexOf("Trident")>-1)&&(this.ie=!0)}return n(a,[{key:"log",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"debug",r=this.opt.log;this.opt.debug&&"object"===(void 0===r?"undefined":e(r))&&"function"==typeof r[n]&&r[n]("mark.js: "+t)}},{key:"getSeparatedKeywords",value:function(e){var t=this,n=[];return e.forEach(function(e){t.opt.separateWordSearch?e.split(" ").forEach(function(e){e.trim()&&-1===n.indexOf(e)&&n.push(e)}):e.trim()&&-1===n.indexOf(e)&&n.push(e)}),{keywords:n.sort(function(e,t){return t.length-e.length}),length:n.length}}},{key:"isNumeric",value:function(e){return Number(parseFloat(e))==e}},{key:"checkRanges",value:function(e){var t=this;if(!Array.isArray(e)||"[object Object]"!==Object.prototype.toString.call(e[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];var n=[],r=0;return e.sort(function(e,t){return e.start-t.start}).forEach(function(e){var i=t.callNoMatchOnInvalidRanges(e,r),o=i.start,a=i.end;i.valid&&(e.start=o,e.length=a-o,n.push(e),r=a)}),n}},{key:"callNoMatchOnInvalidRanges",value:function(e,t){var n=void 0,r=void 0,i=!1;return e&&void 0!==e.start?(r=(n=parseInt(e.start,10))+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&r-t>0&&r-n>0?i=!0:(this.log("Ignoring invalid or overlapping range: "+JSON.stringify(e)),this.opt.noMatch(e))):(this.log("Ignoring invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:n,end:r,valid:i}}},{key:"checkWhitespaceRanges",value:function(e,t,n){var r=void 0,i=!0,o=n.length,a=t-o,s=parseInt(e.start,10)-a;return(r=(s=s>o?o:s)+parseInt(e.length,10))>o&&(r=o,this.log("End range automatically set to the max value of "+o)),s<0||r-s<0||s>o||r>o?(i=!1,this.log("Invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)):""===n.substring(s,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:s,end:r,valid:i}}},{key:"getTextNodes",value:function(e){var t=this,n="",r=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,function(e){r.push({start:n.length,end:(n+=e.textContent).length,node:e})},function(e){return t.matchesExclude(e.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},function(){e({value:n,nodes:r})})}},{key:"matchesExclude",value:function(e){return i.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}},{key:"wrapRangeInTextNode",value:function(e,t,n){var r=this.opt.element?this.opt.element:"mark",i=e.splitText(t),o=i.splitText(n-t),a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),o}},{key:"wrapRangeInMappedTextNode",value:function(e,t,n,r,i){var o=this;e.nodes.every(function(a,s){var c=e.nodes[s+1];if(void 0===c||c.start>t){if(!r(a.node))return!1;var u=t-a.start,l=(n>a.end?a.end:n)-a.start,h=e.value.substr(0,a.start),f=e.value.substr(l+a.start);if(a.node=o.wrapRangeInTextNode(a.node,u,l),e.value=h+f,e.nodes.forEach(function(t,n){n>=s&&(e.nodes[n].start>0&&n!==s&&(e.nodes[n].start-=l),e.nodes[n].end-=l)}),n-=l,i(a.node.previousSibling,a.start),!(n>a.end))return!1;t=a.end}return!0})}},{key:"wrapGroups",value:function(e,t,n,r){return r((e=this.wrapRangeInTextNode(e,t,t+n)).previousSibling),e}},{key:"separateGroups",value:function(e,t,n,r,i){for(var o=t.length,a=1;a-1&&r(t[a],e)&&(e=this.wrapGroups(e,s,t[a].length,i))}return e}},{key:"wrapMatches",value:function(e,t,n,r,i){var o=this,a=0===t?0:t+1;this.getTextNodes(function(t){t.nodes.forEach(function(t){t=t.node;for(var i=void 0;null!==(i=e.exec(t.textContent))&&""!==i[a];){if(o.opt.separateGroups)t=o.separateGroups(t,i,a,n,r);else{if(!n(i[a],t))continue;var s=i.index;if(0!==a)for(var c=1;c + + + + + The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + Peace logo +

    Introduction

    +

    This book describes the purpose of the Peace automation framework, and concepts used in its design.

    +

    How To Read This Book

    +

    Depending on your frame of mind:

    +
      +
    • +

      What – Show me the framework in action:

      +

      Have a play with the live Examples.

      +
    • +
    • +

      Why – Show me the rationale guiding the decisions:

      +

      Head on through to the Background section.

      +
    • +
    • +

      How – Show me how it works:

      +

      Jump to Technical Concepts.

      +

      This is essential reading for framework consumers.

      +
    • +
    +

    Background

    +

    Automation, like most subjects, has many questions to ask and answer. The following is a selection of issues that are common in this space:

    +
      +
    • Before running the automation: +
        +
      • What is the current state?
      • +
      • What will the automation do?
      • +
      +
    • +
    • When it is running: +
        +
      • Where is it up to?
      • +
      • When will things be complete?
      • +
      +
    • +
    • When it errs: +
        +
      • What went wrong?
      • +
      • Must I begin from scratch again?
      • +
      • How can I solve this myself?
      • +
      +
    • +
    • When it completes successfully: +
        +
      • Can I see a report of what's changed?
      • +
      • Can it send a notification?
      • +
      +
    • +
    +

    A lot of the responsibility and weight of these questions is placed on automation teams. Issues that originate from many separate systems surface through the automation, and are often reported to the automation team, potentially resulting in burnout.

    +

    For users, it is frustrating when it is difficult to understand what the automation is doing, where one is in the process, and how long it takes. This is amplified when the process errs after a lot of waiting – if it ever ends. Can one recover from errors, or end up feeling lost?

    +

    Amidst the chaos, pressure, and expectation, have a little.. peace ✌️.

    +

    Purpose

    +

    The purpose of the Peace framework is to bring people joy and peace of mind in automation development and usage. This is an active effort to take away mental and emotional stress and frustration experienced with software.

    +

    For maintainers, Peace aims to guide developers to build and support resilient automation.

    +

    For users, Peace aims to make automation work surprisingly well, and reduce the feeling of being lost or frustrated when things don't go according to plan.

    +

    Strategy

    +

    Outcomes

    +

    The main priority is to take care of people. This is correlated to the following measurable dimensions:

    +
      +
    • Time optimization
    • +
    • Effort optimization
    • +
    • Cost optimization
    • +
    • Decision making
    • +
    +

    If these outputs trend in a favourable direction, then surveying people's well-being and satisfaction should show similar outcomes.

    +

    Input Dimensions

    +

    The following input dimensions are considered when designing the Peace framework:

    +
      +
    • Approach: Choose an optimal method.
    • +
    • Correctness: Take the right action, in success and in err.
    • +
    • Visibility: Show the user what will happen, is happening, and has happened.
    • +
    • Understandability: Show what is important. Don't overwhelm the user.
    • +
    • Recoverability: Continue where the work was stopped.
    • +
    • Performance: Use resources efficiently to execute the approach.
    • +
    • Psychology: Design for how people behave.
    • +
    +

    By keeping these dimensions in mind:

    +
      +
    • +

      For development, the framework gives people confidence that what they build is of quality, by guiding them to consider and handle cases commonly experienced by users. Through feature gates, developers are protected from mental overload by allowing parts of the automation to be developed incrementally, without risk of diverging from the ideal.

      +
    • +
    • +

      For users, the framework provides tools to observe the state and have predictable outcomes, so that they can be confident in making decisions. It also lowers the chances and cost of failure. This reduces the fear of making mistakes, as the effort of recovery is also lowered.

      +
    • +
    • +

      From a business perspective, increased morale, increased performance, and decreased wastage are all benefits that allow results to be achieved faster and in a reliable manner.

      +
    • +
    + +

    Examples

    +

    Each page in this section demonstrates the examples compiled as WASM applications.

    +

    If you are running this book locally, you may compile all examples before visiting the pages using the following command:

    +
    for example in $(ls examples)
    +do wasm-pack build \
    +  --target web \
    +  --out-dir "../../doc/src/examples/pkg" \
    +  --release \
    +  "examples/${example}"
    +done
    +
    +

    Download

    +

    This example manages a file download into the browser's memory.

    + +

    Env Man

    +
    +

    🚧 This example is a work in progress

    +
    +

    Peace framework web application lifecycle example

    +

    This example demonstrates management of a web application's lifecycle. This +includes:

    +
      +
    1. Building the application.
    2. +
    3. Starting / stopping the application in development.
    4. +
    5. Deploying / upgrading / removing the application in test servers.
    6. +
    7. Configuration management of the application.
    8. +
    9. Deploying / upgrading / removing the application in live servers.
    10. +
    11. Diffing the application and configuration across environments.
    12. +
    13. Creating a replica environment from an existing environment.
    14. +
    +

    Walkthrough

    +

    Technical Concepts

    +

    The following sections cover essential concepts to develop automation using the framework.

    +
      +
    1. Resources: An any-map, whose values' read and write access are checked at runtime instead of compile time.
    2. +
    3. Function graph: Functions with logical and data-access-dependent concurrency.
    4. +
    5. Item: Specification that defines information and logic to manage an arbitrary item.
    6. +
    7. Item graph: Like a function graph, where each node is not just a function, but an item.
    8. +
    +

    Resources

    +

    In Peace, Resources refers to an any-map – a map that can store one value of different types – whose borrowing rules are checked per entry at runtime, instead of compile time.

    +

    Example of an any-map:

    +
    + + + +
    KeyValue
    TypeId::of::<u32>()1u32
    TypeId::of::<bool>()true
    TypeId::of::<A>()A { value: 1u32 }
    +
    +
    use peace::resources::Resources;
    +
    +let mut resources = Resources::new();
    +resources.insert(1u32);
    +resources.insert(2u64);
    +
    +// Change `resources` to be immutable.
    +let resources = resources;
    +
    +// We can validly have two mutable borrows
    +// from the map!
    +let mut a = resources.borrow_mut::<u32>();
    +let mut b = resources.borrow_mut::<u64>();
    +*a = 2;
    +*b = 3;
    +
    +// Accessing the same value while it is already
    +// mutably borrowed returns an error.
    +assert!(resources.try_borrow::<u32>().is_err())
    +

    For more information about the underlying type, see resman.

    +

    Java Equivalent

    +

    The conceptual Java equivalent looks like this:

    +
    var resources = new MagicMap(); // new HashMap<Class<?>, Object>();
    +resources.insert((Integer) 1);  // innerMap.put(Integer.class, 1);
    +resources.insert((Long)    2);  // innerMap.put(Long.class,    2L);
    +
    +var anInt = (Integer) resources.get(Integer.class);
    +var aLong = (Long)    resources.get(Long.class);
    +
    +// Can mutate both.
    +anInt = 2;
    +aLong = 3L;
    +
    +

    Rust's does not allow access to multiple mutable entries at the same time with the built in HashMap, so Resources is an implementation to bypass the compilation strictness.

    +

    Function Graph

    +

    A fn_graph is a data structure that holds functions, tracks their dependencies, and streams the functions in dependency order.

    +

    This is the basis of a framework that enables:

    +
      +
    • Consumer provided logic and data.
    • +
    • Framework controlled invocation of logic.
    • +
    +

    When consumers can plug in their logic and data to the framework, control now resides with the framework on invoking that logic and presenting the data in a goal form.

    +

    Scenario

    +

    Consider the following program:

    +
      +
    1. Initialize two inputs, a and b, and two outputs c and d.
    2. +
    3. Add a to c.
    4. +
    5. Add b to c.
    6. +
    7. Add c to d.
    8. +
    9. Print the values of a, b, and c.
    10. +
    +

    Static Representation

    +

    The above program can be represented by the following code:

    +
    #![allow(unused)]
    +fn main() {
    +// Define data to work on.
    +let mut a = -1;
    +let mut b = -1;
    +let mut c = -1;
    +let mut d = -1;
    +
    +type Fn1 = fn(&mut i32, &mut i32, &mut i32, &mut i32);
    +type Fn2 = fn(&i32, &mut i32);
    +type Fn3 = fn(&i32, &mut i32);
    +type Fn4 = fn(&i32, &mut i32);
    +type Fn5 = fn(&i32, &i32, &i32);
    +
    +// Define logic.
    +let fn1: Fn1 = |a, b, c, d| { *a = 1; *b = 2; *c = 0; *d = 0; };
    +let fn2: Fn2 = |a,    c   | *c += *a;
    +let fn3: Fn3 = |   b, c   | *c += *b;
    +let fn4: Fn4 = |      c, d| *d += *c;
    +let fn5: Fn5 = |a, b, c   | println!("{a} + {b} = {c}");
    +
    +// Invoke logic over data.
    +fn1(&mut a, &mut b, &mut c, &mut d);
    +fn2(&a, &mut c);
    +fn3(&b, &mut c);
    +fn4(&c, &mut d);
    +fn5(&a, &b, &c);
    +}
    +

    Dynamic Representation

    +

    The following shows the complete logic implemented using fn_graph:

    +
    // [dependencies]
    +// fn_graph = { version = "0.5.4", features = ["fn_meta", "resman"] }
    +// futures = "0.3.21"
    +// resman = { version = "0.15.0", features = ["fn_meta", "fn_res"] }
    +// tokio = { version = "1.20.0", features = ["rt", "macros", "time"] }
    +use std::{
    +    fmt,
    +    ops::{AddAssign, Deref, DerefMut},
    +};
    +
    +use fn_graph::FnGraphBuilder;
    +use futures::stream::StreamExt;
    +use resman::{IntoFnRes, Resources};
    +
    +// Define newtypes for each parameter.
    +#[derive(Debug)] struct A(u32);
    +#[derive(Debug)] struct B(u32);
    +#[derive(Debug)] struct C(u32);
    +#[derive(Debug)] struct D(u32);
    +
    +fn main() {
    +// Initialize data.
    +let mut resources = Resources::new();
    +resources.insert(A(0));
    +resources.insert(B(0));
    +resources.insert(C(0));
    +resources.insert(D(0));
    +let resources = &resources; // Now the map is compile time immutable.
    +
    +type Fn1 = fn(&mut A, &mut B, &mut C, &mut D);
    +type Fn2 = fn(&A, &mut C);
    +type Fn3 = fn(&B, &mut C);
    +type Fn4 = fn(&C, &mut D);
    +type Fn5 = fn(&A, &B, &C);
    +
    +// Define logic and insert them into graph structure.
    +let fn_graph = {
    +    let fn1: Fn1 = |a, b, c, d| { a.0 = 1; b.0 = 2; c.0 = 0; d.0 = 0; };
    +    let fn2: Fn2 = |a,    c   | *c += a.0;
    +    let fn3: Fn3 = |   b, c   | *c += b.0;
    +    let fn4: Fn4 = |      c, d| *d += c.0;
    +    let fn5: Fn5 = |a, b, c   | println!("{a} + {b} = {c}");
    +
    +    let mut fn_graph_builder = FnGraphBuilder::new();
    +
    +    // Store functions in graph.
    +    let [fn_id1, fn_id2, fn_id3, fn_id4, fn_id5] = fn_graph_builder.add_fns([
    +        fn1.into_fn_res(),
    +        fn2.into_fn_res(),
    +        fn3.into_fn_res(),
    +        fn4.into_fn_res(),
    +        fn5.into_fn_res(),
    +    ]);
    +
    +    // Define dependencies to control ordering.
    +    fn_graph_builder
    +        .add_edges([
    +            (fn_id1, fn_id2),
    +            (fn_id1, fn_id3),
    +            (fn_id2, fn_id4),
    +            (fn_id2, fn_id5),
    +            (fn_id3, fn_id4),
    +            (fn_id3, fn_id5),
    +        ])
    +        .unwrap();
    +
    +    fn_graph_builder.build()
    +};
    +
    +// Invoke logic over data.
    +//
    +// For synchronous sequential execution, you may uncomment the next line:
    +// fn_graph.iter().for_each(|fun| fun.call(resources));
    +//
    +// For asynchronous concurrent execution, use the following:
    +let rt = tokio::runtime::Builder::new_current_thread()
    +    .enable_time()
    +    .build()
    +    .unwrap();
    +rt.block_on(async move {
    +    fn_graph
    +        .stream()
    +        .for_each_concurrent(None, |fun| async move { fun.call(resources); })
    +        .await;
    +});
    +
    +// prints:
    +// 1 + 2 = 3
    +}
    +
    +macro_rules! u32_newtype {
    +    ($name:ident) => {
    +        impl fmt::Display for $name {
    +            fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
    +                self.0.fmt(f)
    +            }
    +        }
    +        impl Deref for $name {
    +            type Target = u32;
    +            fn deref(&self) -> &Self::Target {
    +                &self.0
    +            }
    +        }
    +        impl DerefMut for $name {
    +            fn deref_mut(&mut self) -> &mut Self::Target {
    +                &mut self.0
    +            }
    +        }
    +        impl AddAssign<u32> for $name {
    +            fn add_assign(&mut self, other: u32) {
    +                *self = Self(self.0 + other);
    +            }
    +        }
    +    };
    +}
    +u32_newtype!(A);
    +u32_newtype!(B);
    +u32_newtype!(C);
    +u32_newtype!(D);
    +

    Note that the knowledge of types is only needed at the point of definition for both data and logic. At the point of invocation, it's dynamic:

    +
    let resources: &Resources = /* .. */;
    +
    +fn_graph
    +    .stream()
    +    .for_each_concurrent(None, |fun| async move { fun.call(resources); })
    +    .await;
    +

    How It Works

    +

    The remainder of this section shows how fn_graph is implemented.

    +

    Generic data storage and dynamic access is already solved by Resources from the previous page. The remaining parts to solve all relate to the logic:

    +
      +
    • Abstraction: Abstraction over different logic types to retrieve parameters and invoke the logic.
    • +
    • Ordering: Sort logic by their dependencies and how they access data.
    • +
    • Streaming: Concurrently stream logic once they are available without violating data access rules.
    • +
    +

    Abstraction

    +

    To abstract over the logic, the following needs to be solved:

    +
      +
    • Storage: Single type to be held together in a collection.
    • +
    • Instantiation: Easy to instantiate from functions or closures.
    • +
    • Invocation: Able to be invoked with Resources.
    • +
    +

    The concept applies to function with any number of parameters1; the code snippets on this page shows implementations for a function with 2 parameters – one mutable parameter, and one immutable parameter.

    +

    Storage

    +

    We can store different types under a single abstraction by defining a trait, and implementing the trait for each of those different types.

    +
    %3fn_res_traittraitFnRes {}fn1Fn1fn_res_trait->fn1fn2Fn2fn_res_trait->fn2fn3Fn3fn_res_trait->fn3fn4Fn4fn_res_trait->fn4fn5Fn5fn_res_trait->fn5
    +
    // Trait for all logic types to implement.
    +pub trait FnRes {
    +    // ..
    +    /// Return type of the function.
    +    type Ret;
    +    /// Runs the function.
    +    fn call(&self, resources: &Resources) -> Self::Ret;
    +}
    +

    In order to name the logic type in code, the logic is stored in a wrapper type called FnResource.

    +

    FnRes is implemented for each type parameter combination of FnResource1:

    +
    %3fn_res_traittraitFnRes {}fn_resourcestructFnResource<Fun, Ret, Args> {}structFnResource<Fn1, (), (&mut A, &mut B)> {}structFnResource<Fn2, (), (&mut C, &A)> {}structFnResource<Fn3, (), (&mut C, &B)> {}structFnResource<Fn4, (), (&mut D, &C)> {}structFnResource<Fn5, (), (&A, &B, &C)> {}fn_res_trait->fn_resource
    +
    // Intermediate type so that traits can be implemented on this.
    +pub struct FnResource<Fun, Ret, Args> {
    +    pub func: Fun,
    +    marker: PhantomData<(Fun, Ret, Args)>,
    +}
    +
    +// Implement `FnRes` for `FnResource` with different type parameters.
    +impl<Fun, Ret, C, A> FnRes for FnResource<F, Ret, (&mut C, &A)>
    +where
    +    Fun: Fn(&mut C, &A) -> Ret + 'static,
    +    Ret: 'static,
    +{
    +    // ..
    +}
    +

    Once a function or closure is wrapped in a FnResource, then we can hold different functions and closures as Box<dyn FnRes>.

    +

    Instantiation

    +

    To make it easy to transform functions and closures into Box<dyn FnRes>, the IntoFnResource and IntoFnRes traits are provided generically:

    +
    // Turns a function or closure into the `FnResource` wrapper type.
    +impl<Fun, Ret, C, A> IntoFnResource<Fun, Ret, (&mut C, &A)> for Fun
    +where
    +    Fun: Fn(&mut C, &A) -> Ret + 'static,
    +    Ret: 'static,
    +{
    +    fn into_fn_resource(self) -> FnResource<Fun, Ret, (&mut C, &A)> {
    +        FnResource {
    +            func: self,
    +            marker: PhantomData,
    +        }
    +    }
    +}
    +
    +// Turns a function or closure into a `Box<dyn FnRes>`
    +impl<Fun, Ret, C, A> IntoFnRes<Fun, Ret, (&mut C, &A)> for Fun
    +where
    +    Fun: Fn(&mut C, &A) -> Ret + 'static,
    +    Ret: 'static,
    +    A: 'static,
    +    B: 'static,
    +    FnResource<Fun, Ret, (&mut C, &A)>: FnRes<Ret = Ret>,
    +{
    +    fn into_fn_res(self) -> Box<dyn FnRes<Ret = Ret>> {
    +        Box::new(self.into_fn_resource())
    +    }
    +}
    +

    Usage:

    +
    let fn_res = (|c: &mut u32, a: &u32| *c += *a).into_fn_res();
    +

    Invocation

    +

    Now that we can easily hold different types under the Box<dyn FnRes> abstraction, the remaining issue is to invoke the logic through that common abstraction.

    +

    To do this, FnRes has a method that takes a &Resources parameter, and each trait implementation will handle parameter fetching and function invocation:

    +
    // Trait for all logic types to implement.
    +pub trait FnRes {
    +    /// Return type of the function.
    +    type Ret;
    +
    +    /// Runs the function.
    +    fn call(&self, resources: &Resources) -> Self::Ret;
    +}
    +
    +// Implementation to fetch the parameters from `Resources`, and invoke the function.
    +impl<Fun, Ret, C, A> FnRes for FnResource<F, Ret, (&mut C, &A)>
    +where
    +    Fun: Fn(&mut C, &A) -> Ret + 'static,
    +    Ret: 'static,
    +{
    +    pub fn call(&self, resources: &Resources) -> Ret {
    +        let c = resources.borrow_mut::<C>();
    +        let a = resources.borrow::<A>();
    +
    +        (self.func)(c, a)
    +    }
    +}
    +

    With this, consumers are able to invoke functions generically:

    +
    let mut resources = Resources::new();
    +resources.insert(A::new(1));
    +resources.insert(C::new(0));
    +
    +let fn_res: Box<dyn FnRes> = (|c: &mut C, a: &A| *c += *a).into_fn_res();
    +
    +// Generically invoke logic with generic data type.
    +fn_res.call(&resources);
    +

    Notably:

    +
      +
    • Parameters must be &T or &mut T, as T is owned by Resources.
    • +
    • Parameters must be distinct types, as it is invalid to borrow &mut T twice.
    • +
    • Borrowing and invocation is implemented by the function type – FnResource in this example. Out of the box, this lives in the resman crate instead of fn_graph.
    • +
    +
    +

    1 resman implements FnRes for functions with up to 6 parameters.

    +

    Ordering

    +

    To define the order of execution, fn_graph uses two kinds of dependencies – logical and data. Logical dependencies are defined by consumers of the crate. Data dependencies are calculated by inspecting the type and mutability of function parameters.

    +

    Using the example:

    +
    type Fn1 = fn(&mut i32, &mut i32, &mut i32, &mut i32);
    +type Fn2 = fn(&i32, &mut i32);
    +type Fn3 = fn(&i32, &mut i32);
    +type Fn4 = fn(&i32, &mut i32);
    +type Fn5 = fn(&i32, &i32, &i32);
    +
    +let fn1: Fn1 = |a, b, c, d| { *a = 1; *b = 2; *c = 0; *d = 0; };
    +let fn2: Fn2 = |a,    c   | *c += *a;
    +let fn3: Fn3 = |   b, c   | *c += *b;
    +let fn4: Fn4 = |      c, d| *d += *c;
    +let fn5: Fn5 = |a, b, c   | println!("{a} + {b} = {c}");
    +

    Even though it is possible to order these sequentially, we also want to be able to achieve concurrency to increase performance.

    +
    %3fn1fn1fn2fn2fn1->fn2fn3fn3fn2->fn3fn4fn4fn3->fn4fn5fn5fn4->fn5
    +

    Logical Dependencies

    +

    To encode this into a function graph, logical dependencies can be specified through edges:

    +
    %3fn1fn1fn2fn2fn1->fn2fn3fn3fn1->fn3fn4fn4fn2->fn4fn5fn5fn2->fn5fn3->fn4fn3->fn5
    +

    For correctness, fn1 must be executed before both fn2 and fn3, and those must complete before fn4 and fn5 are executed.

    +

    Data Dependencies

    +

    Note that fn4 and fn5 can both be executed in parallel, as there is no overlap in accessed data.

    +

    However, fn2 and fn3 both require mutable access to C. Since it is not possible to safely provide both fn2 and fn3 with mutable access, fn_graph automatically introduces a data dependency between those functions to ensure consistent ordering:

    +
    %3fn1fn1fn3fn3fn1->fn3fn2fn2fn1->fn2fn5fn5fn3->fn5fn4fn4fn3->fn4fn2->fn3fn2->fn5fn2->fn4
    +

    Streaming

    +

    When ordering has been defined, consumers can use FnGraph::iter to iterate through the graph and invoke each function sequentially. When the "async" feature is enabled, which is on by default, FnGraph::stream will produce each function once all of its predecessors have been streamed and returned.

    +

    To know when a function is available to be streamed, fn_graph uses the following algorithm:

    +
      +
    • Track the number of predecessors of each node.
    • +
    • When streaming, each time a function is streamed and the closure returns, subtract 1 from the predecessor counts of each of that function's successors.
    • +
    • If the predecessor count of a function is 0, it is now available to be streamed.
    • +
    +

    Visualized

    +
      +
    1. +

      In the example scenario, each function has a number of predecessors:

      +
      %3fn1fn1:0fn3fn3:2fn1->fn3fn2fn2:1fn1->fn2fn5fn5:2fn3->fn5fn4fn4:2fn3->fn4fn2->fn3fn2->fn5fn2->fn4
      +
    2. +
    3. +

      When a function completes, subtract 1 from each of its successors' predecessor counts:

      +
      %3fn1fn1:0fn3fn3:1fn1->fn3fn2fn2:0fn1->fn2fn5fn5:2fn3->fn5fn4fn4:2fn3->fn4fn2->fn3fn2->fn5fn2->fn4
      +
    4. +
    5. +

      This applies to both logical and data dependencies:

      +
      %3fn1fn1:0fn3fn3:0fn1->fn3fn2fn2:0fn1->fn2fn5fn5:1fn3->fn5fn4fn4:1fn3->fn4fn2->fn3fn2->fn5fn2->fn4
      +
    6. +
    7. +

      Performance is gained when multiple functions can be executed concurrently:

      +
      %3fn1fn1:0fn3fn3:0fn1->fn3fn2fn2:0fn1->fn2fn5fn5:0fn3->fn5fn4fn4:0fn3->fn4fn2->fn3fn2->fn5fn2->fn4
      +
    8. +
    +

    This can be seen by timing the executions:

    +
    // [dependencies]
    +// fn_graph = { version = "0.5.4", features = ["fn_meta", "resman"] }
    +// futures = "0.3.21"
    +// resman = { version = "0.15.0", features = ["fn_meta", "fn_res"] }
    +// tokio = { version = "1.20.0", features = ["rt", "macros", "time"] }
    +use std::{
    +    fmt,
    +    ops::{AddAssign, Deref, DerefMut},
    +};
    +
    +use fn_graph::FnGraphBuilder;
    +use futures::stream::StreamExt;
    +use resman::{IntoFnRes, Resources};
    +
    +// Define newtypes for each parameter.
    +#[derive(Debug)]
    +struct A(u32);
    +#[derive(Debug)]
    +struct B(u32);
    +#[derive(Debug)]
    +struct C(u32);
    +#[derive(Debug)]
    +struct D(u32);
    +
    +fn main() {
    +    // Initialize data.
    +    let mut resources = Resources::new();
    +    resources.insert(A(0));
    +    resources.insert(B(0));
    +    resources.insert(C(0));
    +    resources.insert(D(0));
    +    let resources = &resources; // Now the map is compile time immutable.
    +
    +    // Define logic and insert them into graph structure.
    +    type Fn1 = fn(&mut A, &mut B, &mut C, &mut D);
    +    type Fn2 = fn(&A, &mut C);
    +    type Fn3 = fn(&B, &mut C);
    +    type Fn4 = fn(&C, &mut D);
    +    type Fn5 = fn(&A, &B, &C);
    +
    +    let fn_graph = {
    +        let fn1: Fn1 = |a, b, c, d| { a.0 = 1; b.0 = 2; c.0 = 0; d.0 = 0; };
    +        let fn2: Fn2 = |a,    c   | *c += a.0;
    +        let fn3: Fn3 = |   b, c   | *c += b.0;
    +        let fn4: Fn4 = |      c, d| *d += c.0;
    +        let fn5: Fn5 = |a, b, c   | println!("{a} + {b} = {c}");
    +
    +        let mut fn_graph_builder = FnGraphBuilder::new();
    +
    +        // Store functions in graph.
    +        let [fn_id1, fn_id2, fn_id3, fn_id4, fn_id5] = fn_graph_builder.add_fns([
    +            fn1.into_fn_res(),
    +            fn2.into_fn_res(),
    +            fn3.into_fn_res(),
    +            fn4.into_fn_res(),
    +            fn5.into_fn_res(),
    +        ]);
    +
    +        // Define dependencies to control ordering.
    +        fn_graph_builder
    +            .add_edges([
    +                (fn_id1, fn_id2),
    +                (fn_id1, fn_id3),
    +                (fn_id2, fn_id4),
    +                (fn_id2, fn_id5),
    +                (fn_id3, fn_id4),
    +                (fn_id3, fn_id5),
    +            ])
    +            .unwrap();
    +
    +        fn_graph_builder.build()
    +    };
    +
    +// Invoke logic over data.
    +let sequential_start = tokio::time::Instant::now();
    +fn_graph.iter().for_each(|fun| {
    +    fun.call(resources);
    +    std::thread::sleep(std::time::Duration::from_millis(10));
    +});
    +let sequential_elapsed = sequential_start.elapsed();
    +println!("sequential_elapsed: {sequential_elapsed:?}");
    +
    +// prints:
    +// 1 + 2 = 3
    +// sequential_elapsed: 50.683709ms
    +
    +let rt = tokio::runtime::Builder::new_current_thread()
    +    .enable_time()
    +    .build()
    +    .unwrap();
    +rt.block_on(async move {
    +    let concurrent_start = tokio::time::Instant::now();
    +    fn_graph
    +        .stream()
    +        .for_each_concurrent(None, |fun| async move {
    +            fun.call(resources);
    +            tokio::time::sleep(tokio::time::Duration::from_millis(10)).await;
    +        })
    +        .await;
    +    let concurrent_elapsed = concurrent_start.elapsed();
    +    println!("concurrent_elapsed: {concurrent_elapsed:?}");
    +});
    +
    +// prints:
    +// 1 + 2 = 3
    +// concurrent_elapsed: 44.740638ms
    +}
    +
    +macro_rules! u32_newtype {
    +    ($name:ident) => {
    +        impl fmt::Display for $name {
    +            fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
    +                self.0.fmt(f)
    +            }
    +        }
    +        impl Deref for $name {
    +            type Target = u32;
    +
    +            fn deref(&self) -> &Self::Target {
    +                &self.0
    +            }
    +        }
    +        impl DerefMut for $name {
    +            fn deref_mut(&mut self) -> &mut Self::Target {
    +                &mut self.0
    +            }
    +        }
    +        impl AddAssign<u32> for $name {
    +            fn add_assign(&mut self, other: u32) {
    +                *self = Self(self.0 + other);
    +            }
    +        }
    +    };
    +}
    +u32_newtype!(A);
    +u32_newtype!(B);
    +u32_newtype!(C);
    +u32_newtype!(D);
    +

    Notably there is some overhead with the asynchronous execution, but as the number of functions grow, so should the concurrency, and the performance gains should increase proportionally.

    +

    Item

    +
    +

    Note: 🚧 means the concept is not yet implemented.

    +
    +

    An item is something that can be created, inspected, and cleaned up by automation.

    +

    An itemification defines data types and logic to manage that item.

    +

    The Item and associated types are how consumers integrate with the Peace framework. Consumers provide a unique ID, data types, and functions, which will be selectively executed by the framework to provide lean, robust automation, and a good user experience.

    +

    This logical breakdown guides automation developers to structure logic to handle cases that are not normally considered of when writing automation. Combined with trait requirements on data types, the framework is able to provide commands, workflow optimizations, and understandable output to ensure a pleasant automation experience.

    +

    Data Types

    +
      +
    1. Error: The umbrella error type returned when anything goes wrong when managing the item.
    2. +
    3. State: Information about a managed item, can be divided into logical and physical state.
    4. +
    5. Logical state: Part of the state that can be controlled, e.g. application server's existence.
    6. +
    7. Physical state: Part of the state that cannot be controlled, e.g. application server's instance ID.
    8. +
    9. Current state: Current State of the managed item, both logical and physical.
    10. +
    11. Goal state: Logical State that one wants the item to be in.
    12. +
    13. State difference: Difference between the current Logical state and the Goal state.
    14. +
    +

    Logic – Building Blocks

    +
    +1. Define an ID. +
    +

    Item::id

    +

    Provide the framework with a unique ID for this item.

    +

    These are intended to be safe to use as file names, as well as avoid surprises, and so have been limited to alphanumeric characters and underscores, and cannot begin with a number. This is validated at compile time by using the item_id!("..") macro.

    +

    The examples in the peace repository will use snake_case, but the rules are flexible enough to accept PascalCase or camelCase if that is preferred.

    +

    Examples

    +
      +
    • Item that manages a file download: "download".
    • +
    • Item that manages a server: "server_existence".
    • +
    +
    +
    +
    +2. Initialize framework with parameters to manage item. +
    +

    Item::setup

    +

    🚧 parameters are passed in for each command

    + +

    Provide the framework with enough information to begin managing the item.

    +

    This function also instantiates the data types referenced by this Item into the Resources map.

    +

    Examples

    +
      +
    • +

      Item that manages a file download:

      +

      Required parameters are the URL to download from, and the destination file path.

      +
    • +
    • +

      Item that manages a server:

      +

      Required parameters are the base image ID to launch the server with, and hardware specs.

      +
    • +
    +
    +
    +
    +3. Fetch current item state. +
    +

    Item::state_current

    +

    This may not necessarily be a cheap function, for example if it needs to make web requests that take seconds to complete.

    +

    Examples

    +
      +
    • +

      Item that manages a file download:

      +

      Current state is checking a file's existence and contents.

      +
    • +
    • +

      Item that manages a server:

      +

      Current state is checking a server's existence and its base image ID.

      +
    • +
    +
    +
    +
    +4. Fetch goal item state. +
    +

    Item::StateGoalFn

    +

    This may not necessarily be a cheap function, for example if it needs to make web requests that take seconds to complete.

    +

    Examples

    +
      +
    • +

      Item that manages a file download:

      +

      Goal state is file metadata retrieved from a remote server.

      +
    • +
    • +

      Item that manages a server:

      +

      Goal state is one server exists with the specified the base image ID.

      +
    • +
    +
    +
    +
    +5. Return the difference between current and goal states. +
    +

    Item::StateDiffFn

    +

    It is important that both the from and to are shown for values that have changed, and values that have not changed or are not relevant, are not returned.

    +

    Examples

    +
      +
    • +

      Item that manages a file download:

      +

      State difference is a change from a file that does not exist, to a file with contents "abc".

      +
    • +
    • +

      Item that manages a server:

      +

      State difference is a change from a non-existent server, to a server exists with the specified the base image ID.

      +
    • +
    +
    +
    +
    +6. Ensure that the item is in the goal state. +
    +

    Transforms the current state to the goal state.

    +
      +
    1. +

      check: Returns whether exec needs to be run to transform the current state into the goal state.

      +
    2. +
    3. +

      exec: Actual logic to transform the current state to the goal state.

      +
    4. +
    5. +

      exec_dry: Dry-run transform of the current state to the goal state.

      +

      Like exec, but all interactions with external services, or writes to the file system should be substituted with mocks.

      +
    6. +
    +
    +
    +
    +7. Clean up the item. +
    +

    Cleans up the item from existence.

    +
      +
    1. check: Returns whether exec needs to be run to clean up the item.
    2. +
    3. exec: Actual logic to clean up the item.
    4. +
    5. exec_dry: Dry-run clean up of the item.
    6. +
    +
    +
    +

    Comparison with git

    +

    Readers may notice the function breakdown is git-like. The following table compares the concepts:

    +
    + + + + + + + + +
    SubjectPeaceGit
    ItemAny consumer defined item.A directory of files.
    Project initializationinit command takes in parameters to manage the item.Uses the current directory or passed in directory.
    StateConsumer defined information about the item.Current state is the latest commit, goal state is the working directory.
    State retrievalOn request by user using the StatesDiscover command.Retrieved each time the status command is run, cheap since it is all local.
    State displayOn request using state and goal commandsshow $revision:path command shows the state at a particular $revision.
    State differenceOn request using diff commandstatus command shows a summary, show and diff commands shows the state difference.
    State applicationOn request through the ensure command.On request through commit and push commands.
    EnvironmentsHandled by updating initialization parameters.Defined through remote URLs.
    +

    Item Parameters

    +

    For an item to work with different values, the values must be passed in. These values are called item parameters.

    +
    %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest
    +

    There are a number of related concepts:

    +
      +
    • +

      User needs to be able to specify how the values are defined:

      +
        +
      • Plain Values: Use a value provided by the user.
      • +
      • Referenced Values: Use a value produced by a predecessor item.
      • +
      • Transformed Values: Take values produced by predecessor item(s), transform it, then use that.
      • +
      +
    • +
    • +

      Implementors:

      +
        +
      • Need to define the parameters.
      • +
      • Take in parameter values for state_current, state_goal.
      • +
      • Take in Option<Field> for each field within the parameter for try_state_current, try_state_goal.
      • +
      +
    • +
    • +

      Peace should be able to store and load:

      +
        +
      • The specification by the user.
      • +
      • The actual values computed and used during command execution.
      • +
      +
    • +
    +

    Value Specification

    +

    Item parameter values are eventually concrete values.

    +

    Some of those concrete values are not necessarily known until partway through a flow execution. When a flow is defined, a user needs a way to encode where a value comes from.

    +
    %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest
    +

    Plain Values

    +

    Plain values are values that a user provides before a command is executed.

    +
    %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest
    +

    A variation of plain values is to provide a lookup function that is evaluated at the point the value is needed, but that has potential negative effects for user experience:

    +
      +
    • Performance: Web service call(s) may take seconds to complete.
    • +
    • Consistency: Multiple executions may discover different values between different command executions.
    • +
    +

    In code, this may look like:

    +
    let app_params_spec = AppParams::spec()
    +    .repo_path(Path::from("/path/to/project"))
    +    .build();
    +let server_params_spec = ServerParams::spec()
    +    .image_id(image_id!("abcd1234"))
    +    .instance_size(InstanceSize::Large)
    +    .build();
    +
    +cmd_ctx_builder
    +    .with_item_params(app_params_spec)
    +    .with_item_params(server_params_spec)
    +    .await?;
    +

    Referenced Values

    +

    Referenced values are values directly taken from a predecessor's state output.

    +
    %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:${app_path}dest:user@ip:/path/to/desta_stateStateapp_path:target/debug/appa_state->c_params
    +

    In code, this may look like:

    +
    let file_upload_params_spec = FileUploadParams::spec()
    +    .src_from::<AppOutputPath>()
    +    // ..
    +    .build();
    +
    +cmd_ctx_builder
    +    .with_item_params(file_upload_params_spec)
    +    .await?;
    +

    Transformed Values

    +
    %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectb_stateStateip:192.168.0.100ccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:${app_path}dest:user@${server.ip}:/path/to/destb_state->c_params
    +

    In code, this may look like:

    +
    let file_upload_params_spec = FileUploadParams::spec()
    +    // ..
    +    .dest_from_map::<Server>(|server| {
    +        let ip = server.ip();
    +        format!("user@${ip}:/path/to/dest")
    +    })
    +    .build();
    +
    +cmd_ctx_builder
    +    .with_item_params(file_upload_params_spec)
    +    .await?;
    +

    Params Definition

    +

    For an item to work with different values, the values must be passed in.

    +

    Item implementors define these as part of the Item trait:

    +
    trait Item {
    +    type Params: ..;
    +}
    +

    Use Cases

    +

    The following shows a number of use cases of these params:

    +
      +
    • +

      State Apply: Param values must be known, and Peace should pass concrete values to the Item::{state_current, state_goal, apply} functions.

      +
    • +
    • +

      State Discovery (fallible):

      +

      Param values may be known, if predecessors have previously executed.

      +
        +
      • +

        try_state_current: StateDiscoverCmd::current

        +

        e.g. Look up file contents on a remote host:

        +
        match params_partial.dest_ip() {
        +    Some(dest_ip) => Some(file_hash(dest_ip, path)),
        +    None => None, // or `Some(FileState::None)`
        +}
        +
      • +
      • +

        try_state_goal: StateDiscoverCmd::goal

        +

        e.g. Look up source file contents:

        +
        match params_partial.src_path() {
        +    Some(src_path) => file_hash(src_path),
        +    None => None, // or `Some(FileState::None)`
        +}
        +
      • +
      +
    • +
    +

    By Item Function

    +
      +
    • +

      try_state_current: Should work with field_partials.

      +
    • +
    • +

      try_state_goal: Should work with field_partials.

      +
    • +
    • +

      state_current: Needs real concrete param values.

      +
    • +
    • +

      state_goal: Needs real concrete param values.

      +
    • +
    • +

      state_diff: Doesn't need parameters or data; everything should be captured in States.

      +

      But for presentation, it's useful to know what a file should be (current vs goal), or difference between params (multiple profile current vs current).

      +
    • +
    • +

      state_clean: Maybe always returns ItemState::None, and doesn't need parameters or data.

      +

      However, presenting state_clean with e.g. a file path, would mean the None state contains the value, which means state_clean needs params.

      +

      Arguably state_goal will show the path that would be created.

      +

      StateDiff for cleaning should also show the deletion of the path.

      +
    • +
    • +

      apply_check: Doesn't need parameters or data.

      +
    • +
    • +

      apply_dry: Needs concrete param values, even if they are fake.

      +
    • +
    • +

      apply: Needs real concrete param values.

      +
    • +
    +

    Encoding: Serialization / Deserialization

    +

    Because:

    +
      +
    • It is convenient to serialize Item::Params::Spec and store it, and deserialize it for use at a later time.
    • +
    • It is useful to support config-based parameter specification (no compiler needed).
    • +
    • It is not possible to serialize closures.
    • +
    +

    Then there must be a way to encode the same functionality that Item::Params::Spec::field_from_map provides, as something serializable.

    +

    Possibilities:

    +
      +
    • ToString and FromStr impls that represent the logic
    • +
    • Serialized form uses enum variants, and when deserializing, map that back to functions.
    • +
    • Custom language.
    • +
    +

    Code Implications

    +

    From the implementor's perspective, item trait needs to change to support the above use cases.

    +

    The following snippets are here to show the changes that include the above concepts. These are:

    +
      +
    • non-compilable.
    • +
    • just enough to show where types are changed.
    • +
    • show certain trait bounds (non-exhaustive).
    • +
    • do not include the encoding / decoding of field_from_map concept.
    • +
    +

    Framework

    +
    // Traits in Peace Framework
    +trait Item {
    +    type Params: Params + Serialize + Deserialize;
    +
    +    fn setup(&self, resources);
    +    fn try_state_current(fn_ctx, params_partial, data);
    +    fn try_state_goal(fn_ctx, params_partial, data);
    +    fn state_clean      (        params_partial, data);
    +    fn state_current    (fn_ctx, params,         data);
    +    fn state_goal    (fn_ctx, params,         data);
    +    fn apply_dry        (fn_ctx, params,         data, state_current, state_target, diff);
    +    fn apply            (fn_ctx, params,         data, state_current, state_target, diff);
    +    fn apply_check      (        params_partial, data, state_current, state_target, diff);
    +    fn state_diff       (        params_partial, data, state_a, state_b);
    +
    +    // Once more, with types:
    +    fn setup(&self, &mut Resources<Empty>);
    +    fn try_state_current(FnCtx<'_>, Self::Params<'_>::Partial, Self::Data<'_>);
    +    fn try_state_goal(FnCtx<'_>, Self::Params<'_>::Partial, Self::Data<'_>);
    +    fn state_clean      (           Self::Params<'_>::Partial, Self::Data<'_>);
    +    fn state_current    (FnCtx<'_>, Self::Params<'_>         , Self::Data<'_>);
    +    fn state_goal    (FnCtx<'_>, Self::Params<'_>         , Self::Data<'_>);
    +    fn apply_dry        (FnCtx<'_>, Self::Params<'_>         , Self::Data<'_>, Self::State, Self::State, Self::StateDiff);
    +    fn apply            (FnCtx<'_>, Self::Params<'_>         , Self::Data<'_>, Self::State, Self::State, Self::StateDiff);
    +    fn apply_check      (           Self::Params<'_>::Partial, Self::Data<'_>, Self::State, Self::State, Self::StateDiff);
    +    fn state_diff       (           Self::Params<'_>::Partial, Self::Data<'_>, Self::State, Self::State);
    +}
    +
    +/// For Peace to access <Item::Params as Params>::Spec
    +trait Params {
    +    type Spec: Serialize + Deserialize;
    +    type SpecBuilder: SpecBuilder<Output = Self::Spec>;
    +    type Partial: Serialize + Deserialize;
    +}
    +
    +enum ValueSpec<T> {
    +    Value(T),
    +    From,
    +    FromMap(Box<dyn Fn(&Resources) -> Option<T>>),
    +}
    +

    Also need to provide a Params derive macro.

    +

    Design Note

    +

    The apply_check and state_diff functions usually are not expected to need params and data, but some items may use them, such as the ShCmdItem which accesses params to determine the script to run.

    +

    Regarding params will be Params or Params<'_>::Partial for state_diff, if we call state_diff for a file upload item, we must have both the current state and goal state. Then we need to ask, does having both states imply Params is fully resolvable?

    +

    If we call state_current for a file upload:

    +
      +
    • the destination server may not be there
    • +
    • so params may not have the IP
    • +
    • we may still return Some(State::Empty)
    • +
    • So params may still be partial, even if State is Some.
    • +
    +

    If we call state_goal for a file upload:

    +
      +
    • the source file may not be there
    • +
    • so params may not have the source content hash
    • +
    • we may still return Some(State::Empty)
    • +
    • So params may still be partial, even if State is Some.
    • +
    +

    Implementor

    +
    // Implementation
    +struct FileUploadItem;
    +
    +impl Item for FileUploadItem {
    +    type Params = FileUploadParams;
    +}
    +
    +#[derive(Clone, Debug, Params, Serialize, Deserialize)]
    +struct FileUploadParams {
    +    src: PathBuf,
    +    dest_ip: IpAddr,
    +    dest_path: PathBuf,
    +}
    +

    Auto generated by Params derive:

    +
    impl Params for FileUploadParams {
    +    type Spec = FileUploadParamsSpec;
    +    type SpecBuilder = FileUploadParamsSpecBuilder;
    +    type Partial = FileUploadParamsPartial;
    +}
    +
    +// Serialize / Deserialize not needed.
    +struct FileUploadParamsPartial {
    +    src: Option<PathBuf>,
    +    dest_ip: Option<IpAddr>,
    +    dest_path: Option<PathBuf>,
    +}
    +
    +#[derive(Clone, Debug, Serialize, Deserialize)]
    +struct FileUploadParamsSpec {
    +    src: ValueSpec<PathBuf>,
    +    dest_ip: ValueSpec<IpAddr>,
    +    dest_path: ValueSpec<PathBuf>,
    +}
    +
    +#[derive(Clone, Debug)]
    +struct FileUploadParamsSpecBuilder {
    +    src: Option<ValueSpec<PathBuf>>,
    +    dest_ip: Option<ValueSpec<IpAddr>>,
    +    dest_path: Option<ValueSpec<PathBuf>>,
    +}
    +

    See:

    + +

    Params Framework Support

    +

    For ergonomic usage and accurate data modelling, the following types need to exist for each item:

    +
      +
    • Params
    • +
    • ParamsPartial
    • +
    • ParamsSpec
    • +
    • ParamsSpecBuilder
    • +
    +

    Since Params is defined by the item implementor, the other three structs can only be defined after it, and can be generated by a proc macro.

    +

    Questions:

    +
      +
    • +

      How does Peace know what fields to fill in, and how?

      +

      The fields are known by the ParamsSpec impl, though it resides in the implementor's crate.

      +

      Peace can reference the ParamsSpec through a Params::Spec associated type.

      +
    • +
    • +

      Does Peace need to know about the field, or can it be in the generated impl?

      +

      It needs to go, for each field on the ParamsSpec, fill in the ParamsPartial. This could be implemented by ParamsSpec::partial_from(&Resources) -> ParamsPartial:

      +
      impl ParamsSpec {
      +    fn partial_from(resources: &Resources) -> ParamsPartial {
      +        // for each field (generated by proc macro)
      +        let value_0 = value_0_spec.try_value_from(resources);
      +        let value_1 = value_1_spec.try_value_from(resources);
      +
      +        ParamsPartial { value_0, value_1 }
      +    }
      +}
      +
      +enum ValueSpec<T> {
      +    Value(T),
      +    From,
      +    FromMap(Box<dyn Fn(&Resources) -> Option<T>>),
      +}
      +
      +impl<T> ValueSpec<T> {
      +    fn try_value_from(&self, resources: &Resources) -> Option<T> {
      +        match self {
      +            Self::Value(t) => Some(t.clone()),
      +            Self::From => resources.try_borrow::<T>().cloned(),
      +            Self::FromMap(f) => f(resources),
      +        }
      +    }
      +}
      +
    • +
    • +

      How does ValueSpec::FromMap get instantiated:

      +

      Probably something like this:

      +
      impl ParamsSpecBuilder {
      +    // for each field
      +    fn field_from_map<F, U>(mut self, f: F) -> Self
      +    where F: &U -> Field {
      +        let from_map_boxed = Box::new(move |resources| {
      +            resources.try_borrow::<Field>().map(f)
      +        });
      +        self.field_spec = ValueSpec::FromMap(from_map_boxed);
      +        self
      +    }
      +}
      +
    • +
    +

    To allow Peace to reference those types, and for Peace to expose that to users, we need the following traits:

    +
      +
    • dyn Params: To know what type the ParamsPartial, ParamsSpec, and ParamsSpecBuilder are.
    • +
    • dyn ParamsSpec: Peace needs the spec to generate a ParamsPartial from Resources.
    • +
    +

    Implications On Serialization and Flow Params

    +

    It is inconvenient to have to register item params types as flow params, because the presence of the item could automatically tell Peace its params type.

    +

    However, users:

    +
      +
    • Must provide the param values / spec for each item for the first execution of a flow.
    • +
    • May have different preferences whether they have to provide the values / spec for subsequent executions, and whether it implicitly uses what was used before, or is explicit for each field.
    • +
    +

    What we need:

    +
      +
    • Flow params are serialized separately. Flow params may be values that control how things are presented, but not affect the actual functional execution, so they may be log verbosity.
    • +
    • Item params spec must be deserialized, and overwritten by provided values.
    • +
    • Item params spec must be serialized before executing a command.
    • +
    • Item params must be serialized as execution happens.
    • +
    • Item params partials do not need to be serialized, only presented, as they can be re-calculated from state for each discover / read command execution.
    • +
    +

    Item Graph

    +

    An item graph is a function graph, whose logic type is an item.

    +

    Instead of storing a single function in each node of the graph, each logic type is a collection of well-defined functions adhering to the Item trait.

    +

    Combining these concepts contributes to the strategy's outcomes, by enabling the framework to address common issues in each input dimension.

    +
    +
    %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4
    +
    +
    +
    let graph = {
    +    let mut graph_builder = ItemGraphBuilder::<XError>::new();
    +    let [id_1, id_2, id_3, id_4] = graph_builder.add_fns([
    +        Item1::new(param1).into(),
    +        Item2::new(/* .. */).into(),
    +        Item3::new().into(),
    +        Item4::new().into(),
    +    ]);
    +    graph_builder.add_edges([
    +        (id_1, id_3),
    +        (id_2, id_3),
    +        (id_2, id_4),
    +    ])?;
    +
    +    graph_builder.build()
    +};
    +
    +

    The remainder of this section explains how using these concepts together allows sensible user facing commands to be created. Available commands are documented in the reference.

    +

    Initialization

    +
    +

    Before a process is started, make sure all the necessary information is provided.

    +
    +

    In function graph, data types in Resources are inserted by the consumer, separate from the graph.

    +

    In Peace, Item::setup is run for each item, which allows data types to be inserted into Resources.

    +
    let graph = /* .. */;
    +
    +let resources = graph.setup(Resources::new()).await?;
    +
    +
    +
    %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4
    +
    +
    +
    // Item1::setup
    +resources.insert(param1);
    +
    +// Item2::setup
    +resources.insert(param2);
    +
    +// Item3::setup
    +// no-op
    +
    +// Item4::setup
    +resources.insert(param3);
    +resources.insert(param4);
    +
    +
    +

    ℹ️ Note: Each initialization parameter should be specified in each item's setup method, even though the parameter is inserted by a predecessor item.

    +

    This is because when only a subset of the graph is executed, or if the item is used in a different graph, the parameter should still be inserted.

    +

    🚧 A wrapper type should conditionally insert the initialization parameter into Resources

    +
    +

    State Inspection

    +
    +

    Before applying a change, you should understand the current state, and what the change will do.

    +
    +

    To discover the current state of all items, Item::try_state_current is run for each item concurrently.

    +
    let graph = /* .. */;
    +let resources = /* .. */;
    +
    +let resources = StatesDiscoverCmd::current(graph, resources).await?;
    +
    +
    +
    %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4
    +
    +
    +
    // Item1::StateCurrentFn::try_exec
    +let exists = param1.path().exists();
    +Ok(State::new(exists, ()))
    +
    +// Item2::StateCurrentFn::try_exec
    +let instance_url = discover(param2).await?;
    +Ok(State::new(Some(instance_url), ()))
    +
    +// Item3::StateCurrentFn::try_exec
    +let version = reqwest::get(instance_url).await?;
    +Ok(State::new(version, ()))
    +
    +// ..
    +
    +

    When all states have been collected, they are presented to the user:

    +
    state1: exists
    +state2: 1.2.3.4
    +state3: 1.0.0
    +state4: abcdef0123456
    +
    +

    State Ensure

    +
    +

    When applying a change, the change should converge the current state to the goal state.

    +
    +
    let graph = /* .. */;
    +let resources = /* .. */;
    +
    +let resources = ApplyCmd::exec(graph, resources).await?;
    +

    Note that the Item::apply requires implementers to return StatePhysical, which is the state information generated during the exec logic, but not necessarily within the implementers' control.

    +

    Method

    +

    To discover the current state of all items, the following method is used:

    +
      +
    1. ApplyFns::check is run for all items.
    2. +
    3. Of the ones that return ApplyCheck::ExecRequired, Item::apply is run.
    4. +
    5. Finally, Item::state_current is run so that the end state can be compared with the goal state to confirm that they match.
    6. +
    +

    ApplyFns::check

    +
    +
    +
    %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4
    +
    +
    +
    // Item1
    +ApplyCheck::ExecRequired { .. }
    +
    +// Item2
    +ApplyCheck::ExecNotRequired
    +
    +// Item3
    +ApplyCheck::ExecRequired { .. }
    +
    +// Item4
    +ApplyCheck::ExecRequired { .. }
    +
    +

    Item::apply

    +
    +
    +
    %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4
    +
    +
    +

    Items 1, 3, and 4 need to be executed, but Item2's Item::apply is skipped as check indicated it isn't needed.

    +
    // Item1
    +()
    +
    +// Item2
    +IpAddr::from_str("1.2.3.4")
    +
    +// Item3
    +()  // Note: version is logical state
    +
    +// Item4
    +Revision::new("abcdef0123456")
    +
    +

    Dry Run

    +
    let resources = Item::apply_dry(graph, resources).await?;
    +

    Similar to the Item::apply, Item::apply_dry is meant to simulate what would happen, and allow users to correct mistakes before actual execution.

    +

    Implementers must replace all write logic with mocks. These include:

    +
      +
    • File writes
    • +
    • Web requests
    • +
    +

    It is also recommended that read requests to external services are minimized to decrease the time to return feedback to the user. If possible, move read request logic to Item::state_current so that it is stored by the StatesDiscoverCmd.

    +

    Convergence / Non-Transactional Execution Recovery

    +

    Since these processes happen over distributed systems, and errors can happen at any point in the process, it is realistic to assume that the process doesn't happen transactionally.

    +

    ApplyFns has been designed so that implementers will consider transitions from non-atomic states to the goal state. In simpler terms, if the goal state is "10 servers must exist", then:

    +
      +
    • When the current state is 0 servers, then 10 servers should be launched.
    • +
    • When the current state is 6 servers, then 4 servers should be launched.
    • +
    +

    As time and effort is saved by reusing existing useful state and not requiring complete clean up, recoverability and user experience is improved.

    + +

    Clean

    +

    Partial Clean

    +

    Even though it is possible to clean up the server without uninstalling the application, it is recommended that the CleanOpSpec is implemented for every item.

    + +

    Imagine one has a goal to test fresh installations of different versions of an application. One approach is to deploy each version in a separate environment, and clean up the whole environment, . have a command that only uninstalls the application from the server, .

    +

    Least-work approach, but needs additional engineering.

    + +

    State

    +

    In peace, State represents the values of an item, and has the following usages:

    +
      +
    • Showing users the state of an item.
    • +
    • Allowing users to describe the state that an item should be.
    • +
    • Determining what needs to change between the current state and the goal state.
    • +
    +

    Therefore, State should be:

    +
      +
    • Serializable
    • +
    • Displayable in a human readable format
    • +
    • Relatively lightweight – e.g. does not necessarily contain file contents, but a hash of it.
    • +
    +

    Logical and Physical State

    +

    State can be separated into two parts:

    +
      +
    • +

      Logical state: Information that is functionally important, and can be specified by the user ahead of time.

      +

      Examples of logical state are:

      +
        +
      • File contents
      • +
      • An application version
      • +
      • Server operating system version
      • +
      • Server CPU capacity
      • +
      • Server RAM capacity
      • +
      +
    • +
    • +

      Physical state: Information that is discovered / produced when the automation is executed.

      +

      Examples of physical state are:

      +
        +
      • ETag of a downloaded file.
      • +
      • Execution time of a command.
      • +
      • Server ID that is generated on launch.
      • +
      • Server IP address.
      • +
      +
    • +
    +

    Defining State

    +

    Fully Logical

    +

    If an item's state can be fully described before the item exists, and can be made to happen without interacting with an external service, then the state is fully logical.

    +

    For example, copying a file from one directory to another. The state of the file in the source directory and destination directories are fully discoverable, and there is no information generated during automation that is needed to determine if the states are equivalent.

    +

    Logical and Physical

    +

    If an item's goal state can be described before the item exists, but interacts with an external service which produces additional information to bring that goal state into existence, then the state has both logical and physical parts.

    +

    For example, launching a server or virtual machine. The operating system, CPU capacity, and RAM are logical information, and can be determined ahead of time. However, the server ID and IP address are produced by the virtual machine service provider, which is physical state.

    +

    Fully Physical

    +

    If an item's goal state is simply, "automation has been executed after these files have been modified", then the state has no logical component.

    +

    For example, running a compilation command only if the compilation artifact doesn't exist, or the source files have changed since the last time the compilation has been executed.

    +
    +

    The remaining pages in this section explain how to define the logical and physical state types when implementing an item.

    +

    Logical State

    +

    Logical state is the part of an item that is:

    +
      +
    • Implementor / user definable
    • +
    • Controllable by automation
    • +
    • Deterministic
    • +
    +

    Uses

    +

    There are three uses of logical state:

    +
      +
    1. Representing current state.
    2. +
    3. Representing goal state.
    4. +
    5. Computing state difference.
    6. +
    +
    let params = data.params();
    +
    +// `dest` references the actual item that is being managed.
    +// e.g. calculate content hash of actual file being written to.
    +let state_current = params.dest().read();
    +
    +// `src` references the *specification* of what the item is intended to be.
    +// e.g. retrieve content hash from a source file.
    +let state_goal = params.src().read();
    +
    +// We can only compute the `diff` when both `src` and `dest` are available.
    +let state_diff = state_goal - state_current;
    +

    Discovery Constraints

    +

    In an item's parameters, there must be the following categories of information:

    +
      +
    • +

      src: information of what the item should be, or where to look up that information.

      +

      Thus, src is a reference to where to look up state_goal.

      +
    • +
    • +

      dest: reference to where the actual item should be.

      +

      dest is a reference to where to push state_current.

      +
    • +
    +

    Both src and dest may reference resources that are ensured by predecessor items. Meaning sometimes state_goal and state_current cannot be discovered because they rely on the predecessors' completions.

    +

    Examples

    +
      +
    • A list of files in a zip file cannot be read, if the zip file is not downloaded.
    • +
    • A file on a server cannot be read, if the server doesn't exist.
    • +
    • A server cannot have a domain name assigned to it, if the server doesn't exist.
    • +
    +

    Implications

    +
      +
    • +

      If dest is not available, then state_current may simply be "does not exist".

      +
    • +
    • +

      If src is not available, and we want to show state_goal that is not just "we can't look it up", then src must be defined in terms of something readable during discovery.

      +
    • +
    • +

      If that is not possible, or is too expensive, then one or more of the following has to be chosen:

      +
        +
      1. +

        Item::state_goal functions have to always cater for src not being available.

        +

        It incurs mental effort to always cater for src not being available – i.e. implementing an item would need knowledge beyond itself.

        +
      2. +
      3. +

        the peace framework defaults to not running state_current_fn for items that have a logical dependency on things that Item::apply_check returns ExecRequired

        +

        For this to work, when the current state is requested, peace will:

        +
          +
        1. For each non-parent item, run state_current, state_goal, state_diff, and apply_check.
        2. +
        3. If apply_check returns ApplyCheck::ExecNotRequired, then successor items can be processed as well.
        4. +
        +
      4. +
      5. +

        state_current could return Result<Option<Status>, E>:

        +
          +
        • +

          Ok(None): State cannot be discovered, likely because predecessor hasn't run

          +
        • +
        • +

          Ok(Some(State<_, _>)): State cannot be discovered.

          +
        • +
        • +

          Err(E): An error happened when discovering state.

          +

          May be difficult to distinguish some cases from Ok(None), e.g. failed to connect to server, is it because the server doesn't exist, or because the address is incorrect.

          +

          Should we have two state_currents? Or pass in whether it's being called from Discover vs Ensure – i.e. some information that says "err when failing to connect because the predecessor has been ensured".

          +
        • +
        + +
      6. +
      +

      Option 2 may be something we have to do anyway – we will not be able to provide current state to run Item::apply for successors for the same reason.

      +

      Option 3 may coexist with option 2.

      +

      Note: State discovery may be expensive, so it is important to be able to show a stored copy of what is discovered.

      +
    • +
    +

    Output

    +

    Output is providing information to a user.

    +

    Output can be categorized with number of input dimensions:

    +
      +
    • Disclosure: +
        +
      • Push: Information is pushed to users once available.
      • +
      • Pull: Information is requested by users, may be real time or historical.
      • +
      +
    • +
    • Rate: (of requests) +
        +
      • High: Information that constantly updates.
      • +
      • Low: Information that once created isn't expected to change.
      • +
      +
    • +
    • Consumer: +
        +
      • Human: Person using the application.
      • +
      • Software: ReST API consumer.
      • +
      • Both: Readable and parseable text output.
      • +
      +
    • +
    • Accumulation: +
        +
      • Append: Information continuously increases.
      • +
      • Replace: Latest information is relevant.
      • +
      +
    • +
    +
    +Example scenarios and solutions for different output combinations +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    #DisclosureRateConsumerAccumulationExample ScenarioExample solution
    1PushHighHumanAppendExecution progress in CI / buildsText
    2PushHighHumanReplaceExecution in interactive CLIProgress bars
    3PushHighSoftwareAppendExecution progress delta web socket APISerialized
    4PushHighSoftwareReplaceExecution progress web socket APISerialized
    5PushHighBothAppendnone
    6PushHighBothReplacenone
    7PushLowHumanAppendExecution errors in CLIFriendly errors
    8PushLowHumanReplaceExecution outcome in CLIMarkdown output
    9PushLowSoftwareAppendExecution errors web socket APISerialized
    10PushLowSoftwareReplaceExecution outcome web socket APISerialized
    11PushLowBothAppendExecution errors in fileFriendly serialized
    12PushLowBothReplaceExecution outcome in fileFriendly serialized
    13PullHighHumanAppendHistorical execution progress logsText
    14PullHighHumanReplacenone
    15PullHighSoftwareAppendnoneSerialized
    16PullHighSoftwareReplaceHistorical execution progress ReST APISerialized
    17PullHighBothAppendnone
    18PullHighBothReplacenone
    19PullLowHumanAppendExecution errors in web pageFormatted errors
    20PullLowHumanReplaceExecution outcome in web pageFormatted report
    21PullLowSoftwareAppendExecution errors ReST APISerialized
    22PullLowSoftwareReplaceExecution outcome ReST APISerialized
    23PullLowBothAppendHistorical execution errors in fileFriendly serialized
    24PullLowBothReplaceHistorical execution outcome in fileFriendly serialized
    +
    +

    From the above table, further thoughts include:

    +
      +
    • Information that changes at a high rate implies a high rate of requests.
    • +
    • Information requested at a high rate may need to be small (in size).
    • +
    • Progress output is frequent, and is most important in real time / as it happens.
    • +
    • If frequency is high and the output is transferred between hosts, then ideally the size of the output is reduced.
    • +
    • The point of serialized data without the friendliness requirement is space and time efficiency.
    • +
    • Friendly serialized data may be a format such as YAML / JSON / TOML.
    • +
    • Pulled data is either over an API, or viewing historical information, meaning pulled data needs to be serializable.
    • +
    • Web page output may be large, but mental overload can be avoided by hiding information through interactivity.
    • +
    +

    Outcome

    +

    Outcome Status

    +
      +
    • Success: Task has completed successfully.
    • +
    • Break: Task has stopped for manual action not managed by the command.
    • +
    • Error: Task has stopped with an error.
    • +
    +

    Outcome Messages

    +
      +
    • Nothing
    • +
    • Informatives: What the user needs to do next.
    • +
    • Warnings
    • +
    +

    Outcome Errors

    +
      +
    • What happened
    • +
    • Why it is considered an error
    • +
    • Source of the information that led to the error
    • +
    • Suggestions for fixing
    • +
    +

    Format

    +

    Output format can be optimized for different consumers. For example:

    +
      +
    • +

      Interactive command line:

      +
        +
      • Hide detail to reduce mental overload.
      • +
      • Show enough to give an appropriate picture.
      • +
      • Use colour to highlight / dim detail based on level of importance.
      • +
      • Show commands to display additional detail.
      • +
      • Use a format that makes sense when copying and pasting into a different application, e.g. markdown.
      • +
      +
    • +
    • +

      Web page:

      +
        +
      • Use interactive elements to allow detail to be revealed when needed.
      • +
      • Use consistent colour for different levels of detail.
      • +
      +
    • +
    • +

      Network transfer:

      +
        +
      • Use a serialization format that is small to cater for latency.
      • +
      • Use a serialization format that is not difficult to deserialize to reduce CPU utilization.
      • +
      +
    • +
    +

    Execution Progress

    +

    Execution progress output is most useful as it happens. Execution progress output should fulfill the following concerns:

    +
      +
    • easy for a human to understand
    • +
    • easy to be sent from an item implementation
    • +
    • pushed to output in real time
    • +
    • pulled from client in real time
    • +
    +

    Information

    +

    Information that is likely useful to the consumer, and therefore should be captured, and sent if bandwidth is not an issue.

    +

    Progress Status

    +

    Whether a task has started, is in-progress, stalled, or completed.

    +
      +
    • +

      Execution Pending: Execution is pending a predecessor's execution.

      +
    • +
    • +

      Running: Execution is in progress.

      +

      This status is best conveyed alongside the following information:

      +
        +
      • +

        Units total: Unknown (spinner) / known (progress bar).

        +
      • +
      • +

        Units current

        +
      • +
      • +

        Function: Item::{state_current, state_goal, apply}.

        +

        Certain functions will not be applicable, e.g. when StateCurrent is feature gated, then the function won't be available when the feature is not enabled.

        +
      • +
      +
    • +
    • +

      Running Stalled: Progress updates have not been received for a given period.

      +

      Item implementations are responsible for sending progress updates, but if there are no progress updates, or an identical "it's running" progress update is continuously received, then Peace may determine that the task may have stalled, and user attention is required.

      +

      Peace may also provide a hook for implementors to output a suggestion to the user.

      +
    • +
    • +

      User Pending: Task is pending user input.

      +
    • +
    • +

      Completed: Task has completed.

      +

      This status is best conveyed alongside the following information:

      +
        +
      • Completion Status: Success, Failed.
      • +
      • Function: Item::{state_current, state_goal, apply}.
      • +
      +
    • +
    +

    The following variant is possible conceptually, but not applicable to the Peace framework:

    +
      +
    • +

      Stopped: Task is not running, but can be started.

      +

      This is not applicable because Peace uses runtime borrowing to manage state, and a stopped task has potentially altered data non-atomically, so locking the data is not useful, and unlocking the data may cause undefined behaviour due to reasoning over inconsistent state.

      +

      For rate limiting tasks, the task in its entirety would be held back.

      +
    • +
    +

    Progress Measurement

    +
      +
    • Unit of measurement: Steps, Bytes, Percentage, None
    • +
    • Units total: Known / Unknown
    • +
    • Units current: Numeric / Unknown
    • +
    • Units remaining: Numeric / Unknown. This is total - current.
    • +
    • Unit of progress tick: as it happens.
    • +
    +

    Progress Timings

    +
      +
    • Time started
    • +
    • Elapsed duration
    • +
    • Remaining duration estimate
    • +
    • Time of completion estimate
    • +
    • Time of completion
    • +
    +

    Information Production / Consumption

    +

    As much as possible, Peace should collect progress information without burdening the implementor.

    +
    + + + + + + + + + + + +
    InfoProduced / Captured by
    Progress statusFramework
    Unit of measurementImplementor
    Units totalImplementor
    Units initially completedImplementor
    Units remainingFramework
    Unit of progress tickImplementor
    Time startedFramework
    Elapsed durationFramework
    Remaining duration estimateFramework
    Time of completion estimateFramework
    Time of completionFramework
    +
    +

    Peace should support the following usages out-of-the-box1:

    +
      +
    • Interactive CLI
    • +
    • Non-interactive CLI
    • +
    • CI logging
    • +
    • WASM
    • +
    • REST endpoint (pull)
    • +
    • REST endpoint (push)
    • +
    +

    1 even if it is not yet implemented, it should be designed in a way that allows for it

    +

    API

    +

    Implementors define the following in ApplyFns::check:

    +
      +
    • Unit of measurement: Steps, Bytes, Percentage, None
    • +
    • Units total: Known / Unknown
    • +
    • Units initially completed: Numeric / Unknown
    • +
    +

    Units remaining is tracked by Peace as the unit of progress is ticked (updated).

    +

    There is a tradeoff between:

    +
      +
    • +

      Implementors manually ticking progress

      +
        +
      • +

        More accurate information

        +
      • +
      • +

        Code becomes messy -- progress ticks scattered throughout code.

        +
      • +
      • +

        zzz has a really good way of doing this without making things messy:

        +
        #![allow(unused)]
        +fn main() {
        +(0..1000).into_iter().progress()
        +//                    ^^^^^^^^^^
        +// This is all that's needed to render the progress bar
        +// assuming `size_hint()` is implemented.
        +}
        +

        Peace could provide something like:

        +
        #![allow(unused)]
        +fn main() {
        +impl ApplyFns for MyApplyFns {
        +    async fn exec(data: Data<'_>) -> Result<(), E> {
        +        [
        +            Self::fn_1,
        +            Self::fn_2,
        +            Self::fn_3,
        +            Self::fn_4,
        +        ].progress(data);
        +    }
        +}
        +}
        +

        But that constrains the signature of each sub function to be the same. A type parameterized function chain – where the return value of one function is the parameter to the next – may be messy, especially for error messages.

        +
      • +
      • +

        For spinners, manually ticking the progress bar can be cumbersome, but automatic ticking will give a false impression of progress happening. Somewhat mitigated by stall detection.

        +
      • +
      +
    • +
    • +

      Codegen to add progress ticks

      +

      This could be done with a proc macro that counts the number of expressions, with some clever handling of conditionals, and inserts tick() expressions.

      +
    • +
    +

    For now Peace will require implementors to manual tick the progress, and in the future, explore the following option:

    +
      +
    • Trait to automatically tick progress for iterators.
    • +
    • Proc macro to automatically insert ticks.
    • +
    +

    Presentation

    +

    For human readable output, it is desirable for consumers as well as the framework to be able to:

    +
      +
    • Output arbitrary types.
    • +
    • Have them formatted by the output implementation.
    • +
    • Not require the output implementation to know the specific type that is being output.
    • +
    +

    The OutputWrite trait was written to handle different output formats – human-readable vs CI logging vs structured text – but not how to present the output.

    +

    Peace should provide two traits:

    +
      +
    • +

      OutputWrite: Maps between the information and the output format, e.g. human readable vs parseable.

      +

      Examples:

      +
        +
      • CLI output: Writes progress as log messages (CI), or progress bar (interactive), or nothing (when piped).
      • +
      • Web output: Write JSON.
      • +
      • Native application: Update a UI component.
      • +
      +
    • +
    • +

      Presentable: Maps between the information and the presentation format, e.g. present this as an ID, short text, long text, a list, etcetera.

      +

      Examples:

      +
        +
      • CLI output: Colour text with ANSI colour codes.
      • +
      • Web output: Create and style web elements.
      • +
      • Native application: Create and style UI components.
      • +
      +
    • +
    +

    Current State

    +

    The OutputWrite trait has methods for:

    +
      +
    • writing progress: setting up state, updating progress, and ending.
    • +
    • writing states (current, goal, diff, etc.)
    • +
    • writing error
    • +
    +

    These methods are specific to States, and if we add methods per type, it doesn't allow any arbitrary type to be formatted and written.

    +

    Goal State

    +

    To be usable with arbitrary information, OutputWrite should have methods to output different kinds of information. These information kinds are based on the purpose of the information, not on how they should be grouped or presented.

    +

    Information Kinds

    +
      +
    • +

      Progress: Information about the execution of automation.

      +
    • +
    • +

      Outcome: Information that the automation is purposed to produce.

      +
    • +
    • +

      Notes: Meta information about the outcome or progress -- informatives, warnings.

      +

      These can be used to refine the automation.

      +
    • +
    +

    For each information kind, OutputWrite should be able to:

    +
      +
    • Write one or many of that information kind
    • +
    • Reason over the parameters of that information, and potentially pass it to a formatter.
    • +
    +

    For structured output, all information should be serializable.

    +

    Presentation / Formatting

    +

    For human readable output to be understandable, the OutputWrite implementation should improve clarity by adding styling or reducing information overload. For this to work with arbitrary types, the OutputWrite needs additional hints to determine how to format the information.

    +

    Examples:

    +
      +
    • An object may be presented as a list, and the type needs to define which fields that list is built from.
    • +
    • When presenting a list of named items, the type needs to define both the name and the description, which allows the names to be styled differently to the descriptions.
    • +
    • When presenting a large object, the density of information can be reduced through collapsible sections, and more detail displayed when the sections are expanded.
    • +
    +

    Implementation

    +

    To achieve this, we can:

    +
      +
    • +

      Define a peace::fmt::Presentable trait, analogous to std::fmt::Display

      +
    • +
    • +

      Define a peace::fmt::Presenter trait, analogous to std::fmt::Formatter

      +
    • +
    • +

      Presenter has methods to format:

      +
        +
      • short text descriptions
      • +
      • long text descriptions (e.g. always split at \ns)
      • +
      • names, e.g. always bold
      • +
      • lists of Presentables
      • +
      • groups, e.g. always collapsible, or presenter may choose to not display if level of detail is too high
      • +
      +
    • +
    • +

      Implementors will impl Presentable for MyType. This can be made easier with a derive macro.

      +
    • +
    • +

      Update OutputWrite to take in &dyn Presentable instead of concrete types, and the OutputWrite implementation can decide whether or not to delegate to Presenter for presentation information. e.g. a serializing output write may not need to.

      +
    • +
    +

    Note: Structured output that is read by humans (e.g. prettified YAML or JSON) is not a peace::fmt::Presentable concern, but an OutputWrite parameter, as it is a standard format serialization parameter, not formatting hints that the output endpoint needs.

    +

    Instead of using &strs for what is presented, we could add type safety to:

    +
      +
    • Enforce certain constraints, e.g. short descriptions must be one line, less than 200 characters
    • +
    • For human readable output, instead of std::fmt::Display, types implement peace::fmt::Presentable trait where a peace::fmt::Presenter is passed in.
    • +
    +

    The type safety can be opt-in, e.g. allow &strs, but if using the type-safe wrappers, you get compilation errors when the constraints are not met.

    +

    Recursion

    +

    If the Presentable trait is recursive like Debug, then we need to make sure implementors understand that a "name" will always be styled as a name, unless one creates a wrapping type that does not delegate to the name's underlying Presentable implementation (just like Debug).

    +

    Workspace

    +

    A tool built using the Peace framework must execute in a workspace – a location that Peace reads and writes information when commands are executed.

    +

    In a native automation tool, the workspace is usually the repository in which the automation is run, so the workspace directory is the repository root. In a WASM tool, Peace currently is able to store information in the browser LocalStorage or SessionStorage.

    +

    Peace Data

    +

    The following shows the file structure for data stored by Peace.

    +

    Path Segments

    +
    %3workspace_dirWorkspace Dirpath/to/my_repopeace_dirPeace Dir.peacepeace_app_dirPeace App Direnvmanprofile_dir🌏 Profile Dirinternal_dev_ainternal_dev_bcustomer_a_devcustomer_a_prodcustomer_b_devcustomer_b_prodflow_dir🌊 Flow Dirdeployconfigbenchmark
    +

    Hierarchy

    +
    $workspace_dir  # usually the project repository
    +|
    +|  # .peace, single directory to store data from tools made with Peace
    +|- $peace_dir
    +    |
    +    |  # directory per tool
    +    |- $peace_app_dir
    +        |- 📝 $workspace_params_file
    +        |
    +        |  # profile name, directory per profile
    +        |- 🌏 $profile_dir
    +            |- 📝 $profile_params_file
    +            |
    +            |  # flow name, directory per flow
    +            |- 🌊 $flow_dir
    +                |- 📝 $flow_params_file
    +                |- 📋 $states_current_file
    +                |- 📋 $states_goal_file
    +
    +

    Concrete Hierarchy Example

    +
    path/to/repo
    +|- .peace
    +    |- envman
    +        |- 📝 workspace_params.yaml
    +        |
    +        |- 🌏 internal_dev_a
    +        |   |- 📝 profile_params.yaml
    +        |   |
    +        |   |- 🌊 deploy
    +        |   |   |- 📝 flow_params.yaml
    +        |   |   |- 📋 states_goal.yaml
    +        |   |   |- 📋 states_current.yaml
    +        |   |
    +        |   |- 🌊 config
    +        |   |   |- 📝 flow_params.yaml
    +        |   |   |- 📋 states_goal.yaml
    +        |   |   |- 📋 states_current.yaml
    +        |   |
    +        |   |- 🌊 benchmark
    +        |       |- 📝 flow_params.yaml
    +        |       |- 📋 states_goal.yaml
    +        |       |- 📋 states_current.yaml
    +        |
    +        |- 🌏 customer_a_dev
    +        |   |- 📝 profile_params.yaml
    +        |   |
    +        |   |- 🌊 deploy - ..
    +        |   |- 🌊 config - ..
    +        |
    +        |- 🌏 customer_a_prod
    +            |- 📝 profile_params.yaml
    +            |
    +            |- 🌊 deploy - ..
    +            |- 🌊 config - ..
    +
    +

    Commands

    +

    Commands in Peace are categorized based on how they interact with a workspace. Make sure you understand the Peace workspace model.

    +

    The information available within a command execution is called the command context. Depending on the scope of a command, the available information changes. Peace's command API adaptively exposes methods that are relevant to the chosen scope.

    +

    This section covers:

    +
      +
    • Scopes: What information is accessible for each command scope.
    • +
    • Use Cases: Which scope to use and how to create different kinds of commands.
    • +
    +

    Scopes

    +

    The scope of a command determines:

    +
      +
    • If it has access to zero, one, or many Profile directories.
    • +
    • If it has access to zero, one, or many Flow directories.
    • +
    • Whether it can deserialize profile params.
    • +
    • Whether it can deserialize flow params.
    • +
    • Whether it can deserialize states from each flow directory.
    • +
    +

    Scenario: envman is an example tool that manages server environments.

    +

    In the following directory structure:

    +
      +
    • internal_dev_a, customer_a_dev, customer_a_prod are all separate Profiles.
    • +
    • deploy, config, and benchmark are separate Flows.
    • +
    • Each flow tracks its own flow_params.yaml, states_goal.yaml, and states_current.yaml
    • +
    +
    # peace app dir
    +path/to/repo/.peace/envman
    +|- 📝 workspace_params.yaml
    +|
    +|- 🌏 internal_dev_a
    +|   |- 📝 profile_params.yaml
    +|   |
    +|   |- 🌊 deploy
    +|   |   |- 📝 flow_params.yaml
    +|   |   |- 📋 states_goal.yaml
    +|   |   |- 📋 states_current.yaml
    +|   |
    +|   |- 🌊 config
    +|   |- 🌊 benchmark
    +|
    +|- 🌏 customer_a_dev
    +|   |- 📝 profile_params.yaml
    +|   |
    +|   |- 🌊 deploy - ..
    +|   |- 🌊 config - ..
    +|
    +|- 🌏 customer_a_prod
    +    |- 📝 profile_params.yaml
    +    |
    +    |- 🌊 deploy - ..
    +    |- 🌊 config - ..
    +
    +

    See each page for details of each scope:

    + +

    Reborrowing

    +

    Reborrowing is used in scopes to so that the View structs don't hold onto the borrow for the length of 'ctx, but only for the 'view lifetime.

    +
    #[derive(Debug)]
    +struct Life<'life> {
    +    value: &'life mut u8,
    +}
    +
    +impl<'life> Life<'life> {
    +    pub fn reborrow<'short>(&'short mut self) -> Life<'short> {
    +        Life {
    +            value: &mut self.value,
    +        }
    +    }
    +}
    +
    +// Used in
    +struct Scope<'life> {
    +    life: Life<'life>,
    +    other: u16,
    +}
    +
    +struct ScopeView<'view> {
    +    life: Life<'view>,
    +    other: &'view mut u16,
    +}
    +
    +impl<'life> Scope<'life> {
    +    pub fn view(&mut self) -> ScopeView<'_> {
    +        let Scope { life, other } = self;
    +
    +        // Needed to shorten the lifetime of `'life`.
    +        let life = life.reborrow();
    +
    +        ScopeView { life, other }
    +    }
    +}
    +
    +fn main() {
    +    let mut value = 123;
    +
    +    let life = Life { value: &mut value };
    +    let mut many_data = Scope { life, other: 456 };
    +
    +    let ScopeView {
    +        life: _life,
    +        other: _other,
    +    } = many_data.view();
    +}
    +

    Use Cases

    +

    This section covers the kinds of commands that Peace is intended to support. While it is still a work in progress, the aim is for all of these commands to be easily constructed.

    + +

    Workspace Initialization

    +
    +

    This is like git init.

    +
    +

    When initializing a project workspace, the suitable scope is different depending on the amount of work done:

    +

    Command Creation

    +
      +
    • +

      If it only stores parameters provided by the user, shared across profiles, and does not use any item, use NoProfileNoFlow.

      +

      To create this command:

      +
        +
      1. Build the command context with the provided parameters. +When the command context is built:
      2. +
      +
        +
      • Workspace parameters are written to workspace_params.yaml.
      • +
      +
    • +
    • +

      If it stores parameters for a default profile, and does not use any item, use SingleProfileNoFlow.

      +

      To create this command:

      +
        +
      1. Build the command context with the provided parameters. +When the command context is built:
      2. +
      +
        +
      • Workspace parameters are written to workspace_params.yaml.
      • +
      • Profile parameters are written to profile_params.yaml.
      • +
      +
    • +
    • +

      If it does any repeatable work, such as download files or clone a repository, use SingleProfileSingleFlow.

      +

      To create this command:

      +
        +
      1. Build the command context with the provided parameters.
      2. +
      3. Call StateDiscoverCmd::exec to discover the current and goal states.
      4. +
      5. Call EnsureCmd::exec to execute the flow. +When the command context is built:
      6. +
      +
        +
      • Workspace parameters are written to workspace_params.yaml.
      • +
      • Profile parameters are written to profile_params.yaml.
      • +
      • Flow parameters are written to flow_params.yaml.
      • +
      +
    • +
    +

    Profile List

    +
    +

    This is like git branch.

    +
    +

    When listing profiles, the most suitable scope is MultiProfileNoFlow.

    +

    There are a number of variations of profile listings:

    +
      +
    • +

      Simple: Simple list of profiles within the PeaceAppDir.

      +
    • +
    • +

      Filtered: List profiles within the PeaceAppDir for some criteria, e.g. excluding a workspace_init profile.

      +

      This is especially relevant when profile parameters are loaded, as the ProfileParams must be the same across the listed profiles to be able to be loaded.

      +
    • +
    • +

      Augmented: List profiles and some profile parameters.

      +

      This is valuable when the user needs to see the profile parameter, such as whether the profile is managing a development environment or a production environment.

      +
    • +
    +

    Command Creation

    +

    To create this command:

    +
      +
    1. +

      Build the command context.

      +
        +
      • Make sure to register the workspace / profile params types, even if the value for all of them is None.
      • +
      • Provide the filter function if necessary.
      • +
      +
    2. +
    3. +

      Present the list of profiles using the goal output.

      +
    4. +
    +

    Workspace Stored Active Profile

    +
    +

    This is like git switch -c $branch.

    +
    +

    This stores the profile to use in workspace_params, so the use does not have to provide the profile on every command invocation.

    +

    Suitable scopes for this command are NoProfileNoFlow or SingleProfileNoFlow.

    +

    Command Creation

    +

    To create this command:

    +
      +
    1. +

      When building the command context:

      +
        +
      • Include a Profile as a workspace param.
      • +
      • If setting profile parameters, use the SingleProfileNoFlow scope, and set the current profile using with_profile.
      • +
      +
    2. +
    3. +

      When building the command context, load the profile from workspace params using: with_profile_from_workspace_params.

      +
    4. +
    +

    It is best practice to set the active profile during workspace initialization, so that it is never None when subsequent commands are invoked.

    +

    Workspace Active Profile Switch

    +
    +

    This is like git switch $branch.

    +
    +

    This changes the stored profile in workspace_params, used in conjunction with the above.

    +

    Suitable scopes for this command are NoProfileNoFlow or SingleProfileNoFlow.

    +

    Command Creation

    +

    To create this command:

    +
      +
    1. +

      When building the command context:

      +
        +
      • Include a Profile as a workspace param.
      • +
      • Also set the current profile using with_profile.
      • +
      +
    2. +
    +

    When the command context is built, the default profile is stored in workspace_params.yaml.

    +

    State Discovery and Display

    +
    +

    This is like git fetch.

    +
    +

    This kind of command is intended for state discovery that is expensive – takes more than 500 milliseconds.

    +

    Suitable scopes for this command are:

    +
      +
    • SingleProfileSingleFlow: For discovering state for one profile.
    • +
    • MultiProfileSingleFlow: For discovering state for multiple profiles.
    • +
    +

    Command Creation

    +

    To create this command:

    +
      +
    1. +

      When building the command context:

      +
        +
      • Provide the profile.
      • +
      • Provide the flow ID.
      • +
      +
    2. +
    3. +

      Call the StatesDiscoverCmd depending on the intended use:

      +

      These will store the discovered states under the corresponding $profile/$flow_id directory as states_current.yaml or states_goal.yaml.

      +
    4. +
    5. +

      If the discovered states are to be displayed, call the relevant state display command(s):

      +
        +
      • StatesCurrentStoredDisplayCmd: For stored current states to be displayed.
      • +
      • StatesGoalDisplayCmd: For goal states to be displayed.
      • +
      +
    6. +
    +

    State Read and Display

    +
    +

    This is like git show.

    +
    +

    This kind of command is intended to display state that has previously been discovered.

    +

    Suitable scopes for this command are:

    +
      +
    • SingleProfileSingleFlow: For reading state for one profile.
    • +
    • MultiProfileSingleFlow: For reading state for multiple profiles.
    • +
    +

    Command Creation

    +

    To create this command:

    +
      +
    1. +

      When building the command context:

      +
        +
      • Provide the profile.
      • +
      • Provide the flow ID.
      • +
      +
    2. +
    3. +

      Call one of the state read commands depending on the intended use:

      +

      These will store the discovered states under the corresponding $profile/$flow_id directory as states_current.yaml or states_goal.yaml.

      +
        +
      • StatesCurrentReadCmd: For current states to be discovered.
      • +
      • StatesGoalReadCmd: For goal states to be discovered.
      • +
      +
    4. +
    5. +

      Call the relevant state display command(s):

      +
        +
      • StatesCurrentStoredDisplayCmd: For current states to be displayed.
      • +
      • StatesGoalDisplayCmd: For goal states to be displayed.
      • +
      +
    6. +
    +

    State Diff

    +
    +

    This is like git status / git diff.

    +

    git status is a diff between the latest commit, and the working directory, summarized as one line per file.

    +

    git diff is that same diff, but shown with more detail.

    +
    +

    This kind of command shows the difference between two States for each managed item.

    +

    Typically this is the difference between the current or current stored state, and its goal state. It can also be the difference between the current states between two profiles.

    +

    Suitable scopes for this command are:

    +
      +
    • SingleProfileSingleFlow: For diffing state within one profile.
    • +
    • MultiProfileSingleFlow: For diffing state across multiple profiles.
    • +
    +

    Command Creation

    +

    To create this command for a single profile:

    +
      +
    1. +

      When building the command context:

      +
        +
      • Provide the profile.
      • +
      • Provide the flow ID.
      • +
      +
    2. +
    3. +

      Determine the "from" and "to" states:

      +

      The "from" state is usually one of:

      +
        +
      • +

        Discovering the current state.

        +
      • +
      • +

        Reading states_current.yaml. +The "to" state is usually one of:

        +
      • +
      • +

        Discovering the goal state.

        +
      • +
      • +

        Reading states_goal.yaml.

        +
      • +
      • +

        The clean state.

        +
      • +
      +
    4. +
    5. +

      Call the state DiffCmd.

      +
    6. +
    +

    To create this command for multiple profiles:

    +
      +
    1. +

      When building the command context:

      +
        +
      • Filter the profiles if necessary.
      • +
      • Provide the flow ID.
      • +
      +
    2. +
    3. +

      Determine the "from" and "to" states:

      +

      The "from" state is usually one of:

      +
        +
      • +

        Discovering the current state.

        +
      • +
      • +

        Reading states_current.yaml. +The "to" state is usually one of:

        +
      • +
      • +

        Discovering the goal state.

        +
      • +
      • +

        Reading states_goal.yaml.

        +
      • +
      • +

        The clean state.

        +
      • +
      +
    4. +
    5. +

      Call the state DiffCmd for each pair of states.

      +
    6. +
    +

    State Apply

    +
    +

    This is like git commit / git push / git clean, depending on your perspective.

    +
    +

    This kind of command applies the goal state over the current state.

    +

    This generally requires what is stored in states_current.yaml to match the newly discovered current state.

    +

    The only suitable scope for this command is SingleProfileSingleFlow.

    +

    Command Creation

    +

    To create this command:

    +
      +
    1. +

      When building the command context:

      +
        +
      • Provide the profile.
      • +
      • Provide the flow ID.
      • +
      +
    2. +
    3. +

      Call the EnsureCmd.

      +

      This will call ApplyFns::exec for each item, beginning from the first item, until the last item.

      +
    4. +
    +

    State Clean

    +
    +

    This is like rm -rf.

    +
    +

    This kind of command applies the clean state over the current state.

    +

    This generally requires what is stored in states_current.yaml to match the newly discovered current state.

    +

    The only suitable scope for this command is SingleProfileSingleFlow.

    +

    Command Creation

    +

    To create this command:

    +
      +
    1. +

      When building the command context:

      +
        +
      • Provide the profile.
      • +
      • Provide the flow ID.
      • +
      +
    2. +
    3. +

      Call the CleanCmd.

      +

      This will call CleanOpSpec::exec for each item, beginning from the last item, until the first item.

      +
    4. +
    +

    Cmd Execution

    +

    When we run a CmdExecution, possible outcomes are:

    +
      +
    1. In a CmdBlock, failure within one or more items.
    2. +
    3. In a CmdBlock, failure within block code.
    4. +
    5. Interruption / partial execution.
    6. +
    7. Successful execution of all blocks.
    8. +
    +

    Each CmdBlock has its own block outcome type, and its own .

    +

    Framework

    +

    Use Cases: Framework Implementor

    +

    *Cmd Impls

    +
      +
    • It would be nice to not have to write interruption handling code in every CmdBlock.
    • +
    • Also, having CmdBlocks abstracted allows timings to be collected per block in a common place.
    • +
    +

    What does a CmdExecution implementor want to do?

    +
      +
    • +

      DiffCmd:

      +
        +
      • StateDiscoveryBlock: Return item failures to caller.
      • +
      • StateDiscoveryBlock: Return block failure / interruption to caller.
      • +
      • DiffBlock: Return item failures to caller.
      • +
      • DiffBlock: Return block failure / interruption to caller.
      • +
      +
    • +
    • +

      EnsureCmd:

      +
        +
      • +

        StateDiscoveryBlock: Return item failures to caller.

        +
      • +
      • +

        StateDiscoveryBlock: Return block failure / interruption to caller.

        +
      • +
      • +

        DiffBlock: Return item failures to caller.

        +
      • +
      • +

        DiffBlock: Return block failure / interruption to caller.

        +
      • +
      • +

        EnsureBlock: Serialize States on item failure, return States and item failures to caller.

        +
      • +
      • +

        EnsureBlock: Return block failure / interruption to caller.

        +
      • +
      • +

        CleanBlock: Serialize States on item failure, return States and item failures to caller.

        +
      • +
      • +

        CleanBlock: Return block failure / interruption to caller.

        +
      • +
      • +

        EnsureBlock: ditto.

        +
      • +
      • +

        CleanBlock: ditto. +The desired return type would be:

        +
      • +
      • +

        StatesEnsured on success.

        +
      • +
      +
    • +
    • +

      How should we reply to the caller?

      +
        +
      • CmdBlock block level error.
      • +
      • IndexMap<ItemId, E> item level error. +Error handlers per CmdBlock will do any serialization work if desired.
      • +
      +
    • +
    +

    Use Cases: Automation Developer / End User

    +
      +
    • Store, retrieve, and display execution report.
    • +
    +

    How do we do this in code?

    +

    What it could look like conceptually:

    +

    DiffCmd

    +
    #![allow(unused)]
    +fn main() {
    +let cmd_execution = CmdExecution::builder()
    +    .with_block(StatesDiscoverCmdBlock::<CurrentAndGoal>::new())
    +    .with_block(DiffCmdBlock::new())
    +    .build()
    +    .await;
    +}
    +

    EnsureCmd -- "simple" version

    +
    #![allow(unused)]
    +fn main() {
    +let cmd_execution = CmdExecution::builder()
    +    .with_block(StatesCurrentReadCmdBlock::new())
    +    .with_block(StatesDiscoverCmdBlock::new(Discover::Current))
    +    // Compares current with stored, and fails if
    +    // current stored doesn't match current discovered.
    +    .with_block(ApplyGuardCmdBlock::new())  // `Outcome` and `OutcomeAcc` are `()`
    +    .with_block(ApplyCmdBlock::new())       // state_goal, diff and apply.
    +    .build()
    +    .await;
    +}
    +

    EnsureCmd -- "complex" version

    +
    #![allow(unused)]
    +fn main() {
    +let cmd_execution = CmdExecution::builder()
    +    .with_block(StatesCurrentReadCmdBlock::new())
    +    .with_block(StatesDiscoverCmdBlock::new(Discover::Current))
    +    .with_block(ApplyGuardCmdBlock::new())
    +    .with_block(EnsureCmdBlock::new(item_ids_no_blockage))  // state_goal, diff and apply.
    +    .with_block(CleanCmdBlock::new(item_ids_blocking))    // state_clean, diff and apply.
    +    .with_block(EnsureCmdBlock::new(item_ids_unblocked))  // state_goal, diff and apply.
    +    .with_block(CleanCmdBlock::new(item_ids_obsolete))    // state_clean, diff and apply.
    +    .build()
    +    .await;
    +
    +// `item_ids_unblocked` is a superset of the `item_ids_blocking`.
    +//
    +// ⚠️ We could have a more granular design version that starts ensuring unblocked items
    +// while `cleaning` is happening.
    +}
    +

    Error Handling and Interruptions

    +

    When a CmdBlock fails, we need to consider what to do with:

    +
      +
    • CmdBlock::OutcomeAcc.
    • +
    • item errors.
    • +
    • CmdBlock error.
    • +
    • interruptions.
    • +
    +

    Originally an additional closure argument next to each CmdBlock argument was considered:

    +
    |_input, _outcome_acc, cmd_block_error| async move { cmd_block_error }
    +

    For example:

    +
    |(_states_current, _states_goal), states_ensured_mut, apply_error| async move {
    +    let serialize_result = StatesSerializer::serialize(states_ensured_mut).await;
    +
    +    apply_error.or(serialize_result)
    +},
    +

    However, most usages would just pass through the error.

    +

    Before this CmdExecution design, ApplyCmd would:

    +
      +
    1. +

      In the producer, send the intermediate result to the outcome collator and stop execution (apply_cmd.rs#L699-L710).

      +
    2. +
    3. +

      In the collator:

      + +
    4. +
    +

    From the use cases, what we care about are:

    +
      +
    • Returning CmdBlock errors to the caller.
    • +
    • Returning item errors to the caller.
    • +
    • Collating intermediate CmdBlock item values into the CmdExecution outcome type if possible.
    • +
    • Serializing States to storage: EnsureCmdBlock and CleanCmdBlock should still serialize each item's current state, on failure / interruption / success.
    • +
    • Serializing the CmdBlock::Outcome in the execution outcome report.
    • +
    +

    Deferred:

    +
      +
    • Serializing the CmdBlock::OutcomeAcc in the execution outcome report.
    • +
    • Deserializing the CmdBlock::OutcomeAcc to be displayed.
    • +
    +

    Interruptions

    +
      +
    1. Interrupt before execution.
    2. +
    3. Interrupt within a block.
    4. +
    5. Interrupt between blocks.
    6. +
    7. Interrupt after last block.
    8. +
    +

    Interruptibility

    +

    How should the interrupt channel be initialized and stored?

    +

    Use Cases

    +

    When automation software is used as:

    +
      +
    1. CLI interactive / non-interactive.
    2. +
    3. Web service + browser access.
    4. +
    5. CLI + web service + browser access.
    6. +
    +

    In all cases, we need to:

    +
      +
    1. Initialize the CmdCtx with the interrupt_rx
    2. +
    3. Spawn the listener that will send InterruptSignal in interrupt_tx.
    4. +
    +

    Imagined Code

    +

    CLI Interactive / Non-interactive

    +

    Both interactive and non-interactive can listen for SIGINT:

    +
      +
    • Interactive: SIGINT will be sent by the user pressing Ctrl + C.
    • +
    • Non-interactive: SIGINT could be sent by a CI thread.
    • +
    +
    #![allow(unused)]
    +fn main() {
    +let (interrupt_tx, interrupt_rx) = oneshot::channel::<InterruptSignal>();
    +
    +tokio::task::spawn(async move {
    +    // Note: Once tokio takes over the process' `SIGINT` handler, it cannot be undone.
    +    //
    +    // This limitation is due to how Linux currently works.
    +    tokio::signal::ctrl_c()
    +        .await
    +        .expect("Failed to initialize signal handler for SIGINT");
    +
    +    let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal);
    +});
    +
    +let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx)
    +    .build();
    +
    +let cmd_outcome = EnsureCmd::exec(&mut cmd_ctx).await?;
    +}
    +

    Web Service

    +

    The interrupt_tx must be accessible from a separate web request.

    +
    #![allow(unused)]
    +fn main() {
    +async fn cmd_exec_start_handler(params: Params) -> CmdExecutionId {
    +    let (interrupt_tx, interrupt_rx) = oneshot::channel::<InterruptSignal>();
    +    let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx)
    +        .build();
    +
    +    let cmd_execution_id = EnsureCmd::exec_bg(cmd_ctx);
    +
    +    let cmd_execution_by_id = cmd_execution_by_id
    +        .lock()
    +        .await;
    +    cmd_execution_by_id.insert(cmd_execution_id, interrupt_tx);
    +
    +    cmd_execution_id
    +}
    +
    +/// Returns the progress of the `CmdExecution`.
    +async fn cmd_exec_progress_handler(cmd_execution_id: CmdExecutionId) -> Result<CmdProgress, E> {
    +    self.cmd_progress_storage.get(cmd_execution_id).await
    +}
    +
    +async fn cmd_exec_interrupt_handler(cmd_execution_id: CmdExecutionId) -> Result<(), E> {
    +    let cmd_execution_by_id = cmd_execution_by_id
    +        .lock()
    +        .await;
    +
    +    if let Some(interrupt_tx) = cmd_execution_by_id.get(cmd_execution_id) {
    +        let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal);
    +
    +        Ok(())
    +    } else {
    +        Err(E::from(Error::CmdExecutionIdNotFound { cmd_execution_id }))
    +    }
    +}
    +}
    +

    CLI + Web Service

    +

    There are two variants of CLI and web service:

    +
      +
    1. CLI command running on the user's machine, web service that is a UI for that one command execution.
    2. +
    3. CLI client to a web service, so the CLI is just a REST client.
    4. +
    +

    CLI on User's Machine + Web UI

    +

    For the first variant, the CmdExecution invocation is similar to Web Service, with the following differences:

    +
      +
    • Output progress is pushed to both CLI and CmdProgress storage.
    • +
    • Interruptions are received from both process SIGINT and client requests.
    • +
    +
    #![allow(unused)]
    +fn main() {
    +async fn cmd_exec_start(params: Params) {
    +    let (interrupt_tx, interrupt_rx) = oneshot::channel::<InterruptSignal>();
    +    let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx)
    +        .build();
    +
    +    let cmd_execution_id = EnsureCmd::exec_bg(cmd_ctx);
    +
    +    // We store an `interrupt_tx` per `CmdExecutionId`,
    +    // as well as spawn a Ctrl C handler.
    +    let cmd_execution_by_id = cmd_execution_by_id
    +        .lock()
    +        .await;
    +    cmd_execution_by_id.insert(cmd_execution_id, interrupt_tx.clone());
    +
    +    tokio::task::spawn(async move {
    +        tokio::signal::ctrl_c()
    +            .await
    +            .expect("Failed to initialize signal handler for SIGINT");
    +
    +        let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal);
    +    });
    +
    +    // TODO: store `cmd_execution_id` as the only running `CmdExecution`.
    +}
    +
    +/// Returns the progress of the `CmdExecution`.
    +async fn cmd_exec_progress_handler(cmd_execution_id: CmdExecutionId) -> Result<CmdProgress, E> {
    +    self.cmd_progress_storage.get(cmd_execution_id).await
    +}
    +
    +async fn cmd_exec_interrupt_handler(cmd_execution_id: CmdExecutionId) -> Result<(), E> {
    +    let cmd_execution_by_id = cmd_execution_by_id
    +        .lock()
    +        .await;
    +
    +    if let Some(interrupt_tx) = cmd_execution_by_id.get(cmd_execution_id) {
    +        let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal);
    +
    +        Ok(())
    +    } else {
    +        Err(E::from(Error::CmdExecutionIdNotFound { cmd_execution_id }))
    +    }
    +}
    +}
    +

    CLI as Rest Client to Web Service

    +

    This is essentially the Web Service implementation, but rendering the progress on the machine with the CLI.

    +

    Flow Versioning

    +

    A flow's version needs to be increased whenever:

    +
      +
    • Item: An associated data type is changed -- State, Diff, Params.
    • +
    • Flow: An item is added.
    • +
    • Flow: An item is removed.
    • +
    • Flow: An item is renamed.
    • +
    +

    Flow Version Maintenance

    +

    For developers, maintaining multiple versions of flows is a cost, and usually one that is necessary. As items are created, modified, and removed throughout a flow's evolution, automation software needs to manage stored information from previous versions of the flow.

    +

    There are a number of ways to manage and ship flow versions:

    +
      +
    • +

      One version: Only ship with one flow version.

      +

      Items never persist beyond the lifetime of the automation software.

      +

      Suitable for once off flows where ensure (and clean up) are done with the same version of the automation software.

      +
    • +
    • +

      Blue-green versioning: Ship with the previous and the next version.

      +

      Automation software is compatible with the previous version of each flow, as well as the next.

      +

      All stored information must be upgraded to the newer version before a new flow version is shipped.

      +

      Suitable for flows that do not evolve often, and not all previous versions of flows need to be supported.

      +
    • +
    • +

      n-versioning: Ship with n-versions of flows.

      +

      n may be all flows.

      +

      Each flow's state will need to adhere to the following, mainly for deserialization:

      +
        +
      • Either never evolve its data type, or be an enum, with a variant per version / evolution.
      • +
      • Ship with upgrade code from old versions to the current version. +This is the highest cost in terms of code maintenance, and the shipped binary may grow unreasonably large over time.
      • +
      +
    • +
    +

    Flow Upgrades

    +

    Upgrade Strategies

    +

    For blue-green / n versioning, there are a number of strategies for upgrading stored information in the flow:

    +
      +
    • +

      Automatic upgrade:

      +
        +
      • Implementors and developers need to ship with v1 -> v2 migration code.
      • +
      • Simplest for users, assuming migration path is well understood / no surprises.
      • +
      • Developers may want to diff this.
      • +
      +
    • +
    • +

      Manual upgrade:

      +
        +
      • Implementors and developers need to ship with v1 -> v2 migration code.
      • +
      • Users have to choose to migrate.
      • +
      • Developers and users may want to diff things.
      • +
      +
    • +
    +

    For n-versioning, upgrading from v1 -> v3 should use v1 -> v2 -> v3, so that developers don't have to write migration code form every version to the latest.

    +

    Execution History

    +

    To render old either we have one standard format that doesn't need old data types to present, or we ship those types.

    +

    Makes sense to have a standard format -- shipping with previous data types creates bloat, and makes it impossible to support execution history for shipping single versions of flows.

    +

    Seamless Execution

    +

    Seamless execution when multiple flow versions exist requires handling the following:

    +
      +
    • Reading and writing (serialization) stored state / outcomes from different flow versions.
    • +
    • Reading and writing to (adding, removing, modifying) the items from different flow versions.
    • +
    +

    Stored State

    +

    Stored state is accessed when:

    +
      +
    • CmdCtx is built: Read and write.
    • +
    • Commands are run: +
        +
      • StatesCurrentStoredReadCmd, StatesGoalReadCmd, ExecutionHistoryListCmd / ExecutionHistoryShowCmd: Read.
      • +
      • StatesDiscoverCmd, EnsureCmd, CleanCmd: Write.
      • +
      +
    • +
    +

    CmdCtx Build

    +

    For cmd ctx build, because state could be in any version (current or any previous version), deserialization needs to be stateful -- like how type_reg::untagged::TypeReg is done.

    +
    fn envman_cmd_ctx() {
    +    let flow_versions = FlowVersions::builder()
    +        .add_flow(flow_v1)
    +        .add_flow(flow_v2)
    +        .add_flow(flow_v3)
    +        .build();
    +
    +    let cmd_ctx = CmdCtx::builder_single_profile_single_flow(&mut output, &workspace)
    +        // .with_flow(flow)
    +        .with_flow_versions(flow_versions)
    +        .await?;
    +}
    +

    Cmd States and Outcome: Read

    +

    StatesCurrentStoredReadCmd and StatesGoalReadCmd needs to read states from any supported flow version.

    +

    ExecutionHistoryListCmd / ExecutionHistoryShowCmd (not implemented yet) need to read outcomes (and hence states and diffs) from any previous flow version.

    +

    Cmd States and Outcome: Write

    +
      +
    • +

      StatesDiscoverCmd: Some overlap with migrating stored states to latest format.

      +
    • +
    • +

      EnsureCmd / CleanCmd: Write new version after ensuring.

      +

      What about interruptions?

      +

      We'd probably have to write the version of each item state then. Enum variant per version solves this.

      +
    • +
    +
    /// Indicates when stored state can be upgraded.
    +///
    +/// Note: Stored outcomes also contain state, so for an upgrade between two
    +/// given versions, an `OutcomeUpgradeReq` will be the same as this.
    +///
    +/// However, should we mutate stored outcomes? I imagine not.
    +enum StateUpgradeReq {
    +    /// Data can be upgraded without discovering state.
    +    None,
    +    /// State needs to be discovered in order to store the new version.
    +    ///
    +    /// Existing stored state doesn't carry enough information to construct the
    +    /// new version, but the existing item does.
    +    Discover,
    +    /// Item needs an ensure / clean to be run to store the new version.
    +    ///
    +    /// The existing item doesn't carry enough information to construct the new
    +    /// state, and needs `apply` to be run to do so.
    +    ///
    +    /// This means `ApplyCmd`, and hence `Item{,Rt,Wrapper}`, need to work with
    +    /// different state versions.
    +    Apply,
    +}
    +

    Items: Use Latest / Migrate to Latest

    +

    An item upgrade may be one of:

    +
      +
    • Only modifying the data type, and changing the information stored about the item (see StateUpgradeReq::Discover above).
    • +
    • Modifying the item in place.
    • +
    • Cleaning up the item then re-ensuring it.
    • +
    +

    Notes:

    +
      +
    • It may not be possible to migrate an item to a newer version without cleaning up its successors.
    • +
    • It is possible if successors don't "live inside" the item, but only need their parameters changed.
    • +
    • it is not possible if successors live inside the item, and need to be deleted in order to modify the item.
    • +
    +

    Whether or not a successor needs to be cleaned up likely should be encoded into the Edge type, not part of the item upgrade parameters -- an item is unable to know if its successors live inside it or point to it.

    +
    /// Indicates what is needed for an instance of an item to be upgraded.
    +enum ItemUpgradeReq {
    +    /// Item instance does not need to be upgraded, i.e. only state data type is changed.
    +    None,
    +    /// Item can and needs to be re-ensured as part of this upgrade.
    +    Modify,
    +    /// Item needs to be cleaned and re-ensured as part of this upgrade.
    +    Replace,
    +}
    +

    Running The Upgrade Code

    +

    The following use cases seem natural for developers / users:

    +
      +
    1. Manually upgrade state after automation software has been updated.
    2. +
    3. Automatically upgrade state as part of using regular commands.
    4. +
    5. Manually upgrade items after automation software has been updated.
    6. +
    7. Automatically upgrade items as part of using regular commands.
    8. +
    +

    Some use cases are mutually exclusive, though mutually exclusive may still exist in the same automation software, for different version or kinds of upgrades.

    +

    For example, automatic item upgrades as part of using regular commands are appropriate when nothing needs to be cleaned up, but manual item upgrades should be used when some items need to be cleaned as part of the upgrade.

    +

    Manual State Upgrade

    +

    Developers must provide an upgrade command, to call StateUpgradeCmd::exec.

    +
    impl StateUpgradeCmd {
    +    /// # Note
    +    ///
    +    /// This is single profile single flow.
    +    ///
    +    /// To upgrade the states of multiple profiles and multiple flows, this
    +    /// must be called per flow, and maybe per profile as well.
    +    ///
    +    /// `MultiProfileSingleFlow` may only be safe for `StateUpgradeReq::None`
    +    /// and `StateUpgradeReq::Discover`.
    +    async fn state_upgrade_exec(cmd_ctx: &mut CmdCtx<SingleProfileSingleFlow>)
    +    -> Result<(), Error> {
    +        match state_upgrade_req {
    +            StateUpgradeReq::None => {
    +                let states = resources.get::<StatesCurrentStored>();
    +                let states_upgraded = flow
    +                    .graph()
    +                    .iter()
    +                    .for_each(|item| item.state_upgrade(states));
    +                states_serializer.serialize(&states_upgraded).await?;
    +            }
    +            StateUpgradeReq::Discover => {
    +                let CmdOutcome {
    +                    value: (states_current, states_goal),
    +                    errors,
    +                } = StatesDiscoverCmd::current_and_goal(&mut cmd_ctx).await?;
    +                states_serializer.serialize_current(&states_upgraded).await?;
    +                states_serializer.serialize_goal(&states_upgraded).await?;
    +            }
    +            StateUpgradeReq::Apply => {
    +                let CmdOutcome {
    +                    value: states_upgraded,
    +                    errors,
    +                } = EnsureCmd::exec_with(&mut cmd_ctx.as_sub_cmd()).await?;
    +            }
    +        }
    +    }
    +}
    +

    Automatic State Upgrade

    +

    The above method, but called automatically from a set of chosen commands: EnsureCmd, CleanCmd.

    +

    May need to think about this more carefully.

    +

    Manual Item Upgrade

    +

    Developers must provide an upgrade command.

    +

    For actual item modification, it may be one of:

    +
    // Only discovery needed
    +fn env_ensure_cmd() {
    +    env_flow_current_version_ensure();
    +    env_flow_ensure();
    +}
    +
    +// apply needed
    +fn env_ensure_cmd() {
    +    // Item implementation needs to handle upgrade from whatever version the
    +    // state is in, to the current version.
    +    //
    +    // Meaning, there is no API support / constraints from the `peace`
    +    // framework. It's all handled from within the item implementation.
    +    env_flow_ensure();
    +}
    +

    Automatic Item Upgrade

    +

    Same as manual item upgrade, except the upgrade command is not separate to the regular ensure command.

    +
    +

    For item upgrades, state could always be an enum, and peace doesn't include API support, constraints, or special handling for migrating between item versions -- the current building blocks are enough to implement seamless upgrades if items are implemented well.

    +

    For flow upgrades, we still need to handle clean up of old items no longer needed in subsequent flow versions, meaning the items must still be included in the development tool for their clean up logic.

    +

    For the developer, this could be either:

    +
      +
    • Passing in the previous and current flow versions, and the framework working out which items need to be cleaned up.
    • +
    • Passing in the current flow version, and old items and params for the framework to clean up those items.
    • +
    +
    +

    Is this enough to start working on StatesSerde?

    +

    Yes:

    +
      +
    • StatesSerde should hold unknown entries (removed items).
    • +
    • States should be mapped From<StatesSerde> after deserialization.
    • +
    • Users should be informed when there are unknown entries.
    • +
    • States should be mapped Into<StatesSerde>, with an entry for each item in the flow.
    • +
    +

    Upgrade Actions

    +

    There are 4 levels of upgrade actions that can be applied to items.

    +
      +
    • Reserialization with existing stored values.
    • +
    • State discovery: current / goal.
    • +
    • Item ensure.
    • +
    • Replacement (clean and ensure) required.
    • +
    +

    The following table shows what is required for ensuring an environment to be in sync with the change. If multiple changes are involved, then the highest level of upgrade action needs to be applied to the environment for params and state, and the environment to be in sync, i.e. max(upgrade_actions).

    +
    +

    Notes:

    +
      +
    • +

      "Data" refers to an item's Params, State, or StateDiff.

      +
    • +
    • +

      Apply is associated with params, state, and diff.

      +

      apply_clean needs to know state_clean based on the parameters used to compute state_goal at the time of the previous apply_goal.

      +
    • +
    • +

      "Predecessor action" means what upgrade action is needed for this item, given a predecessor has had action applied to it. In other words, the change for an item can imply an upgrade action for successors.

      +
    • +
    +
    +
    + + + + + + + + + + + + +
    ChangeUpgrade action
    Param valueapply_goal
    Data type field renamereserialization
    Data type field additionstate_discovery
    Data type field removalstate_discovery
    Data type field modificationapply_goal
    Flow item additionapply_goal
    Flow item removalapply_clean
    Flow item replacementapply_clean, apply_goal
    Predecessor replacement, Edge::Linkapply_goal
    Predecessor replacement, Edge::Containsapply_clean, apply_goal
    Predecessor addition / modificationapply_goal (in case of update)
    Predecessor removalapply_clean (successor first)
    +

    User Facing Automation - Part 1

    +

    Set Up

    +
    +Commands before demoing (ZSH) +
    # Create demo directory and source file
    +demo_dir=/tmp/automation_demo
    +test -d "${demo_dir}" || mkdir "${demo_dir}"
    +cd "${demo_dir}"
    +src="${demo_dir}/a.txt"
    +dest="${demo_dir}/b.txt"
    +
    +# Change time format. This is for zsh.
    +#
    +# Functions must also be run in subshells in zsh for `time` to work:
    +# <https://superuser.com/questions/688128/how-to-run-time-on-a-function-in-zsh>
    +TIMEFMT=$'%*E seconds'
    +
    +echo hi > "$src"
    +
    +

    For the download example:

    +
    # Requires Rust
    +cargo install --git https://github.com/azriel91/peace download --all-features
    +
    +

    In a separate shell:

    +
    cd /tmp/automation_demo
    +case "$(uname)" in
    +    Linux)  watch -n 0.4 -c -d "stat --format='%y' b.txt | cut -b 12-23 ; bat b.txt" ;;
    +    Darwin) watch -n 0.4 -c -d "stat -f '%y' b.txt | cut -b 12-23 ; bat b.txt" ;;
    +esac
    +
    +
    +

    Scenario

    +

    Copy a file from one place to another.

    +

    For demonstration, this section will use the sleep and cp (copy) commands to emulate a task:

    +
    function slow_cp {
    +    sleep 1;
    +    cp "$1" "$2";
    +}
    +
    +

    Basics

    +

    Concept 1: Repeatable in One Action

    +

    What: Do it again without thinking.

    +

    Value: Save time and mental effort.

    +
    +Example +
    # Hard coded values
    +function slow_cp {
    +    sleep 1;
    +    cp a.txt b.txt;
    +}
    +
    +
    slow_cp
    +
    +
    +

    Concept 2: Parameterized

    +

    What: Do the same action on different things.

    +

    Value: Multiply the automation gain per thing.

    +
    +Example +
    function slow_cp {
    +    sleep 1;
    +    cp "$1" "$2";
    +}
    +
    +
    src="/tmp/automation_demo/a.txt"
    +dest="/tmp/automation_demo/b.txt"
    +
    +slow_cp "${src}" "${dest}"
    +
    +
    +

    Efficiency

    +

    Concept 3: Idempotence

    +

    What: Don't do it if it's already done.

    +

    Value: Save time.

    +
    +Example +
    +

    Execution 1:

    +
    %3startbbstart->bendb->end
    +
    %3startbbstart->bendb->end
    +
    %3startbbstart->bendb->end
    +
    +
    +

    Execution 2:

    +
    %3startbbstart->bendb->end
    +
    %3startbbstart->bendb->end
    +
    +
    function idempotent_cp {
    +    if   ! test -f "${dest}"
    +    then slow_cp "$1" "$2"
    +    fi;
    +}
    +
    +
    rm -f "${dest}"
    +time (idempotent_cp "${src}" "${dest}")
    +time (idempotent_cp "${src}" "${dest}")
    +
    +
    echo updated > "${src}"
    +time (idempotent_cp "${src}" "${dest}")
    +
    +
    +

    Concept 4: Smart Idempotence

    +

    What: Handle updates.

    +

    Value: Do what's expected.

    +
    +Example +
    function idempotent_cp {
    +    local src_hash;
    +    local dest_hash;
    +     src_hash=$(md5sum <(cat "$1"))
    +    dest_hash=$(md5sum <(cat "$2" 2>/dev/null))
    +    if   ! test "${src_hash}" = "${dest_hash}"
    +    then slow_cp "$1" "$2"
    +    fi;
    +}
    +
    +
    rm -f "${dest}"
    +time (idempotent_cp "${src}" "${dest}")
    +time (idempotent_cp "${src}" "${dest}")
    +
    +
    +

    Concept 5: Parallelism

    +

    What: Run tasks at the same time.

    +

    Value: Elapsed duration to execute process is decreased.

    +
    +Example +
    dest_1="/tmp/automation_demo/b1.txt"
    +dest_2="/tmp/automation_demo/b2.txt"
    +dest_3="/tmp/automation_demo/b3.txt"
    +
    +

    Serial

    +
    %3startb1b1start->b1endb2b2b1->b2b3b3b2->b3b3->end
    +
    # Serial execution
    +rm -f "${dest_1}" "${dest_2}" "${dest_3}"
    +time (
    +    idempotent_cp "${src}" "${dest_1}";
    +    idempotent_cp "${src}" "${dest_2}";
    +    idempotent_cp "${src}" "${dest_3}";
    +)
    +time (
    +    idempotent_cp "${src}" "${dest_1}";
    +    idempotent_cp "${src}" "${dest_2}";
    +    idempotent_cp "${src}" "${dest_3}";
    +)
    +
    +
    # Remove one file
    +rm -f "${dest_2}"
    +time (
    +    idempotent_cp "${src}" "${dest_1}";
    +    idempotent_cp "${src}" "${dest_2}";
    +    idempotent_cp "${src}" "${dest_3}";
    +)
    +time (
    +    idempotent_cp "${src}" "${dest_1}";
    +    idempotent_cp "${src}" "${dest_2}";
    +    idempotent_cp "${src}" "${dest_3}";
    +)
    +
    +

    Parallel

    +
    %3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end
    +
    # Parallel execution
    +rm -f "${dest_1}" "${dest_2}" "${dest_3}"
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    idempotent_cp "${src}" "${dest_2}" &;
    +    idempotent_cp "${src}" "${dest_3}" &;
    +    wait;
    +)
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    idempotent_cp "${src}" "${dest_2}" &;
    +    idempotent_cp "${src}" "${dest_3}" &;
    +    wait;
    +)
    +
    +
    # Remove one file
    +rm -f "${dest_2}"
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    idempotent_cp "${src}" "${dest_2}" &;
    +    idempotent_cp "${src}" "${dest_3}" &;
    +    wait;
    +)
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    idempotent_cp "${src}" "${dest_2}" &;
    +    idempotent_cp "${src}" "${dest_3}" &;
    +    wait;
    +)
    +
    +
    +

    Concept 6: Logical Dependencies

    +

    What: Wait if you have to.

    +

    Value: Correctness.

    +
    +Example +
    %3startb1b1start->b1b2b2start->b2endb1->endb3b3b2->b3b3->end
    +
    # Logical dependency
    +rm -f "${dest_1}" "${dest_2}" "${dest_3}"
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    (
    +        idempotent_cp "${src}" "${dest_2}";
    +        idempotent_cp "${dest_2}" "${dest_3}";
    +    ) &;
    +    wait;
    +)
    +time (
    +    idempotent_cp "${src}" "${dest_1}" &;
    +    (
    +        idempotent_cp "${src}" "${dest_2}";
    +        idempotent_cp "${dest_2}" "${dest_3}";
    +    ) &;
    +    wait;
    +)
    +
    +
    +

    Output

    +

    Concept 7: Progress Information

    +

    What: Tell users what's going on.

    +

    Value: Users know what's happening, or if it's stalled.

    +
    +Example +
    +Code +
    function slow_cp {
    +    sleep 1;
    +    cp "$1" "$2";
    +}
    +
    +function hash_file {
    +    1>&2 printf "hashing file: ${1}\n"
    +    test -f "${1}" &&
    +      md5sum <(cat "$1" 2>/dev/null) ||
    +      printf '00000000000000000000000000000000'
    +}
    +
    +function informational_idempotent_cp {
    +     src_hash=$(hash_file "${src}")
    +    dest_hash=$(hash_file "${dest}")
    +    1>&2 printf " src_hash: ${src_hash}\n"
    +    1>&2 printf "dest_hash: ${dest_hash}\n"
    +
    +    if   ! test "${src_hash}" = "${dest_hash}"
    +    then
    +        1>&2 printf "contents don't match, need to copy.\n"
    +        slow_cp "$1" "$2"
    +        1>&2 printf "file copied.\n"
    +    else
    +        1>&2 printf "contents match, don't need to copy.\n"
    +    fi;
    +}
    +
    +
    +
    rm -f "${dest}"
    +
    +
    informational_idempotent_cp "${src}" "${dest}"
    +
    +
    # if we don't care about the verbose information, we can hide it
    +informational_idempotent_cp "${src}" "${dest}" 2>/dev/null
    +
    +
    +

    Concept 8: Provide Relevant Information

    +

    What: Show as little and as much information as necessary.

    +

    Value: Reduce effort to understand.

    +
    +Example +
    +Code +
    delay=0.1
    +pb_lines=3
    +
    +function slow_cp_with_progress {
    +    progress_update 50 20 'copying file'; sleep $delay
    +    progress_update 50 25 'copying file'; sleep $delay
    +    progress_update 50 30 'copying file'; sleep $delay
    +    progress_update 50 35 'copying file'; sleep $delay
    +    progress_update 50 40 'copying file'; sleep $delay
    +    progress_update 50 45 'copying file'; sleep $delay
    +    cp "$1" "$2";
    +}
    +
    +function hash_file {
    +    test -f "${1}" &&
    +      md5sum <(cat "$1" 2>/dev/null) ||
    +      printf '00000000000000000000000000000000'
    +}
    +
    +function clear_lines {
    +    local lines_to_clear
    +    local i
    +
    +    lines_to_clear=$(($1 - 1))  # subtract 1 because bash loop range is inclusive
    +
    +    if test "${lines_to_clear}" -ge 0
    +    then
    +        for i in {1..${lines_to_clear}}
    +        do
    +            1>&2 printf "\033[2K\r" # clear message line
    +            1>&2 printf "\033[1A"   # move cursor up one line
    +        done
    +    fi
    +}
    +
    +function progress_write {
    +    local progress_total
    +    local progress_done
    +    local progress_message
    +
    +    local progress_remaining
    +    local printf_format
    +
    +    progress_total=$1
    +    progress_done=$2
    +    progress_message="${3}"
    +    progress_remaining=$(($progress_total - $progress_done))
    +    if test $progress_total -eq $progress_done
    +    then printf_format="\e[48;5;35m%${progress_done}s\e[48;5;35m%${progress_remaining}s\e[0m\n" # green
    +    else printf_format="\e[48;5;33m%${progress_done}s\e[48;5;18m%${progress_remaining}s\e[0m\n" # blue
    +    fi
    +
    +    1>&2 printf "$printf_format" ' ' ' '
    +    1>&2 printf "$progress_message"
    +    1>&2 printf '\n'
    +}
    +
    +function progress_update {
    +    clear_lines $pb_lines # message line, progress bar line, extra line
    +    progress_write "$@"
    +}
    +
    +function informational_idempotent_cp {
    +    local src_hash;
    +    local dest_hash;
    +    progress_write 50 0 'hashing source file'; sleep $delay
    +    src_hash=$(hash_file "${src}")
    +
    +    progress_update 50 5 'hashing destination file'; sleep $delay
    +    dest_hash=$(hash_file "${dest}")
    +
    +    progress_update 50 10 'comparing hashes'; sleep $delay
    +    if   ! test "${src_hash}" = "${dest_hash}"
    +    then
    +        progress_update 50 15 'copying file'; sleep $delay
    +        slow_cp_with_progress "$1" "$2"
    +
    +        progress_update 50 50 '✅ file copied!'
    +        1>&2 printf "\n"
    +    else
    +        progress_update 50 50 '✅ contents match, nothing to do!'
    +        1>&2 printf "\n"
    +    fi;
    +}
    +
    +
    +
    rm -f "${dest}"
    +
    +
    informational_idempotent_cp "${src}" "${dest}"
    +
    +
    delay=0.7
    +rm -f "${dest}"
    +
    +
    +

    Concept 9: Information Format

    +

    What: Change information format specifically for how it is consumed.

    +

    Value: Makes using the API ergonomic.

    +
    +

    Tip: Progress information can be more than a string.

    +
    +
      +
    • For a human: output a progress bar, replace status text
    • +
    • For continuous integration: append status text
    • +
    • For a web request: output json
    • +
    +
    +Example +
    +Code +
    output_format=pb # pb, text, json
    +
    +function progress_write {
    +    local progress_total
    +    local progress_done
    +    local progress_message
    +    progress_total=$1
    +    progress_done=$2
    +    progress_message="${3}"
    +
    +    local progress_remaining
    +    local printf_format
    +    progress_remaining=$(($progress_total - $progress_done))
    +
    +    case "${output_format}" in
    +        pb)
    +            if test $progress_total -eq $progress_done
    +            then printf_format="\e[48;5;35m%${progress_done}s\e[48;5;35m%${progress_remaining}s\e[0m\n" # green
    +            else printf_format="\e[48;5;33m%${progress_done}s\e[48;5;18m%${progress_remaining}s\e[0m\n" # blue
    +            fi
    +
    +            1>&2 printf "$printf_format" ' ' ' '
    +            1>&2 printf "$progress_message"
    +            1>&2 printf '\n'
    +            ;;
    +        text)
    +            1>&2 printf "$progress_message"
    +            1>&2 printf '\n'
    +            ;;
    +        json)
    +            cat << EOF
    +{ "progress_total": $progress_total, "progress_done": $progress_done, "progress_remaining": $progress_remaining, "message": "$progress_message" }
    +EOF
    +            ;;
    +    esac
    +}
    +
    +function progress_update {
    +    case "${output_format}" in
    +        pb)
    +            clear_lines $pb_lines # message line, progress bar line, extra line
    +            ;;
    +        text)
    +            ;;
    +        json)
    +            ;;
    +    esac
    +
    +    progress_write "$@"
    +}
    +
    +
    +
    output_format=pb
    +rm -f "${dest}"
    +time (informational_idempotent_cp "${src}" "${dest}")
    +echo '---'
    +time (informational_idempotent_cp "${src}" "${dest}")
    +
    +
    output_format=text
    +rm -f "${dest}"
    +time (informational_idempotent_cp "${src}" "${dest}")
    +echo '---'
    +time (informational_idempotent_cp "${src}" "${dest}")
    +
    +
    output_format=json
    +rm -f "${dest}"
    +time (informational_idempotent_cp "${src}" "${dest}")
    +echo '---'
    +time (informational_idempotent_cp "${src}" "${dest}")
    +
    +
    informational_idempotent_cp "${src}" "${dest}" | jq
    +
    +
    informational_idempotent_cp "${src}" "${dest}" | jq '.progress_remaining'
    +
    +
    +

    Error Handling

    +
    +

    This section uses the download example.

    +
    +

    Concept 10: Accumulate And Summarize

    +

    What: When an error happens, save it, then display it at the very end.

    +

    Value: User doesn't have to spend time and effort investigating.

    +
    +Example +
    %3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end
    +
    +Don't Do This: +
    # Per subprocess
    +log_info "${id}: Start."
    +log_info "${id}: Processing."
    +
    +download_file
    +download_result=$?
    +
    +if [[ "$download_result" -eq 0 ]]
    +then
    +    log_info "${id}: Successful."
    +    log_info "${id}: Notifying service."
    +    return 0
    +else
    +    log_error "${id}: Download failed: ${download_result}"
    +    return 1
    +fi
    +
    +
    +Info : Starting process.
    +Info : b1: Start.
    +Info : b2: Start.
    +Info : b3: Start.
    +Info : main: Waiting for results.
    +Info : b1: Processing.
    +Info : b2: Processing.
    +Info : main: Waiting for results.
    +Info : b3: Processing.
    +Error: b2: Download failed: 12
    +Info : b1: Processing complete.
    +Info : main: Waiting for results.
    +Info : b3: Processing complete.
    +Info : b1: Successful.
    +Info : main: Waiting for results.
    +Info : b3: Successful.
    +Info : b3: Notifying service.
    +Info : main: Waiting for results.
    +Info : b1: Notifying service.
    +Info : main: Collected results.
    +Info : main: Analyzing.
    +Error: Process failed: b2.
    +
    +
    +
    +Do This: +
    # Per subprocess
    +download_file
    +download_result=$?
    +
    +if [[ "$download_result" -eq 0 ]]
    +then
    +    printf "{ \"id\": ${id} \"success\": true }"
    +    return 0
    +else
    +    printf "{ \"id\": ${id} \"success\": false, \"error_code\": 12 }"
    +    return 1
    +fi
    +
    +
    +Info : Starting process.
    +Info : b1: Start.
    +Info : b2: Start.
    +Info : b3: Start.
    +Info : main: Waiting for results.
    +Info : b1: Processing.
    +Info : b2: Processing.
    +Info : main: Waiting for results.
    +Info : b3: Processing.
    +Error: b2: Download failed: 12
    +Info : b1: Processing complete.
    +Info : main: Waiting for results.
    +Info : b3: Processing complete.
    +Info : b1: Successful.
    +Info : main: Waiting for results.
    +Info : b3: Successful.
    +Info : b3: Notifying service.
    +Info : main: Waiting for results.
    +Info : b1: Notifying service.
    +Info : main: Collected results.
    +Info : main: Analyzing.
    +Error: Process failed: b2.
    +
    +Error: b2 failed with error code: 12
    +
    +
    +
    +So that: +
    %3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end
    +
    +Info : Starting process.
    +Info : b1: Start.
    +Info : b2: Start.
    +Info : b3: Start.
    +Info : main: Waiting for results.
    +Info : b1: Processing.
    +Info : b2: Processing.
    +Info : main: Waiting for results.
    +Info : b3: Processing.
    +Error: b2: Download failed: 12
    +Info : b1: Processing complete.
    +Info : main: Waiting for results.
    +Error: b3: Download failed: 13
    +Info : b1: Successful.
    +Info : main: Waiting for results.
    +Info : main: Waiting for results.
    +Info : b1: Notifying service.
    +Info : main: Collected results.
    +Info : main: Analyzing.
    +Error: Process failed: b2, b3.
    +
    +Error:
    +  b2 failed with error code: 12
    +  b3 failed with error code: 13
    +
    +
    +
    +

    Concept 11: Understandable Error Messages

    +

    What: Translate the technical terms into spoken language terms.

    +

    Value: User can understand the message and take action.

    +
    +Example +
    download -v init http://non_existent_domain file.txt
    +
    +
    +Error: peace_item_file_download::src_get
    +
    +  × Failed to download file.
    +  ├─▶ error sending request for url (http://non_existent_domain/): error
    +trying to connect: dns error: failed to lookup address information:
    +Temporary failure in name resolution
    +  ├─▶ error trying to connect: dns error: failed to lookup address
    +information: Temporary failure in name resolution
    +  ├─▶ dns error: failed to lookup address information: Temporary failure in
    +name resolution
    +  ╰─▶ failed to lookup address information: Temporary failure in name
    +      resolution
    +
    +
    +Error: peace_item_file_download::src_get
    +
    +  × Failed to download file.
    +   ╭────
    + 1 │ download init http://non_existent_domain/ file.txt
    +   ·               ─────────────┬─────────────
    +   ·                            ╰── defined here
    +   ╰────
    +  help: Check that the URL is reachable: `curl http://non_existent_domain/`
    +        Are you connected to the internet?
    +
    +
    +

    Concept 12: Capture the Source of Information

    +

    What: Show where the information came from.

    +

    Value: User doesn't have to spend time and effort investigating.

    +
    +Example +
    download init http://localhost:3000/ peace_book.html
    +
    +

    Stop the server, then:

    +
    download ensure
    +
    + +
    +Error: peace_item_file_download::src_get
    +
    +  × Failed to download file.
    +   ╭────
    + 1 │ download init http://localhost:3000/ peace_book.html
    +   ·               ───────────┬──────────
    +   ·                          ╰── defined here
    +   ╰────
    +  help: Check that the URL is reachable: `curl http://localhost:3000/`
    +        Are you connected to the internet?
    +
    +
    +

    Workflow Concepts

    +

    Concept 13: Clean Up

    +

    What: Leave a place in a state, no worse than when you found it.

    +

    Value: Don't waste resources.

    +
    +Example +
    ls
    +
    +
    download clean
    +
    +
    +Bash +
    function cp_flow {
    +    sub_cmd=$1
    +
    +    case ${sub_cmd} in
    +        ensure)
    +            informational_idempotent_cp "$2" "$3"
    +            ;;
    +        clean)
    +            if   test -f "$2"
    +            then rm -f "$2"
    +            fi
    +            ;;
    +    esac ;
    +}
    +
    +
    rm -f "${dest}"
    +time (cp_flow ensure "${src}" "${dest}")
    +time (cp_flow ensure "${src}" "${dest}")
    +
    +
    time (cp_flow clean "${dest}")
    +
    +
    +
    + +

    User Facing Automation - Part 2

    +

    Workflow Concepts

    +

    Concept 14: Storing Parameters

    +

    What: Take in parameters, recall them automatically.

    +

    Value: Don't require users to pass in parameters repeatedly.

    +
    +Example +
    download init https://ifconfig.me ip.json
    +
    +
    download ensure
    +download clean
    +
    +
    +

    Concept 15: Current State, Goal State, Difference

    +

    What: Show users what is, and what will be, before doing anything.

    +

    Value: Give users clarity on what would happen, before doing it.

    +
    +Example +
    download clean
    +download init https://ifconfig.me ip.json
    +
    +
    download status
    +download goal
    +download diff
    +
    +download ensure
    +download diff
    +
    +download clean
    +download diff
    +
    +
    +

    Concept 16: Profiles

    +

    What: Use the same workspace input for logically separate environments.

    +

    Value: Ease the creation of cloned environments.

    +

    Concept 17: Flows

    +

    What: Perform different workflows within an environment.

    +

    Value: Workflows automatically share parameters with each other.

    +

    Concept 18: Parameter Limits

    +

    What: Guard automation from executing with unusual values.

    +

    Value: Don't accidentally incur large costs.

    +

    Efficiency Concepts (Again!)

    +

    Concept 19: Do It Before It's Asked

    +
    +

    If a process cannot take less than 10 minutes,
    +then to do it in 5,
    +you must begin in the past.

    +
    +

    What: Execute the automation in the background, show where it is when it is asked to be executed.

    +

    Value: Reduce waiting time.

    +

    Cost: Background work consumes resources, and may be redundant.

    +

    Concept 20: Reverse Execution

    +
    +

    At the beginning of a process, what's the fastest way to get to step 9?

    +

    Go through steps 1 through 9.

    +

    What if you're on step 10?

    +

    Transition from step 10 to 9.

    +
    +

    What: The beginning and destination state are not necessarily the start and end of a process.

    +

    Value: Allows inspection / mutation of state at a particular point, or re-testing of automation steps after that point.

    +

    Empathetic Code Design

    +Peace logo +
    +
    +

    Communicating Clearly In Code

    +
    +
    +
    +
      +
    1. +

      Today's talk is about empathetic code design.

      +
    2. +
    3. +

      The project I will use to demonstrate this is Peace, a framework to create empathetic and forgiving software automation.

      +
    4. +
    5. +

      Peace provides constraints over logic and data types, and common functionality.

      +
    6. +
    7. +

      By using the framework, logic and data types will be shaped to produce an automation tool that is clear in its communication.

      +
    8. +
    9. +

      A user uses that tool to get their work done, with good user experience.

      +
    10. +
    11. +

      Here's a 3 step process to upload a file to the internet.

      +
    12. +
    13. +

      Download the file, create an S3 bucket, upload the file to that bucket.

      +
    14. +
    15. +

      We can use a shell script to execute this process. (live demo)

      +
    16. +
    17. +

      We can also use a tool, created using the Peace framework, to do the same thing.

      +
    18. +
    19. +

      envman is a tool I created earlier to do this process. (live demo)

      +
    20. +
    21. +

      This is a short demonstration of why one would use this framework.

      +
    22. +
    23. +

      When changing any environment, first we want to understand where we are.

      +
    24. +
    25. +

      Second, we also want to know, where we are headed.

      +
    26. +
    27. +

      Third, we want to know the cost of getting there.

      +
    28. +
    29. +

      Finally, when we understand enough about the change, we can decide to do it.

      +
    30. +
    31. +

      Now, when I say clear communication, it should be quite easy to see that A B C here maps to 1 2 3 there.

      +
    32. +
    33. +

      By presenting information in the right form, at the right level of detail, it's much easier to map between the concept and what is seen.

      +
    34. +
    35. +

      This is how Peace takes care of the user.

      +
    36. +
    37. +

      Today, we are going to look at how Peace takes care of the automation tool developer.

      +
    38. +
    39. +

      How clearly can we communicate between the mental model of a process, and code.

      +
    40. +
    41. +

      When designing a flow, we need to define the items in the flow, and the ordering between those items.

      +
    42. +
    43. +

      The reason these are called "items" instead of "steps", is because in Peace, the emphasis is on the outcome, rather than the actions.

      +
    44. +
    45. +

      Said another way, the purpose of technological processes is the end state, not the work undertaken to get there.

      +
    46. +
    47. +

      That statement does not apply to other kinds of processes, where the work is meaningful.

      +
    48. +
    49. +

      In code, adding items and ordering looks like this.

      +
    50. +
    51. +

      This shows linear ordering; it is possible to have work done in parallel when there is no dependency between items.

      +
    52. +
    53. +

      So here we can adjust the ordering such that A and B are both predecessors of C. A comes before C, and B comes before C.

      +
    54. +
    55. +

      So A and B can both begin at the same time, reducing the overall duration.

      +
    56. +
    57. +

      We'll adjust this in the example, I want you to see that both the file download and the s3 bucket turn blue, and when both are done, then the upload begins. We'll slow down our connection so it is easier to see. (live demo)

      +
    58. +
    59. +

      Try doing that in a shell script.

      +
    60. +
    61. +

      After a developer defines the items in a flow, they also need to define how data passes through these items.

      +
    62. +
    63. +

      If you've written automation using bash scripts or YAML, usually data is just strings.

      +
    64. +
    65. +

      For the non-devs among us, using "strings" everywhere is like saying, "I took stuff and did stuff, and here is stuff".

      +
    66. +
    67. +

      It would be much better to say, "I grab my camera, and took a shot, and here's a picture."

      +
    68. +
    69. +

      To better communicate with developers, Peace uses type safety.

      +
    70. +
    71. +

      Because Peace is a framework, each item's automation logic should be shareable.

      +
    72. +
    73. +

      This means, the input to each item, and its output, are API.

      +
    74. +
    75. +

      In Peace, we call the input "parameters", and we use call the output "state".

      +
    76. +
    77. +

      For a file download item, the parameters are the source URL to download from and the path to write to.

      +
    78. +
    79. +

      and the state, can be either "the file's not there", or "it's there, and here is its content hash".

      +
    80. +
    81. +

      Given each item defines its parameters and state, we need a way for developers to pass values into the parameters.

      +
    82. +
    83. +

      Usually, at the start of a process, we know the values of some parameters, and we can pass them straight in.

      +
    84. +
    85. +

      However, sometimes we need part of the process to be completed, to have the information to pass to a subsequent item.

      +
    86. +
    87. +

      For example, if we had a server instead of an S3 bucket, we cannot know what its IP address will be until we the server is created.

      +
    88. +
    89. +

      But we still want to encode into the flow, that the state from an earlier item, is needed to determine the parameter value for a subsequent item.

      +
    90. +
    91. +

      For the simple case, where we know the parameter values up front, we can just plug them in.

      +
    92. +
    93. +

      But we want to be able to express, "get the state from step two, and pass it into step three".

      +
    94. +
    95. +

      So I came up with this, for every item's parameters, the framework will generate a specification type that records how to figure out what values to use.

      +
    96. +
    97. +

      and you can pass it direct values, or you can tell it "here's what states to read, and here's how to extract the value to use for this field".

      +
    98. +
    99. +

      Here's how it looks like in code.

      +
    100. +
    101. +

      Yes, we can read states from multiple items, and use them to compute a value.

      +
    102. +
    103. +

      Best of all, it's type safe -- so within the code you can ask "what parameters do I need to pass in, and get them right".

      +
    104. +
    105. +

      If you make a mistake, you have a really big safety net called the compiler, that will save you.

      +
    106. +
    107. +

      The error message needs improvement, though I haven't yet figured that out.

      +
    108. +
    109. +

      If the parameter type changes, such as when you upgrade your item version, then you get a compilation error, which means you don't have to work to discover where to change -- the compiler tells you.

      +
    110. +
    111. +

      Now that we have our logic and our data, we need a way to interact with it.

      +
    112. +
    113. +

      Peace is designed to separate the automation logic and data, from how it is interacted with and presented.

      +
    114. +
    115. +

      Whether it is interactive shell, uninteractive shell, web API, or web page, there is no rendering code in any item.

      +
    116. +
    117. +

      This allows automation developers to use different front ends to the same automation backend.

      +
    118. +
    119. +

      In code, the developer can choose which output to use.

      +
    120. +
    121. +

      Currently the only user facing output implementation is the CliOutput, which you've seen.

      +
    122. +
    123. +

      There are a number of other output implementations used in tests,

      +
    124. +
    125. +

      such as the NoOpOutput which discards all information, and the FnTrackerOutput which stores what output methods were called, with what parameters.

      +
    126. +
    127. +

      Developers can choose to write their own output implementation as well, but

      +
    128. +
    129. +

      It is within the scope of Peace provide implementations for common use cases.

      +
    130. +
    131. +

      So far, we've seen Items, Parameters, Specifications, and Output.

      +
    132. +
    133. +

      As a developer, this should be sufficient to run some commands.

      +
    134. +
    135. +

      First we group all of the above into a CmdCtx, then we call the command we want to run for the flow.

      +
    136. +
    137. +

      StatesCurrentReadCmd and EnsureCmd are provided by the framework.

      +
    138. +
    139. +

      The real code still contains code to format the output, but this is something that the framework can provide.

      +
    140. +
    141. +

      For any automation software, the user should only need to pass in item parameters once.

      +
    142. +
    143. +

      Commands run using that flow should be able to recall parameters for the user.

      +
    144. +
    145. +

      How can we make this easy for the automation software developer?

      +
    146. +
    147. +

      The easiest thing, is for them to do nothing.

      +
    148. +
    149. +

      So whenever a command context is built, the following happens.

      +
    150. +
    151. +

      Previous parameter specifications will attempt to be loaded from disk.

      +
    152. +
    153. +

      The provided parameter specification will be merged with those.

      +
    154. +
    155. +

      Validation happens, to make sure there is enough information to resolve parameters for all items.

      +
    156. +
    157. +

      The merged parameter specifications will be serialized to disk.

      +
    158. +
    159. +

      If the parameter specifications don't pass validation, we should get a useful error message.

      +
    160. +
    161. +

      When a command is run, Peace stores information about that execution.

      +
    162. +
    163. +

      It stores this in a .peace directory within a workspace directory.

      +
    164. +
    165. +

      The automation tool developer needs to tell Peace how to determine the workspace directory.

      +
    166. +
    167. +

      Because if the tool is run in a sub directory, information should still be stored in the workspace directory.

      +
    168. +
    169. +

      If you think about git, if you run git status in any subdirectory of a repository, it will still find the .git directory somewhere up the chain.

      +
    170. +
    171. +

      One undeniable way to tell if software works, is to run it.

      +
    172. +
    173. +

      And to tell if it will work in production, we usually want to run it in a replica environment first.

      +
    174. +
    175. +

      Out of the box, Peace provides support for logically separate environments, through profiles.

      +
    176. +
    177. +

      So you can have multiple environments under different names, just like git branching.

      +
    178. +
    179. +

      Let's see a demo.

      +
    180. +
    181. +

      How do we communicate clearly in code?

      +
    182. +
    183. +

      We make sure the API matches the mental model.

      +
    184. +
    185. +

      We make sure we have good error messages.

      +
    186. +
    187. +

      When we require something of the developer, make it easy for them to provide it.

      +
    188. +
    189. +

      and when we adhere to these constraints, it will improve the automation development experience.

      +
    190. +
    +
    +

    Background

    +
    +
    + Peace logo
    +

    Peace

    +

    Constraints and
    common functionality

    +
    +
    + + +
    +
    + 💻
    +

    Code

    +

    Logic and data types

    +
    +
    + = +
    +
    + ⚙️
    +

    Nice Tool

    +

    Automation software

    +
    +
    +
    +
    +
    + ⚙️
    +

    Nice Tool

    +

    Automation software

    +
    +
    + + +
    +
    + 🔡
    +

    Data

    +

    Values for parameters

    +
    +
    + = +
    +
    + 🚀
    +

    Work Done

    +

    App built and published

    +

    Environment deployed

    +
    +
    + +

    Scenario

    +
    +
    %3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object
    +
    +

    Shell Script

    +
    bucket_name='azriel-peace-demo-bash'
    +file_path='web_app.tar'
    +object_key='web_app.tar'
    +
    +curl --fail \
    +  -o "${file_path}" \
    +  --location \
    +  https://github.com/azriel91/web_app/releases/download/0.1.1/web_app.tar
    +
    +aws s3api create-bucket \
    +  --bucket "${bucket_name}" \
    +  --acl private \
    +  --create-bucket-configuration LocationConstraint=ap-southeast-2 |
    +  bat -l json
    +
    +aws s3api put-object \
    +  --bucket "${bucket_name}" \
    +  --key "${object_key}" \
    +  --body "${file_path}" |
    +  bat -l json
    +
    +
    aws s3api delete-object \
    +  --bucket "${bucket_name}" \
    +  --key "${object_key}" |
    +  bat -l json
    +
    +aws s3api delete-bucket --bucket "${bucket_name}" | bat -l json
    +
    +rm -f "${file_path}"
    +
    +
    +

    What does automation look like, from the perspective of an automation tool developer, or a workflow designer.

    +
      +
    • Clarity between concept and code.
    • +
    • Easy to write.
    • +
    • Fast feedback when developing automation.
    • +
    • Provide good UX without needing to write UI code.
    • +
    +
    +

    Command Context

    +

    At the bottom of every page, we will be building up a cmd_context, which holds the information about a workflow. Different commands can be invoked with the cmd_context to gather information about the workflow.

    +
    let mut cmd_context = CmdContext::builder()
    +    /* ?? */
    +    .build();
    +
    +StatusCmd(&mut cmd_context).await?;
    +DeployCmd(&mut cmd_context).await?;
    +
    +

    Flow Definition

    +
      +
    • Items: Steps of a process.
    • +
    • Ordering: Sequence between steps.
    • +
    +
    +
    %3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object
    +
    +
    // examples/envman/src/flows/app_upload_flow.rs
    +let flow = {
    +    let graph = {
    +        let mut graph_builder = ItemGraphBuilder::<EnvManError>::new();
    +
    +        let [a, b, c] = graph_builder.add_fns([
    +            FileDownloadItem::<WebApp>::new(item_id!("app_download")).into(),
    +            S3BucketItem::<WebApp>::new(item_id!("s3_bucket")).into(),
    +            S3ObjectItem::<WebApp>::new(item_id!("s3_object")).into(),
    +        ]);
    +
    +        graph_builder.add_edges([(a, b), (b, c)])?;
    +        graph_builder.build()
    +    };
    +
    +    Flow::new(flow_id!("app_upload"), graph)
    +};
    +

    Non-linear Ordering

    +
    +
    %3cluster_acluster_bcluster_caacca->ca_text📥filedownloadbbb->cb_text🪣s3bucketc_text📤s3object
    +
    +
     graph_builder.add_edges([
    +-    (a, b),
    ++    (a, c),
    +     (b, c),
    + ])?;
    +
    +

    Inputs and Outputs

    +

    For items to be reusable, its inputs and outputs are API.

    +
    %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state FileDownload Statepath:PathBufmd5:Md5Sumbba->ba_text📥filedownloada_params_srcsrca_params_destdestb_stateS3BucketStatename:String ccb->cb_text🪣s3bucketb_params_namenamec_state S3Object State..c_text📤s3objectc_params_file_pathfile_pathc_params_bucket_namebucket_namec_params_object_keyobject_key
    +

    Item API

    +
    impl<Id> Item for FileDownloadItem<Id>
    +{
    +    type Params<'exec> = FileDownloadParams<Id>;
    +    type State = FileDownloadState;
    +    // ..
    +}
    +
    +

    Input:

    +
    pub struct FileDownloadParams<Id> {
    +    src: Url,
    +    dest: PathBuf,
    +    marker: PhantomData<Id>,
    +}
    +
    +
    +
    +
    +

    Output:

    +
    pub enum FileDownloadState {
    +    None,
    +    Some {
    +        path: PathBuf,
    +        md5: Md5Sum,
    +    },
    +}
    +
    +

    Parameters Specification

    +

    Specify where to get the value for each item's input.

    +

    The value may not necessarily exist until the flow is executed.

    +
    %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state .. bba->ba_text📥filedownloada_params_srcsrca_params_destdestc_params_file_pathfile_pathb_stateS3BucketState  nameccb->cb_text🪣s3bucketb_params_namenamec_params_bucket_namebucket_nameb_state->c_params_bucket_namec_state .. c_text📤s3objectc_params_object_keyobject_keyweb_app_urlweb_app_urlweb_app_url->a_params_srcweb_app_pathweb_app_pathweb_app_path->a_params_destweb_app_path->c_params_file_pathbucket_namebucket_namebucket_name->b_params_nameobject_keyobject_keyobject_key->c_params_object_key
    +
    let app_download_params = FileDownloadParams::<WebApp> {
    +    src: Url::parse("https://example.com/web_app.tar")?,
    +    dest: PathBuf::from("/tmp/path/to/web_app.tar"),
    +    marker: PhantomData,
    +};
    +
    +let s3_bucket_params = S3BucketParams::<WebApp>::new(bucket_name);
    +
    +let s3_object_params = S3ObjectParams::<WebApp> {
    +    file_path: PathBuf::from("/tmp/path/to/web_app.tar"),
    +    object_key: String::from("web_app.tar"),
    +    bucket_name: !?, /* Somehow get the bucket name from `b` */
    +};
    +

    Deferred Values

    +
    // examples/envman/src/flows/app_upload_flow.rs
    +let s3_object_params_spec = S3ObjectParams::<WebApp>::field_wise_spec()
    +    .with_file_path(PathBuf::from("/tmp/path/to/web_app.tar"))
    +    .with_object_key(String::from("web_app.tar"))
    +    .with_bucket_name_from_map(|s3_bucket_state: &S3BucketState| {
    +        match s3_bucket_state {
    +            S3BucketState::None => None,
    +            S3BucketState::Some {
    +                name,
    +                creation_date: _,
    +            } => Some(name.clone()), // type safe!
    +        }
    +    })
    +    .build();
    +
    +let file_download_params_spec = file_download_params.into();
    +let server_instance_params_spec = server_instance_params.into();
    +

    Output and Presentation

    +

    When the workflow is defined, we want to interact with it in different ways.

    +

    Presentation

    +

    Command Line Interface

    +
    +> ./envman deploy
    +Using profile ⦗demo⦘ -- type `development`
    +
    +✅ 1. app_download ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰ done!
    +⏳ 2. s3_bucket    ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ 0/1 creating bucket (el: 6s, eta: 0s)
    +⏳ 3. s3_object    ▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ (el: 0s, eta: 0s)
    +
    +

    Continuous Integration

    +
    2023-05-07T01:30:31.135Z | app_download | downloaded at /tmp/.a9efb2/web_app.tar
    +2023-05-07T01:30:31.754Z | s3_bucket    | creating bucket
    +2023-05-07T01:30:32.687Z | s3_bucket    | bucket created
    +
    +

    Web API

    +
    // GET /api/v1/demo/env_deploy/progress
    +{
    +    "item_id": "s3_bucket",
    +    "progress_update": { "Delta": "Tick" },
    +    "msg_update": { "Set": "creating bucket" }
    +    // ..
    +}
    +
    +

    Web page

    +
    +
    %3cluster_acluster_bcluster_caaa_text📥filedownloadcca_text->cbbb_text🪣s3bucketb_text->cc_text📤s3object
    +
    +
    +
    +
    Current
    State
    +
    +
    +
    Deploy
    (preview)
    +
    +
    +
    +
    +
    +
    Clean
    (preview)
    +
    +
    +
    +
    +
    +
    +
    // outputs to CLI
    +let mut output = CliOutput::new();
    +
    +// === Used in tests === //
    +// discards all output
    +let mut output = NoOpOutput;
    +
    +// records which output functions were called
    +// and what parameters they were called with
    +let mut output = FnTrackerOutput::new();
    +
    +// === Write your own === //
    +// writes JSON to HTTP response
    +let mut output = JsonResponseOutput::new();
    + +

    Command Invocation

    +
    %3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object
    +
    // examples/envman/src/cmds/profile_init_cmd.rs
    +// fn app_upload_flow_init
    +let cmd_ctx = CmdCtx::builder_single_profile_single_flow
    +    ::<EnvManError, _>(output, workspace)
    +    .with_profile_from_workspace_param(profile_key)
    +    .with_flow(flow)
    +    .with_item_params::<FileDownloadItem<WebApp>>(
    +        item_id!("app_download"),
    +        app_download_params_spec,
    +    )
    +    .with_item_params::<S3BucketItem<WebApp>>(
    +        item_id!("s3_bucket"),
    +        s3_bucket_params_spec,
    +    )
    +    .with_item_params::<S3ObjectItem<WebApp>>(
    +        item_id!("s3_object"),
    +        s3_object_params_spec,
    +    )
    +    .await?;
    +
    +// examples/envman/src/cmds/env_status_cmd.rs
    +// envman status
    +StatesCurrentReadCmd::exec(&mut cmd_ctx).await?;
    +
    +// examples/envman/src/cmds/env_deploy_cmd.rs
    +// envman deploy
    +EnsureCmd::exec(&mut cmd_ctx).await?;
    +

    Parameters Recall

    +
    ./envman init demo --type development azriel91/web_app 0.1.1
    +
    +# For good user experience, parameters
    +# should not have to be passed in on
    +# every command invocation
    +
    +./envman status  # demo --type development azriel91/web_app 0.1.1
    +./envman deploy  # demo --type development azriel91/web_app 0.1.1
    +
    +

    We need to store and load the parameters passed in previously.

    +
    %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state .. bba->ba_text📥filedownloada_params_srcsrca_params_destdestc_params_file_pathfile_pathb_stateS3BucketState  nameccb->cb_text🪣s3bucketb_params_namenamec_params_bucket_namebucket_nameb_state->c_params_bucket_namec_state .. c_text📤s3objectc_params_object_keyobject_keyweb_app_urlweb_app_urlweb_app_url->a_params_srcweb_app_pathweb_app_pathweb_app_path->a_params_destweb_app_path->c_params_file_pathbucket_namebucket_namebucket_name->b_params_nameobject_keyobject_keyobject_key->c_params_object_key
    +

    First command invocation:

    +
    // examples/envman/src/cmds/profile_init_cmd.rs
    +// fn app_upload_flow_init
    +cmd_ctx_builder
    +    .with_profile_from_workspace_param(profile_key)
    +    .with_flow(flow)
    +    .with_item_params::<FileDownloadItem<WebApp>>(
    +        item_id!("app_download"),
    +        app_download_params_spec,
    +    )
    +    .with_item_params::<S3BucketItem<WebApp>>(
    +        item_id!("s3_bucket"),
    +        s3_bucket_params_spec,
    +    )
    +    .with_item_params::<S3ObjectItem<WebApp>>(
    +        item_id!("s3_object"),
    +        s3_object_params_spec,
    +    )
    +    .await?
    +

    Subsequent command invocations:

    +
    // examples/envman/src/cmds/app_upload_cmd.rs
    +cmd_ctx_builder
    +    .with_profile_from_workspace_param(&profile_key)
    +    .with_flow(&flow)
    +    // * file_download params spec not specified
    +    // * s3_bucket params spec not specified
    +    .with_item_params::<S3ObjectItem<WebApp>>(
    +        item_id!("s3_object"),
    +        s3_object_params_spec,
    +    )
    +    .await?
    +
    let s3_object_params_spec = S3ObjectParams::<WebApp>::field_wise_spec()
    +    // Note:
    +    //
    +    // * file_path not specified
    +    // * object key not specified
    +    // * Function logic cannot be deserialized,
    +    //   so needs to be provided
    +    .with_bucket_name_from_map(|s3_bucket_state: &S3BucketState| {
    +        match s3_bucket_state {
    +            S3BucketState::None => None,
    +            S3BucketState::Some {
    +                name,
    +                creation_date: _,
    +            } => Some(name.clone()),
    +        }
    +    })
    +    .build();
    +

    Workspace

    +

    When a command is run, Peace stores information about that execution.

    +

    It stores this in a .peace directory within a workspace directory. The automation tool developer needs to tell Peace how to determine the workspace directory.

    +
    let cmd_ctx = CmdCtx::builder_single_profile_single_flow
    +    ::<EnvManError, _>(output, workspace)
    +    // ..
    +    .await?;
    +
    pub enum WorkspaceSpec {
    +    /// Use the exe working directory as the workspace directory.
    +    ///
    +    /// The working directory is the directory that the user ran the program in.
    +    WorkingDir,
    +    /// Use a specified path.
    +    Path(PathBuf),
    +    /// Traverse up from the working directory until the given file is found.
    +    ///
    +    /// The workspace directory is the parent directory that contains a file or
    +    /// directory with the provided name.
    +    FirstDirWithFile(OsString),
    +}
    +

    Profiles

    +

    Profiles are a way of logically separating environments, aka namespacing.

    +

    First execution / init:

    +
    let cmd_ctx_builder = CmdCtx::builder_single_profile_no_flow
    +    ::<EnvManError, _>(output, &workspace)
    +    .with_profile(profile!("demo"))
    +
    +    // for recall
    +    .with_workspace_param_value(
    +        WorkspaceParamsKey::Profile,
    +        Some(profile!("demo")),
    +    );
    +

    Subsequent executions:

    +
    let cmd_ctx_builder = CmdCtx::builder_single_profile_single_flow
    +    ::<EnvManError, _>(output, workspace)
    +    .with_profile_from_workspace_param(WorkspaceParamsKey::Profile)
    +    .with_flow(flow);
    +

    Summary

    +

    How do we communicate clearly in code?

    +
      +
    • Consistency between the conceptual model and the written code.
    • +
    • Make use of type safety with strong types.
    • +
    • When we require something of the developer, make it easy to be provided.
    • +
    • Prefer errors at compile time than runtime.
    • +
    • Error messages should show what is wrong and how to fix it.
    • +
    +

    Q & A

    +

    Interruptible Software

    +
    +▶️ +
    +
    +⏸️ +
    +
    +⏹️ +
    +

    Processes

    +

    Build Process

    +

    +

    Deployment Process

    +

    + +

    Execution

    +

    Manual

    +

    +

    Automatic

    +

    + +

    Bus Analogy

    +

    🚏
    +🚌🚌

    + +

    Designing Interruptibility

    +

    🛑 Stop Button

    +

    🚏 Stopping Point

    +

    🔀 Parallelism

    +

    📃 Reporting

    +

    🗺️ Strategy

    +

    🛑 Stop Button

    +
    + +

    Command Line

    +

    Web

    +

    Desktop

    + +
    + > deploy_ +
    +
    + 🗄️🗄️🌐 +
    +
    + +
    +
    x
    +
    + +
    +
    go
    +
    +
    +
    +

    ❌ Don't

    +
    let outcome = tokio::select! {
    +    value = process.next()          => Outcome::Done(value),
    +        _ = tokio::signal::ctrl_c() => Outcome::Interrupted,
    +};
    +

    ✅ Do

    +
    struct InterruptSignal;
    +let (interrupt_tx, interrupt_rx) = tokio::sync::mpsc::<InterruptSignal>(8);
    +
    +let outcome = tokio::select! {
    +    value = process.next()      => Outcome::Done(value),
    +        _ = interrupt_rx.recv() => Outcome::Interrupted,
    +};
    +

    and:

    +
    // CLI
    +tokio::spawn(async move {
    +    tokio::signal::ctrl_c().await.unwrap();
    +    let _ = interrupt_tx.send(InterruptSignal).await;
    +});
    +
    +// Web / Desktop
    +async fn handle_request(request: Request) -> Response {
    +    match request {
    +        Request::Interrupt { execution_id } => {
    +            let executions = executions.lock().await;
    +            let execution = executions.get(execution_id);
    +            let interrupt_tx = execution.interrupt_tx();
    +            let _ = interrupt_tx.send(InterruptSignal).await;
    +        }
    +        // ..
    +    }
    +}
    +
    + +

    🚏 Stopping Point

    +

    +
    + +
    +
    +
    🛑 Interrupt
    +
    + +
    +
    +
    🚏 Stop
    +
    +
    +

    No Interruptibility

    +
    fn execute(
    +    params: Params,
    +) -> Outcome {
    +    let output_1 = step_1(params);
    +    let output_2 = step_2(output_1);
    +    let outcome = step_3(output_2);
    +
    +    return outcome;
    +}
    +

    Basic

    +
    fn execute(
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +    params: Params,
    +) -> ControlFlow<InterruptSignal, Outcome> {
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let output_1 = step_1(params);
    +
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let output_2 = step_2(output_1);
    +
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let outcome = step_3(output_2);
    +
    +    ControlFlow::Continue(outcome)
    +}
    +
    +fn interruptibility_check(receiver: &mut Receiver<InterruptSignal>)
    +-> ControlFlow<InterruptSignal, ()> {
    +    if let Ok(interrupt_signal) = interrupt_rx.try_recv() {
    +        ControlFlow::Continue(())
    +    } else {
    +        ControlFlow::Break(interrupt_signal)
    +    }
    +}
    +

    Fine Grained Interruptibility

    + +
    fn execute(
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +    params: Params,
    +) -> ControlFlow<InterruptSignal, Outcome> {
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let output_1 = step_1(&mut interrupt_rx, params);
    +
    +    // ..
    +}
    +
    +fn step_1(
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +    params: Params,
    +) -> ControlFlow<Output1, Outcome> {
    +    let mut output_1 = Output1::new();
    +    for i in 0..1_000_000 {
    +        if i % 1_000 == 0 {
    +            let () = interruptibility_check(&mut interrupt_rx)?;
    +        }
    +        do_something(output_1, params, i);
    +    }
    +
    +    ControlFlow::Continue(output_1)
    +}
    + +

    🔀 Parallelism

    +
    +

    Parallelism and concurrency

    +
    +

    +

    +

    +

    +

    +

    + +
    + +
    +
    +
    🛑 Interrupt
    +
    +
    +
    +
    🛑 Interrupt
    +
    +
    +
    +
    🛑 Interrupt
    +
    + +
    +
    +
    🚏 Stop
    +
    +
    +
    +
    🚏 Stop
    +
    +
    +
    +
    🚏 Stop
    +
    +
    +
    + + + + + + + +
    +

    Safe Interruption Rules

    +
      +
    1. 🔵 Finish everything in progress.
    2. +
    3. ⚫ Don't start anything new.
    4. +
    +
    +See fn_graph on Github. +
      +
    • Queuer: +
        +
      • Sends IDs of steps that can be executed.
      • +
      • Receives IDs of steps that are complete.
      • +
      • Checks for interruption.
      • +
      +
    • +
    • Scheduler +
        +
      • Receives IDs of steps that can be executed.
      • +
      • Sends IDs of steps that are complete.
      • +
      +
    • +
    +
    +

    📃 Reporting

    +

    Non-Interruptible Software

    +
    fn execute(params: Params) -> Value {
    +    // ..
    +}
    +

    Interruptible Software

    +
    fn execute(params: Params) -> Outcome {
    +    // ..
    +}
    +

    Outcome

    +
    +Basic +
    enum Outcome {
    +    /// Execution completed, here is the return value.
    +    Complete(Value),
    +    /// Execution was interrupted.
    +    Interrupted,
    +}
    +
    +
    +Step Values +
    enum Outcome {
    +    /// Execution completed, here is the return value.
    +    Complete(Value),
    +    /// Execution was interrupted.
    +    ///
    +    /// Here's the information we collected so far.
    +    Interrupted {
    +        step_1_value: Option<Step1Value>,
    +        step_2_value: Option<Step2Value>,
    +        step_3_value: Option<Step3Value>,
    +    },
    +}
    +
    +
    +Step Values and Execution Info +
    enum Outcome {
    +    /// Execution completed, here is the return value.
    +    Complete(Value),
    +    /// Execution was interrupted.
    +    ///
    +    /// Here's the information we collected so far.
    +    Interrupted {
    +        step_1_value: Option<Step1Value>,
    +        step_2_value: Option<Step2Value>,
    +        step_3_value: Option<Step3Value>,
    +        steps_processed: Vec<StepId>,
    +        steps_not_processed: Vec<StepId>,
    +    },
    +}
    +
    + +

    🗺️ Strategy

    +

    +

    +

    +

    + +
    + +
    +
    +
    🛑 Interrupt
    +
    + +
    +
    +
    🚏 Stop
    +
    +
    +
    +
    🚏 Stop
    +
    +
    +
    +
    🚏 Stop
    +
    +
    +
    + + + + + +
    +
    /// How to poll an underlying stream when an interruption is received.
    +#[derive(Clone, Copy, Debug, PartialEq, Eq)]
    +pub enum InterruptStrategy {
    +    /// On interrupt, keep going.
    +    IgnoreInterruptions,
    +    /// On interrupt, wait for the current future's to complete and yield its
    +    /// output, but do not poll the underlying stream for any more futures.
    +    FinishCurrent,
    +    /// On interrupt, continue polling the stream for the next `n` futures.
    +    ///
    +    /// `n` is an upper bound, so fewer than `n` futures may be yielded if the
    +    /// underlying stream ends early.
    +    PollNextN(u64),
    +}
    + +

    Interruptible Implementation

    +

    No Interruptibility

    +
    fn execute(
    +    params: Params,
    +) -> Outcome {
    +    let output_1 = step_1(params);
    +    let output_2 = step_2(output_1);
    +    let outcome = step_3(output_2);
    +
    +    return outcome;
    +}
    +

    Basic

    +
    fn execute(
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +    params: Params,
    +) -> ControlFlow<InterruptSignal, Outcome> {
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let output_1 = step_1(params);
    +
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let output_2 = step_2(output_1);
    +
    +    let () = interruptibility_check(&mut interrupt_rx)?;
    +    let outcome = step_3(output_2);
    +
    +    ControlFlow::Continue(outcome)
    +}
    +
    +fn interruptibility_check(receiver: &mut Receiver<InterruptSignal>)
    +-> ControlFlow<InterruptSignal, ()> {
    +    if let Ok(interrupt_signal) = interrupt_rx.try_recv() {
    +        ControlFlow::Continue(())
    +    } else {
    +        ControlFlow::Break(interrupt_signal)
    +    }
    +}
    +

    "Better"

    +
    fn execute<T>(
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +    params: Params,
    +) -> Result<T, InterruptSignal> {
    +    [step_1, step_2, step_3]
    +        .into_iter()
    +        .try_fold(params, |(mut last_param, step)| {
    +            interruptibility_check(&mut interrupt_rx)?;
    +            step(last_param)
    +        })
    +}
    +

    Real Code

    +

    Playground

    +
    use std::any::Any;
    +use std::iter::IntoIterator;
    +use std::marker::PhantomData;
    +
    +fn main() {
    +    match execute::<String, _>(Receiver::new(3), true) {
    +        Ok(value) => println!("main: {}", value),
    +        Err(InterruptSignal) => println!("main: interrupted!"),
    +    }
    +}
    +
    +fn execute<T, I>(
    +    mut interrupt_rx: Receiver<InterruptSignal>,
    +    params: I,
    +) -> Result<T, InterruptSignal>
    +where
    +    T: 'static,
    +    I: 'static,
    +{
    +    [step(step_1), step(step_2), step(step_3)]
    +        .into_iter()
    +        .try_fold(Box::new(params) as Box<dyn Any>, |last_param, step| {
    +            interruptibility_check(&mut interrupt_rx)?;
    +            Ok(step.exec(last_param))
    +        })
    +        .map(|boxed_any| *boxed_any.downcast().unwrap())
    +}
    +
    +fn step_1(takes_bool: bool) -> u32 {
    +    let number = 123;
    +    println!("step_1 ({takes_bool}: bool) -> {number}");
    +    number
    +}
    +
    +fn step_2(takes_u32: u32) -> f64 {
    +    let float = 1.5;
    +    println!("step_2 ({takes_u32}: u32) -> {float}");
    +    float
    +}
    +
    +fn step_3(takes_f64: f64) -> String {
    +    let string = String::from("magic");
    +    println!("step_3 ({takes_f64}: f64) -> {string}");
    +    string
    +}
    +
    +fn step<F, I, O>(f: F) -> Box<dyn StepErased>
    +where
    +    F: Fn(I) -> O + 'static,
    +    I: 'static,
    +    O: 'static,
    +{
    +    Box::new(StepWrapper::new(f))
    +}
    +
    +trait Step {
    +    type Input: Any;
    +    type Output: Any;
    +    fn exec(&self, input: Self::Input) -> Self::Output;
    +}
    +
    +impl<F, I, O> Step for StepWrapper<F, I, O>
    +where
    +    F: Fn(I) -> O,
    +    I: 'static,
    +    O: 'static,
    +{
    +    type Input = I;
    +    type Output = O;
    +
    +    fn exec(&self, input: Self::Input) -> Self::Output {
    +        (self.0)(input)
    +    }
    +}
    +
    +trait StepErased {
    +    fn exec(&self, input: Box<dyn Any>) -> Box<dyn Any>;
    +}
    +
    +struct StepWrapper<F, I, O>(F, PhantomData<(I, O)>);
    +impl<F, I, O> StepWrapper<F, I, O> {
    +    fn new(f: F) -> Self {
    +        Self(f, PhantomData)
    +    }
    +}
    +
    +impl<F, I, O> StepErased for StepWrapper<F, I, O>
    +where
    +    StepWrapper<F, I, O>: Step<Input = I, Output = O>,
    +    I: 'static,
    +    O: 'static,
    +{
    +    fn exec(&self, input: Box<dyn Any>) -> Box<dyn Any> {
    +        let input = *input.downcast::<I>().unwrap();
    +        let output = Step::exec(self, input);
    +        Box::new(output)
    +    }
    +}
    +
    +struct Receiver<T>(u32, PhantomData<T>);
    +impl<T> Receiver<T> {
    +    pub fn new(n: u32) -> Self {
    +        Self(n, PhantomData)
    +    }
    +}
    +#[derive(Debug)]
    +struct InterruptSignal;
    +fn interruptibility_check(rx: &mut Receiver<InterruptSignal>) -> Result<(), InterruptSignal> {
    +    if (rx.0) == 0 {
    +        Err(InterruptSignal)
    +    } else {
    +        rx.0 -= 1;
    +        Result::Ok(())
    +    }
    +}
    + +

    Resumability

    +

    +
    + +
    +
    +
    🟢 Start 1
    +
    + +
    +
    +
    🚏 Stop
    +
    + +
    +
    +
    🟢 Start 2
    +
    +
    + +

    Designing Resumability

    +

    🕸️ Executor Resumability

    +

    💮 Stepwise Resumability

    +

    🕸️ Executor Resumability

    +
     fn execute<T>(
    +    execution_state: ExecutionState, // Add this
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +//    params: Params,                // Remove this
    +) -> Result<T, InterruptSignal> {
    +    let mut steps = [step_1, step_2, step_3];
    +
    +    let (steps, params) = match &execution_state {
    +        ExecutionState::CleanSlate { params } => (steps, params),
    +        ExecutionState::PreviousState { step_ids_not_done, step_values, .. } => {
    +            steps.retain(|step| step_ids_not_done.contains(step.id()));
    +            let params = step_values.last().unwrap();
    +
    +            (steps, params)
    +        }
    +    };
    +
    +    steps
    +        .into_iter()
    +        .try_fold(params, |(mut last_param, step)| {
    +            interruptibility_check(&mut interrupt_rx)?;
    +            step(last_param)
    +        })
    +}
    +
    #[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]
    +pub enum ExecutionState {
    +    CleanSlate {
    +        params: Params,
    +    },
    +    PreviousState {
    +        step_ids_done: Vec<StepId>,
    +        step_ids_not_done: Vec<StepId>,
    +        step_values: Vec<Value>,
    +    },
    +}
    +

    Pros / Cons

    +
      +
    • Simpler API: Step logic does not need to know about interruptibility concepts.
    • +
    • Stale Reasoning: Saved state may be stale, and the executor does not have the means to check for staleness.
    • +
    +

    💮 Stepwise Resumability

    +
     fn execute<T>(
    +    execution_state: ExecutionState, // Add this
    +    interrupt_rx: mut Receiver<InterruptSignal>,
    +) -> Result<T, InterruptSignal> {
    +    [step_1, step_2, step_3]
    +        .into_iter()
    +        .try_fold(params, |(mut last_param, step)| {
    +            interruptibility_check(&mut interrupt_rx)?;
    +
    +            let step_state = execution_state.get(step.id());
    +            step(step_state, last_param)
    +        })
    +}
    +
    #[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]
    +pub struct ExecutionState { .. }
    +
    +impl ExecutionState {
    +    pub fn get<T>(step_id: StepId) -> T { .. }
    +}
    +

    Pros / Cons

    +
      +
    • Heavier API: Step logic needs to cater for initial state.
    • +
    • Usage Safety: Step can determine if the saved initial state is in-sync with actual state, and warn user.
    • +
    +

    Resumable Implementation

    +

    Playground

    +
    use std::any::Any;
    +use std::fmt::Debug;
    +use std::iter::IntoIterator;
    +use std::marker::PhantomData;
    +
    +fn main() {
    +    let _execution_state = ExecutionState::clean_slate(true);
    +    let execution_state = ExecutionState::PreviousState {
    +        step_ids_done: vec![1, 2],
    +        step_ids_not_done: vec![3],
    +        step_values: vec![Box::new(234u32), Box::new(3.5f64)],
    +    };
    +
    +    match execute::<String>(execution_state, Receiver::new(3)) {
    +        Ok(value) => println!("main: {}", value),
    +        Err(InterruptSignal) => println!("main: interrupted!"),
    +    }
    +}
    +
    +fn execute<T>(
    +    execution_state: ExecutionState,
    +    mut interrupt_rx: Receiver<InterruptSignal>,
    +) -> Result<T, InterruptSignal>
    +where
    +    T: 'static,
    +{
    +    let steps = vec![step(1, step_1), step(2, step_2), step(3, step_3)];
    +    let (steps_to_execute, params) = filter_what_to_do(execution_state, steps);
    +
    +    steps_to_execute
    +        .into_iter()
    +        .try_fold(params, |last_param, step| {
    +            interruptibility_check(&mut interrupt_rx)?;
    +            Ok(step.exec(last_param))
    +        })
    +        .map(|boxed_any| *boxed_any.downcast().unwrap())
    +}
    +
    +fn filter_what_to_do(
    +    execution_state: ExecutionState,
    +    mut steps: Vec<Box<dyn StepErased>>,
    +) -> (Vec<Box<dyn StepErased>>, Box<dyn Any>) {
    +    match execution_state {
    +        ExecutionState::CleanSlate { params } => (steps, params),
    +        ExecutionState::PreviousState {
    +            step_ids_not_done,
    +            mut step_values,
    +            ..
    +        } => {
    +            steps.retain(|step| step_ids_not_done.contains(&step.id()));
    +            let params = step_values.pop().unwrap();
    +
    +            (steps, params)
    +        }
    +    }
    +}
    +
    +fn step_1(takes_bool: bool) -> u32 {
    +    let number = 123;
    +    println!("step_1 ({takes_bool}: bool) -> {number}");
    +    number
    +}
    +
    +fn step_2(takes_u32: u32) -> f64 {
    +    let float = 1.5;
    +    println!("step_2 ({takes_u32}: u32) -> {float}");
    +    float
    +}
    +
    +fn step_3(takes_f64: f64) -> String {
    +    let string = String::from("magic");
    +    println!("step_3 ({takes_f64}: f64) -> {string}");
    +    string
    +}
    +
    +fn step<F, I, O>(id: u32, f: F) -> Box<dyn StepErased>
    +where
    +    F: Fn(I) -> O + 'static,
    +    I: 'static,
    +    O: 'static,
    +{
    +    Box::new(StepWrapper::new(id, f))
    +}
    +
    +trait Step {
    +    type Input: Any;
    +    type Output: Any;
    +    fn id(&self) -> u32;
    +    fn exec(&self, input: Self::Input) -> Self::Output;
    +}
    +
    +impl<F, I, O> Step for StepWrapper<F, I, O>
    +where
    +    F: Fn(I) -> O,
    +    I: 'static,
    +    O: 'static,
    +{
    +    type Input = I;
    +    type Output = O;
    +
    +    fn id(&self) -> u32 {
    +        self.0
    +    }
    +
    +    fn exec(&self, input: Self::Input) -> Self::Output {
    +        (self.1)(input)
    +    }
    +}
    +
    +trait StepErased {
    +    fn id(&self) -> u32;
    +    fn exec(&self, input: Box<dyn Any>) -> Box<dyn Any>;
    +}
    +
    +struct StepWrapper<F, I, O>(u32, F, PhantomData<(I, O)>);
    +impl<F, I, O> StepWrapper<F, I, O> {
    +    fn new(id: u32, f: F) -> Self {
    +        Self(id, f, PhantomData)
    +    }
    +}
    +
    +impl<F, I, O> StepErased for StepWrapper<F, I, O>
    +where
    +    StepWrapper<F, I, O>: Step<Input = I, Output = O>,
    +    I: 'static,
    +    O: 'static,
    +{
    +    fn id(&self) -> u32 {
    +        self.0
    +    }
    +
    +    fn exec(&self, input: Box<dyn Any>) -> Box<dyn Any> {
    +        let input = *input.downcast::<I>().unwrap();
    +        let output = Step::exec(self, input);
    +        Box::new(output)
    +    }
    +}
    +
    +struct Receiver<T>(u32, PhantomData<T>);
    +impl<T> Receiver<T> {
    +    pub fn new(n: u32) -> Self {
    +        Self(n, PhantomData)
    +    }
    +}
    +#[derive(Debug)]
    +struct InterruptSignal;
    +fn interruptibility_check(rx: &mut Receiver<InterruptSignal>) -> Result<(), InterruptSignal> {
    +    if (rx.0) == 0 {
    +        Err(InterruptSignal)
    +    } else {
    +        rx.0 -= 1;
    +        Result::Ok(())
    +    }
    +}
    +
    +#[allow(dead_code)]
    +#[derive(Debug)]
    +enum ExecutionState {
    +    CleanSlate {
    +        params: Box<dyn Any>,
    +    },
    +    PreviousState {
    +        step_ids_done: Vec<u32>,
    +        step_ids_not_done: Vec<u32>,
    +        step_values: Vec<Box<dyn Any>>,
    +    },
    +}
    +
    +#[allow(dead_code)]
    +impl ExecutionState {
    +    fn clean_slate<I>(i: I) -> Self
    +    where
    +        I: 'static,
    +    {
    +        ExecutionState::CleanSlate {
    +            params: Box::new(i),
    +        }
    +    }
    +}
    + +

    Real Crates

    +
    📦🦀
    +
      +
    • 🗂️ interruptible: Stops a stream from producing values when interrupted.
    • +
    • 🧬 fn_graph: Dynamically managed function graph execution. Integrates with interruptible.
    • +
    • 🕊️ peace: Framework to build empathetic and forgiving software automation.
    • +
    +

    Summary

    +

    + +

    Q & A

    +
    🦂🦞🦀⁉️
    +

    Ideas

    +

    This page records ideas that I'd like, but there isn't enough mental capacity and time to design and work on them yet.

    +
    +1. Abstraction over native storage and web storage – use IndexedDB instead of `WebStorage` APIs. +
    +
    +
    +
    +2. Graphical user interface that renders each flow's graph. +
    +
      +
    1. +

      Each item is a node.

      +
    2. +
    3. +

      User can select which nodes to run – these may be a subset of the flow.

      +
    4. +
    5. +

      User can select beginning and ending nodes – and these can be in reverse order.

      + +
    6. +
    +

    Note: Graphviz is compiled to WASM and published by hpcc-systems/hpcc-js-wasm. May be able to use that to render.

    +

    graphviz-visual-editor is a library that allows basic editing of a graphviz graph. It's not yet developed to a point that is intuitive for users.

    +
    +
    +
    +3. Tool that uses `peace` to check consumer code whether it adheres to best practices. +
    +
    +
    +
    +4. Clean Command Retains History +
    +

    End users may want to see what was previously deployed.

    +

    If we retain a ${profile}/.history directory with all previous execution information, it allows:

    +
      +
    • Re-attempting clean up.
    • +
    • Reporting on what was cleaned up.
    • +
    • Computing costs of all executions
    • +
    +

    Perhaps we should make the API be, on visit, return a list of identifiers for things to clean up.

    +
    +
    +
    +5. Types / proc macros to place constraints at compile time for aesthetic reports. +
    +
      +
    • short summary sentences
    • +
    • 2 ~ 3 sentence paragraphs / word limit
    • +
    +
    #![allow(unused)]
    +fn main() {
    +/// An ID
    +#[derive(Clone, Debug, PartialEq, Eq)]
    +pub struct Id<'s>(Cow<'s, str>);
    +
    +/// Single line description, hard limit of 200 characters.
    +#[derive(Clone, Debug, PartialEq, Eq)]
    +pub struct DescShort<'s>(Cow<'s, str>);
    +}
    +
    +
    +
    +6. MultiProfile Cmd scope profile sort function +
    +

    Users may want to sort profiles in the profile directory differently to their alphabetical / lexicographical sorting.

    +

    This may be dependent on profile params – sort env based on env type, last execution time – profile history.

    +
    +
    +
    +7. Cancel-safe state storage +
    +

    When an item ensure does multiple writes, there is a possibility of not all of those writes occur during execution:

    +
      +
    • user interrupts the execution.
    • +
    • internet connection drops.
    • +
    • machine loses power.
    • +
    +

    In the last case, we cannot safely write state to disk, so a StateCurrent discover is needed to bring StatesCurrentStored up to date. However, the previous two cases, it is possible for Items to return State that has been partially ensured, without making any further outgoing calls -- i.e. infer StatesEnsured based on the successful writes so far.

    +

    Note that this places a burden on the Item implementor to return the partial state ensured (which may conflict with keeping the State simple), as well as make the ApplyFns::exec return value more complex.

    +

    The trade off may not be worthwhile.

    +
    +
    +
    +8. Adding / removing / modifying items in flows +
    +

    Implementors may add/remove/modify items in flows.

    +

    Peace needs to be designed such that these changes do not cause already-existent flows to not be loadable, i.e. when:

    +
      +
    • +

      states_*.yaml contains state for which an item no longer exists in the flow.

      +
    • +
    • +

      states_*.yaml does not contain state for an item that is newly added to the flow.

      +
    • +
    • +

      states_*.yaml contains state whose fields are different to a new version of an item.

      +

      This one can be addressed by having State be an enum, with versioned variants.

      +
    • +
    +

    Also see 14.

    +
    +
    +
    +9. Item expiry +
    +

    For items that cost, it is useful to have an expiry time that causes it to be deleted.

    +
      +
    • This would have to be supported by the service that hosts the item.
    • +
    • There should be a way to notify the user of items that are about to expire.
    • +
    • There should also be a way to extend the item expiry times easily.
    • +
    +
    +
    +
    +10. Interrupt / cancel safety +
    +

    The tokio-graceful-shutdown library can be used to introduce interrupt safety into item executions. This is particularly useful for write functions.

    +

    See the is_shutdown_requested method in particular.

    +
    +
    +
    +11. Diffable item params +
    +

    DiffCmd originally was written to diff the current and goal states. However, with the second use case of "diff states between two profiles", it is also apparent that other related functionality is useful:

    +
      +
    • Diff profile params / flow params.
    • +
    • Diff item params between profiles for a given flow.
    • +
    +

    Because of diffable params, and [#94], the Item should likely have:

    +
      +
    • type Params: ItemParams + Serialize + DeserializeOwned.
    • +
    • feature gated fn item_params_diff(..).
    • +
    +

    fn item_params_diff(..) should likely have a similar signature to fn state_diff(..), whereby if one uses XData<'_>, the other should as well for consistency:

    +
      +
    • For MultiProfileSingleFlow commands, a diff for item params which contains a referential value (e.g. "use the some_predecessor.ip_address()") may(?) need information about some_predecessor through Resources / Data.
    • +
    +

    We should work out the design of that before settling on what state_diff and item_params_diff's function parameters will be. See Design Thoughts on [#94] for how it may look like.

    +
    +
    +
    +12. Default item params +
    +

    An Item's params may not necessarily be mandatory. From the Params type (and corresponding trait), Peace may:

    +
      +
    • Insert default param values, if the Item implementor provides a default
    • +
    • Still make the params required if there is no default.
    • +
    • Provide a way for ParamsSpec for each field to be the default, or a mapping function.
    • +
    +
    +
    +
    +13. Upgrades: Tolerate optional or different workspace params / item params / states +
    +

    When new workspace params are added, or new items are added to a flow, existing *_params.yaml, item_params.yaml, and states_*.yaml may not contain values for those newly added params / items.

    +

    Automation software should be able to:

    +
      +
    • Work with missing parameters.
    • +
    • Work with changed parameter types.
    • +
    +

    When workspace params / items are removed from a flow, leftover params / state are no longer used. However, we may want to do one of:

    +
      +
    • Notify the user to clean up unused params
    • +
    • Peace should ignore it
    • +
    • Inform the automator to still register the item, so that old execution may be loaded.
    • +
    +
    +
    +
    +14. Store params per execution, pass previous execution's params to clean cmd +
    +

    Instead of requiring Item::State to store the params used when applied, maybe we should store the params used in the last ensure alongside that item's state.

    +

    Users are concerned with the current state of the item. They also may be concerned with the parameters used to produce that state. Requiring item implementors to store paths / IP addresses within the state that has been ensured feels like unnecessary duplication.

    +

    However, when comparing diffs, we would hope either:

    +
      +
    • The params used to discover the current and goal states are the same, or
    • +
    • The "params and states" pairs are both compared.
    • +
    +

    Also:

    +
      +
    • apply_check needs to have both the old and new params to determine whether apply needs to be executed.
    • +
    • State as the output API, should not necessarily include params.
    • +
    • When parameters change, and an apply is interrupted, then we may have earlier items using the new parameters, and later items still on the previous parameters. More complicated still, is if parameters change in the middle of an interruption, and re-applied.
    • +
    +

    Perhaps there should be a (dest_parameters, Item::State) current state, and a (src_parameters, Item::State) goal state. That makes sense for file downloads if we care about cleaning up the previous dest_path, to move a file to the new dest_path.

    +

    Or, all dest parameters should be in Item::State, because that's what's needed to know if something needs to change.

    +

    Another thought:

    +

    states_*.yaml should store this per item:

    +
      +
    • params used for apply
    • +
    • values resolved for those params
    • +
    • current state
    • +
    +

    Also see 8.

    +
    +
    +
    +15. Use openlayers for tiling level of detail +
    +

    Generate dot diagram using graphviz with full resolution, and then convert to tiles, then display different styling depending on the state of each item.

    +
    +
    +
    +16. Combine data and params{,_partial} into FnCtx +
    +

    Item functions take in FnCtx, data, and item params as separate arguments.

    +

    This was done to:

    +
      +
    • Reduce the additional layer to get Item::Params, or Item::ParamsPartial.
    • +
    • Avoid progress sender from being passed in to function that didn't need it.
    • +
    +

    However, functions don't necessarily need runtime fn_ctx or data, making it noise in the signature.

    +

    Should we combine all 3 into FnCtx? It would make FnCtx type parameterized over Params and ParamsPartial.

    +
    +
    +

    Notes

    +
    +1. SSH-like on Windows + +
    +
    +2. Learnings from envman end-to-end implementation. +
    +
      +
    1. +

      Referential lookup of values in state / item params. ([#94])

      +
    2. +
    3. +

      AWS SDK is not WASM ready -- includes mio unconditionally through tokio (calls UDP). (aws-sdk-rust#59)

      +
    4. +
    5. +

      AWS SDK does not always include error detail -- S3 head_object. (aws-sdk-rust#227)

      +
    6. +
    7. +

      Progress output should enable-able for state current / goal discover / clean functions.

      +
    8. +
    9. +

      Flow params are annoying to register every time we add another item. Maybe split end user provided params from item params.

      +
    10. +
    11. +

      Blank item needs a lot of rework to be easier to implement an item. ([67], [#96])

      +
    12. +
    13. +

      For ApplyCmd, collect StateCurrent, StateGoal, StateDiff in execution report.

      +
    14. +
    15. +

      AWS errors' code and message should be shown to the user.

      +
    16. +
    17. +

      Progress limit should not be returned in ApplyFns::check, but sent through progress_sender.limit(ProgressLimit). This simplifies check, and allows state current/goal discovery to set the limits easily.

      +
    18. +
    19. +

      Consolidate StatesDiscoverCmd and ApplyCmd, so the outcome of a command is generic. Maybe use a trait and structs, instead of enum variants and hardcoded inlined functions, so that it is extendable.

      +
    20. +
    21. +

      Add an ListKeysAligned presentable type so Presenters can align keys of a list dynamically.

      +
    22. +
    23. +

      Remove the peace_cfg::State type.

      +
    24. +
    25. +

      Contextual presentable strings, for states and diffs.

      +

      What command is this called for:

      +
        +
      • state current: "is .."
      • +
      • goal state: "should be .."
      • +
      • diff between current and goal: "will change from .. to .."
      • +
      • diff between current and cleaned: "will change from .. to .."
      • +
      • diff between two profiles' current states: : "left is .., right is .." +Maybe we don't burden the presenter implementation, but Peace will insert the contextual words
      • +
      +
    26. +
    27. +

      Easy API functions for diffing -- current vs goal, between profiles' current states.

      +
    28. +
    29. +

      What about diffing states of different state versions?

      +

      Maybe this is already taken care of -- state_diff is already passed in both States, so implementors had to manage it already.

      +
    30. +
    +
    +
    +
    fd -Ftd 'app_cycle' -x bash -c 'mv $0 ${0/app_cycle/envman}' {}
    +fd -Ftf 'app_cycle' -x bash -c 'mv $0 ${0/app_cycle/envman}' {}
    +sd -s 'app_cycle' 'envman' $(fd -tf)
    +sd -s 'app cycle' 'envman' $(fd -tf)
    +sd -s 'App Cycle' 'Env Man' $(fd -tf)
    +sd -s 'AppCycle' 'EnvMan' $(fd -tf)
    +cargo fmt --all
    +
    +

    Feature Gated Incremental Functionality

    +

    Tried the following parameter type for Item::apply:

    +
    use std::marker::PhantomData;
    +
    +/// Parameters to `Item::apply`.
    +#[derive(Debug)]
    +pub struct EnsureExecParams<
    +    'params,
    +    Data,
    +    #[cfg(feature = "state_current")] StateCurrent,
    +    #[cfg(feature = "state_goal")] StateGoal,
    +    #[cfg(feature = "state_diff")] StateDiff,
    +> {
    +    /// Data accessed by the apply fns.
    +    pub data: Data,
    +    /// Current state of the item.
    +    #[cfg(feature = "state_current")]
    +    pub state_current: &'params StateCurrent,
    +    /// Goal state of the item.
    +    #[cfg(feature = "state_goal")]
    +    pub state_goal: &'params StateGoal,
    +    /// Diff between current and goal states.
    +    #[cfg(feature = "state_diff")]
    +    pub diff: &'params StateDiff,
    +    /// Marker.
    +    marker: PhantomData<&'params ()>,
    +}
    +

    But the following produces a compile error when used:

    +
    async fn exec(
    +    ensure_exec_params: EnsureExecParams<
    +        '_,
    +        Self::Data<'_>,
    +        #[cfg(feature = "state_current")]
    +        Self::State,
    +        #[cfg(feature = "state_diff")]
    +        Self::StateDiff,
    +    >,
    +) -> Result<Self::StatePhysical, Self::Error>;
    +

    The #[cfg(..)] attributes are not supposed in function parameter type parameters: See the Attributes Galore RFC and rfc#2602.

    +

    Perhaps it is possible to define the type separately, but we probably need to define this in a separate trait:

    +
    #[cfg(all(
    +    not(feature = "state_current"),
    +    not(feature = "state_goal"),
    +    not(feature = "state_diff"),
    +))]
    +pub type EnsureExecParams<'params> = EnsureExecParams<
    +    'params,
    +    Self::Data<'params>,
    +>
    +
    +#[cfg(all(
    +    feature = "state_current",
    +    not(feature = "state_goal"),
    +    not(feature = "state_diff"),
    +))]
    +pub type EnsureExecParams<'params> = EnsureExecParams<
    +    'params,
    +    Self::Data<'params>,
    +    Self::State,
    +>
    +
    +#[cfg(all(
    +    feature = "state_current",
    +    feature = "state_goal",
    +    not(feature = "state_diff"),
    +))]
    +pub type EnsureExecParams<'params> = EnsureExecParams<
    +    'params,
    +    Self::Data<'params>,
    +    Self::State,
    +>
    +
    +#[cfg(all(
    +    feature = "state_current",
    +    feature = "state_goal",
    +    feature = "state_diff",
    +))]
    +pub type EnsureExecParams<'params> = EnsureExecParams<
    +    'params,
    +    Self::Data<'params>,
    +    Self::State,
    +    Self::StateDiff,
    +>
    +
    + + + + + + +
    +
    +

    Third Party Licenses

    +

    This page lists the licenses of the projects used in Peace.

    +
    +
        <h2>Overview of licenses:</h2>
    +    <ul class="licenses-overview">
    +        <li><a href="#Apache-2.0">Apache License 2.0</a> (368)</li>
    +        <li><a href="#MIT">MIT License</a> (99)</li>
    +        <li><a href="#BSD-3-Clause">BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License</a> (5)</li>
    +        <li><a href="#ISC">ISC License</a> (4)</li>
    +        <li><a href="#Zlib">zlib License</a> (3)</li>
    +        <li><a href="#BSL-1.0">Boost Software License 1.0</a> (1)</li>
    +        <li><a href="#NOASSERTION">NOASSERTION</a> (1)</li>
    +        <li><a href="#OpenSSL">OpenSSL License</a> (1)</li>
    +        <li><a href="#Unicode-DFS-2016">Unicode License Agreement - Data Files and Software (2016)</a> (1)</li>
    +    </ul>
    +
    +    <h2>All license text:</h2>
    +    <ul class="licenses-list">
    +        <li class="license">
    +            <h3 id="Apache-2.0">Apache License 2.0</h3>
    +            <h4>Used by:</h4>
    +            <ul class="license-used-by">
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-config 1.1.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-credential-types 1.1.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-http 0.60.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-runtime 1.1.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-smithy-async 1.1.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-smithy-checksums 0.60.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-smithy-eventstream 0.60.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-smithy-http 0.60.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-smithy-json 0.60.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-smithy-query 0.60.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-smithy-runtime 1.1.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-smithy-runtime-api 1.1.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-smithy-types 1.1.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-smithy-xml 0.60.1</a></li>
    +                <li><a href=" https://github.com/smithy-lang/smithy-rs ">aws-types 1.1.1</a></li>
    +            </ul>
    +            <pre class="license-text">
    +                             Apache License
    +                       Version 2.0, January 2004
    +                    http://www.apache.org/licenses/
    +
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability. +

      +
    18. +
    19. +

      Apache License 2.0

      +

      Used by:

      + +
      +Apache License
      +Version 2.0, January 2004
      +http://www.apache.org/licenses/
      +
    20. +
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS +

    +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    +

    Ideas

    +

    This page records ideas that I'd like, but there isn't enough mental capacity and time to design and work on them yet.

    +
    +1. Abstraction over native storage and web storage – use IndexedDB instead of `WebStorage` APIs. +
    +
    +
    +
    +2. Graphical user interface that renders each flow's graph. +
    +
      +
    1. +

      Each item is a node.

      +
    2. +
    3. +

      User can select which nodes to run – these may be a subset of the flow.

      +
    4. +
    5. +

      User can select beginning and ending nodes – and these can be in reverse order.

      + +
    6. +
    +

    Note: Graphviz is compiled to WASM and published by hpcc-systems/hpcc-js-wasm. May be able to use that to render.

    +

    graphviz-visual-editor is a library that allows basic editing of a graphviz graph. It's not yet developed to a point that is intuitive for users.

    +
    +
    +
    +3. Tool that uses `peace` to check consumer code whether it adheres to best practices. +
    +
    +
    +
    +4. Clean Command Retains History +
    +

    End users may want to see what was previously deployed.

    +

    If we retain a ${profile}/.history directory with all previous execution information, it allows:

    +
      +
    • Re-attempting clean up.
    • +
    • Reporting on what was cleaned up.
    • +
    • Computing costs of all executions
    • +
    +

    Perhaps we should make the API be, on visit, return a list of identifiers for things to clean up.

    +
    +
    +
    +5. Types / proc macros to place constraints at compile time for aesthetic reports. +
    +
      +
    • short summary sentences
    • +
    • 2 ~ 3 sentence paragraphs / word limit
    • +
    +
    #![allow(unused)]
    +fn main() {
    +/// An ID
    +#[derive(Clone, Debug, PartialEq, Eq)]
    +pub struct Id<'s>(Cow<'s, str>);
    +
    +/// Single line description, hard limit of 200 characters.
    +#[derive(Clone, Debug, PartialEq, Eq)]
    +pub struct DescShort<'s>(Cow<'s, str>);
    +}
    +
    +
    +
    +6. MultiProfile Cmd scope profile sort function +
    +

    Users may want to sort profiles in the profile directory differently to their alphabetical / lexicographical sorting.

    +

    This may be dependent on profile params – sort env based on env type, last execution time – profile history.

    +
    +
    +
    +7. Cancel-safe state storage +
    +

    When an item ensure does multiple writes, there is a possibility of not all of those writes occur during execution:

    +
      +
    • user interrupts the execution.
    • +
    • internet connection drops.
    • +
    • machine loses power.
    • +
    +

    In the last case, we cannot safely write state to disk, so a StateCurrent discover is needed to bring StatesCurrentStored up to date. However, the previous two cases, it is possible for Items to return State that has been partially ensured, without making any further outgoing calls -- i.e. infer StatesEnsured based on the successful writes so far.

    +

    Note that this places a burden on the Item implementor to return the partial state ensured (which may conflict with keeping the State simple), as well as make the ApplyFns::exec return value more complex.

    +

    The trade off may not be worthwhile.

    +
    +
    +
    +8. Adding / removing / modifying items in flows +
    +

    Implementors may add/remove/modify items in flows.

    +

    Peace needs to be designed such that these changes do not cause already-existent flows to not be loadable, i.e. when:

    +
      +
    • +

      states_*.yaml contains state for which an item no longer exists in the flow.

      +
    • +
    • +

      states_*.yaml does not contain state for an item that is newly added to the flow.

      +
    • +
    • +

      states_*.yaml contains state whose fields are different to a new version of an item.

      +

      This one can be addressed by having State be an enum, with versioned variants.

      +
    • +
    +

    Also see 14.

    +
    +
    +
    +9. Item expiry +
    +

    For items that cost, it is useful to have an expiry time that causes it to be deleted.

    +
      +
    • This would have to be supported by the service that hosts the item.
    • +
    • There should be a way to notify the user of items that are about to expire.
    • +
    • There should also be a way to extend the item expiry times easily.
    • +
    +
    +
    +
    +10. Interrupt / cancel safety +
    +

    The tokio-graceful-shutdown library can be used to introduce interrupt safety into item executions. This is particularly useful for write functions.

    +

    See the is_shutdown_requested method in particular.

    +
    +
    +
    +11. Diffable item params +
    +

    DiffCmd originally was written to diff the current and goal states. However, with the second use case of "diff states between two profiles", it is also apparent that other related functionality is useful:

    +
      +
    • Diff profile params / flow params.
    • +
    • Diff item params between profiles for a given flow.
    • +
    +

    Because of diffable params, and [#94], the Item should likely have:

    +
      +
    • type Params: ItemParams + Serialize + DeserializeOwned.
    • +
    • feature gated fn item_params_diff(..).
    • +
    +

    fn item_params_diff(..) should likely have a similar signature to fn state_diff(..), whereby if one uses XData<'_>, the other should as well for consistency:

    +
      +
    • For MultiProfileSingleFlow commands, a diff for item params which contains a referential value (e.g. "use the some_predecessor.ip_address()") may(?) need information about some_predecessor through Resources / Data.
    • +
    +

    We should work out the design of that before settling on what state_diff and item_params_diff's function parameters will be. See Design Thoughts on [#94] for how it may look like.

    +
    +
    +
    +12. Default item params +
    +

    An Item's params may not necessarily be mandatory. From the Params type (and corresponding trait), Peace may:

    +
      +
    • Insert default param values, if the Item implementor provides a default
    • +
    • Still make the params required if there is no default.
    • +
    • Provide a way for ParamsSpec for each field to be the default, or a mapping function.
    • +
    +
    +
    +
    +13. Upgrades: Tolerate optional or different workspace params / item params / states +
    +

    When new workspace params are added, or new items are added to a flow, existing *_params.yaml, item_params.yaml, and states_*.yaml may not contain values for those newly added params / items.

    +

    Automation software should be able to:

    +
      +
    • Work with missing parameters.
    • +
    • Work with changed parameter types.
    • +
    +

    When workspace params / items are removed from a flow, leftover params / state are no longer used. However, we may want to do one of:

    +
      +
    • Notify the user to clean up unused params
    • +
    • Peace should ignore it
    • +
    • Inform the automator to still register the item, so that old execution may be loaded.
    • +
    +
    +
    +
    +14. Store params per execution, pass previous execution's params to clean cmd +
    +

    Instead of requiring Item::State to store the params used when applied, maybe we should store the params used in the last ensure alongside that item's state.

    +

    Users are concerned with the current state of the item. They also may be concerned with the parameters used to produce that state. Requiring item implementors to store paths / IP addresses within the state that has been ensured feels like unnecessary duplication.

    +

    However, when comparing diffs, we would hope either:

    +
      +
    • The params used to discover the current and goal states are the same, or
    • +
    • The "params and states" pairs are both compared.
    • +
    +

    Also:

    +
      +
    • apply_check needs to have both the old and new params to determine whether apply needs to be executed.
    • +
    • State as the output API, should not necessarily include params.
    • +
    • When parameters change, and an apply is interrupted, then we may have earlier items using the new parameters, and later items still on the previous parameters. More complicated still, is if parameters change in the middle of an interruption, and re-applied.
    • +
    +

    Perhaps there should be a (dest_parameters, Item::State) current state, and a (src_parameters, Item::State) goal state. That makes sense for file downloads if we care about cleaning up the previous dest_path, to move a file to the new dest_path.

    +

    Or, all dest parameters should be in Item::State, because that's what's needed to know if something needs to change.

    +

    Another thought:

    +

    states_*.yaml should store this per item:

    +
      +
    • params used for apply
    • +
    • values resolved for those params
    • +
    • current state
    • +
    +

    Also see 8.

    +
    +
    +
    +15. Use openlayers for tiling level of detail +
    +

    Generate dot diagram using graphviz with full resolution, and then convert to tiles, then display different styling depending on the state of each item.

    +
    +
    +
    +16. Combine data and params{,_partial} into FnCtx +
    +

    Item functions take in FnCtx, data, and item params as separate arguments.

    +

    This was done to:

    +
      +
    • Reduce the additional layer to get Item::Params, or Item::ParamsPartial.
    • +
    • Avoid progress sender from being passed in to function that didn't need it.
    • +
    +

    However, functions don't necessarily need runtime fn_ctx or data, making it noise in the signature.

    +

    Should we combine all 3 into FnCtx? It would make FnCtx type parameterized over Params and ParamsPartial.

    +
    +
    +

    Notes

    +
    +1. SSH-like on Windows + +
    +
    +2. Learnings from envman end-to-end implementation. +
    +
      +
    1. +

      Referential lookup of values in state / item params. ([#94])

      +
    2. +
    3. +

      AWS SDK is not WASM ready -- includes mio unconditionally through tokio (calls UDP). (aws-sdk-rust#59)

      +
    4. +
    5. +

      AWS SDK does not always include error detail -- S3 head_object. (aws-sdk-rust#227)

      +
    6. +
    7. +

      Progress output should enable-able for state current / goal discover / clean functions.

      +
    8. +
    9. +

      Flow params are annoying to register every time we add another item. Maybe split end user provided params from item params.

      +
    10. +
    11. +

      Blank item needs a lot of rework to be easier to implement an item. ([67], [#96])

      +
    12. +
    13. +

      For ApplyCmd, collect StateCurrent, StateGoal, StateDiff in execution report.

      +
    14. +
    15. +

      AWS errors' code and message should be shown to the user.

      +
    16. +
    17. +

      Progress limit should not be returned in ApplyFns::check, but sent through progress_sender.limit(ProgressLimit). This simplifies check, and allows state current/goal discovery to set the limits easily.

      +
    18. +
    19. +

      Consolidate StatesDiscoverCmd and ApplyCmd, so the outcome of a command is generic. Maybe use a trait and structs, instead of enum variants and hardcoded inlined functions, so that it is extendable.

      +
    20. +
    21. +

      Add an ListKeysAligned presentable type so Presenters can align keys of a list dynamically.

      +
    22. +
    23. +

      Remove the peace_cfg::State type.

      +
    24. +
    25. +

      Contextual presentable strings, for states and diffs.

      +

      What command is this called for:

      +
        +
      • state current: "is .."
      • +
      • goal state: "should be .."
      • +
      • diff between current and goal: "will change from .. to .."
      • +
      • diff between current and cleaned: "will change from .. to .."
      • +
      • diff between two profiles' current states: : "left is .., right is .." +Maybe we don't burden the presenter implementation, but Peace will insert the contextual words
      • +
      +
    26. +
    27. +

      Easy API functions for diffing -- current vs goal, between profiles' current states.

      +
    28. +
    29. +

      What about diffing states of different state versions?

      +

      Maybe this is already taken care of -- state_diff is already passed in both States, so implementors had to manage it already.

      +
    30. +
    +
    +
    +
    fd -Ftd 'app_cycle' -x bash -c 'mv $0 ${0/app_cycle/envman}' {}
    +fd -Ftf 'app_cycle' -x bash -c 'mv $0 ${0/app_cycle/envman}' {}
    +sd -s 'app_cycle' 'envman' $(fd -tf)
    +sd -s 'app cycle' 'envman' $(fd -tf)
    +sd -s 'App Cycle' 'Env Man' $(fd -tf)
    +sd -s 'AppCycle' 'EnvMan' $(fd -tf)
    +cargo fmt --all
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    +Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright 2022 Jacob Pratt et al.

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    +Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright 2023 Jacob Pratt et al.

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    +Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    +Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                     Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a peretual, +worldwide, non-exclusive, no-cpharge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides it s Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                     Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright (c) Microsoft Corporation.

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                     Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright 2020 Tomasz "Soveu" Marx

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.

    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                     Apache License
    +                           Version 2.0, January 2004
    +                        http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright 2023 The Fuchsia Authors

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.

    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                     Apache License
    +                           Version 2.0, January 2004
    +                        http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                     Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;{}&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright 2017 Juniper Networks, Inc.

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                     Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;{}&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright {yyyy} {name of copyright owner}

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                     Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;{}&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright {yyyy} {name of copyright owner}

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.

    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                     Apache License
    +                           Version 2.0, January 2004
    +                        http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                    Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +
      To apply the Apache License to your work, attach the following
    +  boilerplate notice, with the fields enclosed by brackets &quot;{}&quot;
    +  replaced with your own identifying information. (Don&#x27;t include
    +  the brackets!)  The text should be enclosed in the appropriate
    +  comment syntax for the file format. We also recommend that a
    +  file or class name and description of purpose be included on the
    +  same &quot;printed page&quot; as the copyright notice for easier
    +  identification within third-party archives.
    +
    +

    Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
       http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.

    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +                        Version 2.0, January 2004
    +                     http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright (c) 2016 Alex Crichton +Copyright (c) 2017 The Tokio Authors

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2014 Paho Lurie-Gregg

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2016 Sean McArthur

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2017 Ryan Leckey

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2017 Sergio Benitez

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2017 The Rust Project Developers

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2017 http-rs authors

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2017 quininer kel

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2018 The pin-utils authors

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2018-2022 RustCrypto Developers

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2019-2020 CreepySkeleton <creepy-skeleton@yandex.ru>

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2020 Andrew Straw

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.

    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +                        Version 2.0, January 2004
    +                     http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +

    http://www.apache.org/licenses/LICENSE-2.0

    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +

    http://www.apache.org/licenses/LICENSE-2.0

    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +https://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +https://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    https://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +https://www.apache.org/licenses/LICENSE-2.0
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    https://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright 2019-2020 CreepySkeleton <creepy-skeleton@yandex.ru>

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

      +

      "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

      +

      "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

      +

      "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

      +

      "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

      +

      "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

      +

      "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

      +

      "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

      +

      "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

      +

      "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

      +
    2. +
    3. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    4. +
    5. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    6. +
    7. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

      +
    8. +
    9. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    10. +
    11. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    12. +
    13. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    14. +
    15. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    16. +
    17. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    18. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.

    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    # Contributing
    +

    License

    +

    Licensed under either of

    +
      +
    • Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
    • +
    • MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
    • +
    +

    at your option.

    +

    Contribution

    +

    Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any +additional terms or conditions. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    // Licensed under the Apache License, Version 2.0
    +// \ or the MIT license
    +// \, at your option.
    +// All files in the project carrying such notice may not be copied, modified, or distributed
    +// except according to those terms.
    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    Apache License
    +

    Version 2.0, January 2004

    +

    http://www.apache.org/licenses/ TERMS +AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document.

      +
    2. +
    +

    "Licensor" shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License.

    +
      &quot;Legal Entity&quot; shall mean the
    +
    +

    union of the acting entity and all other entities that control, are controlled +by, or are under common control with that entity. For the purposes of this +definition, "control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or otherwise, or (ii) +ownership of fifty percent (50%) or more of the outstanding shares, or (iii) +beneficial ownership of such entity.

    +
      &quot;You&quot; (or &quot;Your&quot;) shall mean
    +
    +

    an individual or Legal Entity exercising permissions granted by this License.

    +
      &quot;Source&quot; form shall mean the preferred form for making modifications,
    +
    +

    including but not limited to software source code, documentation source, and +configuration files.

    +
      &quot;Object&quot; form shall mean any form resulting
    +
    +

    from mechanical transformation or translation of a Source form, including but not +limited to compiled object code, generated documentation, and conversions to +other media types.

    +
      &quot;Work&quot; shall mean the work of authorship,
    +
    +

    whether in Source or Object form, made available under the License, as indicated +by a copyright notice that is included in or attached to the work (an example is +provided in the Appendix below).

    +
      &quot;Derivative Works&quot; shall mean any
    +
    +

    work, whether in Source or Object form, that is based on (or derived from) the +Work and for which the editorial revisions, annotations, elaborations, or other +modifications represent, as a whole, an original work of authorship. For the +purposes of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, the Work +and Derivative Works thereof.

    +
      &quot;Contribution&quot; shall mean any work
    +
    +

    of authorship, including the original version of the Work and any modifications +or additions to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner or by an +individual or Legal Entity authorized to submit on behalf of the copyright owner. +For the purposes of this definition, "submitted" means any form of electronic, +verbal, or written communication sent to the Licensor or its representatives, +including but not limited to communication on electronic mailing lists, source +code control systems, and issue tracking systems that are managed by, or on +behalf of, the Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise designated in +writing by the copyright owner as "Not a Contribution."

    +

    "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of +whom a Contribution has been received by Licensor and subsequently incorporated +within the Work.

    +
      +
    1. +

      Grant of Copyright License. Subject to the terms and +conditions of this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license +to reproduce, prepare Derivative Works of, publicly display, publicly perform, +sublicense, and distribute the Work and such Derivative Works in Source or Object +form.

      +
    2. +
    3. +

      Grant of Patent License. Subject to the terms and conditions of this +License, each Contributor hereby grants to You a perpetual, worldwide, +non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this +section) patent license to make, have made, use, offer to sell, sell, import, and +otherwise transfer the Work, where such license applies only to those patent +claims licensable by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) with the Work to +which such Contribution(s) was submitted. If You institute patent litigation +against any entity (including a cross-claim or counterclaim in a lawsuit) +alleging that the Work or a Contribution incorporated within the Work constitutes +direct or contributory patent infringement, then any patent licenses granted to +You under this License for that Work shall terminate as of the date such +litigation is filed.

      +
    4. +
    5. +

      Redistribution. You may reproduce and distribute +copies of the Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You meet the following +conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any +modified files to carry prominent notices stating that You changed the files; +and

      +

      (c) You must retain, in the Source form of any Derivative Works that +You distribute, all copyright, patent, trademark, and attribution notices from +the Source form of the Work, excluding those notices that do not pertain to any +part of the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text +file as part of its distribution, then any Derivative Works that You distribute +must include a readable copy of the attribution notices contained within such +NOTICE file, excluding those notices that do not pertain to any part of the +Derivative Works, in at least one of the following places: within a NOTICE text +file distributed as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, within a display +generated by the Derivative Works, if and wherever such third-party notices +normally appear. The contents of the NOTICE file are for informational purposes +only and do not modify the License. You may add Your own attribution notices +within Derivative Works that You distribute, alongside or as an addendum to the +NOTICE text from the Work, provided that such additional attribution notices +cannot be construed as modifying the License.

      +

      You may add Your own +copyright statement to Your modifications and may provide additional or different +license terms and conditions for use, reproduction, or distribution of Your +modifications, or for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with the conditions +stated in this License.

      +
    6. +
    7. +

      Submission of Contributions. Unless You explicitly +state otherwise, any Contribution intentionally submitted for inclusion in the +Work by You to the Licensor shall be under the terms and conditions of this +License, without any additional terms or conditions. Notwithstanding the above, +nothing herein shall supersede or modify the terms of any separate license +agreement you may have executed with Licensor regarding such Contributions.

      +
    8. +
    9. +

      Trademarks. This License does not grant permission to use the trade names, +trademarks, service marks, or product names of the Licensor, except as required +for reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file.

      +
        +
      1. +

        Disclaimer of Warranty. Unless +required by applicable law or agreed to in writing, Licensor provides the Work +(and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, +without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, +MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible +for determining the appropriateness of using or redistributing the Work and +assume any risks associated with Your exercise of permissions under this +License.

        +
      2. +
      3. +

        Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, unless required +by applicable law (such as deliberate and grossly negligent acts) or agreed to in +writing, shall any Contributor be liable to You for damages, including any +direct, indirect, special, incidental, or consequential damages of any character +arising as a result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, work stoppage, +computer failure or malfunction, or any and all other commercial damages or +losses), even if such Contributor has been advised of the possibility of such +damages.

        +
      4. +
      5. +

        Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, and charge a fee +for, acceptance of support, warranty, indemnity, or other liability obligations +and/or rights consistent with this License. However, in accepting such +obligations, You may act only on Your own behalf and on Your sole responsibility, +not on behalf of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability incurred by, or +claims asserted against, such Contributor by reason of your accepting any such +warranty or additional liability. END OF TERMS AND CONDITIONS

        +
      6. +
      +
    10. +
    +

    APPENDIX: How to +apply the Apache License to your work.

    +

    To apply the Apache License to your work, +attach the following boilerplate notice, with the fields enclosed by brackets +"[]" replaced with your own identifying information. (Don't include the +brackets!) The text should be enclosed in the appropriate comment syntax for the +file format. We also recommend that a file or class name and description of +purpose be included on the same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] Kat +Marchán

    +

    Licensed under the Apache License, Version 2.0 (the "License");

    +

    you may +not use this file except in compliance with the License.

    +

    You may obtain a copy +of the License at

    +

    http://www.apache.org/licenses/LICENSE-2.0

    +

    Unless required by +applicable law or agreed to in writing, software

    +

    distributed under the License +is distributed on an "AS IS" BASIS,

    +

    WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied.

    +

    See the License for the specific language +governing permissions and

    +

    limitations under the License.

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. Definitions.
    2. +
    +

    "License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document.

    +

    "Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License.

    +

    "Legal Entity" shall mean the union of the acting entity and all +other entities that control, are controlled by, or are under common +control with that entity. For the purposes of this definition, +"control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or +otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

    +

    "You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License.

    +

    "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files.

    +

    "Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types.

    +

    "Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a +copyright notice that is included in or attached to the work +(an example is provided in the Appendix below).

    +

    "Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof.

    +

    "Contribution" shall mean any work of authorship, including +the original version of the Work and any modifications or additions +to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of +the copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, +and issue tracking systems that are managed by, or on behalf of, the +Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution."

    +

    "Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

    +
      +
    1. +

      Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form.

      +
    2. +
    3. +

      Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work, +where such license applies only to those patent claims licensable +by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) +with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work +or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate +as of the date such litigation is filed.

      +
    4. +
    5. +

      Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You +meet the following conditions:

      +
    6. +
    +

    (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

    +

    (b) You must cause any modified files to carry prominent notices +stating that You changed the files; and

    +

    (c) You must retain, in the Source form of any Derivative Works +that You distribute, all copyright, patent, trademark, and +attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of +the Derivative Works; and

    +

    (d) If the Work includes a "NOTICE" text file as part of its +distribution, then any Derivative Works that You distribute must +include a readable copy of the attribution notices contained +within such NOTICE file, excluding those notices that do not +pertain to any part of the Derivative Works, in at least one +of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, +within a display generated by the Derivative Works, if and +wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and +do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside +or as an addendum to the NOTICE text from the Work, provided +that such additional attribution notices cannot be construed +as modifying the License.

    +

    You may add Your own copyright statement to Your modifications and +may provide additional or different license terms and conditions +for use, reproduction, or distribution of Your modifications, or +for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License.

    +
      +
    1. +

      Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions.

      +
    2. +
    3. +

      Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file.

      +
    4. +
    5. +

      Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License.

      +
    6. +
    7. +

      Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages.

      +
    8. +
    9. +

      Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability.

      +
    10. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +

    http://www.apache.org/licenses/LICENSE-2.0

    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    Apache License
    +Version 2.0, January 2004
    +http://www.apache.org/licenses/
    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. Definitions.
    2. +
    +

    "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.

    +

    "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.

    +

    "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.

    +

    "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.

    +

    "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.

    +

    "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.

    +

    "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).

    +

    "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.

    +

    "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."

    +

    "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.

    +
      +
    1. +

      Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.

      +
    2. +
    3. +

      Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.

      +
    4. +
    5. +

      Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:

      +

      (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and

      +

      (b) You must cause any modified files to carry prominent notices stating that You changed the files; and

      +

      (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.

      +

      You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.

      +
    6. +
    7. +

      Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.

      +
    8. +
    9. +

      Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.

      +
    10. +
    11. +

      Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.

      +
    12. +
    13. +

      Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.

      +
    14. +
    15. +

      Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.

      +
    16. +
    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your work.

    +

    To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.

    +

    Copyright [yyyy] [name of copyright owner]

    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +

    http://www.apache.org/licenses/LICENSE-2.0

    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    Apache License
    +

    Version 2.0, January 2004

    +

    http://www.apache.org/licenses/ TERMS +AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    +
      +
    1. +

      Definitions.

      +

      "License" shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document.

      +
    2. +
    +

    "Licensor" shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License.

    +
      &quot;Legal Entity&quot; shall mean the
    +
    +

    union of the acting entity and all other entities that control, are controlled +by, or are under common control with that entity. For the purposes of this +definition, "control" means (i) the power, direct or indirect, to cause the +direction or management of such entity, whether by contract or otherwise, or (ii) +ownership of fifty percent (50%) or more of the outstanding shares, or (iii) +beneficial ownership of such entity.

    +
      &quot;You&quot; (or &quot;Your&quot;) shall mean
    +
    +

    an individual or Legal Entity exercising permissions granted by this License.

    +
      &quot;Source&quot; form shall mean the preferred form for making modifications,
    +
    +

    including but not limited to software source code, documentation source, and +configuration files.

    +
      &quot;Object&quot; form shall mean any form resulting
    +
    +

    from mechanical transformation or translation of a Source form, including but not +limited to compiled object code, generated documentation, and conversions to +other media types.

    +
      &quot;Work&quot; shall mean the work of authorship,
    +
    +

    whether in Source or Object form, made available under the License, as indicated +by a copyright notice that is included in or attached to the work (an example is +provided in the Appendix below).

    +
      &quot;Derivative Works&quot; shall mean any
    +
    +

    work, whether in Source or Object form, that is based on (or derived from) the +Work and for which the editorial revisions, annotations, elaborations, or other +modifications represent, as a whole, an original work of authorship. For the +purposes of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, the Work +and Derivative Works thereof.

    +
      &quot;Contribution&quot; shall mean any work
    +
    +

    of authorship, including the original version of the Work and any modifications +or additions to that Work or Derivative Works thereof, that is intentionally +submitted to Licensor for inclusion in the Work by the copyright owner or by an +individual or Legal Entity authorized to submit on behalf of the copyright owner. +For the purposes of this definition, "submitted" means any form of electronic, +verbal, or written communication sent to the Licensor or its representatives, +including but not limited to communication on electronic mailing lists, source +code control systems, and issue tracking systems that are managed by, or on +behalf of, the Licensor for the purpose of discussing and improving the Work, but +excluding communication that is conspicuously marked or otherwise designated in +writing by the copyright owner as "Not a Contribution."

    +

    "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of +whom a Contribution has been received by Licensor and subsequently incorporated +within the Work.

    +
      +
    1. +

      Grant of Copyright License. Subject to the terms and +conditions of this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license +to reproduce, prepare Derivative Works of, publicly display, publicly perform, +sublicense, and distribute the Work and such Derivative Works in Source or Object +form.

      +
    2. +
    3. +

      Grant of Patent License. Subject to the terms and conditions of this +License, each Contributor hereby grants to You a perpetual, worldwide, +non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this +section) patent license to make, have made, use, offer to sell, sell, import, and +otherwise transfer the Work, where such license applies only to those patent +claims licensable by such Contributor that are necessarily infringed by their +Contribution(s) alone or by combination of their Contribution(s) with the Work to +which such Contribution(s) was submitted. If You institute patent litigation +against any entity (including a cross-claim or counterclaim in a lawsuit) +alleging that the Work or a Contribution incorporated within the Work constitutes +direct or contributory patent infringement, then any patent licenses granted to +You under this License for that Work shall terminate as of the date such +litigation is filed.

      +
    4. +
    5. +

      Redistribution. You may reproduce and distribute +copies of the Work or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You meet the following +conditions:

      +

      (a) You must give any other recipients of the Work or +Derivative Works a copy of this License; and

      +

      (b) You must cause any +modified files to carry prominent notices stating that You changed the files; +and

      +

      (c) You must retain, in the Source form of any Derivative Works that +You distribute, all copyright, patent, trademark, and attribution notices from +the Source form of the Work, excluding those notices that do not pertain to any +part of the Derivative Works; and

      +

      (d) If the Work includes a "NOTICE" text +file as part of its distribution, then any Derivative Works that You distribute +must include a readable copy of the attribution notices contained within such +NOTICE file, excluding those notices that do not pertain to any part of the +Derivative Works, in at least one of the following places: within a NOTICE text +file distributed as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, within a display +generated by the Derivative Works, if and wherever such third-party notices +normally appear. The contents of the NOTICE file are for informational purposes +only and do not modify the License. You may add Your own attribution notices +within Derivative Works that You distribute, alongside or as an addendum to the +NOTICE text from the Work, provided that such additional attribution notices +cannot be construed as modifying the License.

      +

      You may add Your own +copyright statement to Your modifications and may provide additional or different +license terms and conditions for use, reproduction, or distribution of Your +modifications, or for any such Derivative Works as a whole, provided Your use, +reproduction, and distribution of the Work otherwise complies with the conditions +stated in this License.

      +
    6. +
    7. +

      Submission of Contributions. Unless You explicitly +state otherwise, any Contribution intentionally submitted for inclusion in the +Work by You to the Licensor shall be under the terms and conditions of this +License, without any additional terms or conditions. Notwithstanding the above, +nothing herein shall supersede or modify the terms of any separate license +agreement you may have executed with Licensor regarding such Contributions.

      +
    8. +
    9. +

      Trademarks. This License does not grant permission to use the trade names, +trademarks, service marks, or product names of the Licensor, except as required +for reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file.

      +
        +
      1. +

        Disclaimer of Warranty. Unless +required by applicable law or agreed to in writing, Licensor provides the Work +(and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, +without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, +MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible +for determining the appropriateness of using or redistributing the Work and +assume any risks associated with Your exercise of permissions under this +License.

        +
      2. +
      3. +

        Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, unless required +by applicable law (such as deliberate and grossly negligent acts) or agreed to in +writing, shall any Contributor be liable to You for damages, including any +direct, indirect, special, incidental, or consequential damages of any character +arising as a result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, work stoppage, +computer failure or malfunction, or any and all other commercial damages or +losses), even if such Contributor has been advised of the possibility of such +damages.

        +
      4. +
      5. +

        Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, and charge a fee +for, acceptance of support, warranty, indemnity, or other liability obligations +and/or rights consistent with this License. However, in accepting such +obligations, You may act only on Your own behalf and on Your sole responsibility, +not on behalf of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability incurred by, or +claims asserted against, such Contributor by reason of your accepting any such +warranty or additional liability. END OF TERMS AND CONDITIONS

        +
      6. +
      +
    10. +
    +

    APPENDIX: How to +apply the Apache License to your work.

    +

    To apply the Apache License to your work, +attach the following boilerplate notice, with the fields enclosed by brackets +"[]" replaced with your own identifying information. (Don't include the +brackets!) The text should be enclosed in the appropriate comment syntax for the +file format. We also recommend that a file or class name and description of +purpose be included on the same "printed page" as the copyright notice for easier +identification within third-party archives.

    +

    Copyright [yyyy] Kat +Marchán

    +

    Licensed under the Apache License, Version 2.0 (the "License");

    +

    you may +not use this file except in compliance with the License.

    +

    You may obtain a copy +of the License at

    +

    http://www.apache.org/licenses/LICENSE-2.0

    +

    Unless required by +applicable law or agreed to in writing, software

    +

    distributed under the License +is distributed on an "AS IS" BASIS,

    +

    WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied.

    +

    See the License for the specific language +governing permissions and

    +

    limitations under the License.

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    Copyright 2016 Nicolas Silva
    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    Copyright 2023 The allocator-api2 project developers
    +

    Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at

    +
    http://www.apache.org/licenses/LICENSE-2.0
    +
    +

    Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    Licensed under the Apache License, Version 2.0
    +\ or the MIT
    +license \,
    +at your option. All files in the project carrying such
    +notice may not be copied, modified, or distributed except
    +according to those terms.
    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    MIT OR Apache-2.0
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    MIT OR Apache-2.0
    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    Minimal-lexical is dual licensed under the Apache 2.0 license as well as the MIT
    +license. See the LICENCE-MIT and the LICENCE-APACHE files for the licenses.
    +
    +

    `src/bellerophon.rs` is loosely based off the Golang implementation, +found here. +That code (used if the `compact` feature is enabled) is subject to a +3-clause BSD license:

    +

    Copyright (c) 2009 The Go Authors. All rights reserved.

    +

    Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met:

    +
      +
    • Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer.
    • +
    • Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution.
    • +
    • Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission.
    • +
    +

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +

    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
    Rust-chrono is dual-licensed under The MIT License \[1\] and
    +Apache 2.0 License \[2\]. Copyright (c) 2014--2017, Kang Seonghoon and
    +contributors.
    +

    Nota Bene: This is same as the Rust Project's own license.

    +

    [1]: <http://opensource.org/licenses/MIT>, which is reproduced below:

    +
    The MIT License (MIT)
    +
    +Copyright (c) 2014, Kang Seonghoon.
    +
    +Permission is hereby granted, free of charge, to any person obtaining a copy
    +of this software and associated documentation files (the &quot;Software&quot;), to deal
    +in the Software without restriction, including without limitation the rights
    +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    +copies of the Software, and to permit persons to whom the Software is
    +furnished to do so, subject to the following conditions:
    +
    +The above copyright notice and this permission notice shall be included in
    +all copies or substantial portions of the Software.
    +
    +THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    +THE SOFTWARE.
    +
    +

    [2]: <http://www.apache.org/licenses/LICENSE-2.0>, which is reproduced below:

    +
                                  Apache License
    +                        Version 2.0, January 2004
    +                     http://www.apache.org/licenses/
    +
    +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    +
    +1. Definitions.
    +
    +   &quot;License&quot; shall mean the terms and conditions for use, reproduction,
    +   and distribution as defined by Sections 1 through 9 of this document.
    +
    +   &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
    +   the copyright owner that is granting the License.
    +
    +   &quot;Legal Entity&quot; shall mean the union of the acting entity and all
    +   other entities that control, are controlled by, or are under common
    +   control with that entity. For the purposes of this definition,
    +   &quot;control&quot; means (i) the power, direct or indirect, to cause the
    +   direction or management of such entity, whether by contract or
    +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
    +   outstanding shares, or (iii) beneficial ownership of such entity.
    +
    +   &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
    +   exercising permissions granted by this License.
    +
    +   &quot;Source&quot; form shall mean the preferred form for making modifications,
    +   including but not limited to software source code, documentation
    +   source, and configuration files.
    +
    +   &quot;Object&quot; form shall mean any form resulting from mechanical
    +   transformation or translation of a Source form, including but
    +   not limited to compiled object code, generated documentation,
    +   and conversions to other media types.
    +
    +   &quot;Work&quot; shall mean the work of authorship, whether in Source or
    +   Object form, made available under the License, as indicated by a
    +   copyright notice that is included in or attached to the work
    +   (an example is provided in the Appendix below).
    +
    +   &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
    +   form, that is based on (or derived from) the Work and for which the
    +   editorial revisions, annotations, elaborations, or other modifications
    +   represent, as a whole, an original work of authorship. For the purposes
    +   of this License, Derivative Works shall not include works that remain
    +   separable from, or merely link (or bind by name) to the interfaces of,
    +   the Work and Derivative Works thereof.
    +
    +   &quot;Contribution&quot; shall mean any work of authorship, including
    +   the original version of the Work and any modifications or additions
    +   to that Work or Derivative Works thereof, that is intentionally
    +   submitted to Licensor for inclusion in the Work by the copyright owner
    +   or by an individual or Legal Entity authorized to submit on behalf of
    +   the copyright owner. For the purposes of this definition, &quot;submitted&quot;
    +   means any form of electronic, verbal, or written communication sent
    +   to the Licensor or its representatives, including but not limited to
    +   communication on electronic mailing lists, source code control systems,
    +   and issue tracking systems that are managed by, or on behalf of, the
    +   Licensor for the purpose of discussing and improving the Work, but
    +   excluding communication that is conspicuously marked or otherwise
    +   designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
    +
    +   &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
    +   on behalf of whom a Contribution has been received by Licensor and
    +   subsequently incorporated within the Work.
    +
    +2. Grant of Copyright License. Subject to the terms and conditions of
    +   this License, each Contributor hereby grants to You a perpetual,
    +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +   copyright license to reproduce, prepare Derivative Works of,
    +   publicly display, publicly perform, sublicense, and distribute the
    +   Work and such Derivative Works in Source or Object form.
    +
    +3. Grant of Patent License. Subject to the terms and conditions of
    +   this License, each Contributor hereby grants to You a perpetual,
    +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +   (except as stated in this section) patent license to make, have made,
    +   use, offer to sell, sell, import, and otherwise transfer the Work,
    +   where such license applies only to those patent claims licensable
    +   by such Contributor that are necessarily infringed by their
    +   Contribution(s) alone or by combination of their Contribution(s)
    +   with the Work to which such Contribution(s) was submitted. If You
    +   institute patent litigation against any entity (including a
    +   cross-claim or counterclaim in a lawsuit) alleging that the Work
    +   or a Contribution incorporated within the Work constitutes direct
    +   or contributory patent infringement, then any patent licenses
    +   granted to You under this License for that Work shall terminate
    +   as of the date such litigation is filed.
    +
    +4. Redistribution. You may reproduce and distribute copies of the
    +   Work or Derivative Works thereof in any medium, with or without
    +   modifications, and in Source or Object form, provided that You
    +   meet the following conditions:
    +
    +   (a) You must give any other recipients of the Work or
    +       Derivative Works a copy of this License; and
    +
    +   (b) You must cause any modified files to carry prominent notices
    +       stating that You changed the files; and
    +
    +   (c) You must retain, in the Source form of any Derivative Works
    +       that You distribute, all copyright, patent, trademark, and
    +       attribution notices from the Source form of the Work,
    +       excluding those notices that do not pertain to any part of
    +       the Derivative Works; and
    +
    +   (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
    +       distribution, then any Derivative Works that You distribute must
    +       include a readable copy of the attribution notices contained
    +       within such NOTICE file, excluding those notices that do not
    +       pertain to any part of the Derivative Works, in at least one
    +       of the following places: within a NOTICE text file distributed
    +       as part of the Derivative Works; within the Source form or
    +       documentation, if provided along with the Derivative Works; or,
    +       within a display generated by the Derivative Works, if and
    +       wherever such third-party notices normally appear. The contents
    +       of the NOTICE file are for informational purposes only and
    +       do not modify the License. You may add Your own attribution
    +       notices within Derivative Works that You distribute, alongside
    +       or as an addendum to the NOTICE text from the Work, provided
    +       that such additional attribution notices cannot be construed
    +       as modifying the License.
    +
    +   You may add Your own copyright statement to Your modifications and
    +   may provide additional or different license terms and conditions
    +   for use, reproduction, or distribution of Your modifications, or
    +   for any such Derivative Works as a whole, provided Your use,
    +   reproduction, and distribution of the Work otherwise complies with
    +   the conditions stated in this License.
    +
    +5. Submission of Contributions. Unless You explicitly state otherwise,
    +   any Contribution intentionally submitted for inclusion in the Work
    +   by You to the Licensor shall be under the terms and conditions of
    +   this License, without any additional terms or conditions.
    +   Notwithstanding the above, nothing herein shall supersede or modify
    +   the terms of any separate license agreement you may have executed
    +   with Licensor regarding such Contributions.
    +
    +6. Trademarks. This License does not grant permission to use the trade
    +   names, trademarks, service marks, or product names of the Licensor,
    +   except as required for reasonable and customary use in describing the
    +   origin of the Work and reproducing the content of the NOTICE file.
    +
    +7. Disclaimer of Warranty. Unless required by applicable law or
    +   agreed to in writing, Licensor provides the Work (and each
    +   Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
    +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    +   implied, including, without limitation, any warranties or conditions
    +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    +   PARTICULAR PURPOSE. You are solely responsible for determining the
    +   appropriateness of using or redistributing the Work and assume any
    +   risks associated with Your exercise of permissions under this License.
    +
    +8. Limitation of Liability. In no event and under no legal theory,
    +   whether in tort (including negligence), contract, or otherwise,
    +   unless required by applicable law (such as deliberate and grossly
    +   negligent acts) or agreed to in writing, shall any Contributor be
    +   liable to You for damages, including any direct, indirect, special,
    +   incidental, or consequential damages of any character arising as a
    +   result of this License or out of the use or inability to use the
    +   Work (including but not limited to damages for loss of goodwill,
    +   work stoppage, computer failure or malfunction, or any and all
    +   other commercial damages or losses), even if such Contributor
    +   has been advised of the possibility of such damages.
    +
    +9. Accepting Warranty or Additional Liability. While redistributing
    +   the Work or Derivative Works thereof, You may choose to offer,
    +   and charge a fee for, acceptance of support, warranty, indemnity,
    +   or other liability obligations and/or rights consistent with this
    +   License. However, in accepting such obligations, You may act only
    +   on Your own behalf and on Your sole responsibility, not on behalf
    +   of any other Contributor, and only if You agree to indemnify,
    +   defend, and hold each Contributor harmless for any liability
    +   incurred by, or claims asserted against, such Contributor by reason
    +   of your accepting any such warranty or additional liability.
    +
    +END OF TERMS AND CONDITIONS
    +
    +APPENDIX: How to apply the Apache License to your work.
    +
    +   To apply the Apache License to your work, attach the following
    +   boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
    +   replaced with your own identifying information. (Don&#x27;t include
    +   the brackets!)  The text should be enclosed in the appropriate
    +   comment syntax for the file format. We also recommend that a
    +   file or class name and description of purpose be included on the
    +   same &quot;printed page&quot; as the copyright notice for easier
    +   identification within third-party archives.
    +
    +Copyright [yyyy] [name of copyright owner]
    +
    +Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
    +you may not use this file except in compliance with the License.
    +You may obtain a copy of the License at
    +
    +	http://www.apache.org/licenses/LICENSE-2.0
    +
    +Unless required by applicable law or agreed to in writing, software
    +distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
    +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +See the License for the specific language governing permissions and
    +limitations under the License.
    +
    +
    +
  • +
  • +

    BSD 3-Clause "New" or "Revised" License

    +

    Used by:

    + +
    BSD 3-Clause License
    +

    Copyright (c) 2013, Julien Schmidt +All rights reserved.

    +

    Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met:

    +
      +
    1. +

      Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer.

      +
    2. +
    3. +

      Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution.

      +
    4. +
    5. +

      Neither the name of the copyright holder nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission.

      +
    6. +
    +

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +

    +
  • +
  • +

    BSD 3-Clause "New" or "Revised" License

    +

    Used by:

    + +
    Copyright (c) 2016-2017 Isis Agora Lovecruft, Henry de Valence. All rights reserved.
    +

    Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met:

    +
      +
    1. +

      Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer.

      +
    2. +
    3. +

      Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution.

      +
    4. +
    5. +

      Neither the name of the copyright holder nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission.

      +
    6. +
    +

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +

    +
  • +
  • +

    BSD 3-Clause "New" or "Revised" License

    +

    Used by:

    + +
    Copyright (c) 2019, Sébastien Crozet
    +All rights reserved.
    +

    Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met:

    +
      +
    1. +

      Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer.

      +
    2. +
    3. +

      Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution.

      +
    4. +
    5. +

      Neither the name of the author nor the names of its contributors may be used +to endorse or promote products derived from this software without specific +prior written permission.

      +
    6. +
    +

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +

    +
  • +
  • +

    BSD 3-Clause "New" or "Revised" License

    +

    Used by:

    + +
    Copyright (c) \ \. 
    +

    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    +
      +
    1. +

      Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

      +
    2. +
    3. +

      Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

      +
    4. +
    5. +

      Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

      +
    6. +
    +

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +

    +
  • +
  • +

    BSD 3-Clause "New" or "Revised" License

    +

    Used by:

    + +
    Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).
    +

    Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met:

    +
      +
    1. +

      Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer.

      +
    2. +
    3. +

      Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution.

      +
    4. +
    5. +

      Neither the name of the copyright holder nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission.

      +
    6. +
    +

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +

    +
  • +
  • +

    Boost Software License 1.0

    +

    Used by:

    + +
    Boost Software License - Version 1.0 - August 17th, 2003
    +

    Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following:

    +

    The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    ISC License

    +

    Used by:

    + +
    // Copyright 2015-2016 Brian Smith.
    +//
    +// Permission to use, copy, modify, and/or distribute this software for any
    +// purpose with or without fee is hereby granted, provided that the above
    +// copyright notice and this permission notice appear in all copies.
    +//
    +// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
    +// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
    +// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
    +// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
    +// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
    +// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
    +// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
    +
    +
  • +
  • +

    ISC License

    +

    Used by:

    + +
    ISC License:
    +

    Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") +Copyright (c) 1995-2003 by Internet Software Consortium

    +

    Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

    +

    THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +

    +
  • +
  • +

    ISC License

    +

    Used by:

    + +
    The ISC License
    +

    Copyright (c) Kat Marchán and other contributors.

    +

    Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies.

    +

    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.Apache License +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2014 Alex Crichton
    +

    Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions:

    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2014 Carl Lerche and other MIO contributors
    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2014-2019 Geoffroy Couprie
    +

    Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions:

    +

    The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2014-2021 Sean McArthur
    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2015 Igor Shaula
    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2015 steffengy
    +

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2017 Redox OS Developers
    +

    MIT License

    +

    Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions:

    +

    The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2017 h2 authors
    +

    Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions:

    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2018 Carl Lerche
    +

    Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions:

    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2018-2019 Sean McArthur
    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.

    +
    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2018-2023 Sean McArthur
    +Copyright (c) 2016 Alex Crichton
    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.

    +
    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2019 Axum Contributors
    +

    Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions:

    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2019 Carl Lerche
    +

    Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions:

    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2019 Hyper Contributors
    +

    Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions:

    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2019 Tokio Contributors
    +

    Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions:

    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2019 Tower Contributors
    +

    Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions:

    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2019-2021 Tower Contributors
    +

    Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions:

    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2023 Sean McArthur
    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2023 Tokio Contributors
    +

    Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions:

    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright (c) 2023 Tokio Contributors
    +

    Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions:

    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE.

    +

    The MIT License (MIT)

    +

    Copyright (c) 2019 Yoshua Wuyts

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright 2020 stoically@protonmail.com
    +Copyright 2023 vldm \
    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Copyright 2021 Axum Contributors
    +

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2016 Jerome Froelich

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2016 Martin Geisler

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2017 James Kominick

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2017 Martin Geisler

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2017 Ted Driggs

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2020 - present The owo-colors Developers

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2020 Ben Hall

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2020 David Purdum

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2020 magiclen.org (Ron Li)

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2021 MarcusGrass

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2022 Ibraheem Ahmed

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2022 Nugine

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2022 Roland Fredenhagen

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) <year> <copyright holders>

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    MIT License
    +

    Copyright (c) 2019 Cloudflare, Inc.

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    Permission is hereby granted, free of charge, to any
    +person obtaining a copy of this software and associated
    +documentation files (the "Software"), to deal in the
    +Software without restriction, including without
    +limitation the rights to use, copy, modify, merge,
    +publish, distribute, sublicense, and/or sell copies of
    +the Software, and to permit persons to whom the Software
    +is furnished to do so, subject to the following
    +conditions:
    +

    The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    The MIT License (MIT)
    +

    Copyright (c) 2014 Mathijs van de Nes

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    The MIT License (MIT)
    +

    Copyright (c) 2014 Mathijs van de Nes

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    The MIT License (MIT)
    +

    Copyright (c) 2015 Andrew Gallant

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    The MIT License (MIT)
    +

    Copyright (c) 2015 Austin Bonander

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.

    +
    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    The MIT License (MIT)
    +

    Copyright (c) 2015 Danny Guo +Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com> +Copyright (c) 2018 Akash Kurdekar

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    The MIT License (MIT)
    +

    Copyright (c) 2016 Jelte Fennema

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    The MIT License (MIT)
    +

    Copyright (c) 2016 Jesse Luehrs

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    The MIT License (MIT)
    +

    Copyright (c) 2017 Andrew Gallant

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    The MIT License (MIT)
    +

    Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.

    +
    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    The MIT License (MIT)
    +

    Copyright (c) 2015 Bartłomiej Kamiński

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    This project is dual-licensed under the Unlicense and MIT licenses.
    +

    You may use this code under the terms of either license. +

    +
  • +
  • +

    MIT License

    +

    Used by:

    + +
    © 2016 Bertram Truong
    +© 2021 Kornel Lesiński
    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +

    +
  • +
  • +

    NOASSERTION

    +

    Used by:

    + +
    
    +
  • +
  • +

    OpenSSL License

    +

    Used by:

    + +
    OpenSSL License
    +

    Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.

    +

    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    +
      +
    1. +

      Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

      +
    2. +
    3. +

      Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

      +
    4. +
    5. +

      All advertising materials mentioning features or use of this software must display the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

      +
    6. +
    7. +

      The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org.

      +
    8. +
    9. +

      Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project.

      +
    10. +
    11. +

      Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)"

      +
    12. +
    +

    THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    +

    This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com).

    +

    Original SSLeay License

    +

    Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) All rights reserved.

    +

    This package is an SSL implementation written by Eric Young (eay@cryptsoft.com). The implementation was written so as to conform with Netscapes SSL.

    +

    This library is free for commercial and non-commercial use as long as the following conditions are aheared to. The following conditions apply to all code found in this distribution, be it the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The SSL documentation included with this distribution is covered by the same copyright terms except that the holder is Tim Hudson (tjh@cryptsoft.com).

    +

    Copyright remains Eric Young's, and as such any Copyright notices in the code are not to be removed. If this package is used in a product, Eric Young should be given attribution as the author of the parts of the library used. This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package.

    +

    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    +
      +
    1. +

      Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer.

      +
    2. +
    3. +

      Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

      +
    4. +
    5. +

      All advertising materials mentioning features or use of this software must display the following acknowledgement: +"This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)" +The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-).

      +
    6. +
    7. +

      If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

      +
    8. +
    +

    THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    +

    The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.] +

    +
  • +
  • +

    Unicode License Agreement - Data Files and Software (2016)

    +

    Used by:

    + +
    UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
    +

    Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.

    +

    Unicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.

    +

    Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.

    +

    NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.

    +

    COPYRIGHT AND PERMISSION NOTICE

    +

    Copyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either

    +
     (a) this copyright and permission notice appear with all copies of the Data Files or Software, or
    + (b) this copyright and permission notice appear in associated Documentation.
    +
    +

    THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.

    +

    Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder. +

    +
  • +
  • +

    zlib License

    +

    Used by:

    + +
    Copyright (c) 2020 Matias Rodriguez.
    +

    This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software.

    +

    Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions:

    +
      +
    1. The origin of this software must not be misrepresented; you must not +claim that you wrote the original software. If you use this software +in a product, an acknowledgment in the product documentation would be +appreciated but is not required.
    2. +
    3. Altered source versions must be plainly marked as such, and must not be +misrepresented as being the original software.
    4. +
    5. This notice may not be removed or altered from any source distribution.
  • +
  • +

    zlib License

    +

    Used by:

    + +
    Copyright (c) 2021 Orson Peters \
    +
  • + +

    This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use of +this software.

    +

    Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions:

    +
      +
    1. +

      The origin of this software must not be misrepresented; you must not claim +that you wrote the original software. If you use this software in a product, +an acknowledgment in the product documentation would be appreciated but is +not required.

      +
    2. +
    3. +

      Altered source versions must be plainly marked as such, and must not be +misrepresented as being the original software.

      +
    4. +
    5. +

      This notice may not be removed or altered from any source distribution. +

      +
    6. + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/searcher.js b/searcher.js new file mode 100644 index 000000000..d2b0aeed3 --- /dev/null +++ b/searcher.js @@ -0,0 +1,483 @@ +"use strict"; +window.search = window.search || {}; +(function search(search) { + // Search functionality + // + // You can use !hasFocus() to prevent keyhandling in your key + // event handlers while the user is typing their search. + + if (!Mark || !elasticlunr) { + return; + } + + //IE 11 Compatibility from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith + if (!String.prototype.startsWith) { + String.prototype.startsWith = function(search, pos) { + return this.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; + }; + } + + var search_wrap = document.getElementById('search-wrapper'), + searchbar = document.getElementById('searchbar'), + searchbar_outer = document.getElementById('searchbar-outer'), + searchresults = document.getElementById('searchresults'), + searchresults_outer = document.getElementById('searchresults-outer'), + searchresults_header = document.getElementById('searchresults-header'), + searchicon = document.getElementById('search-toggle'), + content = document.getElementById('content'), + + searchindex = null, + doc_urls = [], + results_options = { + teaser_word_count: 30, + limit_results: 30, + }, + search_options = { + bool: "AND", + expand: true, + fields: { + title: {boost: 1}, + body: {boost: 1}, + breadcrumbs: {boost: 0} + } + }, + mark_exclude = [], + marker = new Mark(content), + current_searchterm = "", + URL_SEARCH_PARAM = 'search', + URL_MARK_PARAM = 'highlight', + teaser_count = 0, + + SEARCH_HOTKEY_KEYCODE = 83, + ESCAPE_KEYCODE = 27, + DOWN_KEYCODE = 40, + UP_KEYCODE = 38, + SELECT_KEYCODE = 13; + + function hasFocus() { + return searchbar === document.activeElement; + } + + function removeChildren(elem) { + while (elem.firstChild) { + elem.removeChild(elem.firstChild); + } + } + + // Helper to parse a url into its building blocks. + function parseURL(url) { + var a = document.createElement('a'); + a.href = url; + return { + source: url, + protocol: a.protocol.replace(':',''), + host: a.hostname, + port: a.port, + params: (function(){ + var ret = {}; + var seg = a.search.replace(/^\?/,'').split('&'); + var len = seg.length, i = 0, s; + for (;i': '>', + '"': '"', + "'": ''' + }; + var repl = function(c) { return MAP[c]; }; + return function(s) { + return s.replace(/[&<>'"]/g, repl); + }; + })(); + + function formatSearchMetric(count, searchterm) { + if (count == 1) { + return count + " search result for '" + searchterm + "':"; + } else if (count == 0) { + return "No search results for '" + searchterm + "'."; + } else { + return count + " search results for '" + searchterm + "':"; + } + } + + function formatSearchResult(result, searchterms) { + var teaser = makeTeaser(escapeHTML(result.doc.body), searchterms); + teaser_count++; + + // The ?URL_MARK_PARAM= parameter belongs inbetween the page and the #heading-anchor + var url = doc_urls[result.ref].split("#"); + if (url.length == 1) { // no anchor found + url.push(""); + } + + // encodeURIComponent escapes all chars that could allow an XSS except + // for '. Due to that we also manually replace ' with its url-encoded + // representation (%27). + var searchterms = encodeURIComponent(searchterms.join(" ")).replace(/\'/g, "%27"); + + return '' + result.doc.breadcrumbs + '' + + '' + + teaser + ''; + } + + function makeTeaser(body, searchterms) { + // The strategy is as follows: + // First, assign a value to each word in the document: + // Words that correspond to search terms (stemmer aware): 40 + // Normal words: 2 + // First word in a sentence: 8 + // Then use a sliding window with a constant number of words and count the + // sum of the values of the words within the window. Then use the window that got the + // maximum sum. If there are multiple maximas, then get the last one. + // Enclose the terms in . + var stemmed_searchterms = searchterms.map(function(w) { + return elasticlunr.stemmer(w.toLowerCase()); + }); + var searchterm_weight = 40; + var weighted = []; // contains elements of ["word", weight, index_in_document] + // split in sentences, then words + var sentences = body.toLowerCase().split('. '); + var index = 0; + var value = 0; + var searchterm_found = false; + for (var sentenceindex in sentences) { + var words = sentences[sentenceindex].split(' '); + value = 8; + for (var wordindex in words) { + var word = words[wordindex]; + if (word.length > 0) { + for (var searchtermindex in stemmed_searchterms) { + if (elasticlunr.stemmer(word).startsWith(stemmed_searchterms[searchtermindex])) { + value = searchterm_weight; + searchterm_found = true; + } + }; + weighted.push([word, value, index]); + value = 2; + } + index += word.length; + index += 1; // ' ' or '.' if last word in sentence + }; + index += 1; // because we split at a two-char boundary '. ' + }; + + if (weighted.length == 0) { + return body; + } + + var window_weight = []; + var window_size = Math.min(weighted.length, results_options.teaser_word_count); + + var cur_sum = 0; + for (var wordindex = 0; wordindex < window_size; wordindex++) { + cur_sum += weighted[wordindex][1]; + }; + window_weight.push(cur_sum); + for (var wordindex = 0; wordindex < weighted.length - window_size; wordindex++) { + cur_sum -= weighted[wordindex][1]; + cur_sum += weighted[wordindex + window_size][1]; + window_weight.push(cur_sum); + }; + + if (searchterm_found) { + var max_sum = 0; + var max_sum_window_index = 0; + // backwards + for (var i = window_weight.length - 1; i >= 0; i--) { + if (window_weight[i] > max_sum) { + max_sum = window_weight[i]; + max_sum_window_index = i; + } + }; + } else { + max_sum_window_index = 0; + } + + // add around searchterms + var teaser_split = []; + var index = weighted[max_sum_window_index][2]; + for (var i = max_sum_window_index; i < max_sum_window_index+window_size; i++) { + var word = weighted[i]; + if (index < word[2]) { + // missing text from index to start of `word` + teaser_split.push(body.substring(index, word[2])); + index = word[2]; + } + if (word[1] == searchterm_weight) { + teaser_split.push("") + } + index = word[2] + word[0].length; + teaser_split.push(body.substring(word[2], index)); + if (word[1] == searchterm_weight) { + teaser_split.push("") + } + }; + + return teaser_split.join(''); + } + + function init(config) { + results_options = config.results_options; + search_options = config.search_options; + searchbar_outer = config.searchbar_outer; + doc_urls = config.doc_urls; + searchindex = elasticlunr.Index.load(config.index); + + // Set up events + searchicon.addEventListener('click', function(e) { searchIconClickHandler(); }, false); + searchbar.addEventListener('keyup', function(e) { searchbarKeyUpHandler(); }, false); + document.addEventListener('keydown', function(e) { globalKeyHandler(e); }, false); + // If the user uses the browser buttons, do the same as if a reload happened + window.onpopstate = function(e) { doSearchOrMarkFromUrl(); }; + // Suppress "submit" events so the page doesn't reload when the user presses Enter + document.addEventListener('submit', function(e) { e.preventDefault(); }, false); + + // If reloaded, do the search or mark again, depending on the current url parameters + doSearchOrMarkFromUrl(); + } + + function unfocusSearchbar() { + // hacky, but just focusing a div only works once + var tmp = document.createElement('input'); + tmp.setAttribute('style', 'position: absolute; opacity: 0;'); + searchicon.appendChild(tmp); + tmp.focus(); + tmp.remove(); + } + + // On reload or browser history backwards/forwards events, parse the url and do search or mark + function doSearchOrMarkFromUrl() { + // Check current URL for search request + var url = parseURL(window.location.href); + if (url.params.hasOwnProperty(URL_SEARCH_PARAM) + && url.params[URL_SEARCH_PARAM] != "") { + showSearch(true); + searchbar.value = decodeURIComponent( + (url.params[URL_SEARCH_PARAM]+'').replace(/\+/g, '%20')); + searchbarKeyUpHandler(); // -> doSearch() + } else { + showSearch(false); + } + + if (url.params.hasOwnProperty(URL_MARK_PARAM)) { + var words = decodeURIComponent(url.params[URL_MARK_PARAM]).split(' '); + marker.mark(words, { + exclude: mark_exclude + }); + + var markers = document.querySelectorAll("mark"); + function hide() { + for (var i = 0; i < markers.length; i++) { + markers[i].classList.add("fade-out"); + window.setTimeout(function(e) { marker.unmark(); }, 300); + } + } + for (var i = 0; i < markers.length; i++) { + markers[i].addEventListener('click', hide); + } + } + } + + // Eventhandler for keyevents on `document` + function globalKeyHandler(e) { + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text') { return; } + + if (e.keyCode === ESCAPE_KEYCODE) { + e.preventDefault(); + searchbar.classList.remove("active"); + setSearchUrlParameters("", + (searchbar.value.trim() !== "") ? "push" : "replace"); + if (hasFocus()) { + unfocusSearchbar(); + } + showSearch(false); + marker.unmark(); + } else if (!hasFocus() && e.keyCode === SEARCH_HOTKEY_KEYCODE) { + e.preventDefault(); + showSearch(true); + window.scrollTo(0, 0); + searchbar.select(); + } else if (hasFocus() && e.keyCode === DOWN_KEYCODE) { + e.preventDefault(); + unfocusSearchbar(); + searchresults.firstElementChild.classList.add("focus"); + } else if (!hasFocus() && (e.keyCode === DOWN_KEYCODE + || e.keyCode === UP_KEYCODE + || e.keyCode === SELECT_KEYCODE)) { + // not `:focus` because browser does annoying scrolling + var focused = searchresults.querySelector("li.focus"); + if (!focused) return; + e.preventDefault(); + if (e.keyCode === DOWN_KEYCODE) { + var next = focused.nextElementSibling; + if (next) { + focused.classList.remove("focus"); + next.classList.add("focus"); + } + } else if (e.keyCode === UP_KEYCODE) { + focused.classList.remove("focus"); + var prev = focused.previousElementSibling; + if (prev) { + prev.classList.add("focus"); + } else { + searchbar.select(); + } + } else { // SELECT_KEYCODE + window.location.assign(focused.querySelector('a')); + } + } + } + + function showSearch(yes) { + if (yes) { + search_wrap.classList.remove('hidden'); + searchicon.setAttribute('aria-expanded', 'true'); + } else { + search_wrap.classList.add('hidden'); + searchicon.setAttribute('aria-expanded', 'false'); + var results = searchresults.children; + for (var i = 0; i < results.length; i++) { + results[i].classList.remove("focus"); + } + } + } + + function showResults(yes) { + if (yes) { + searchresults_outer.classList.remove('hidden'); + } else { + searchresults_outer.classList.add('hidden'); + } + } + + // Eventhandler for search icon + function searchIconClickHandler() { + if (search_wrap.classList.contains('hidden')) { + showSearch(true); + window.scrollTo(0, 0); + searchbar.select(); + } else { + showSearch(false); + } + } + + // Eventhandler for keyevents while the searchbar is focused + function searchbarKeyUpHandler() { + var searchterm = searchbar.value.trim(); + if (searchterm != "") { + searchbar.classList.add("active"); + doSearch(searchterm); + } else { + searchbar.classList.remove("active"); + showResults(false); + removeChildren(searchresults); + } + + setSearchUrlParameters(searchterm, "push_if_new_search_else_replace"); + + // Remove marks + marker.unmark(); + } + + // Update current url with ?URL_SEARCH_PARAM= parameter, remove ?URL_MARK_PARAM and #heading-anchor . + // `action` can be one of "push", "replace", "push_if_new_search_else_replace" + // and replaces or pushes a new browser history item. + // "push_if_new_search_else_replace" pushes if there is no `?URL_SEARCH_PARAM=abc` yet. + function setSearchUrlParameters(searchterm, action) { + var url = parseURL(window.location.href); + var first_search = ! url.params.hasOwnProperty(URL_SEARCH_PARAM); + if (searchterm != "" || action == "push_if_new_search_else_replace") { + url.params[URL_SEARCH_PARAM] = searchterm; + delete url.params[URL_MARK_PARAM]; + url.hash = ""; + } else { + delete url.params[URL_MARK_PARAM]; + delete url.params[URL_SEARCH_PARAM]; + } + // A new search will also add a new history item, so the user can go back + // to the page prior to searching. A updated search term will only replace + // the url. + if (action == "push" || (action == "push_if_new_search_else_replace" && first_search) ) { + history.pushState({}, document.title, renderURL(url)); + } else if (action == "replace" || (action == "push_if_new_search_else_replace" && !first_search) ) { + history.replaceState({}, document.title, renderURL(url)); + } + } + + function doSearch(searchterm) { + + // Don't search the same twice + if (current_searchterm == searchterm) { return; } + else { current_searchterm = searchterm; } + + if (searchindex == null) { return; } + + // Do the actual search + var results = searchindex.search(searchterm, search_options); + var resultcount = Math.min(results.length, results_options.limit_results); + + // Display search metrics + searchresults_header.innerText = formatSearchMetric(resultcount, searchterm); + + // Clear and insert results + var searchterms = searchterm.split(' '); + removeChildren(searchresults); + for(var i = 0; i < resultcount ; i++){ + var resultElem = document.createElement('li'); + resultElem.innerHTML = formatSearchResult(results[i], searchterms); + searchresults.appendChild(resultElem); + } + + // Display results + showResults(true); + } + + fetch(path_to_root + 'searchindex.json') + .then(response => response.json()) + .then(json => init(json)) + .catch(error => { // Try to load searchindex.js if fetch failed + var script = document.createElement('script'); + script.src = path_to_root + 'searchindex.js'; + script.onload = () => init(window.search); + document.head.appendChild(script); + }); + + // Exported functions + search.hasFocus = hasFocus; +})(window.search); diff --git a/searchindex.js b/searchindex.js new file mode 100644 index 000000000..c29f269d5 --- /dev/null +++ b/searchindex.js @@ -0,0 +1 @@ +Object.assign(window.search, {"doc_urls":["introduction.html#introduction","introduction.html#how-to-read-this-book","background.html#background","background/purpose.html#purpose","background/strategy.html#strategy","background/strategy.html#outcomes","background/strategy.html#input-dimensions","examples.html#examples","examples/download.html#download","examples/envman.html#env-man","examples/envman/walkthrough.html#walkthrough","technical_concepts.html#technical-concepts","technical_concepts/resources.html#resources","technical_concepts/resources.html#java-equivalent","technical_concepts/function_graph.html#function-graph","technical_concepts/function_graph.html#scenario","technical_concepts/function_graph.html#static-representation","technical_concepts/function_graph.html#dynamic-representation","technical_concepts/function_graph.html#how-it-works","technical_concepts/function_graph/abstraction.html#abstraction","technical_concepts/function_graph/abstraction.html#storage","technical_concepts/function_graph/abstraction.html#instantiation","technical_concepts/function_graph/abstraction.html#invocation","technical_concepts/function_graph/ordering.html#ordering","technical_concepts/function_graph/ordering.html#logical-dependencies","technical_concepts/function_graph/ordering.html#data-dependencies","technical_concepts/function_graph/streaming.html#streaming","technical_concepts/function_graph/streaming.html#visualized","technical_concepts/item.html#item","technical_concepts/item.html#data-types","technical_concepts/item.html#logic--building-blocks","technical_concepts/item.html#examples","technical_concepts/item.html#examples-1","technical_concepts/item.html#examples-2","technical_concepts/item.html#examples-3","technical_concepts/item.html#examples-4","technical_concepts/item.html#comparison-with-git","technical_concepts/item/item_parameters.html#item-parameters","technical_concepts/item/item_parameters/value_specification.html#value-specification","technical_concepts/item/item_parameters/value_specification.html#plain-values","technical_concepts/item/item_parameters/value_specification.html#referenced-values","technical_concepts/item/item_parameters/value_specification.html#transformed-values","technical_concepts/item/item_parameters/params_definition.html#params-definition","technical_concepts/item/item_parameters/params_definition.html#use-cases","technical_concepts/item/item_parameters/params_definition.html#by-item-function","technical_concepts/item/item_parameters/params_definition.html#encoding-serialization--deserialization","technical_concepts/item/item_parameters/params_definition.html#code-implications","technical_concepts/item/item_parameters/params_definition.html#framework","technical_concepts/item/item_parameters/params_definition.html#implementor","technical_concepts/item/item_parameters/params_framework_support.html#params-framework-support","technical_concepts/item/item_parameters/params_framework_support.html#implications-on-serialization-and-flow-params","technical_concepts/item_graph.html#item-graph","technical_concepts/item_graph/initialization.html#initialization","technical_concepts/item_graph/state_inspection.html#state-inspection","technical_concepts/item_graph/state_ensure.html#state-ensure","technical_concepts/item_graph/state_ensure.html#method","technical_concepts/item_graph/state_ensure.html#applyfnscheck","technical_concepts/item_graph/state_ensure.html#itemapply","technical_concepts/item_graph/state_ensure.html#dry-run","technical_concepts/item_graph/state_ensure.html#convergence--non-transactional-execution-recovery","technical_concepts/item_graph/clean.html#clean","technical_concepts/item_graph/clean.html#partial-clean","technical_concepts/state.html#state","technical_concepts/state.html#logical-and-physical-state","technical_concepts/state.html#defining-state","technical_concepts/state.html#fully-logical","technical_concepts/state.html#logical-and-physical","technical_concepts/state.html#fully-physical","technical_concepts/state/logical_state.html#logical-state","technical_concepts/state/logical_state.html#uses","technical_concepts/state/logical_state.html#discovery-constraints","technical_concepts/state/logical_state.html#examples","technical_concepts/state/logical_state.html#implications","technical_concepts/output.html#output","technical_concepts/output.html#outcome","technical_concepts/output.html#outcome-status","technical_concepts/output.html#outcome-messages","technical_concepts/output.html#outcome-errors","technical_concepts/output.html#format","technical_concepts/output/execution_progress.html#execution-progress","technical_concepts/output/execution_progress.html#information","technical_concepts/output/execution_progress.html#progress-status","technical_concepts/output/execution_progress.html#progress-measurement","technical_concepts/output/execution_progress.html#progress-timings","technical_concepts/output/execution_progress.html#information-production--consumption","technical_concepts/output/execution_progress.html#api","technical_concepts/output/presentation.html#presentation","technical_concepts/output/presentation.html#current-state","technical_concepts/output/presentation.html#goal-state","technical_concepts/output/presentation.html#information-kinds","technical_concepts/output/presentation.html#presentation--formatting","technical_concepts/workspace.html#workspace","technical_concepts/workspace.html#peace-data","technical_concepts/workspace.html#concrete-hierarchy-example","technical_concepts/commands.html#commands","technical_concepts/commands/scopes.html#scopes","technical_concepts/commands/scopes/reborrowing.html#reborrowing","technical_concepts/commands/use_cases.html#use-cases","technical_concepts/commands/use_cases/workspace_initialization.html#workspace-initialization","technical_concepts/commands/use_cases/workspace_initialization.html#command-creation","technical_concepts/commands/use_cases/profile_list.html#profile-list","technical_concepts/commands/use_cases/profile_list.html#command-creation","technical_concepts/commands/use_cases/workspace_stored_active_profile.html#workspace-stored-active-profile","technical_concepts/commands/use_cases/workspace_stored_active_profile.html#command-creation","technical_concepts/commands/use_cases/workspace_active_profile_switch.html#workspace-active-profile-switch","technical_concepts/commands/use_cases/workspace_active_profile_switch.html#command-creation","technical_concepts/commands/use_cases/state_discovery_and_display.html#state-discovery-and-display","technical_concepts/commands/use_cases/state_discovery_and_display.html#command-creation","technical_concepts/commands/use_cases/state_read_and_display.html#state-read-and-display","technical_concepts/commands/use_cases/state_read_and_display.html#command-creation","technical_concepts/commands/use_cases/state_diff.html#state-diff","technical_concepts/commands/use_cases/state_diff.html#command-creation","technical_concepts/commands/use_cases/state_apply.html#state-apply","technical_concepts/commands/use_cases/state_apply.html#command-creation","technical_concepts/commands/use_cases/state_clean.html#state-clean","technical_concepts/commands/use_cases/state_clean.html#command-creation","technical_concepts/commands/cmd_execution.html#cmd-execution","technical_concepts/commands/cmd_execution.html#framework","technical_concepts/commands/cmd_execution.html#use-cases-framework-implementor","technical_concepts/commands/cmd_execution.html#use-cases-automation-developer--end-user","technical_concepts/commands/cmd_execution.html#how-do-we-do-this-in-code","technical_concepts/commands/cmd_execution.html#diffcmd","technical_concepts/commands/cmd_execution.html#ensurecmd----simple-version","technical_concepts/commands/cmd_execution.html#ensurecmd----complex-version","technical_concepts/commands/cmd_execution.html#error-handling-and-interruptions","technical_concepts/commands/cmd_execution.html#interruptions","technical_concepts/commands/interruptibility.html#interruptibility","technical_concepts/commands/interruptibility.html#use-cases","technical_concepts/commands/interruptibility.html#imagined-code","technical_concepts/commands/interruptibility.html#cli-interactive--non-interactive","technical_concepts/commands/interruptibility.html#web-service","technical_concepts/commands/interruptibility.html#cli--web-service","technical_concepts/flow_versioning.html#flow-versioning","technical_concepts/flow_versioning.html#flow-version-maintenance","technical_concepts/flow_versioning.html#flow-upgrades","technical_concepts/flow_versioning.html#upgrade-strategies","technical_concepts/flow_versioning.html#execution-history","technical_concepts/flow_versioning/seamless_execution.html#seamless-execution","technical_concepts/flow_versioning/seamless_execution.html#stored-state","technical_concepts/flow_versioning/seamless_execution.html#cmdctx-build","technical_concepts/flow_versioning/seamless_execution.html#cmd-states-and-outcome-read","technical_concepts/flow_versioning/seamless_execution.html#cmd-states-and-outcome-write","technical_concepts/flow_versioning/seamless_execution.html#items-use-latest--migrate-to-latest","technical_concepts/flow_versioning/seamless_execution.html#running-the-upgrade-code","technical_concepts/flow_versioning/seamless_execution.html#manual-state-upgrade","technical_concepts/flow_versioning/seamless_execution.html#automatic-state-upgrade","technical_concepts/flow_versioning/seamless_execution.html#manual-item-upgrade","technical_concepts/flow_versioning/seamless_execution.html#automatic-item-upgrade","technical_concepts/flow_versioning/upgrade_actions.html#upgrade-actions","learning_material/user_facing_automation_part_1.html#user-facing-automation---part-1","learning_material/user_facing_automation_part_1.html#set-up","learning_material/user_facing_automation_part_1.html#scenario","learning_material/user_facing_automation_part_1.html#basics","learning_material/user_facing_automation_part_1.html#concept-1-repeatable-in-one-action","learning_material/user_facing_automation_part_1.html#concept-2-parameterized","learning_material/user_facing_automation_part_1.html#efficiency","learning_material/user_facing_automation_part_1.html#concept-3-idempotence","learning_material/user_facing_automation_part_1.html#concept-4-smart-idempotence","learning_material/user_facing_automation_part_1.html#concept-5-parallelism","learning_material/user_facing_automation_part_1.html#concept-6-logical-dependencies","learning_material/user_facing_automation_part_1.html#output","learning_material/user_facing_automation_part_1.html#concept-7-progress-information","learning_material/user_facing_automation_part_1.html#concept-8-provide-relevant-information","learning_material/user_facing_automation_part_1.html#concept-9-information-format","learning_material/user_facing_automation_part_1.html#error-handling","learning_material/user_facing_automation_part_1.html#concept-10-accumulate-and-summarize","learning_material/user_facing_automation_part_1.html#concept-11-understandable-error-messages","learning_material/user_facing_automation_part_1.html#concept-12-capture-the-source-of-information","learning_material/user_facing_automation_part_1.html#workflow-concepts","learning_material/user_facing_automation_part_1.html#concept-13-clean-up","learning_material/user_facing_automation_part_2.html#user-facing-automation---part-2","learning_material/user_facing_automation_part_2.html#workflow-concepts","learning_material/user_facing_automation_part_2.html#concept-14-storing-parameters","learning_material/user_facing_automation_part_2.html#concept-15-current-state-goal-state-difference","learning_material/user_facing_automation_part_2.html#concept-16-profiles","learning_material/user_facing_automation_part_2.html#concept-17-flows","learning_material/user_facing_automation_part_2.html#concept-18-parameter-limits","learning_material/user_facing_automation_part_2.html#efficiency-concepts-again","learning_material/user_facing_automation_part_2.html#concept-19-do-it-before-its-asked","learning_material/user_facing_automation_part_2.html#concept-20-reverse-execution","learning_material/empathetic_code_design.html#empathetic-code-design","learning_material/empathetic_code_design/background.html#background","learning_material/empathetic_code_design/scenario.html#scenario","learning_material/empathetic_code_design/scenario.html#shell-script","learning_material/empathetic_code_design/scenario.html#command-context","learning_material/empathetic_code_design/flow_definition.html#flow-definition","learning_material/empathetic_code_design/flow_definition.html#non-linear-ordering","learning_material/empathetic_code_design/inputs_and_outputs.html#inputs-and-outputs","learning_material/empathetic_code_design/inputs_and_outputs.html#item-api","learning_material/empathetic_code_design/parameters_specification.html#parameters-specification","learning_material/empathetic_code_design/parameters_specification.html#deferred-values","learning_material/empathetic_code_design/output_and_presentation.html#output-and-presentation","learning_material/empathetic_code_design/output_and_presentation.html#presentation","learning_material/empathetic_code_design/output_and_presentation.html#command-line-interface","learning_material/empathetic_code_design/output_and_presentation.html#continuous-integration","learning_material/empathetic_code_design/output_and_presentation.html#web-api","learning_material/empathetic_code_design/output_and_presentation.html#web-page","learning_material/empathetic_code_design/command_invocation.html#command-invocation","learning_material/empathetic_code_design/parameters_recall.html#parameters-recall","learning_material/empathetic_code_design/workspace.html#workspace","learning_material/empathetic_code_design/profiles.html#profiles","learning_material/empathetic_code_design/summary.html#summary","learning_material/empathetic_code_design/qna.html#q--a","learning_material/interruptible_software.html#interruptible-software","learning_material/interruptible_software/processes.html#processes","learning_material/interruptible_software/processes.html#build-process","learning_material/interruptible_software/processes.html#deployment-process","learning_material/interruptible_software/execution.html#execution","learning_material/interruptible_software/execution.html#manual","learning_material/interruptible_software/execution.html#automatic","learning_material/interruptible_software/bus_analogy.html#bus-analogy","learning_material/interruptible_software/designing_interruptibility.html#designing-interruptibility","learning_material/interruptible_software/designing_interruptibility.html#-stop-button","learning_material/interruptible_software/designing_interruptibility.html#-stopping-point","learning_material/interruptible_software/designing_interruptibility.html#-parallelism","learning_material/interruptible_software/designing_interruptibility.html#-reporting","learning_material/interruptible_software/designing_interruptibility.html#-strategy","learning_material/interruptible_software/designing_interruptibility/stop_button.html#-stop-button","learning_material/interruptible_software/designing_interruptibility/stop_button.html#-dont","learning_material/interruptible_software/designing_interruptibility/stop_button.html#-do","learning_material/interruptible_software/designing_interruptibility/stopping_point.html#-stopping-point","learning_material/interruptible_software/designing_interruptibility/stopping_point.html#no-interruptibility","learning_material/interruptible_software/designing_interruptibility/stopping_point.html#basic","learning_material/interruptible_software/designing_interruptibility/stopping_point.html#fine-grained-interruptibility","learning_material/interruptible_software/designing_interruptibility/parallelism.html#-parallelism","learning_material/interruptible_software/designing_interruptibility/parallelism.html#safe-interruption-rules","learning_material/interruptible_software/designing_interruptibility/reporting.html#-reporting","learning_material/interruptible_software/designing_interruptibility/reporting.html#non-interruptible-software","learning_material/interruptible_software/designing_interruptibility/reporting.html#interruptible-software","learning_material/interruptible_software/designing_interruptibility/reporting.html#outcome","learning_material/interruptible_software/designing_interruptibility/strategy.html#-strategy","learning_material/interruptible_software/interruptible_implementation.html#interruptible-implementation","learning_material/interruptible_software/interruptible_implementation.html#no-interruptibility","learning_material/interruptible_software/interruptible_implementation.html#basic","learning_material/interruptible_software/interruptible_implementation.html#better","learning_material/interruptible_software/interruptible_implementation.html#real-code","learning_material/interruptible_software/resumability.html#resumability","learning_material/interruptible_software/designing_resumability.html#designing-resumability","learning_material/interruptible_software/designing_resumability.html#-executor-resumability","learning_material/interruptible_software/designing_resumability.html#-stepwise-resumability","learning_material/interruptible_software/designing_resumability/executor_resumability.html#-executor-resumability","learning_material/interruptible_software/designing_resumability/executor_resumability.html#pros--cons","learning_material/interruptible_software/designing_resumability/stepwise_resumability.html#-stepwise-resumability","learning_material/interruptible_software/designing_resumability/stepwise_resumability.html#pros--cons","learning_material/interruptible_software/resumable_implementation.html#resumable-implementation","learning_material/interruptible_software/real_crates.html#real-crates","learning_material/interruptible_software/summary.html#summary","learning_material/interruptible_software/qna.html#q--a","ideas.html#ideas","ideas.html#notes","ideas/feature_gated_incremental_functionality.html#feature-gated-incremental-functionality","licenses.html#license","licenses.html#contribution"],"index":{"documentStore":{"docInfo":{"0":{"body":9,"breadcrumbs":2,"title":1},"1":{"body":26,"breadcrumbs":3,"title":2},"10":{"body":0,"breadcrumbs":5,"title":1},"100":{"body":56,"breadcrumbs":9,"title":2},"101":{"body":25,"breadcrumbs":9,"title":2},"102":{"body":18,"breadcrumbs":13,"title":4},"103":{"body":42,"breadcrumbs":11,"title":2},"104":{"body":15,"breadcrumbs":13,"title":4},"105":{"body":21,"breadcrumbs":11,"title":2},"106":{"body":25,"breadcrumbs":11,"title":3},"107":{"body":41,"breadcrumbs":10,"title":2},"108":{"body":22,"breadcrumbs":11,"title":3},"109":{"body":48,"breadcrumbs":10,"title":2},"11":{"body":45,"breadcrumbs":4,"title":2},"110":{"body":64,"breadcrumbs":9,"title":2},"111":{"body":74,"breadcrumbs":9,"title":2},"112":{"body":29,"breadcrumbs":9,"title":2},"113":{"body":22,"breadcrumbs":9,"title":2},"114":{"body":23,"breadcrumbs":9,"title":2},"115":{"body":22,"breadcrumbs":9,"title":2},"116":{"body":26,"breadcrumbs":7,"title":2},"117":{"body":0,"breadcrumbs":6,"title":1},"118":{"body":126,"breadcrumbs":9,"title":4},"119":{"body":5,"breadcrumbs":11,"title":6},"12":{"body":71,"breadcrumbs":4,"title":1},"120":{"body":2,"breadcrumbs":6,"title":1},"121":{"body":6,"breadcrumbs":6,"title":1},"122":{"body":23,"breadcrumbs":8,"title":3},"123":{"body":36,"breadcrumbs":8,"title":3},"124":{"body":117,"breadcrumbs":8,"title":3},"125":{"body":12,"breadcrumbs":6,"title":1},"126":{"body":4,"breadcrumbs":5,"title":1},"127":{"body":26,"breadcrumbs":6,"title":2},"128":{"body":0,"breadcrumbs":6,"title":2},"129":{"body":57,"breadcrumbs":8,"title":4},"13":{"body":48,"breadcrumbs":5,"title":2},"130":{"body":56,"breadcrumbs":6,"title":2},"131":{"body":139,"breadcrumbs":7,"title":3},"132":{"body":22,"breadcrumbs":6,"title":2},"133":{"body":133,"breadcrumbs":7,"title":3},"134":{"body":0,"breadcrumbs":6,"title":2},"135":{"body":66,"breadcrumbs":6,"title":2},"136":{"body":33,"breadcrumbs":6,"title":2},"137":{"body":27,"breadcrumbs":8,"title":2},"138":{"body":18,"breadcrumbs":8,"title":2},"139":{"body":28,"breadcrumbs":8,"title":2},"14":{"body":37,"breadcrumbs":6,"title":2},"140":{"body":20,"breadcrumbs":10,"title":4},"141":{"body":104,"breadcrumbs":10,"title":4},"142":{"body":101,"breadcrumbs":11,"title":5},"143":{"body":71,"breadcrumbs":9,"title":3},"144":{"body":66,"breadcrumbs":9,"title":3},"145":{"body":13,"breadcrumbs":9,"title":3},"146":{"body":40,"breadcrumbs":9,"title":3},"147":{"body":112,"breadcrumbs":9,"title":3},"148":{"body":145,"breadcrumbs":8,"title":2},"149":{"body":0,"breadcrumbs":12,"title":5},"15":{"body":23,"breadcrumbs":5,"title":1},"150":{"body":87,"breadcrumbs":9,"title":2},"151":{"body":21,"breadcrumbs":8,"title":1},"152":{"body":0,"breadcrumbs":8,"title":1},"153":{"body":20,"breadcrumbs":12,"title":5},"154":{"body":23,"breadcrumbs":10,"title":3},"155":{"body":0,"breadcrumbs":8,"title":1},"156":{"body":54,"breadcrumbs":10,"title":3},"157":{"body":37,"breadcrumbs":11,"title":4},"158":{"body":138,"breadcrumbs":10,"title":3},"159":{"body":39,"breadcrumbs":11,"title":4},"16":{"body":109,"breadcrumbs":6,"title":2},"160":{"body":0,"breadcrumbs":8,"title":1},"161":{"body":90,"breadcrumbs":11,"title":4},"162":{"body":224,"breadcrumbs":12,"title":5},"163":{"body":159,"breadcrumbs":11,"title":4},"164":{"body":4,"breadcrumbs":9,"title":2},"165":{"body":332,"breadcrumbs":11,"title":4},"166":{"body":92,"breadcrumbs":12,"title":5},"167":{"body":39,"breadcrumbs":12,"title":5},"168":{"body":0,"breadcrumbs":9,"title":2},"169":{"body":49,"breadcrumbs":11,"title":4},"17":{"body":290,"breadcrumbs":6,"title":2},"170":{"body":0,"breadcrumbs":12,"title":5},"171":{"body":0,"breadcrumbs":9,"title":2},"172":{"body":20,"breadcrumbs":11,"title":4},"173":{"body":33,"breadcrumbs":14,"title":7},"174":{"body":12,"breadcrumbs":10,"title":3},"175":{"body":11,"breadcrumbs":10,"title":3},"176":{"body":11,"breadcrumbs":11,"title":4},"177":{"body":0,"breadcrumbs":10,"title":3},"178":{"body":24,"breadcrumbs":12,"title":5},"179":{"body":39,"breadcrumbs":11,"title":4},"18":{"body":47,"breadcrumbs":5,"title":1},"180":{"body":765,"breadcrumbs":8,"title":3},"181":{"body":26,"breadcrumbs":7,"title":1},"182":{"body":3,"breadcrumbs":7,"title":1},"183":{"body":91,"breadcrumbs":8,"title":2},"184":{"body":23,"breadcrumbs":8,"title":2},"185":{"body":29,"breadcrumbs":9,"title":2},"186":{"body":8,"breadcrumbs":10,"title":3},"187":{"body":5,"breadcrumbs":9,"title":2},"188":{"body":28,"breadcrumbs":9,"title":2},"189":{"body":38,"breadcrumbs":9,"title":2},"19":{"body":39,"breadcrumbs":6,"title":1},"190":{"body":23,"breadcrumbs":9,"title":2},"191":{"body":6,"breadcrumbs":9,"title":2},"192":{"body":0,"breadcrumbs":8,"title":1},"193":{"body":26,"breadcrumbs":10,"title":3},"194":{"body":18,"breadcrumbs":9,"title":2},"195":{"body":10,"breadcrumbs":9,"title":2},"196":{"body":35,"breadcrumbs":9,"title":2},"197":{"body":33,"breadcrumbs":9,"title":2},"198":{"body":103,"breadcrumbs":9,"title":2},"199":{"body":65,"breadcrumbs":7,"title":1},"2":{"body":87,"breadcrumbs":2,"title":1},"20":{"body":127,"breadcrumbs":6,"title":1},"200":{"body":29,"breadcrumbs":7,"title":1},"201":{"body":31,"breadcrumbs":7,"title":1},"202":{"body":0,"breadcrumbs":7,"title":1},"203":{"body":0,"breadcrumbs":6,"title":2},"204":{"body":0,"breadcrumbs":6,"title":1},"205":{"body":0,"breadcrumbs":7,"title":2},"206":{"body":0,"breadcrumbs":7,"title":2},"207":{"body":0,"breadcrumbs":6,"title":1},"208":{"body":0,"breadcrumbs":6,"title":1},"209":{"body":0,"breadcrumbs":6,"title":1},"21":{"body":87,"breadcrumbs":6,"title":1},"210":{"body":0,"breadcrumbs":8,"title":2},"211":{"body":0,"breadcrumbs":8,"title":2},"212":{"body":0,"breadcrumbs":8,"title":2},"213":{"body":0,"breadcrumbs":8,"title":2},"214":{"body":0,"breadcrumbs":7,"title":1},"215":{"body":0,"breadcrumbs":7,"title":1},"216":{"body":0,"breadcrumbs":7,"title":1},"217":{"body":8,"breadcrumbs":10,"title":2},"218":{"body":8,"breadcrumbs":9,"title":1},"219":{"body":38,"breadcrumbs":8,"title":0},"22":{"body":141,"breadcrumbs":6,"title":1},"220":{"body":2,"breadcrumbs":10,"title":2},"221":{"body":13,"breadcrumbs":9,"title":1},"222":{"body":31,"breadcrumbs":9,"title":1},"223":{"body":35,"breadcrumbs":11,"title":3},"224":{"body":8,"breadcrumbs":8,"title":1},"225":{"body":30,"breadcrumbs":10,"title":3},"226":{"body":0,"breadcrumbs":8,"title":1},"227":{"body":4,"breadcrumbs":10,"title":3},"228":{"body":4,"breadcrumbs":9,"title":2},"229":{"body":64,"breadcrumbs":8,"title":1},"23":{"body":105,"breadcrumbs":6,"title":1},"230":{"body":53,"breadcrumbs":8,"title":1},"231":{"body":0,"breadcrumbs":8,"title":2},"232":{"body":13,"breadcrumbs":7,"title":1},"233":{"body":31,"breadcrumbs":7,"title":1},"234":{"body":20,"breadcrumbs":7,"title":1},"235":{"body":196,"breadcrumbs":8,"title":2},"236":{"body":5,"breadcrumbs":6,"title":1},"237":{"body":0,"breadcrumbs":8,"title":2},"238":{"body":0,"breadcrumbs":8,"title":2},"239":{"body":0,"breadcrumbs":8,"title":2},"24":{"body":28,"breadcrumbs":7,"title":2},"240":{"body":63,"breadcrumbs":10,"title":2},"241":{"body":17,"breadcrumbs":10,"title":2},"242":{"body":40,"breadcrumbs":10,"title":2},"243":{"body":20,"breadcrumbs":10,"title":2},"244":{"body":289,"breadcrumbs":8,"title":2},"245":{"body":21,"breadcrumbs":8,"title":2},"246":{"body":0,"breadcrumbs":6,"title":1},"247":{"body":0,"breadcrumbs":6,"title":1},"248":{"body":789,"breadcrumbs":2,"title":1},"249":{"body":251,"breadcrumbs":2,"title":1},"25":{"body":43,"breadcrumbs":7,"title":2},"250":{"body":161,"breadcrumbs":9,"title":4},"251":{"body":36627,"breadcrumbs":2,"title":1},"252":{"body":12091,"breadcrumbs":2,"title":1},"26":{"body":58,"breadcrumbs":6,"title":1},"27":{"body":343,"breadcrumbs":6,"title":1},"28":{"body":71,"breadcrumbs":4,"title":1},"29":{"body":61,"breadcrumbs":5,"title":2},"3":{"body":48,"breadcrumbs":3,"title":1},"30":{"body":41,"breadcrumbs":6,"title":3},"31":{"body":35,"breadcrumbs":4,"title":1},"32":{"body":40,"breadcrumbs":4,"title":1},"33":{"body":38,"breadcrumbs":4,"title":1},"34":{"body":40,"breadcrumbs":4,"title":1},"35":{"body":102,"breadcrumbs":4,"title":1},"36":{"body":109,"breadcrumbs":5,"title":2},"37":{"body":71,"breadcrumbs":7,"title":2},"38":{"body":26,"breadcrumbs":9,"title":2},"39":{"body":57,"breadcrumbs":9,"title":2},"4":{"body":0,"breadcrumbs":3,"title":1},"40":{"body":20,"breadcrumbs":9,"title":2},"41":{"body":14,"breadcrumbs":9,"title":2},"42":{"body":16,"breadcrumbs":9,"title":2},"43":{"body":60,"breadcrumbs":9,"title":2},"44":{"body":93,"breadcrumbs":9,"title":2},"45":{"body":44,"breadcrumbs":10,"title":3},"46":{"body":35,"breadcrumbs":9,"title":2},"47":{"body":228,"breadcrumbs":8,"title":1},"48":{"body":76,"breadcrumbs":8,"title":1},"49":{"body":151,"breadcrumbs":11,"title":3},"5":{"body":29,"breadcrumbs":3,"title":1},"50":{"body":90,"breadcrumbs":12,"title":4},"51":{"body":81,"breadcrumbs":6,"title":2},"52":{"body":76,"breadcrumbs":6,"title":1},"53":{"body":50,"breadcrumbs":8,"title":2},"54":{"body":29,"breadcrumbs":8,"title":2},"55":{"body":25,"breadcrumbs":7,"title":1},"56":{"body":13,"breadcrumbs":7,"title":1},"57":{"body":28,"breadcrumbs":7,"title":1},"58":{"body":45,"breadcrumbs":8,"title":2},"59":{"body":61,"breadcrumbs":11,"title":5},"6":{"body":113,"breadcrumbs":4,"title":2},"60":{"body":0,"breadcrumbs":6,"title":1},"61":{"body":42,"breadcrumbs":7,"title":2},"62":{"body":39,"breadcrumbs":4,"title":1},"63":{"body":53,"breadcrumbs":6,"title":3},"64":{"body":0,"breadcrumbs":5,"title":2},"65":{"body":38,"breadcrumbs":5,"title":2},"66":{"body":48,"breadcrumbs":5,"title":2},"67":{"body":37,"breadcrumbs":5,"title":2},"68":{"body":10,"breadcrumbs":7,"title":2},"69":{"body":53,"breadcrumbs":6,"title":1},"7":{"body":33,"breadcrumbs":2,"title":1},"70":{"body":41,"breadcrumbs":7,"title":2},"71":{"body":21,"breadcrumbs":6,"title":1},"72":{"body":156,"breadcrumbs":6,"title":1},"73":{"body":377,"breadcrumbs":4,"title":1},"74":{"body":0,"breadcrumbs":4,"title":1},"75":{"body":15,"breadcrumbs":5,"title":2},"76":{"body":6,"breadcrumbs":5,"title":2},"77":{"body":9,"breadcrumbs":5,"title":2},"78":{"body":73,"breadcrumbs":4,"title":1},"79":{"body":26,"breadcrumbs":7,"title":2},"8":{"body":281,"breadcrumbs":3,"title":1},"80":{"body":8,"breadcrumbs":6,"title":1},"81":{"body":150,"breadcrumbs":7,"title":2},"82":{"body":24,"breadcrumbs":7,"title":2},"83":{"body":12,"breadcrumbs":7,"title":2},"84":{"body":75,"breadcrumbs":8,"title":3},"85":{"body":153,"breadcrumbs":6,"title":1},"86":{"body":110,"breadcrumbs":5,"title":1},"87":{"body":32,"breadcrumbs":6,"title":2},"88":{"body":16,"breadcrumbs":6,"title":2},"89":{"body":39,"breadcrumbs":6,"title":2},"9":{"body":46,"breadcrumbs":5,"title":2},"90":{"body":222,"breadcrumbs":6,"title":2},"91":{"body":35,"breadcrumbs":4,"title":1},"92":{"body":52,"breadcrumbs":5,"title":2},"93":{"body":26,"breadcrumbs":6,"title":3},"94":{"body":51,"breadcrumbs":4,"title":1},"95":{"body":128,"breadcrumbs":5,"title":1},"96":{"body":83,"breadcrumbs":6,"title":1},"97":{"body":67,"breadcrumbs":7,"title":2},"98":{"body":12,"breadcrumbs":9,"title":2},"99":{"body":91,"breadcrumbs":9,"title":2}},"docs":{"0":{"body":"This book describes the purpose of the Peace automation framework, and concepts used in its design.","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"Depending on your frame of mind: What – Show me the framework in action: Have a play with the live Examples . Why – Show me the rationale guiding the decisions: Head on through to the Background section. How – Show me how it works: Jump to Technical Concepts . This is essential reading for framework consumers.","breadcrumbs":"Introduction » How To Read This Book","id":"1","title":"How To Read This Book"},"10":{"body":"","breadcrumbs":"Examples » Env Man » Walkthrough » Walkthrough","id":"10","title":"Walkthrough"},"100":{"body":"This is like git branch. When listing profiles, the most suitable scope is MultiProfileNoFlow. There are a number of variations of profile listings: Simple: Simple list of profiles within the PeaceAppDir. Filtered: List profiles within the PeaceAppDir for some criteria, e.g. excluding a workspace_init profile. This is especially relevant when profile parameters are loaded, as the ProfileParams must be the same across the listed profiles to be able to be loaded. Augmented: List profiles and some profile parameters. This is valuable when the user needs to see the profile parameter, such as whether the profile is managing a development environment or a production environment.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Profile List » Profile List","id":"100","title":"Profile List"},"101":{"body":"To create this command: Build the command context. Make sure to register the workspace / profile params types, even if the value for all of them is None. Provide the filter function if necessary. Present the list of profiles using the goal output.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Profile List » Command Creation","id":"101","title":"Command Creation"},"102":{"body":"This is like git switch -c $branch. This stores the profile to use in workspace_params, so the use does not have to provide the profile on every command invocation. Suitable scopes for this command are NoProfileNoFlow or SingleProfileNoFlow.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Stored Active Profile » Workspace Stored Active Profile","id":"102","title":"Workspace Stored Active Profile"},"103":{"body":"To create this command: When building the command context: Include a Profile as a workspace param. If setting profile parameters, use the SingleProfileNoFlow scope, and set the current profile using with_profile. When building the command context, load the profile from workspace params using: with_profile_from_workspace_params. It is best practice to set the active profile during workspace initialization, so that it is never None when subsequent commands are invoked.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Stored Active Profile » Command Creation","id":"103","title":"Command Creation"},"104":{"body":"This is like git switch $branch. This changes the stored profile in workspace_params, used in conjunction with the above. Suitable scopes for this command are NoProfileNoFlow or SingleProfileNoFlow.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Active Profile Switch » Workspace Active Profile Switch","id":"104","title":"Workspace Active Profile Switch"},"105":{"body":"To create this command: When building the command context: Include a Profile as a workspace param. Also set the current profile using with_profile. When the command context is built, the default profile is stored in workspace_params.yaml.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Active Profile Switch » Command Creation","id":"105","title":"Command Creation"},"106":{"body":"This is like git fetch. This kind of command is intended for state discovery that is expensive – takes more than 500 milliseconds. Suitable scopes for this command are: SingleProfileSingleFlow: For discovering state for one profile. MultiProfileSingleFlow: For discovering state for multiple profiles.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Discovery and Display » State Discovery and Display","id":"106","title":"State Discovery and Display"},"107":{"body":"To create this command: When building the command context: Provide the profile. Provide the flow ID. Call the StatesDiscoverCmd depending on the intended use: These will store the discovered states under the corresponding $profile/$flow_id directory as states_current.yaml or states_goal.yaml. If the discovered states are to be displayed, call the relevant state display command(s): StatesCurrentStoredDisplayCmd: For stored current states to be displayed. StatesGoalDisplayCmd: For goal states to be displayed.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Discovery and Display » Command Creation","id":"107","title":"Command Creation"},"108":{"body":"This is like git show. This kind of command is intended to display state that has previously been discovered. Suitable scopes for this command are: SingleProfileSingleFlow: For reading state for one profile. MultiProfileSingleFlow: For reading state for multiple profiles.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Read and Display » State Read and Display","id":"108","title":"State Read and Display"},"109":{"body":"To create this command: When building the command context: Provide the profile. Provide the flow ID. Call one of the state read commands depending on the intended use: These will store the discovered states under the corresponding $profile/$flow_id directory as states_current.yaml or states_goal.yaml. StatesCurrentReadCmd: For current states to be discovered. StatesGoalReadCmd: For goal states to be discovered. Call the relevant state display command(s): StatesCurrentStoredDisplayCmd: For current states to be displayed. StatesGoalDisplayCmd: For goal states to be displayed.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Read and Display » Command Creation","id":"109","title":"Command Creation"},"11":{"body":"The following sections cover essential concepts to develop automation using the framework. Resources : An any-map, whose values' read and write access are checked at runtime instead of compile time. Function graph : Functions with logical and data-access-dependent concurrency. Item : Specification that defines information and logic to manage an arbitrary item . Item graph : Like a function graph, where each node is not just a function, but an item.","breadcrumbs":"Technical Concepts » Technical Concepts","id":"11","title":"Technical Concepts"},"110":{"body":"This is like git status / git diff. git status is a diff between the latest commit, and the working directory, summarized as one line per file. git diff is that same diff, but shown with more detail. This kind of command shows the difference between two States for each managed item. Typically this is the difference between the current or current stored state, and its goal state. It can also be the difference between the current states between two profiles. Suitable scopes for this command are: SingleProfileSingleFlow: For diffing state within one profile. MultiProfileSingleFlow: For diffing state across multiple profiles.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Diff » State Diff","id":"110","title":"State Diff"},"111":{"body":"To create this command for a single profile: When building the command context: Provide the profile. Provide the flow ID. Determine the \"from\" and \"to\" states: The \"from\" state is usually one of: Discovering the current state. Reading states_current.yaml. The \"to\" state is usually one of: Discovering the goal state. Reading states_goal.yaml. The clean state. Call the state DiffCmd. To create this command for multiple profiles: When building the command context: Filter the profiles if necessary. Provide the flow ID. Determine the \"from\" and \"to\" states: The \"from\" state is usually one of: Discovering the current state. Reading states_current.yaml. The \"to\" state is usually one of: Discovering the goal state. Reading states_goal.yaml. The clean state. Call the state DiffCmd for each pair of states.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Diff » Command Creation","id":"111","title":"Command Creation"},"112":{"body":"This is like git commit / git push / git clean, depending on your perspective. This kind of command applies the goal state over the current state. This generally requires what is stored in states_current.yaml to match the newly discovered current state. The only suitable scope for this command is SingleProfileSingleFlow.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Apply » State Apply","id":"112","title":"State Apply"},"113":{"body":"To create this command: When building the command context: Provide the profile. Provide the flow ID. Call the EnsureCmd. This will call ApplyFns::exec for each item, beginning from the first item, until the last item.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Apply » Command Creation","id":"113","title":"Command Creation"},"114":{"body":"This is like rm -rf. This kind of command applies the clean state over the current state. This generally requires what is stored in states_current.yaml to match the newly discovered current state. The only suitable scope for this command is SingleProfileSingleFlow.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Clean » State Clean","id":"114","title":"State Clean"},"115":{"body":"To create this command: When building the command context: Provide the profile. Provide the flow ID. Call the CleanCmd. This will call CleanOpSpec::exec for each item, beginning from the last item, until the first item.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Clean » Command Creation","id":"115","title":"Command Creation"},"116":{"body":"When we run a CmdExecution, possible outcomes are: In a CmdBlock, failure within one or more items. In a CmdBlock, failure within block code. Interruption / partial execution. Successful execution of all blocks. Each CmdBlock has its own block outcome type, and its own .","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Cmd Execution","id":"116","title":"Cmd Execution"},"117":{"body":"","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Framework","id":"117","title":"Framework"},"118":{"body":"*Cmd Impls It would be nice to not have to write interruption handling code in every CmdBlock. Also, having CmdBlocks abstracted allows timings to be collected per block in a common place. What does a CmdExecution implementor want to do? DiffCmd: StateDiscoveryBlock: Return item failures to caller. StateDiscoveryBlock: Return block failure / interruption to caller. DiffBlock: Return item failures to caller. DiffBlock: Return block failure / interruption to caller. EnsureCmd: StateDiscoveryBlock: Return item failures to caller. StateDiscoveryBlock: Return block failure / interruption to caller. DiffBlock: Return item failures to caller. DiffBlock: Return block failure / interruption to caller. EnsureBlock: Serialize States on item failure, return States and item failures to caller. EnsureBlock: Return block failure / interruption to caller. CleanBlock: Serialize States on item failure, return States and item failures to caller. CleanBlock: Return block failure / interruption to caller. EnsureBlock: ditto. CleanBlock: ditto. The desired return type would be: StatesEnsured on success. How should we reply to the caller? CmdBlock block level error. IndexMap item level error. Error handlers per CmdBlock will do any serialization work if desired.","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Use Cases: Framework Implementor","id":"118","title":"Use Cases: Framework Implementor"},"119":{"body":"Store, retrieve, and display execution report.","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Use Cases: Automation Developer / End User","id":"119","title":"Use Cases: Automation Developer / End User"},"12":{"body":"In Peace, Resources refers to an any-map – a map that can store one value of different types – whose borrowing rules are checked per entry at runtime, instead of compile time. Example of an any-map: Key Value TypeId::of::() 1u32 TypeId::of::() true TypeId::of::() A { value: 1u32 } # use peace::resources::Resources;\n#\nlet mut resources = Resources::new();\nresources.insert(1u32);\nresources.insert(2u64); // Change `resources` to be immutable.\nlet resources = resources; // We can validly have two mutable borrows\n// from the map!\nlet mut a = resources.borrow_mut::();\nlet mut b = resources.borrow_mut::();\n*a = 2;\n*b = 3; // Accessing the same value while it is already\n// mutably borrowed returns an error.\nassert!(resources.try_borrow::().is_err()) For more information about the underlying type, see resman .","breadcrumbs":"Technical Concepts » Resources » Resources","id":"12","title":"Resources"},"120":{"body":"What it could look like conceptually:","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » How do we do this in code?","id":"120","title":"How do we do this in code?"},"121":{"body":"let cmd_execution = CmdExecution::builder() .with_block(StatesDiscoverCmdBlock::::new()) .with_block(DiffCmdBlock::new()) .build() .await;","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » DiffCmd","id":"121","title":"DiffCmd"},"122":{"body":"let cmd_execution = CmdExecution::builder() .with_block(StatesCurrentReadCmdBlock::new()) .with_block(StatesDiscoverCmdBlock::new(Discover::Current)) // Compares current with stored, and fails if // current stored doesn't match current discovered. .with_block(ApplyGuardCmdBlock::new()) // `Outcome` and `OutcomeAcc` are `()` .with_block(ApplyCmdBlock::new()) // state_goal, diff and apply. .build() .await;","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » EnsureCmd -- \"simple\" version","id":"122","title":"EnsureCmd -- \"simple\" version"},"123":{"body":"let cmd_execution = CmdExecution::builder() .with_block(StatesCurrentReadCmdBlock::new()) .with_block(StatesDiscoverCmdBlock::new(Discover::Current)) .with_block(ApplyGuardCmdBlock::new()) .with_block(EnsureCmdBlock::new(item_ids_no_blockage)) // state_goal, diff and apply. .with_block(CleanCmdBlock::new(item_ids_blocking)) // state_clean, diff and apply. .with_block(EnsureCmdBlock::new(item_ids_unblocked)) // state_goal, diff and apply. .with_block(CleanCmdBlock::new(item_ids_obsolete)) // state_clean, diff and apply. .build() .await; // `item_ids_unblocked` is a superset of the `item_ids_blocking`.\n//\n// ⚠️ We could have a more granular design version that starts ensuring unblocked items\n// while `cleaning` is happening.","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » EnsureCmd -- \"complex\" version","id":"123","title":"EnsureCmd -- \"complex\" version"},"124":{"body":"When a CmdBlock fails, we need to consider what to do with: CmdBlock::OutcomeAcc. item errors. CmdBlock error. interruptions. Originally an additional closure argument next to each CmdBlock argument was considered: |_input, _outcome_acc, cmd_block_error| async move { cmd_block_error } For example: |(_states_current, _states_goal), states_ensured_mut, apply_error| async move { let serialize_result = StatesSerializer::serialize(states_ensured_mut).await; apply_error.or(serialize_result)\n}, However, most usages would just pass through the error. Before this CmdExecution design, ApplyCmd would: In the producer, send the intermediate result to the outcome collator and stop execution ( apply_cmd.rs#L699-L710 ). In the collator: Intermediate CmdBlock errors are returned as is. ( apply_cmd.rs#L521-L525 ). Intermediate discovery errors are collated into the CmdExecution outcome type ( apply_cmd.rs#L526-L558 ). From the use cases, what we care about are: Returning CmdBlock errors to the caller. Returning item errors to the caller. Collating intermediate CmdBlock item values into the CmdExecution outcome type if possible. Serializing States to storage: EnsureCmdBlock and CleanCmdBlock should still serialize each item's current state, on failure / interruption / success. Serializing the CmdBlock::Outcome in the execution outcome report. Deferred: Serializing the CmdBlock::OutcomeAcc in the execution outcome report. Deserializing the CmdBlock::OutcomeAcc to be displayed.","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Error Handling and Interruptions","id":"124","title":"Error Handling and Interruptions"},"125":{"body":"Interrupt before execution. Interrupt within a block. Interrupt between blocks. Interrupt after last block.","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Interruptions","id":"125","title":"Interruptions"},"126":{"body":"How should the interrupt channel be initialized and stored?","breadcrumbs":"Technical Concepts » Commands » Interruptibility » Interruptibility","id":"126","title":"Interruptibility"},"127":{"body":"When automation software is used as: CLI interactive / non-interactive. Web service + browser access. CLI + web service + browser access. In all cases, we need to: Initialize the CmdCtx with the interrupt_rx Spawn the listener that will send InterruptSignal in interrupt_tx.","breadcrumbs":"Technical Concepts » Commands » Interruptibility » Use Cases","id":"127","title":"Use Cases"},"128":{"body":"","breadcrumbs":"Technical Concepts » Commands » Interruptibility » Imagined Code","id":"128","title":"Imagined Code"},"129":{"body":"Both interactive and non-interactive can listen for SIGINT: Interactive: SIGINT will be sent by the user pressing Ctrl + C. Non-interactive: SIGINT could be sent by a CI thread. let (interrupt_tx, interrupt_rx) = oneshot::channel::(); tokio::task::spawn(async move { // Note: Once tokio takes over the process' `SIGINT` handler, it cannot be undone. // // This limitation is due to how Linux currently works. tokio::signal::ctrl_c() .await .expect(\"Failed to initialize signal handler for SIGINT\"); let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal);\n}); let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx) .build(); let cmd_outcome = EnsureCmd::exec(&mut cmd_ctx).await?;","breadcrumbs":"Technical Concepts » Commands » Interruptibility » CLI Interactive / Non-interactive","id":"129","title":"CLI Interactive / Non-interactive"},"13":{"body":"The conceptual Java equivalent looks like this: var resources = new MagicMap(); // new HashMap, Object>();\nresources.insert((Integer) 1); // innerMap.put(Integer.class, 1);\nresources.insert((Long) 2); // innerMap.put(Long.class, 2L); var anInt = (Integer) resources.get(Integer.class);\nvar aLong = (Long) resources.get(Long.class); // Can mutate both.\nanInt = 2;\naLong = 3L; Rust's does not allow access to multiple mutable entries at the same time with the built in HashMap, so Resources is an implementation to bypass the compilation strictness.","breadcrumbs":"Technical Concepts » Resources » Java Equivalent","id":"13","title":"Java Equivalent"},"130":{"body":"The interrupt_tx must be accessible from a separate web request. async fn cmd_exec_start_handler(params: Params) -> CmdExecutionId { let (interrupt_tx, interrupt_rx) = oneshot::channel::(); let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx) .build(); let cmd_execution_id = EnsureCmd::exec_bg(cmd_ctx); let cmd_execution_by_id = cmd_execution_by_id .lock() .await; cmd_execution_by_id.insert(cmd_execution_id, interrupt_tx); cmd_execution_id\n} /// Returns the progress of the `CmdExecution`.\nasync fn cmd_exec_progress_handler(cmd_execution_id: CmdExecutionId) -> Result { self.cmd_progress_storage.get(cmd_execution_id).await\n} async fn cmd_exec_interrupt_handler(cmd_execution_id: CmdExecutionId) -> Result<(), E> { let cmd_execution_by_id = cmd_execution_by_id .lock() .await; if let Some(interrupt_tx) = cmd_execution_by_id.get(cmd_execution_id) { let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal); Ok(()) } else { Err(E::from(Error::CmdExecutionIdNotFound { cmd_execution_id })) }\n}","breadcrumbs":"Technical Concepts » Commands » Interruptibility » Web Service","id":"130","title":"Web Service"},"131":{"body":"There are two variants of CLI and web service: CLI command running on the user's machine, web service that is a UI for that one command execution. CLI client to a web service, so the CLI is just a REST client. CLI on User's Machine + Web UI For the first variant, the CmdExecution invocation is similar to Web Service, with the following differences: Output progress is pushed to both CLI and CmdProgress storage. Interruptions are received from both process SIGINT and client requests. async fn cmd_exec_start(params: Params) { let (interrupt_tx, interrupt_rx) = oneshot::channel::(); let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx) .build(); let cmd_execution_id = EnsureCmd::exec_bg(cmd_ctx); // We store an `interrupt_tx` per `CmdExecutionId`, // as well as spawn a Ctrl C handler. let cmd_execution_by_id = cmd_execution_by_id .lock() .await; cmd_execution_by_id.insert(cmd_execution_id, interrupt_tx.clone()); tokio::task::spawn(async move { tokio::signal::ctrl_c() .await .expect(\"Failed to initialize signal handler for SIGINT\"); let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal); }); // TODO: store `cmd_execution_id` as the only running `CmdExecution`.\n} /// Returns the progress of the `CmdExecution`.\nasync fn cmd_exec_progress_handler(cmd_execution_id: CmdExecutionId) -> Result { self.cmd_progress_storage.get(cmd_execution_id).await\n} async fn cmd_exec_interrupt_handler(cmd_execution_id: CmdExecutionId) -> Result<(), E> { let cmd_execution_by_id = cmd_execution_by_id .lock() .await; if let Some(interrupt_tx) = cmd_execution_by_id.get(cmd_execution_id) { let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal); Ok(()) } else { Err(E::from(Error::CmdExecutionIdNotFound { cmd_execution_id })) }\n} CLI as Rest Client to Web Service This is essentially the Web Service implementation, but rendering the progress on the machine with the CLI.","breadcrumbs":"Technical Concepts » Commands » Interruptibility » CLI + Web Service","id":"131","title":"CLI + Web Service"},"132":{"body":"A flow's version needs to be increased whenever: Item: An associated data type is changed -- State, Diff, Params. Flow: An item is added. Flow: An item is removed. Flow: An item is renamed.","breadcrumbs":"Technical Concepts » Flow Versioning » Flow Versioning","id":"132","title":"Flow Versioning"},"133":{"body":"For developers, maintaining multiple versions of flows is a cost, and usually one that is necessary. As items are created, modified, and removed throughout a flow's evolution, automation software needs to manage stored information from previous versions of the flow. There are a number of ways to manage and ship flow versions: One version: Only ship with one flow version. Items never persist beyond the lifetime of the automation software. Suitable for once off flows where ensure (and clean up) are done with the same version of the automation software. Blue-green versioning: Ship with the previous and the next version. Automation software is compatible with the previous version of each flow, as well as the next. All stored information must be upgraded to the newer version before a new flow version is shipped. Suitable for flows that do not evolve often, and not all previous versions of flows need to be supported. n-versioning: Ship with n-versions of flows. n may be all flows. Each flow's state will need to adhere to the following, mainly for deserialization: Either never evolve its data type, or be an enum, with a variant per version / evolution. Ship with upgrade code from old versions to the current version. This is the highest cost in terms of code maintenance, and the shipped binary may grow unreasonably large over time.","breadcrumbs":"Technical Concepts » Flow Versioning » Flow Version Maintenance","id":"133","title":"Flow Version Maintenance"},"134":{"body":"","breadcrumbs":"Technical Concepts » Flow Versioning » Flow Upgrades","id":"134","title":"Flow Upgrades"},"135":{"body":"For blue-green / n versioning, there are a number of strategies for upgrading stored information in the flow: Automatic upgrade: Implementors and developers need to ship with v1 -> v2 migration code. Simplest for users, assuming migration path is well understood / no surprises. Developers may want to diff this. Manual upgrade: Implementors and developers need to ship with v1 -> v2 migration code. Users have to choose to migrate. Developers and users may want to diff things. For n-versioning, upgrading from v1 -> v3 should use v1 -> v2 -> v3, so that developers don't have to write migration code form every version to the latest.","breadcrumbs":"Technical Concepts » Flow Versioning » Upgrade Strategies","id":"135","title":"Upgrade Strategies"},"136":{"body":"To render old either we have one standard format that doesn't need old data types to present, or we ship those types. Makes sense to have a standard format -- shipping with previous data types creates bloat, and makes it impossible to support execution history for shipping single versions of flows.","breadcrumbs":"Technical Concepts » Flow Versioning » Execution History","id":"136","title":"Execution History"},"137":{"body":"Seamless execution when multiple flow versions exist requires handling the following: Reading and writing (serialization) stored state / outcomes from different flow versions. Reading and writing to (adding, removing, modifying) the items from different flow versions.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Seamless Execution","id":"137","title":"Seamless Execution"},"138":{"body":"Stored state is accessed when: CmdCtx is built: Read and write. Commands are run: StatesCurrentStoredReadCmd, StatesGoalReadCmd, ExecutionHistoryListCmd / ExecutionHistoryShowCmd: Read. StatesDiscoverCmd, EnsureCmd, CleanCmd: Write.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Stored State","id":"138","title":"Stored State"},"139":{"body":"For cmd ctx build, because state could be in any version (current or any previous version), deserialization needs to be stateful -- like how type_reg::untagged::TypeReg is done. fn envman_cmd_ctx() { let flow_versions = FlowVersions::builder() .add_flow(flow_v1) .add_flow(flow_v2) .add_flow(flow_v3) .build(); let cmd_ctx = CmdCtx::builder_single_profile_single_flow(&mut output, &workspace) // .with_flow(flow) .with_flow_versions(flow_versions) .await?;\n}","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » CmdCtx Build","id":"139","title":"CmdCtx Build"},"14":{"body":"A fn_graph is a data structure that holds functions, tracks their dependencies, and streams the functions in dependency order. This is the basis of a framework that enables: Consumer provided logic and data. Framework controlled invocation of logic. When consumers can plug in their logic and data to the framework, control now resides with the framework on invoking that logic and presenting the data in a goal form.","breadcrumbs":"Technical Concepts » Function Graph » Function Graph","id":"14","title":"Function Graph"},"140":{"body":"StatesCurrentStoredReadCmd and StatesGoalReadCmd needs to read states from any supported flow version. ExecutionHistoryListCmd / ExecutionHistoryShowCmd (not implemented yet) need to read outcomes (and hence states and diffs) from any previous flow version.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Cmd States and Outcome: Read","id":"140","title":"Cmd States and Outcome: Read"},"141":{"body":"StatesDiscoverCmd: Some overlap with migrating stored states to latest format. EnsureCmd / CleanCmd: Write new version after ensuring. What about interruptions? We'd probably have to write the version of each item state then. Enum variant per version solves this. /// Indicates when stored state can be upgraded.\n///\n/// Note: Stored outcomes also contain state, so for an upgrade between two\n/// given versions, an `OutcomeUpgradeReq` will be the same as this.\n///\n/// However, should we mutate stored outcomes? I imagine not.\nenum StateUpgradeReq { /// Data can be upgraded without discovering state. None, /// State needs to be discovered in order to store the new version. /// /// Existing stored state doesn't carry enough information to construct the /// new version, but the existing item does. Discover, /// Item needs an ensure / clean to be run to store the new version. /// /// The existing item doesn't carry enough information to construct the new /// state, and needs `apply` to be run to do so. /// /// This means `ApplyCmd`, and hence `Item{,Rt,Wrapper}`, need to work with /// different state versions. Apply,\n}","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Cmd States and Outcome: Write","id":"141","title":"Cmd States and Outcome: Write"},"142":{"body":"An item upgrade may be one of: Only modifying the data type, and changing the information stored about the item (see StateUpgradeReq::Discover above). Modifying the item in place. Cleaning up the item then re-ensuring it. Notes: It may not be possible to migrate an item to a newer version without cleaning up its successors. It is possible if successors don't \"live inside\" the item, but only need their parameters changed. it is not possible if successors live inside the item, and need to be deleted in order to modify the item. Whether or not a successor needs to be cleaned up likely should be encoded into the Edge type, not part of the item upgrade parameters -- an item is unable to know if its successors live inside it or point to it. /// Indicates what is needed for an instance of an item to be upgraded.\nenum ItemUpgradeReq { /// Item instance does not need to be upgraded, i.e. only state data type is changed. None, /// Item can and needs to be re-ensured as part of this upgrade. Modify, /// Item needs to be cleaned and re-ensured as part of this upgrade. Replace,\n}","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Items: Use Latest / Migrate to Latest","id":"142","title":"Items: Use Latest / Migrate to Latest"},"143":{"body":"The following use cases seem natural for developers / users: Manually upgrade state after automation software has been updated. Automatically upgrade state as part of using regular commands. Manually upgrade items after automation software has been updated. Automatically upgrade items as part of using regular commands. Some use cases are mutually exclusive, though mutually exclusive may still exist in the same automation software, for different version or kinds of upgrades. For example, automatic item upgrades as part of using regular commands are appropriate when nothing needs to be cleaned up, but manual item upgrades should be used when some items need to be cleaned as part of the upgrade.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Running The Upgrade Code","id":"143","title":"Running The Upgrade Code"},"144":{"body":"Developers must provide an upgrade command, to call StateUpgradeCmd::exec. impl StateUpgradeCmd { /// # Note /// /// This is single profile single flow. /// /// To upgrade the states of multiple profiles and multiple flows, this /// must be called per flow, and maybe per profile as well. /// /// `MultiProfileSingleFlow` may only be safe for `StateUpgradeReq::None` /// and `StateUpgradeReq::Discover`. async fn state_upgrade_exec(cmd_ctx: &mut CmdCtx) -> Result<(), Error> { match state_upgrade_req { StateUpgradeReq::None => { let states = resources.get::(); let states_upgraded = flow .graph() .iter() .for_each(|item| item.state_upgrade(states)); states_serializer.serialize(&states_upgraded).await?; } StateUpgradeReq::Discover => { let CmdOutcome { value: (states_current, states_goal), errors, } = StatesDiscoverCmd::current_and_goal(&mut cmd_ctx).await?; states_serializer.serialize_current(&states_upgraded).await?; states_serializer.serialize_goal(&states_upgraded).await?; } StateUpgradeReq::Apply => { let CmdOutcome { value: states_upgraded, errors, } = EnsureCmd::exec_with(&mut cmd_ctx.as_sub_cmd()).await?; } } }\n}","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Manual State Upgrade","id":"144","title":"Manual State Upgrade"},"145":{"body":"The above method, but called automatically from a set of chosen commands: EnsureCmd, CleanCmd. May need to think about this more carefully.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Automatic State Upgrade","id":"145","title":"Automatic State Upgrade"},"146":{"body":"Developers must provide an upgrade command. For actual item modification, it may be one of: // Only discovery needed\nfn env_ensure_cmd() { env_flow_current_version_ensure(); env_flow_ensure();\n} // apply needed\nfn env_ensure_cmd() { // Item implementation needs to handle upgrade from whatever version the // state is in, to the current version. // // Meaning, there is no API support / constraints from the `peace` // framework. It's all handled from within the item implementation. env_flow_ensure();\n}","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Manual Item Upgrade","id":"146","title":"Manual Item Upgrade"},"147":{"body":"Same as manual item upgrade, except the upgrade command is not separate to the regular ensure command. For item upgrades, state could always be an enum, and peace doesn't include API support, constraints, or special handling for migrating between item versions -- the current building blocks are enough to implement seamless upgrades if items are implemented well. For flow upgrades, we still need to handle clean up of old items no longer needed in subsequent flow versions, meaning the items must still be included in the development tool for their clean up logic. For the developer, this could be either: Passing in the previous and current flow versions, and the framework working out which items need to be cleaned up. Passing in the current flow version, and old items and params for the framework to clean up those items. Is this enough to start working on StatesSerde? Yes: StatesSerde should hold unknown entries (removed items). States should be mapped From after deserialization. Users should be informed when there are unknown entries. States should be mapped Into, with an entry for each item in the flow.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Automatic Item Upgrade","id":"147","title":"Automatic Item Upgrade"},"148":{"body":"There are 4 levels of upgrade actions that can be applied to items. Reserialization with existing stored values. State discovery: current / goal. Item ensure. Replacement (clean and ensure) required. The following table shows what is required for ensuring an environment to be in sync with the change. If multiple changes are involved, then the highest level of upgrade action needs to be applied to the environment for params and state, and the environment to be in sync, i.e. max(upgrade_actions). Notes: \"Data\" refers to an item's Params, State, or StateDiff. Apply is associated with params, state, and diff. apply_clean needs to know state_clean based on the parameters used to compute state_goal at the time of the previous apply_goal. \"Predecessor action \" means what upgrade action is needed for this item, given a predecessor has had action applied to it. In other words, the change for an item can imply an upgrade action for successors. Change Upgrade action Param value apply_goal Data type field rename reserialization Data type field addition state_discovery Data type field removal state_discovery Data type field modification apply_goal Flow item addition apply_goal Flow item removal apply_clean Flow item replacement apply_clean, apply_goal Predecessor replacement, Edge::Link apply_goal Predecessor replacement, Edge::Contains apply_clean, apply_goal Predecessor addition / modification apply_goal (in case of update) Predecessor removal apply_clean (successor first)","breadcrumbs":"Technical Concepts » Flow Versioning » Upgrade Actions » Upgrade Actions","id":"148","title":"Upgrade Actions"},"149":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » User Facing Automation - Part 1","id":"149","title":"User Facing Automation - Part 1"},"15":{"body":"Consider the following program: Initialize two inputs, a and b, and two outputs c and d. Add a to c. Add b to c. Add c to d. Print the values of a, b, and c.","breadcrumbs":"Technical Concepts » Function Graph » Scenario","id":"15","title":"Scenario"},"150":{"body":"Commands before demoing (ZSH) # Create demo directory and source file\ndemo_dir=/tmp/automation_demo\ntest -d \"${demo_dir}\" || mkdir \"${demo_dir}\"\ncd \"${demo_dir}\"\nsrc=\"${demo_dir}/a.txt\"\ndest=\"${demo_dir}/b.txt\" # Change time format. This is for zsh.\n#\n# Functions must also be run in subshells in zsh for `time` to work:\n# \nTIMEFMT=$'%*E seconds' echo hi > \"$src\" For the download example: # Requires Rust\ncargo install --git https://github.com/azriel91/peace download --all-features In a separate shell: cd /tmp/automation_demo\ncase \"$(uname)\" in Linux) watch -n 0.4 -c -d \"stat --format='%y' b.txt | cut -b 12-23 ; bat b.txt\" ;; Darwin) watch -n 0.4 -c -d \"stat -f '%y' b.txt | cut -b 12-23 ; bat b.txt\" ;;\nesac","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Set Up","id":"150","title":"Set Up"},"151":{"body":"Copy a file from one place to another. For demonstration, this section will use the sleep and cp (copy) commands to emulate a task: function slow_cp { sleep 1; cp \"$1\" \"$2\";\n}","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Scenario","id":"151","title":"Scenario"},"152":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Basics","id":"152","title":"Basics"},"153":{"body":"What: Do it again without thinking. Value: Save time and mental effort. Example # Hard coded values\nfunction slow_cp { sleep 1; cp a.txt b.txt;\n} slow_cp","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 1: Repeatable in One Action","id":"153","title":"Concept 1: Repeatable in One Action"},"154":{"body":"What: Do the same action on different things. Value: Multiply the automation gain per thing. Example function slow_cp { sleep 1; cp \"$1\" \"$2\";\n} src=\"/tmp/automation_demo/a.txt\"\ndest=\"/tmp/automation_demo/b.txt\" slow_cp \"${src}\" \"${dest}\"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 2: Parameterized","id":"154","title":"Concept 2: Parameterized"},"155":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Efficiency","id":"155","title":"Efficiency"},"156":{"body":"What: Don't do it if it's already done. Value: Save time. Example Execution 1: %3startbbstart->bendb->end\n%3startbbstart->bendb->end\n%3startbbstart->bendb->end Execution 2: %3startbbstart->bendb->end\n%3startbbstart->bendb->end function idempotent_cp { if ! test -f \"${dest}\" then slow_cp \"$1\" \"$2\" fi;\n} rm -f \"${dest}\"\ntime (idempotent_cp \"${src}\" \"${dest}\")\ntime (idempotent_cp \"${src}\" \"${dest}\") echo updated > \"${src}\"\ntime (idempotent_cp \"${src}\" \"${dest}\")","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 3: Idempotence","id":"156","title":"Concept 3: Idempotence"},"157":{"body":"What: Handle updates. Value: Do what's expected. Example function idempotent_cp { local src_hash; local dest_hash; src_hash=$(md5sum <(cat \"$1\")) dest_hash=$(md5sum <(cat \"$2\" 2>/dev/null)) if ! test \"${src_hash}\" = \"${dest_hash}\" then slow_cp \"$1\" \"$2\" fi;\n} rm -f \"${dest}\"\ntime (idempotent_cp \"${src}\" \"${dest}\")\ntime (idempotent_cp \"${src}\" \"${dest}\")","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 4: Smart Idempotence","id":"157","title":"Concept 4: Smart Idempotence"},"158":{"body":"What: Run tasks at the same time. Value: Elapsed duration to execute process is decreased. Example dest_1=\"/tmp/automation_demo/b1.txt\"\ndest_2=\"/tmp/automation_demo/b2.txt\"\ndest_3=\"/tmp/automation_demo/b3.txt\" Serial %3startb1b1start->b1endb2b2b1->b2b3b3b2->b3b3->end # Serial execution\nrm -f \"${dest_1}\" \"${dest_2}\" \"${dest_3}\"\ntime ( idempotent_cp \"${src}\" \"${dest_1}\"; idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${src}\" \"${dest_3}\";\n)\ntime ( idempotent_cp \"${src}\" \"${dest_1}\"; idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${src}\" \"${dest_3}\";\n) # Remove one file\nrm -f \"${dest_2}\"\ntime ( idempotent_cp \"${src}\" \"${dest_1}\"; idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${src}\" \"${dest_3}\";\n)\ntime ( idempotent_cp \"${src}\" \"${dest_1}\"; idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${src}\" \"${dest_3}\";\n) Parallel %3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end # Parallel execution\nrm -f \"${dest_1}\" \"${dest_2}\" \"${dest_3}\"\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; idempotent_cp \"${src}\" \"${dest_2}\" &; idempotent_cp \"${src}\" \"${dest_3}\" &; wait;\n)\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; idempotent_cp \"${src}\" \"${dest_2}\" &; idempotent_cp \"${src}\" \"${dest_3}\" &; wait;\n) # Remove one file\nrm -f \"${dest_2}\"\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; idempotent_cp \"${src}\" \"${dest_2}\" &; idempotent_cp \"${src}\" \"${dest_3}\" &; wait;\n)\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; idempotent_cp \"${src}\" \"${dest_2}\" &; idempotent_cp \"${src}\" \"${dest_3}\" &; wait;\n)","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 5: Parallelism","id":"158","title":"Concept 5: Parallelism"},"159":{"body":"What: Wait if you have to. Value: Correctness. Example\n%3startb1b1start->b1b2b2start->b2endb1->endb3b3b2->b3b3->end # Logical dependency\nrm -f \"${dest_1}\" \"${dest_2}\" \"${dest_3}\"\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; ( idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${dest_2}\" \"${dest_3}\"; ) &; wait;\n)\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; ( idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${dest_2}\" \"${dest_3}\"; ) &; wait;\n)","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 6: Logical Dependencies","id":"159","title":"Concept 6: Logical Dependencies"},"16":{"body":"The above program can be represented by the following code: // Define data to work on.\nlet mut a = -1;\nlet mut b = -1;\nlet mut c = -1;\nlet mut d = -1; # type Fn1 = fn(&mut i32, &mut i32, &mut i32, &mut i32);\n# type Fn2 = fn(&i32, &mut i32);\n# type Fn3 = fn(&i32, &mut i32);\n# type Fn4 = fn(&i32, &mut i32);\n# type Fn5 = fn(&i32, &i32, &i32);\n#\n// Define logic.\nlet fn1: Fn1 = |a, b, c, d| { *a = 1; *b = 2; *c = 0; *d = 0; };\nlet fn2: Fn2 = |a, c | *c += *a;\nlet fn3: Fn3 = | b, c | *c += *b;\nlet fn4: Fn4 = | c, d| *d += *c;\nlet fn5: Fn5 = |a, b, c | println!(\"{a} + {b} = {c}\"); // Invoke logic over data.\nfn1(&mut a, &mut b, &mut c, &mut d);\nfn2(&a, &mut c);\nfn3(&b, &mut c);\nfn4(&c, &mut d);\nfn5(&a, &b, &c);","breadcrumbs":"Technical Concepts » Function Graph » Static Representation","id":"16","title":"Static Representation"},"160":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Output","id":"160","title":"Output"},"161":{"body":"What: Tell users what's going on. Value: Users know what's happening, or if it's stalled. Example Code function slow_cp { sleep 1; cp \"$1\" \"$2\";\n} function hash_file { 1>&2 printf \"hashing file: ${1}\\n\" test -f \"${1}\" && md5sum <(cat \"$1\" 2>/dev/null) || printf '00000000000000000000000000000000'\n} function informational_idempotent_cp { src_hash=$(hash_file \"${src}\") dest_hash=$(hash_file \"${dest}\") 1>&2 printf \" src_hash: ${src_hash}\\n\" 1>&2 printf \"dest_hash: ${dest_hash}\\n\" if ! test \"${src_hash}\" = \"${dest_hash}\" then 1>&2 printf \"contents don't match, need to copy.\\n\" slow_cp \"$1\" \"$2\" 1>&2 printf \"file copied.\\n\" else 1>&2 printf \"contents match, don't need to copy.\\n\" fi;\n} rm -f \"${dest}\" informational_idempotent_cp \"${src}\" \"${dest}\" # if we don't care about the verbose information, we can hide it\ninformational_idempotent_cp \"${src}\" \"${dest}\" 2>/dev/null","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 7: Progress Information","id":"161","title":"Concept 7: Progress Information"},"162":{"body":"What: Show as little and as much information as necessary. Value: Reduce effort to understand. Example Code delay=0.1\npb_lines=3 function slow_cp_with_progress { progress_update 50 20 'copying file'; sleep $delay progress_update 50 25 'copying file'; sleep $delay progress_update 50 30 'copying file'; sleep $delay progress_update 50 35 'copying file'; sleep $delay progress_update 50 40 'copying file'; sleep $delay progress_update 50 45 'copying file'; sleep $delay cp \"$1\" \"$2\";\n} function hash_file { test -f \"${1}\" && md5sum <(cat \"$1\" 2>/dev/null) || printf '00000000000000000000000000000000'\n} function clear_lines { local lines_to_clear local i lines_to_clear=$(($1 - 1)) # subtract 1 because bash loop range is inclusive if test \"${lines_to_clear}\" -ge 0 then for i in {1..${lines_to_clear}} do 1>&2 printf \"\\033[2K\\r\" # clear message line 1>&2 printf \"\\033[1A\" # move cursor up one line done fi\n} function progress_write { local progress_total local progress_done local progress_message local progress_remaining local printf_format progress_total=$1 progress_done=$2 progress_message=\"${3}\" progress_remaining=$(($progress_total - $progress_done)) if test $progress_total -eq $progress_done then printf_format=\"\\e[48;5;35m%${progress_done}s\\e[48;5;35m%${progress_remaining}s\\e[0m\\n\" # green else printf_format=\"\\e[48;5;33m%${progress_done}s\\e[48;5;18m%${progress_remaining}s\\e[0m\\n\" # blue fi 1>&2 printf \"$printf_format\" ' ' ' ' 1>&2 printf \"$progress_message\" 1>&2 printf '\\n'\n} function progress_update { clear_lines $pb_lines # message line, progress bar line, extra line progress_write \"$@\"\n} function informational_idempotent_cp { local src_hash; local dest_hash; progress_write 50 0 'hashing source file'; sleep $delay src_hash=$(hash_file \"${src}\") progress_update 50 5 'hashing destination file'; sleep $delay dest_hash=$(hash_file \"${dest}\") progress_update 50 10 'comparing hashes'; sleep $delay if ! test \"${src_hash}\" = \"${dest_hash}\" then progress_update 50 15 'copying file'; sleep $delay slow_cp_with_progress \"$1\" \"$2\" progress_update 50 50 '✅ file copied!' 1>&2 printf \"\\n\" else progress_update 50 50 '✅ contents match, nothing to do!' 1>&2 printf \"\\n\" fi;\n} rm -f \"${dest}\" informational_idempotent_cp \"${src}\" \"${dest}\" delay=0.7\nrm -f \"${dest}\"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 8: Provide Relevant Information","id":"162","title":"Concept 8: Provide Relevant Information"},"163":{"body":"What: Change information format specifically for how it is consumed. Value: Makes using the API ergonomic. Tip: Progress information can be more than a string. For a human: output a progress bar, replace status text For continuous integration: append status text For a web request: output json Example Code output_format=pb # pb, text, json function progress_write { local progress_total local progress_done local progress_message progress_total=$1 progress_done=$2 progress_message=\"${3}\" local progress_remaining local printf_format progress_remaining=$(($progress_total - $progress_done)) case \"${output_format}\" in pb) if test $progress_total -eq $progress_done then printf_format=\"\\e[48;5;35m%${progress_done}s\\e[48;5;35m%${progress_remaining}s\\e[0m\\n\" # green else printf_format=\"\\e[48;5;33m%${progress_done}s\\e[48;5;18m%${progress_remaining}s\\e[0m\\n\" # blue fi 1>&2 printf \"$printf_format\" ' ' ' ' 1>&2 printf \"$progress_message\" 1>&2 printf '\\n' ;; text) 1>&2 printf \"$progress_message\" 1>&2 printf '\\n' ;; json) cat << EOF\n{ \"progress_total\": $progress_total, \"progress_done\": $progress_done, \"progress_remaining\": $progress_remaining, \"message\": \"$progress_message\" }\nEOF ;; esac\n} function progress_update { case \"${output_format}\" in pb) clear_lines $pb_lines # message line, progress bar line, extra line ;; text) ;; json) ;; esac progress_write \"$@\"\n} output_format=pb\nrm -f \"${dest}\"\ntime (informational_idempotent_cp \"${src}\" \"${dest}\")\necho '---'\ntime (informational_idempotent_cp \"${src}\" \"${dest}\") output_format=text\nrm -f \"${dest}\"\ntime (informational_idempotent_cp \"${src}\" \"${dest}\")\necho '---'\ntime (informational_idempotent_cp \"${src}\" \"${dest}\") output_format=json\nrm -f \"${dest}\"\ntime (informational_idempotent_cp \"${src}\" \"${dest}\")\necho '---'\ntime (informational_idempotent_cp \"${src}\" \"${dest}\") informational_idempotent_cp \"${src}\" \"${dest}\" | jq informational_idempotent_cp \"${src}\" \"${dest}\" | jq '.progress_remaining'","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 9: Information Format","id":"163","title":"Concept 9: Information Format"},"164":{"body":"This section uses the download example.","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Error Handling","id":"164","title":"Error Handling"},"165":{"body":"What: When an error happens, save it, then display it at the very end. Value: User doesn't have to spend time and effort investigating. Example\n%3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end Don't Do This: # Per subprocess\nlog_info \"${id}: Start.\"\nlog_info \"${id}: Processing.\" download_file\ndownload_result=$? if [[ \"$download_result\" -eq 0 ]]\nthen log_info \"${id}: Successful.\" log_info \"${id}: Notifying service.\" return 0\nelse log_error \"${id}: Download failed: ${download_result}\" return 1\nfi Info : Starting process.\nInfo : b1: Start.\nInfo : b2: Start.\nInfo : b3: Start.\nInfo : main: Waiting for results.\nInfo : b1: Processing.\nInfo : b2: Processing.\nInfo : main: Waiting for results.\nInfo : b3: Processing.\nError: b2: Download failed: 12\nInfo : b1: Processing complete.\nInfo : main: Waiting for results.\nInfo : b3: Processing complete.\nInfo : b1: Successful.\nInfo : main: Waiting for results.\nInfo : b3: Successful.\nInfo : b3: Notifying service.\nInfo : main: Waiting for results.\nInfo : b1: Notifying service.\nInfo : main: Collected results.\nInfo : main: Analyzing.\nError: Process failed: b2. Do This: # Per subprocess\ndownload_file\ndownload_result=$? if [[ \"$download_result\" -eq 0 ]]\nthen printf \"{ \\\"id\\\": ${id} \\\"success\\\": true }\" return 0\nelse printf \"{ \\\"id\\\": ${id} \\\"success\\\": false, \\\"error_code\\\": 12 }\" return 1\nfi Info : Starting process.\nInfo : b1: Start.\nInfo : b2: Start.\nInfo : b3: Start.\nInfo : main: Waiting for results.\nInfo : b1: Processing.\nInfo : b2: Processing.\nInfo : main: Waiting for results.\nInfo : b3: Processing.\nError: b2: Download failed: 12\nInfo : b1: Processing complete.\nInfo : main: Waiting for results.\nInfo : b3: Processing complete.\nInfo : b1: Successful.\nInfo : main: Waiting for results.\nInfo : b3: Successful.\nInfo : b3: Notifying service.\nInfo : main: Waiting for results.\nInfo : b1: Notifying service.\nInfo : main: Collected results.\nInfo : main: Analyzing.\nError: Process failed: b2. Error: b2 failed with error code: 12 So that:\n%3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end\nInfo : Starting process.\nInfo : b1: Start.\nInfo : b2: Start.\nInfo : b3: Start.\nInfo : main: Waiting for results.\nInfo : b1: Processing.\nInfo : b2: Processing.\nInfo : main: Waiting for results.\nInfo : b3: Processing.\nError: b2: Download failed: 12\nInfo : b1: Processing complete.\nInfo : main: Waiting for results.\nError: b3: Download failed: 13\nInfo : b1: Successful.\nInfo : main: Waiting for results.\nInfo : main: Waiting for results.\nInfo : b1: Notifying service.\nInfo : main: Collected results.\nInfo : main: Analyzing.\nError: Process failed: b2, b3. Error: b2 failed with error code: 12 b3 failed with error code: 13","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 10: Accumulate And Summarize","id":"165","title":"Concept 10: Accumulate And Summarize"},"166":{"body":"What: Translate the technical terms into spoken language terms. Value: User can understand the message and take action. Example download -v init http://non_existent_domain file.txt Error: peace_item_file_download::src_get × Failed to download file. ├─▶ error sending request for url (http://non_existent_domain/): error │ trying to connect: dns error: failed to lookup address information: │ Temporary failure in name resolution ├─▶ error trying to connect: dns error: failed to lookup address │ information: Temporary failure in name resolution ├─▶ dns error: failed to lookup address information: Temporary failure in │ name resolution ╰─▶ failed to lookup address information: Temporary failure in name resolution Error: peace_item_file_download::src_get × Failed to download file. ╭──── 1 │ download init http://non_existent_domain/ file.txt · ─────────────┬───────────── · ╰── defined here ╰──── help: Check that the URL is reachable: `curl http://non_existent_domain/` Are you connected to the internet?","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 11: Understandable Error Messages","id":"166","title":"Concept 11: Understandable Error Messages"},"167":{"body":"What: Show where the information came from. Value: User doesn't have to spend time and effort investigating. Example download init http://localhost:3000/ peace_book.html Stop the server, then: download ensure Error: peace_item_file_download::src_get × Failed to download file. ╭──── 1 │ download init http://localhost:3000/ peace_book.html · ───────────┬────────── · ╰── defined here ╰──── help: Check that the URL is reachable: `curl http://localhost:3000/` Are you connected to the internet?","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 12: Capture the Source of Information","id":"167","title":"Concept 12: Capture the Source of Information"},"168":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Workflow Concepts","id":"168","title":"Workflow Concepts"},"169":{"body":"What: Leave a place in a state, no worse than when you found it. Value: Don't waste resources. Example ls download clean Bash function cp_flow { sub_cmd=$1 case ${sub_cmd} in ensure) informational_idempotent_cp \"$2\" \"$3\" ;; clean) if test -f \"$2\" then rm -f \"$2\" fi ;; esac ;\n} rm -f \"${dest}\"\ntime (cp_flow ensure \"${src}\" \"${dest}\")\ntime (cp_flow ensure \"${src}\" \"${dest}\") time (cp_flow clean \"${dest}\")","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 13: Clean Up","id":"169","title":"Concept 13: Clean Up"},"17":{"body":"The following shows the complete logic implemented using fn_graph : # // [dependencies]\n# // fn_graph = { version = \"0.5.4\", features = [\"fn_meta\", \"resman\"] }\n# // futures = \"0.3.21\"\n# // resman = { version = \"0.15.0\", features = [\"fn_meta\", \"fn_res\"] }\n# // tokio = { version = \"1.20.0\", features = [\"rt\", \"macros\", \"time\"] }\n# use std::{\n# fmt,\n# ops::{AddAssign, Deref, DerefMut},\n# };\n#\n# use fn_graph::FnGraphBuilder;\n# use futures::stream::StreamExt;\n# use resman::{IntoFnRes, Resources};\n#\n// Define newtypes for each parameter.\n#[derive(Debug)] struct A(u32);\n#[derive(Debug)] struct B(u32);\n#[derive(Debug)] struct C(u32);\n#[derive(Debug)] struct D(u32); # fn main() {\n// Initialize data.\nlet mut resources = Resources::new();\nresources.insert(A(0));\nresources.insert(B(0));\nresources.insert(C(0));\nresources.insert(D(0));\nlet resources = &resources; // Now the map is compile time immutable. # type Fn1 = fn(&mut A, &mut B, &mut C, &mut D);\n# type Fn2 = fn(&A, &mut C);\n# type Fn3 = fn(&B, &mut C);\n# type Fn4 = fn(&C, &mut D);\n# type Fn5 = fn(&A, &B, &C);\n#\n// Define logic and insert them into graph structure.\nlet fn_graph = { let fn1: Fn1 = |a, b, c, d| { a.0 = 1; b.0 = 2; c.0 = 0; d.0 = 0; }; let fn2: Fn2 = |a, c | *c += a.0; let fn3: Fn3 = | b, c | *c += b.0; let fn4: Fn4 = | c, d| *d += c.0; let fn5: Fn5 = |a, b, c | println!(\"{a} + {b} = {c}\"); let mut fn_graph_builder = FnGraphBuilder::new(); // Store functions in graph. let [fn_id1, fn_id2, fn_id3, fn_id4, fn_id5] = fn_graph_builder.add_fns([ fn1.into_fn_res(), fn2.into_fn_res(), fn3.into_fn_res(), fn4.into_fn_res(), fn5.into_fn_res(), ]); // Define dependencies to control ordering. fn_graph_builder .add_edges([ (fn_id1, fn_id2), (fn_id1, fn_id3), (fn_id2, fn_id4), (fn_id2, fn_id5), (fn_id3, fn_id4), (fn_id3, fn_id5), ]) .unwrap(); fn_graph_builder.build()\n}; // Invoke logic over data.\n//\n// For synchronous sequential execution, you may uncomment the next line:\n// fn_graph.iter().for_each(|fun| fun.call(resources));\n//\n// For asynchronous concurrent execution, use the following:\nlet rt = tokio::runtime::Builder::new_current_thread() .enable_time() .build() .unwrap();\nrt.block_on(async move { fn_graph .stream() .for_each_concurrent(None, |fun| async move { fun.call(resources); }) .await;\n}); // prints:\n// 1 + 2 = 3\n# }\n#\n# macro_rules! u32_newtype {\n# ($name:ident) => {\n# impl fmt::Display for $name {\n# fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {\n# self.0.fmt(f)\n# }\n# }\n# impl Deref for $name {\n# type Target = u32;\n# fn deref(&self) -> &Self::Target {\n# &self.0\n# }\n# }\n# impl DerefMut for $name {\n# fn deref_mut(&mut self) -> &mut Self::Target {\n# &mut self.0\n# }\n# }\n# impl AddAssign for $name {\n# fn add_assign(&mut self, other: u32) {\n# *self = Self(self.0 + other);\n# }\n# }\n# };\n# }\n# u32_newtype!(A);\n# u32_newtype!(B);\n# u32_newtype!(C);\n# u32_newtype!(D); Note that the knowledge of types is only needed at the point of definition for both data and logic. At the point of invocation, it's dynamic : let resources: &Resources = /* .. */; fn_graph .stream() .for_each_concurrent(None, |fun| async move { fun.call(resources); }) .await;","breadcrumbs":"Technical Concepts » Function Graph » Dynamic Representation","id":"17","title":"Dynamic Representation"},"170":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » User Facing Automation - Part 2","id":"170","title":"User Facing Automation - Part 2"},"171":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Workflow Concepts","id":"171","title":"Workflow Concepts"},"172":{"body":"What: Take in parameters, recall them automatically. Value: Don't require users to pass in parameters repeatedly. Example download init https://ifconfig.me ip.json download ensure\ndownload clean","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 14: Storing Parameters","id":"172","title":"Concept 14: Storing Parameters"},"173":{"body":"What: Show users what is, and what will be, before doing anything. Value: Give users clarity on what would happen, before doing it. Example download clean\ndownload init https://ifconfig.me ip.json download status\ndownload goal\ndownload diff download ensure\ndownload diff download clean\ndownload diff","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 15: Current State, Goal State, Difference","id":"173","title":"Concept 15: Current State, Goal State, Difference"},"174":{"body":"What: Use the same workspace input for logically separate environments. Value: Ease the creation of cloned environments.","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 16: Profiles","id":"174","title":"Concept 16: Profiles"},"175":{"body":"What: Perform different workflows within an environment. Value: Workflows automatically share parameters with each other.","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 17: Flows","id":"175","title":"Concept 17: Flows"},"176":{"body":"What: Guard automation from executing with unusual values. Value: Don't accidentally incur large costs.","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 18: Parameter Limits","id":"176","title":"Concept 18: Parameter Limits"},"177":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Efficiency Concepts (Again!)","id":"177","title":"Efficiency Concepts (Again!)"},"178":{"body":"If a process cannot take less than 10 minutes, then to do it in 5, you must begin in the past. What: Execute the automation in the background, show where it is when it is asked to be executed. Value: Reduce waiting time. Cost: Background work consumes resources, and may be redundant.","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 19: Do It Before It's Asked","id":"178","title":"Concept 19: Do It Before It's Asked"},"179":{"body":"At the beginning of a process, what's the fastest way to get to step 9? Go through steps 1 through 9. What if you're on step 10? Transition from step 10 to 9. What: The beginning and destination state are not necessarily the start and end of a process. Value: Allows inspection / mutation of state at a particular point, or re-testing of automation steps after that point.","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 20: Reverse Execution","id":"179","title":"Concept 20: Reverse Execution"},"18":{"body":"The remainder of this section shows how fn_graph is implemented. Generic data storage and dynamic access is already solved by Resources from the previous page. The remaining parts to solve all relate to the logic: Abstraction: Abstraction over different logic types to retrieve parameters and invoke the logic. Ordering: Sort logic by their dependencies and how they access data. Streaming: Concurrently stream logic once they are available without violating data access rules.","breadcrumbs":"Technical Concepts » Function Graph » How It Works","id":"18","title":"How It Works"},"180":{"body":"Communicating Clearly In Code Today's talk is about empathetic code design. The project I will use to demonstrate this is Peace, a framework to create empathetic and forgiving software automation. Peace provides constraints over logic and data types, and common functionality. By using the framework, logic and data types will be shaped to produce an automation tool that is clear in its communication. A user uses that tool to get their work done, with good user experience. Here's a 3 step process to upload a file to the internet. Download the file, create an S3 bucket, upload the file to that bucket. We can use a shell script to execute this process. (live demo) We can also use a tool, created using the Peace framework, to do the same thing. envman is a tool I created earlier to do this process. (live demo) This is a short demonstration of why one would use this framework. When changing any environment, first we want to understand where we are. Second, we also want to know, where we are headed. Third, we want to know the cost of getting there. Finally, when we understand enough about the change, we can decide to do it. Now, when I say clear communication, it should be quite easy to see that A B C here maps to 1 2 3 there. By presenting information in the right form, at the right level of detail, it's much easier to map between the concept and what is seen. This is how Peace takes care of the user. Today, we are going to look at how Peace takes care of the automation tool developer. How clearly can we communicate between the mental model of a process, and code. When designing a flow, we need to define the items in the flow, and the ordering between those items. The reason these are called \"items\" instead of \"steps\", is because in Peace, the emphasis is on the outcome, rather than the actions. Said another way, the purpose of technological processes is the end state, not the work undertaken to get there. That statement does not apply to other kinds of processes, where the work is meaningful. In code, adding items and ordering looks like this. This shows linear ordering; it is possible to have work done in parallel when there is no dependency between items. So here we can adjust the ordering such that A and B are both predecessors of C. A comes before C, and B comes before C. So A and B can both begin at the same time, reducing the overall duration. We'll adjust this in the example, I want you to see that both the file download and the s3 bucket turn blue, and when both are done, then the upload begins. We'll slow down our connection so it is easier to see. (live demo) Try doing that in a shell script. After a developer defines the items in a flow, they also need to define how data passes through these items. If you've written automation using bash scripts or YAML, usually data is just strings. For the non-devs among us, using \"strings\" everywhere is like saying, \"I took stuff and did stuff, and here is stuff\". It would be much better to say, \"I grab my camera, and took a shot, and here's a picture.\" To better communicate with developers, Peace uses type safety. Because Peace is a framework, each item's automation logic should be shareable. This means, the input to each item, and its output, are API. In Peace, we call the input \"parameters\", and we use call the output \"state\". For a file download item, the parameters are the source URL to download from and the path to write to. and the state, can be either \"the file's not there\", or \"it's there, and here is its content hash\". Given each item defines its parameters and state, we need a way for developers to pass values into the parameters. Usually, at the start of a process, we know the values of some parameters, and we can pass them straight in. However, sometimes we need part of the process to be completed, to have the information to pass to a subsequent item. For example, if we had a server instead of an S3 bucket, we cannot know what its IP address will be until we the server is created. But we still want to encode into the flow, that the state from an earlier item, is needed to determine the parameter value for a subsequent item. For the simple case, where we know the parameter values up front, we can just plug them in. But we want to be able to express, \"get the state from step two, and pass it into step three\". So I came up with this, for every item's parameters, the framework will generate a specification type that records how to figure out what values to use. and you can pass it direct values, or you can tell it \"here's what states to read, and here's how to extract the value to use for this field\". Here's how it looks like in code. Yes, we can read states from multiple items, and use them to compute a value. Best of all, it's type safe -- so within the code you can ask \"what parameters do I need to pass in, and get them right\". If you make a mistake, you have a really big safety net called the compiler, that will save you. The error message needs improvement, though I haven't yet figured that out. If the parameter type changes, such as when you upgrade your item version, then you get a compilation error, which means you don't have to work to discover where to change -- the compiler tells you . Now that we have our logic and our data, we need a way to interact with it. Peace is designed to separate the automation logic and data, from how it is interacted with and presented. Whether it is interactive shell, uninteractive shell, web API, or web page, there is no rendering code in any item. This allows automation developers to use different front ends to the same automation backend. In code, the developer can choose which output to use. Currently the only user facing output implementation is the CliOutput, which you've seen. There are a number of other output implementations used in tests, such as the NoOpOutput which discards all information, and the FnTrackerOutput which stores what output methods were called, with what parameters. Developers can choose to write their own output implementation as well, but It is within the scope of Peace provide implementations for common use cases. So far, we've seen Items, Parameters, Specifications, and Output. As a developer, this should be sufficient to run some commands. First we group all of the above into a CmdCtx, then we call the command we want to run for the flow. StatesCurrentReadCmd and EnsureCmd are provided by the framework. The real code still contains code to format the output, but this is something that the framework can provide. For any automation software, the user should only need to pass in item parameters once. Commands run using that flow should be able to recall parameters for the user. How can we make this easy for the automation software developer? The easiest thing, is for them to do nothing. So whenever a command context is built, the following happens. Previous parameter specifications will attempt to be loaded from disk. The provided parameter specification will be merged with those. Validation happens, to make sure there is enough information to resolve parameters for all items. The merged parameter specifications will be serialized to disk. If the parameter specifications don't pass validation, we should get a useful error message. When a command is run, Peace stores information about that execution. It stores this in a .peace directory within a workspace directory. The automation tool developer needs to tell Peace how to determine the workspace directory. Because if the tool is run in a sub directory, information should still be stored in the workspace directory. If you think about git, if you run git status in any subdirectory of a repository, it will still find the .git directory somewhere up the chain. One undeniable way to tell if software works, is to run it. And to tell if it will work in production, we usually want to run it in a replica environment first. Out of the box, Peace provides support for logically separate environments, through profiles. So you can have multiple environments under different names, just like git branching. Let's see a demo. How do we communicate clearly in code? We make sure the API matches the mental model. We make sure we have good error messages. When we require something of the developer, make it easy for them to provide it. and when we adhere to these constraints, it will improve the automation development experience.","breadcrumbs":"Learning Material » Empathetic Code Design » Empathetic Code Design","id":"180","title":"Empathetic Code Design"},"181":{"body":"Peace Constraints andcommon functionality + 💻 Code Logic and data types = ⚙️ Nice Tool Automation software ⚙️ Nice Tool Automation software + 🔡 Data Values for parameters = 🚀 Work Done App built and published Environment deployed","breadcrumbs":"Learning Material » Empathetic Code Design » Background » Background","id":"181","title":"Background"},"182":{"body":"%3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object","breadcrumbs":"Learning Material » Empathetic Code Design » Scenario » Scenario","id":"182","title":"Scenario"},"183":{"body":"bucket_name='azriel-peace-demo-bash'\nfile_path='web_app.tar'\nobject_key='web_app.tar' curl --fail \\ -o \"${file_path}\" \\ --location \\ https://github.com/azriel91/web_app/releases/download/0.1.1/web_app.tar aws s3api create-bucket \\ --bucket \"${bucket_name}\" \\ --acl private \\ --create-bucket-configuration LocationConstraint=ap-southeast-2 | bat -l json aws s3api put-object \\ --bucket \"${bucket_name}\" \\ --key \"${object_key}\" \\ --body \"${file_path}\" | bat -l json aws s3api delete-object \\ --bucket \"${bucket_name}\" \\ --key \"${object_key}\" | bat -l json aws s3api delete-bucket --bucket \"${bucket_name}\" | bat -l json rm -f \"${file_path}\" What does automation look like, from the perspective of an automation tool developer, or a workflow designer. Clarity between concept and code. Easy to write. Fast feedback when developing automation. Provide good UX without needing to write UI code.","breadcrumbs":"Learning Material » Empathetic Code Design » Scenario » Shell Script","id":"183","title":"Shell Script"},"184":{"body":"At the bottom of every page, we will be building up a cmd_context, which holds the information about a workflow. Different commands can be invoked with the cmd_context to gather information about the workflow. let mut cmd_context = CmdContext::builder() /* ?? */ .build(); StatusCmd(&mut cmd_context).await?;\nDeployCmd(&mut cmd_context).await?;","breadcrumbs":"Learning Material » Empathetic Code Design » Scenario » Command Context","id":"184","title":"Command Context"},"185":{"body":"Items: Steps of a process. Ordering: Sequence between steps. %3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object // examples/envman/src/flows/app_upload_flow.rs\nlet flow = { let graph = { let mut graph_builder = ItemGraphBuilder::::new(); let [a, b, c] = graph_builder.add_fns([ FileDownloadItem::::new(item_id!(\"app_download\")).into(), S3BucketItem::::new(item_id!(\"s3_bucket\")).into(), S3ObjectItem::::new(item_id!(\"s3_object\")).into(), ]); graph_builder.add_edges([(a, b), (b, c)])?; graph_builder.build() }; Flow::new(flow_id!(\"app_upload\"), graph)\n};","breadcrumbs":"Learning Material » Empathetic Code Design » Flow Definition » Flow Definition","id":"185","title":"Flow Definition"},"186":{"body":"%3cluster_acluster_bcluster_caacca->ca_text📥filedownloadbbb->cb_text🪣s3bucketc_text📤s3object graph_builder.add_edges([\n- (a, b),\n+ (a, c), (b, c), ])?;","breadcrumbs":"Learning Material » Empathetic Code Design » Flow Definition » Non-linear Ordering","id":"186","title":"Non-linear Ordering"},"187":{"body":"For items to be reusable, its inputs and outputs are API. %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state FileDownload Statepath:PathBufmd5:Md5Sumbba->ba_text📥filedownloada_params_srcsrca_params_destdestb_stateS3BucketStatename:String ccb->cb_text🪣s3bucketb_params_namenamec_state S3Object State..c_text📤s3objectc_params_file_pathfile_pathc_params_bucket_namebucket_namec_params_object_keyobject_key","breadcrumbs":"Learning Material » Empathetic Code Design » Inputs and Outputs » Inputs and Outputs","id":"187","title":"Inputs and Outputs"},"188":{"body":"impl Item for FileDownloadItem\n{ type Params<'exec> = FileDownloadParams; type State = FileDownloadState; // ..\n} Input: pub struct FileDownloadParams { src: Url, dest: PathBuf, marker: PhantomData,\n} Output: pub enum FileDownloadState { None, Some { path: PathBuf, md5: Md5Sum, },\n}","breadcrumbs":"Learning Material » Empathetic Code Design » Inputs and Outputs » Item API","id":"188","title":"Item API"},"189":{"body":"Specify where to get the value for each item's input. The value may not necessarily exist until the flow is executed. %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state .. bba->ba_text📥filedownloada_params_srcsrca_params_destdestc_params_file_pathfile_pathb_stateS3BucketState  nameccb->cb_text🪣s3bucketb_params_namenamec_params_bucket_namebucket_nameb_state->c_params_bucket_namec_state .. c_text📤s3objectc_params_object_keyobject_keyweb_app_urlweb_app_urlweb_app_url->a_params_srcweb_app_pathweb_app_pathweb_app_path->a_params_destweb_app_path->c_params_file_pathbucket_namebucket_namebucket_name->b_params_nameobject_keyobject_keyobject_key->c_params_object_key let app_download_params = FileDownloadParams:: { src: Url::parse(\"https://example.com/web_app.tar\")?, dest: PathBuf::from(\"/tmp/path/to/web_app.tar\"), marker: PhantomData,\n}; let s3_bucket_params = S3BucketParams::::new(bucket_name); let s3_object_params = S3ObjectParams:: { file_path: PathBuf::from(\"/tmp/path/to/web_app.tar\"), object_key: String::from(\"web_app.tar\"), bucket_name: !?, /* Somehow get the bucket name from `b` */\n};","breadcrumbs":"Learning Material » Empathetic Code Design » Parameters Specification » Parameters Specification","id":"189","title":"Parameters Specification"},"19":{"body":"To abstract over the logic, the following needs to be solved: Storage: Single type to be held together in a collection. Instantiation: Easy to instantiate from functions or closures. Invocation: Able to be invoked with Resources . The concept applies to function with any number of parameters1; the code snippets on this page shows implementations for a function with 2 parameters – one mutable parameter, and one immutable parameter.","breadcrumbs":"Technical Concepts » Function Graph » Abstraction » Abstraction","id":"19","title":"Abstraction"},"190":{"body":"// examples/envman/src/flows/app_upload_flow.rs\nlet s3_object_params_spec = S3ObjectParams::::field_wise_spec() .with_file_path(PathBuf::from(\"/tmp/path/to/web_app.tar\")) .with_object_key(String::from(\"web_app.tar\")) .with_bucket_name_from_map(|s3_bucket_state: &S3BucketState| { match s3_bucket_state { S3BucketState::None => None, S3BucketState::Some { name, creation_date: _, } => Some(name.clone()), // type safe! } }) .build();\n#\n# let file_download_params_spec = file_download_params.into();\n# let server_instance_params_spec = server_instance_params.into();","breadcrumbs":"Learning Material » Empathetic Code Design » Parameters Specification » Deferred Values","id":"190","title":"Deferred Values"},"191":{"body":"When the workflow is defined, we want to interact with it in different ways.","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Output and Presentation","id":"191","title":"Output and Presentation"},"192":{"body":"","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Presentation","id":"192","title":"Presentation"},"193":{"body":"> ./envman deploy\nUsing profile ⦗demo⦘ -- type `development` ✅ 1. app_download ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰ done!\n⏳ 2. s3_bucket ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ 0/1 creating bucket (el: 6s, eta: 0s)\n⏳ 3. s3_object ▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ (el: 0s, eta: 0s)","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Command Line Interface","id":"193","title":"Command Line Interface"},"194":{"body":"2023-05-07T01:30:31.135Z | app_download | downloaded at /tmp/.a9efb2/web_app.tar\n2023-05-07T01:30:31.754Z | s3_bucket | creating bucket\n2023-05-07T01:30:32.687Z | s3_bucket | bucket created","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Continuous Integration","id":"194","title":"Continuous Integration"},"195":{"body":"// GET /api/v1/demo/env_deploy/progress\n{ \"item_id\": \"s3_bucket\", \"progress_update\": { \"Delta\": \"Tick\" }, \"msg_update\": { \"Set\": \"creating bucket\" } // ..\n}","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Web API","id":"195","title":"Web API"},"196":{"body":"%3cluster_acluster_bcluster_caaa_text📥filedownloadcca_text->cbbb_text🪣s3bucketb_text->cc_text📤s3object CurrentState Deploy(preview) Clean(preview) ▶ // outputs to CLI\nlet mut output = CliOutput::new(); // === Used in tests === //\n// discards all output\nlet mut output = NoOpOutput; // records which output functions were called\n// and what parameters they were called with\nlet mut output = FnTrackerOutput::new(); // === Write your own === //\n// writes JSON to HTTP response\nlet mut output = JsonResponseOutput::new();","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Web page","id":"196","title":"Web page"},"197":{"body":"%3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object // examples/envman/src/cmds/profile_init_cmd.rs\n// fn app_upload_flow_init\nlet cmd_ctx = CmdCtx::builder_single_profile_single_flow ::(output, workspace) .with_profile_from_workspace_param(profile_key) .with_flow(flow) .with_item_params::>( item_id!(\"app_download\"), app_download_params_spec, ) .with_item_params::>( item_id!(\"s3_bucket\"), s3_bucket_params_spec, ) .with_item_params::>( item_id!(\"s3_object\"), s3_object_params_spec, ) .await?; // examples/envman/src/cmds/env_status_cmd.rs\n// envman status\nStatesCurrentReadCmd::exec(&mut cmd_ctx).await?; // examples/envman/src/cmds/env_deploy_cmd.rs\n// envman deploy\nEnsureCmd::exec(&mut cmd_ctx).await?;","breadcrumbs":"Learning Material » Empathetic Code Design » Command Invocation » Command Invocation","id":"197","title":"Command Invocation"},"198":{"body":"./envman init demo --type development azriel91/web_app 0.1.1 # For good user experience, parameters\n# should not have to be passed in on\n# every command invocation ./envman status # demo --type development azriel91/web_app 0.1.1\n./envman deploy # demo --type development azriel91/web_app 0.1.1 We need to store and load the parameters passed in previously. %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state .. bba->ba_text📥filedownloada_params_srcsrca_params_destdestc_params_file_pathfile_pathb_stateS3BucketState  nameccb->cb_text🪣s3bucketb_params_namenamec_params_bucket_namebucket_nameb_state->c_params_bucket_namec_state .. c_text📤s3objectc_params_object_keyobject_keyweb_app_urlweb_app_urlweb_app_url->a_params_srcweb_app_pathweb_app_pathweb_app_path->a_params_destweb_app_path->c_params_file_pathbucket_namebucket_namebucket_name->b_params_nameobject_keyobject_keyobject_key->c_params_object_key First command invocation: // examples/envman/src/cmds/profile_init_cmd.rs\n// fn app_upload_flow_init\ncmd_ctx_builder .with_profile_from_workspace_param(profile_key) .with_flow(flow) .with_item_params::>( item_id!(\"app_download\"), app_download_params_spec, ) .with_item_params::>( item_id!(\"s3_bucket\"), s3_bucket_params_spec, ) .with_item_params::>( item_id!(\"s3_object\"), s3_object_params_spec, ) .await? Subsequent command invocations: // examples/envman/src/cmds/app_upload_cmd.rs\ncmd_ctx_builder .with_profile_from_workspace_param(&profile_key) .with_flow(&flow) // * file_download params spec not specified // * s3_bucket params spec not specified .with_item_params::>( item_id!(\"s3_object\"), s3_object_params_spec, ) .await? let s3_object_params_spec = S3ObjectParams::::field_wise_spec() // Note: // // * file_path not specified // * object key not specified // * Function logic cannot be deserialized, // so needs to be provided .with_bucket_name_from_map(|s3_bucket_state: &S3BucketState| { match s3_bucket_state { S3BucketState::None => None, S3BucketState::Some { name, creation_date: _, } => Some(name.clone()), } }) .build();","breadcrumbs":"Learning Material » Empathetic Code Design » Parameters Recall » Parameters Recall","id":"198","title":"Parameters Recall"},"199":{"body":"When a command is run, Peace stores information about that execution. It stores this in a .peace directory within a workspace directory. The automation tool developer needs to tell Peace how to determine the workspace directory. let cmd_ctx = CmdCtx::builder_single_profile_single_flow ::(output, workspace) // .. .await?; pub enum WorkspaceSpec { /// Use the exe working directory as the workspace directory. /// /// The working directory is the directory that the user ran the program in. WorkingDir, /// Use a specified path. Path(PathBuf), /// Traverse up from the working directory until the given file is found. /// /// The workspace directory is the parent directory that contains a file or /// directory with the provided name. FirstDirWithFile(OsString),\n}","breadcrumbs":"Learning Material » Empathetic Code Design » Workspace » Workspace","id":"199","title":"Workspace"},"2":{"body":"Automation, like most subjects, has many questions to ask and answer. The following is a selection of issues that are common in this space: Before running the automation: What is the current state? What will the automation do? When it is running: Where is it up to? When will things be complete? When it errs: What went wrong? Must I begin from scratch again? How can I solve this myself? When it completes successfully: Can I see a report of what's changed? Can it send a notification? A lot of the responsibility and weight of these questions is placed on automation teams. Issues that originate from many separate systems surface through the automation, and are often reported to the automation team, potentially resulting in burnout. For users, it is frustrating when it is difficult to understand what the automation is doing, where one is in the process, and how long it takes. This is amplified when the process errs after a lot of waiting – if it ever ends. Can one recover from errors, or end up feeling lost? Amidst the chaos, pressure, and expectation, have a little.. peace ✌️.","breadcrumbs":"Background » Background","id":"2","title":"Background"},"20":{"body":"We can store different types under a single abstraction by defining a trait, and implementing the trait for each of those different types. %3fn_res_traittraitFnRes {}fn1Fn1fn_res_trait->fn1fn2Fn2fn_res_trait->fn2fn3Fn3fn_res_trait->fn3fn4Fn4fn_res_trait->fn4fn5Fn5fn_res_trait->fn5 // Trait for all logic types to implement.\npub trait FnRes { // ..\n# /// Return type of the function.\n# type Ret;\n# /// Runs the function.\n# fn call(&self, resources: &Resources) -> Self::Ret;\n} In order to name the logic type in code, the logic is stored in a wrapper type called FnResource . FnRes is implemented for each type parameter combination of FnResource 1: %3fn_res_traittraitFnRes {}fn_resourcestructFnResource<Fun, Ret, Args> {}structFnResource<Fn1, (), (&mut A, &mut B)> {}structFnResource<Fn2, (), (&mut C, &A)> {}structFnResource<Fn3, (), (&mut C, &B)> {}structFnResource<Fn4, (), (&mut D, &C)> {}structFnResource<Fn5, (), (&A, &B, &C)> {}fn_res_trait->fn_resource // Intermediate type so that traits can be implemented on this.\npub struct FnResource { pub func: Fun, marker: PhantomData<(Fun, Ret, Args)>,\n} // Implement `FnRes` for `FnResource` with different type parameters.\nimpl FnRes for FnResource\nwhere Fun: Fn(&mut C, &A) -> Ret + 'static, Ret: 'static,\n{ // ..\n} Once a function or closure is wrapped in a FnResource , then we can hold different functions and closures as Box.","breadcrumbs":"Technical Concepts » Function Graph » Abstraction » Storage","id":"20","title":"Storage"},"200":{"body":"Profiles are a way of logically separating environments, aka namespacing. First execution / init: let cmd_ctx_builder = CmdCtx::builder_single_profile_no_flow ::(output, &workspace) .with_profile(profile!(\"demo\")) // for recall .with_workspace_param_value( WorkspaceParamsKey::Profile, Some(profile!(\"demo\")), ); Subsequent executions: let cmd_ctx_builder = CmdCtx::builder_single_profile_single_flow ::(output, workspace) .with_profile_from_workspace_param(WorkspaceParamsKey::Profile) .with_flow(flow);","breadcrumbs":"Learning Material » Empathetic Code Design » Profiles » Profiles","id":"200","title":"Profiles"},"201":{"body":"How do we communicate clearly in code? Consistency between the conceptual model and the written code. Make use of type safety with strong types. When we require something of the developer, make it easy to be provided. Prefer errors at compile time than runtime. Error messages should show what is wrong and how to fix it.","breadcrumbs":"Learning Material » Empathetic Code Design » Summary » Summary","id":"201","title":"Summary"},"202":{"body":"","breadcrumbs":"Learning Material » Empathetic Code Design » Q & A » Q & A","id":"202","title":"Q & A"},"203":{"body":"▶️ ⏸️ ⏹️","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Software","id":"203","title":"Interruptible Software"},"204":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Processes » Processes","id":"204","title":"Processes"},"205":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Processes » Build Process","id":"205","title":"Build Process"},"206":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Processes » Deployment Process","id":"206","title":"Deployment Process"},"207":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Execution » Execution","id":"207","title":"Execution"},"208":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Execution » Manual","id":"208","title":"Manual"},"209":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Execution » Automatic","id":"209","title":"Automatic"},"21":{"body":"To make it easy to transform functions and closures into Box, the IntoFnResource and IntoFnRes traits are provided generically: // Turns a function or closure into the `FnResource` wrapper type.\nimpl IntoFnResource for Fun\nwhere Fun: Fn(&mut C, &A) -> Ret + 'static, Ret: 'static,\n{ fn into_fn_resource(self) -> FnResource { FnResource { func: self, marker: PhantomData, } }\n} // Turns a function or closure into a `Box`\nimpl IntoFnRes for Fun\nwhere Fun: Fn(&mut C, &A) -> Ret + 'static, Ret: 'static, A: 'static, B: 'static, FnResource: FnRes,\n{ fn into_fn_res(self) -> Box> { Box::new(self.into_fn_resource()) }\n} Usage: let fn_res = (|c: &mut u32, a: &u32| *c += *a).into_fn_res();","breadcrumbs":"Technical Concepts » Function Graph » Abstraction » Instantiation","id":"21","title":"Instantiation"},"210":{"body":"🚏 🚌🚌","breadcrumbs":"Learning Material » Interruptible Software » Bus Analogy » Bus Analogy","id":"210","title":"Bus Analogy"},"211":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Designing Interruptibility","id":"211","title":"Designing Interruptibility"},"212":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » 🛑 Stop Button","id":"212","title":"🛑 Stop Button"},"213":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » 🚏 Stopping Point","id":"213","title":"🚏 Stopping Point"},"214":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » 🔀 Parallelism","id":"214","title":"🔀 Parallelism"},"215":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » 📃 Reporting","id":"215","title":"📃 Reporting"},"216":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » 🗺️ Strategy","id":"216","title":"🗺️ Strategy"},"217":{"body":"Command Line Web Desktop > deploy_ 🗄️🗄️🌐 x go","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stop Button » 🛑 Stop Button","id":"217","title":"🛑 Stop Button"},"218":{"body":"let outcome = tokio::select! { value = process.next() => Outcome::Done(value), _ = tokio::signal::ctrl_c() => Outcome::Interrupted,\n};","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stop Button » ❌ Don't","id":"218","title":"❌ Don't"},"219":{"body":"struct InterruptSignal;\nlet (interrupt_tx, interrupt_rx) = tokio::sync::mpsc::(8); let outcome = tokio::select! { value = process.next() => Outcome::Done(value), _ = interrupt_rx.recv() => Outcome::Interrupted,\n}; and: // CLI\ntokio::spawn(async move { tokio::signal::ctrl_c().await.unwrap(); let _ = interrupt_tx.send(InterruptSignal).await;\n}); // Web / Desktop\nasync fn handle_request(request: Request) -> Response { match request { Request::Interrupt { execution_id } => { let executions = executions.lock().await; let execution = executions.get(execution_id); let interrupt_tx = execution.interrupt_tx(); let _ = interrupt_tx.send(InterruptSignal).await; } // .. }\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stop Button » ✅ Do","id":"219","title":"✅ Do"},"22":{"body":"Now that we can easily hold different types under the Box abstraction, the remaining issue is to invoke the logic through that common abstraction. To do this, FnRes has a method that takes a &Resources parameter, and each trait implementation will handle parameter fetching and function invocation: // Trait for all logic types to implement.\npub trait FnRes { /// Return type of the function. type Ret; /// Runs the function. fn call(&self, resources: &Resources) -> Self::Ret;\n} // Implementation to fetch the parameters from `Resources`, and invoke the function.\nimpl FnRes for FnResource\nwhere Fun: Fn(&mut C, &A) -> Ret + 'static, Ret: 'static,\n{ pub fn call(&self, resources: &Resources) -> Ret { let c = resources.borrow_mut::(); let a = resources.borrow::(); (self.func)(c, a) }\n} With this, consumers are able to invoke functions generically: let mut resources = Resources::new();\nresources.insert(A::new(1));\nresources.insert(C::new(0)); let fn_res: Box = (|c: &mut C, a: &A| *c += *a).into_fn_res(); // Generically invoke logic with generic data type.\nfn_res.call(&resources); Notably: Parameters must be &T or &mut T, as T is owned by Resources . Parameters must be distinct types, as it is invalid to borrow &mut T twice. Borrowing and invocation is implemented by the function type – FnResource in this example. Out of the box, this lives in the resman crate instead of fn_graph . 1 resman implements FnRes for functions with up to 6 parameters.","breadcrumbs":"Technical Concepts » Function Graph » Abstraction » Invocation","id":"22","title":"Invocation"},"220":{"body":"🛑 Interrupt 🚏 Stop","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stopping Point » 🚏 Stopping Point","id":"220","title":"🚏 Stopping Point"},"221":{"body":"fn execute( params: Params,\n) -> Outcome { let output_1 = step_1(params); let output_2 = step_2(output_1); let outcome = step_3(output_2); return outcome;\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stopping Point » No Interruptibility","id":"221","title":"No Interruptibility"},"222":{"body":"fn execute( interrupt_rx: mut Receiver, params: Params,\n) -> ControlFlow { let () = interruptibility_check(&mut interrupt_rx)?; let output_1 = step_1(params); let () = interruptibility_check(&mut interrupt_rx)?; let output_2 = step_2(output_1); let () = interruptibility_check(&mut interrupt_rx)?; let outcome = step_3(output_2); ControlFlow::Continue(outcome)\n} fn interruptibility_check(receiver: &mut Receiver)\n-> ControlFlow { if let Ok(interrupt_signal) = interrupt_rx.try_recv() { ControlFlow::Continue(()) } else { ControlFlow::Break(interrupt_signal) }\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stopping Point » Basic","id":"222","title":"Basic"},"223":{"body":"fn execute( interrupt_rx: mut Receiver, params: Params,\n) -> ControlFlow { let () = interruptibility_check(&mut interrupt_rx)?; let output_1 = step_1(&mut interrupt_rx, params); // ..\n} fn step_1( interrupt_rx: mut Receiver, params: Params,\n) -> ControlFlow { let mut output_1 = Output1::new(); for i in 0..1_000_000 { if i % 1_000 == 0 { let () = interruptibility_check(&mut interrupt_rx)?; } do_something(output_1, params, i); } ControlFlow::Continue(output_1)\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stopping Point » Fine Grained Interruptibility","id":"223","title":"Fine Grained Interruptibility"},"224":{"body":"Parallelism and concurrency 🛑 Interrupt 🛑 Interrupt 🛑 Interrupt 🚏 Stop 🚏 Stop 🚏 Stop","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Parallelism » 🔀 Parallelism","id":"224","title":"🔀 Parallelism"},"225":{"body":"🔵 Finish everything in progress. ⚫ Don't start anything new. See fn_graph on Github. Queuer : Sends IDs of steps that can be executed. Receives IDs of steps that are complete. Checks for interruption. Scheduler Receives IDs of steps that can be executed. Sends IDs of steps that are complete.","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Parallelism » Safe Interruption Rules","id":"225","title":"Safe Interruption Rules"},"226":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Reporting » 📃 Reporting","id":"226","title":"📃 Reporting"},"227":{"body":"fn execute(params: Params) -> Value { // ..\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Reporting » Non-Interruptible Software","id":"227","title":"Non-Interruptible Software"},"228":{"body":"fn execute(params: Params) -> Outcome { // ..\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Reporting » Interruptible Software","id":"228","title":"Interruptible Software"},"229":{"body":"Basic enum Outcome { /// Execution completed, here is the return value. Complete(Value), /// Execution was interrupted. Interrupted,\n} Step Values enum Outcome { /// Execution completed, here is the return value. Complete(Value), /// Execution was interrupted. /// /// Here's the information we collected so far. Interrupted { step_1_value: Option, step_2_value: Option, step_3_value: Option, },\n} Step Values and Execution Info enum Outcome { /// Execution completed, here is the return value. Complete(Value), /// Execution was interrupted. /// /// Here's the information we collected so far. Interrupted { step_1_value: Option, step_2_value: Option, step_3_value: Option, steps_processed: Vec, steps_not_processed: Vec, },\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Reporting » Outcome","id":"229","title":"Outcome"},"23":{"body":"To define the order of execution, fn_graph uses two kinds of dependencies – logical and data. Logical dependencies are defined by consumers of the crate. Data dependencies are calculated by inspecting the type and mutability of function parameters. Using the example: # type Fn1 = fn(&mut i32, &mut i32, &mut i32, &mut i32);\n# type Fn2 = fn(&i32, &mut i32);\n# type Fn3 = fn(&i32, &mut i32);\n# type Fn4 = fn(&i32, &mut i32);\n# type Fn5 = fn(&i32, &i32, &i32);\n#\nlet fn1: Fn1 = |a, b, c, d| { *a = 1; *b = 2; *c = 0; *d = 0; };\nlet fn2: Fn2 = |a, c | *c += *a;\nlet fn3: Fn3 = | b, c | *c += *b;\nlet fn4: Fn4 = | c, d| *d += *c;\nlet fn5: Fn5 = |a, b, c | println!(\"{a} + {b} = {c}\"); Even though it is possible to order these sequentially, we also want to be able to achieve concurrency to increase performance. %3fn1fn1fn2fn2fn1->fn2fn3fn3fn2->fn3fn4fn4fn3->fn4fn5fn5fn4->fn5","breadcrumbs":"Technical Concepts » Function Graph » Ordering » Ordering","id":"23","title":"Ordering"},"230":{"body":"🛑 Interrupt 🚏 Stop 🚏 Stop 🚏 Stop /// How to poll an underlying stream when an interruption is received.\n#[derive(Clone, Copy, Debug, PartialEq, Eq)]\npub enum InterruptStrategy { /// On interrupt, keep going. IgnoreInterruptions, /// On interrupt, wait for the current future's to complete and yield its /// output, but do not poll the underlying stream for any more futures. FinishCurrent, /// On interrupt, continue polling the stream for the next `n` futures. /// /// `n` is an upper bound, so fewer than `n` futures may be yielded if the /// underlying stream ends early. PollNextN(u64),\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Strategy » 🗺️ Strategy","id":"230","title":"🗺️ Strategy"},"231":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Implementation » Interruptible Implementation","id":"231","title":"Interruptible Implementation"},"232":{"body":"fn execute( params: Params,\n) -> Outcome { let output_1 = step_1(params); let output_2 = step_2(output_1); let outcome = step_3(output_2); return outcome;\n}","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Implementation » No Interruptibility","id":"232","title":"No Interruptibility"},"233":{"body":"fn execute( interrupt_rx: mut Receiver, params: Params,\n) -> ControlFlow { let () = interruptibility_check(&mut interrupt_rx)?; let output_1 = step_1(params); let () = interruptibility_check(&mut interrupt_rx)?; let output_2 = step_2(output_1); let () = interruptibility_check(&mut interrupt_rx)?; let outcome = step_3(output_2); ControlFlow::Continue(outcome)\n} fn interruptibility_check(receiver: &mut Receiver)\n-> ControlFlow { if let Ok(interrupt_signal) = interrupt_rx.try_recv() { ControlFlow::Continue(()) } else { ControlFlow::Break(interrupt_signal) }\n}","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Implementation » Basic","id":"233","title":"Basic"},"234":{"body":"fn execute( interrupt_rx: mut Receiver, params: Params,\n) -> Result { [step_1, step_2, step_3] .into_iter() .try_fold(params, |(mut last_param, step)| { interruptibility_check(&mut interrupt_rx)?; step(last_param) })\n}","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Implementation » \"Better\"","id":"234","title":"\"Better\""},"235":{"body":"Playground # use std::any::Any;\n# use std::iter::IntoIterator;\n# use std::marker::PhantomData;\n#\nfn main() { match execute::(Receiver::new(3), true) { Ok(value) => println!(\"main: {}\", value), Err(InterruptSignal) => println!(\"main: interrupted!\"), }\n} fn execute( mut interrupt_rx: Receiver, params: I,\n) -> Result\nwhere T: 'static, I: 'static,\n{ [step(step_1), step(step_2), step(step_3)] .into_iter() .try_fold(Box::new(params) as Box, |last_param, step| { interruptibility_check(&mut interrupt_rx)?; Ok(step.exec(last_param)) }) .map(|boxed_any| *boxed_any.downcast().unwrap())\n} fn step_1(takes_bool: bool) -> u32 { let number = 123; println!(\"step_1 ({takes_bool}: bool) -> {number}\"); number\n} fn step_2(takes_u32: u32) -> f64 { let float = 1.5; println!(\"step_2 ({takes_u32}: u32) -> {float}\"); float\n} fn step_3(takes_f64: f64) -> String { let string = String::from(\"magic\"); println!(\"step_3 ({takes_f64}: f64) -> {string}\"); string\n}\n#\n# fn step(f: F) -> Box\n# where\n# F: Fn(I) -> O + 'static,\n# I: 'static,\n# O: 'static,\n# {\n# Box::new(StepWrapper::new(f))\n# }\n#\n# trait Step {\n# type Input: Any;\n# type Output: Any;\n# fn exec(&self, input: Self::Input) -> Self::Output;\n# }\n#\n# impl Step for StepWrapper\n# where\n# F: Fn(I) -> O,\n# I: 'static,\n# O: 'static,\n# {\n# type Input = I;\n# type Output = O;\n#\n# fn exec(&self, input: Self::Input) -> Self::Output {\n# (self.0)(input)\n# }\n# }\n#\n# trait StepErased {\n# fn exec(&self, input: Box) -> Box;\n# }\n#\n# struct StepWrapper(F, PhantomData<(I, O)>);\n# impl StepWrapper {\n# fn new(f: F) -> Self {\n# Self(f, PhantomData)\n# }\n# }\n#\n# impl StepErased for StepWrapper\n# where\n# StepWrapper: Step,\n# I: 'static,\n# O: 'static,\n# {\n# fn exec(&self, input: Box) -> Box {\n# let input = *input.downcast::().unwrap();\n# let output = Step::exec(self, input);\n# Box::new(output)\n# }\n# }\n#\n# struct Receiver(u32, PhantomData);\n# impl Receiver {\n# pub fn new(n: u32) -> Self {\n# Self(n, PhantomData)\n# }\n# }\n# #[derive(Debug)]\n# struct InterruptSignal;\n# fn interruptibility_check(rx: &mut Receiver) -> Result<(), InterruptSignal> {\n# if (rx.0) == 0 {\n# Err(InterruptSignal)\n# } else {\n# rx.0 -= 1;\n# Result::Ok(())\n# }\n# }","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Implementation » Real Code","id":"235","title":"Real Code"},"236":{"body":"🟢 Start 1 🚏 Stop 🟢 Start 2","breadcrumbs":"Learning Material » Interruptible Software » Resumability » Resumability","id":"236","title":"Resumability"},"237":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » Designing Resumability","id":"237","title":"Designing Resumability"},"238":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » 🕸️ Executor Resumability","id":"238","title":"🕸️ Executor Resumability"},"239":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » 💮 Stepwise Resumability","id":"239","title":"💮 Stepwise Resumability"},"24":{"body":"To encode this into a function graph, logical dependencies can be specified through edges: %3fn1fn1fn2fn2fn1->fn2fn3fn3fn1->fn3fn4fn4fn2->fn4fn5fn5fn2->fn5fn3->fn4fn3->fn5 For correctness, fn1 must be executed before both fn2 and fn3, and those must complete before fn4 and fn5 are executed.","breadcrumbs":"Technical Concepts » Function Graph » Ordering » Logical Dependencies","id":"24","title":"Logical Dependencies"},"240":{"body":"fn execute( execution_state: ExecutionState, // Add this interrupt_rx: mut Receiver,\n// params: Params, // Remove this\n) -> Result { let mut steps = [step_1, step_2, step_3]; let (steps, params) = match &execution_state { ExecutionState::CleanSlate { params } => (steps, params), ExecutionState::PreviousState { step_ids_not_done, step_values, .. } => { steps.retain(|step| step_ids_not_done.contains(step.id())); let params = step_values.last().unwrap(); (steps, params) } }; steps .into_iter() .try_fold(params, |(mut last_param, step)| { interruptibility_check(&mut interrupt_rx)?; step(last_param) })\n} #[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]\npub enum ExecutionState { CleanSlate { params: Params, }, PreviousState { step_ids_done: Vec, step_ids_not_done: Vec, step_values: Vec, },\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » Executor Resumability » 🕸️ Executor Resumability","id":"240","title":"🕸️ Executor Resumability"},"241":{"body":"Simpler API: Step logic does not need to know about interruptibility concepts. Stale Reasoning: Saved state may be stale, and the executor does not have the means to check for staleness.","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » Executor Resumability » Pros / Cons","id":"241","title":"Pros / Cons"},"242":{"body":"fn execute( execution_state: ExecutionState, // Add this interrupt_rx: mut Receiver,\n) -> Result { [step_1, step_2, step_3] .into_iter() .try_fold(params, |(mut last_param, step)| { interruptibility_check(&mut interrupt_rx)?; let step_state = execution_state.get(step.id()); step(step_state, last_param) })\n} #[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]\npub struct ExecutionState { .. } impl ExecutionState { pub fn get(step_id: StepId) -> T { .. }\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » Stepwise Resumability » 💮 Stepwise Resumability","id":"242","title":"💮 Stepwise Resumability"},"243":{"body":"Heavier API: Step logic needs to cater for initial state. Usage Safety: Step can determine if the saved initial state is in-sync with actual state, and warn user.","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » Stepwise Resumability » Pros / Cons","id":"243","title":"Pros / Cons"},"244":{"body":"Playground # use std::any::Any;\n# use std::fmt::Debug;\n# use std::iter::IntoIterator;\n# use std::marker::PhantomData;\n#\nfn main() { let _execution_state = ExecutionState::clean_slate(true); let execution_state = ExecutionState::PreviousState { step_ids_done: vec![1, 2], step_ids_not_done: vec![3], step_values: vec![Box::new(234u32), Box::new(3.5f64)], }; match execute::(execution_state, Receiver::new(3)) { Ok(value) => println!(\"main: {}\", value), Err(InterruptSignal) => println!(\"main: interrupted!\"), }\n} fn execute( execution_state: ExecutionState, mut interrupt_rx: Receiver,\n) -> Result\nwhere T: 'static,\n{ let steps = vec![step(1, step_1), step(2, step_2), step(3, step_3)]; let (steps_to_execute, params) = filter_what_to_do(execution_state, steps); steps_to_execute .into_iter() .try_fold(params, |last_param, step| { interruptibility_check(&mut interrupt_rx)?; Ok(step.exec(last_param)) }) .map(|boxed_any| *boxed_any.downcast().unwrap())\n} fn filter_what_to_do( execution_state: ExecutionState, mut steps: Vec>,\n) -> (Vec>, Box) { match execution_state { ExecutionState::CleanSlate { params } => (steps, params), ExecutionState::PreviousState { step_ids_not_done, mut step_values, .. } => { steps.retain(|step| step_ids_not_done.contains(&step.id())); let params = step_values.pop().unwrap(); (steps, params) } }\n} fn step_1(takes_bool: bool) -> u32 { let number = 123; println!(\"step_1 ({takes_bool}: bool) -> {number}\"); number\n} fn step_2(takes_u32: u32) -> f64 { let float = 1.5; println!(\"step_2 ({takes_u32}: u32) -> {float}\"); float\n} fn step_3(takes_f64: f64) -> String { let string = String::from(\"magic\"); println!(\"step_3 ({takes_f64}: f64) -> {string}\"); string\n} # fn step(id: u32, f: F) -> Box\n# where\n# F: Fn(I) -> O + 'static,\n# I: 'static,\n# O: 'static,\n# {\n# Box::new(StepWrapper::new(id, f))\n# }\n#\n# trait Step {\n# type Input: Any;\n# type Output: Any;\n# fn id(&self) -> u32;\n# fn exec(&self, input: Self::Input) -> Self::Output;\n# }\n#\n# impl Step for StepWrapper\n# where\n# F: Fn(I) -> O,\n# I: 'static,\n# O: 'static,\n# {\n# type Input = I;\n# type Output = O;\n#\n# fn id(&self) -> u32 {\n# self.0\n# }\n#\n# fn exec(&self, input: Self::Input) -> Self::Output {\n# (self.1)(input)\n# }\n# }\n#\n# trait StepErased {\n# fn id(&self) -> u32;\n# fn exec(&self, input: Box) -> Box;\n# }\n#\n# struct StepWrapper(u32, F, PhantomData<(I, O)>);\n# impl StepWrapper {\n# fn new(id: u32, f: F) -> Self {\n# Self(id, f, PhantomData)\n# }\n# }\n#\n# impl StepErased for StepWrapper\n# where\n# StepWrapper: Step,\n# I: 'static,\n# O: 'static,\n# {\n# fn id(&self) -> u32 {\n# self.0\n# }\n#\n# fn exec(&self, input: Box) -> Box {\n# let input = *input.downcast::().unwrap();\n# let output = Step::exec(self, input);\n# Box::new(output)\n# }\n# }\n#\n# struct Receiver(u32, PhantomData);\n# impl Receiver {\n# pub fn new(n: u32) -> Self {\n# Self(n, PhantomData)\n# }\n# }\n# #[derive(Debug)]\n# struct InterruptSignal;\n# fn interruptibility_check(rx: &mut Receiver) -> Result<(), InterruptSignal> {\n# if (rx.0) == 0 {\n# Err(InterruptSignal)\n# } else {\n# rx.0 -= 1;\n# Result::Ok(())\n# }\n# }\n#\n# #[allow(dead_code)]\n#[derive(Debug)]\nenum ExecutionState { CleanSlate { params: Box, }, PreviousState { step_ids_done: Vec, step_ids_not_done: Vec, step_values: Vec>, },\n}\n#\n# #[allow(dead_code)]\n# impl ExecutionState {\n# fn clean_slate(i: I) -> Self\n# where\n# I: 'static,\n# {\n# ExecutionState::CleanSlate {\n# params: Box::new(i),\n# }\n# }\n# }","breadcrumbs":"Learning Material » Interruptible Software » Resumable Implementation » Resumable Implementation","id":"244","title":"Resumable Implementation"},"245":{"body":"📦🦀 🗂️ interruptible : Stops a stream from producing values when interrupted. 🧬 fn_graph : Dynamically managed function graph execution. Integrates with interruptible. 🕊️ peace : Framework to build empathetic and forgiving software automation.","breadcrumbs":"Learning Material » Interruptible Software » Real Crates » Real Crates","id":"245","title":"Real Crates"},"246":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Summary » Summary","id":"246","title":"Summary"},"247":{"body":"🦂🦞🦀⁉️","breadcrumbs":"Learning Material » Interruptible Software » Q & A » Q & A","id":"247","title":"Q & A"},"248":{"body":"This page records ideas that I'd like, but there isn't enough mental capacity and time to design and work on them yet. 1. Abstraction over native storage and web storage – use IndexedDB instead of `WebStorage` APIs. 2. Graphical user interface that renders each flow's graph. Each item is a node. User can select which nodes to run – these may be a subset of the flow. User can select beginning and ending nodes – and these can be in reverse order. Note: Graphviz is compiled to WASM and published by hpcc-systems/hpcc-js-wasm . May be able to use that to render. graphviz-visual-editor is a library that allows basic editing of a graphviz graph. It's not yet developed to a point that is intuitive for users. 3. Tool that uses `peace` to check consumer code whether it adheres to best practices. 4. Clean Command Retains History End users may want to see what was previously deployed. If we retain a ${profile}/.history directory with all previous execution information, it allows: Re-attempting clean up. Reporting on what was cleaned up. Computing costs of all executions Perhaps we should make the API be, on visit, return a list of identifiers for things to clean up. 5. Types / proc macros to place constraints at compile time for aesthetic reports. short summary sentences 2 ~ 3 sentence paragraphs / word limit /// An ID\n#[derive(Clone, Debug, PartialEq, Eq)]\npub struct Id<'s>(Cow<'s, str>); /// Single line description, hard limit of 200 characters.\n#[derive(Clone, Debug, PartialEq, Eq)]\npub struct DescShort<'s>(Cow<'s, str>); 6. MultiProfile Cmd scope profile sort function Users may want to sort profiles in the profile directory differently to their alphabetical / lexicographical sorting. This may be dependent on profile params – sort env based on env type, last execution time – profile history. 7. Cancel-safe state storage When an item ensure does multiple writes, there is a possibility of not all of those writes occur during execution: user interrupts the execution. internet connection drops. machine loses power. In the last case, we cannot safely write state to disk, so a StateCurrent discover is needed to bring StatesCurrentStored up to date. However, the previous two cases, it is possible for Items to return State that has been partially ensured, without making any further outgoing calls -- i.e. infer StatesEnsured based on the successful writes so far. Note that this places a burden on the Item implementor to return the partial state ensured (which may conflict with keeping the State simple), as well as make the ApplyFns::exec return value more complex. The trade off may not be worthwhile. 8. Adding / removing / modifying items in flows Implementors may add/remove/modify items in flows. Peace needs to be designed such that these changes do not cause already-existent flows to not be loadable, i.e. when: states_*.yaml contains state for which an item no longer exists in the flow. states_*.yaml does not contain state for an item that is newly added to the flow. states_*.yaml contains state whose fields are different to a new version of an item. This one can be addressed by having State be an enum, with versioned variants. Also see 14. 9. Item expiry For items that cost, it is useful to have an expiry time that causes it to be deleted. This would have to be supported by the service that hosts the item. There should be a way to notify the user of items that are about to expire. There should also be a way to extend the item expiry times easily. 10. Interrupt / cancel safety The tokio-graceful-shutdown library can be used to introduce interrupt safety into item executions. This is particularly useful for write functions. See the is_shutdown_requested method in particular. 11. Diffable item params DiffCmd originally was written to diff the current and goal states. However, with the second use case of \"diff states between two profiles\", it is also apparent that other related functionality is useful: Diff profile params / flow params. Diff item params between profiles for a given flow. Because of diffable params, and [#94], the Item should likely have: type Params: ItemParams + Serialize + DeserializeOwned. feature gated fn item_params_diff(..). fn item_params_diff(..) should likely have a similar signature to fn state_diff(..), whereby if one uses XData<'_>, the other should as well for consistency: For MultiProfileSingleFlow commands, a diff for item params which contains a referential value (e.g. \"use the some_predecessor.ip_address()\") may(?) need information about some_predecessor through Resources / Data. We should work out the design of that before settling on what state_diff and item_params_diff's function parameters will be. See Design Thoughts on [#94] for how it may look like. 12. Default item params An Item's params may not necessarily be mandatory. From the Params type (and corresponding trait), Peace may: Insert default param values, if the Item implementor provides a default Still make the params required if there is no default. Provide a way for ParamsSpec for each field to be the default, or a mapping function. 13. Upgrades: Tolerate optional or different workspace params / item params / states When new workspace params are added, or new items are added to a flow, existing *_params.yaml, item_params.yaml, and states_*.yaml may not contain values for those newly added params / items. Automation software should be able to: Work with missing parameters. Work with changed parameter types. When workspace params / items are removed from a flow, leftover params / state are no longer used. However, we may want to do one of: Notify the user to clean up unused params Peace should ignore it Inform the automator to still register the item, so that old execution may be loaded. 14. Store params per execution, pass previous execution's params to clean cmd Instead of requiring Item::State to store the params used when applied, maybe we should store the params used in the last ensure alongside that item's state. Users are concerned with the current state of the item. They also may be concerned with the parameters used to produce that state. Requiring item implementors to store paths / IP addresses within the state that has been ensured feels like unnecessary duplication. However, when comparing diffs, we would hope either: The params used to discover the current and goal states are the same, or The \"params and states\" pairs are both compared. Also: apply_check needs to have both the old and new params to determine whether apply needs to be executed. State as the output API, should not necessarily include params. When parameters change, and an apply is interrupted, then we may have earlier items using the new parameters, and later items still on the previous parameters. More complicated still, is if parameters change in the middle of an interruption , and re-applied. Perhaps there should be a (dest_parameters, Item::State) current state, and a (src_parameters, Item::State) goal state. That makes sense for file downloads if we care about cleaning up the previous dest_path, to move a file to the new dest_path. Or, all dest parameters should be in Item::State, because that's what's needed to know if something needs to change. Another thought: states_*.yaml should store this per item: params used for apply values resolved for those params current state Also see 8. 15. Use openlayers for tiling level of detail Generate dot diagram using graphviz with full resolution, and then convert to tiles, then display different styling depending on the state of each item. 16. Combine data and params{,_partial} into FnCtx Item functions take in FnCtx, data, and item params as separate arguments. This was done to: Reduce the additional layer to get Item::Params, or Item::ParamsPartial. Avoid progress sender from being passed in to function that didn't need it. However, functions don't necessarily need runtime fn_ctx or data, making it noise in the signature. Should we combine all 3 into FnCtx? It would make FnCtx type parameterized over Params and ParamsPartial.","breadcrumbs":"Ideas » Ideas","id":"248","title":"Ideas"},"249":{"body":"1. SSH-like on Windows psexec Windows powershell and WinRM 2. Learnings from envman end-to-end implementation. Referential lookup of values in state / item params. ([#94]) AWS SDK is not WASM ready -- includes mio unconditionally through tokio (calls UDP). ( aws-sdk-rust#59 ) AWS SDK does not always include error detail -- S3 head_object. ( aws-sdk-rust#227 ) Progress output should enable-able for state current / goal discover / clean functions. Flow params are annoying to register every time we add another item. Maybe split end user provided params from item params. Blank item needs a lot of rework to be easier to implement an item. ([67], [#96]) For ApplyCmd, collect StateCurrent, StateGoal, StateDiff in execution report. AWS errors' code and message should be shown to the user. Progress limit should not be returned in ApplyFns::check, but sent through progress_sender.limit(ProgressLimit). This simplifies check, and allows state current/goal discovery to set the limits easily. Consolidate StatesDiscoverCmd and ApplyCmd, so the outcome of a command is generic. Maybe use a trait and structs, instead of enum variants and hardcoded inlined functions, so that it is extendable. Add an ListKeysAligned presentable type so Presenters can align keys of a list dynamically. Remove the peace_cfg::State type. Contextual presentable strings, for states and diffs. What command is this called for: state current: \"is ..\" goal state: \"should be ..\" diff between current and goal: \"will change from .. to ..\" diff between current and cleaned: \"will change from .. to ..\" diff between two profiles' current states: : \"left is .., right is ..\" Maybe we don't burden the presenter implementation, but Peace will insert the contextual words Easy API functions for diffing -- current vs goal, between profiles' current states. What about diffing states of different state versions? Maybe this is already taken care of -- state_diff is already passed in both States, so implementors had to manage it already. fd -Ftd 'app_cycle' -x bash -c 'mv $0 ${0/app_cycle/envman}' {}\nfd -Ftf 'app_cycle' -x bash -c 'mv $0 ${0/app_cycle/envman}' {}\nsd -s 'app_cycle' 'envman' $(fd -tf)\nsd -s 'app cycle' 'envman' $(fd -tf)\nsd -s 'App Cycle' 'Env Man' $(fd -tf)\nsd -s 'AppCycle' 'EnvMan' $(fd -tf)\ncargo fmt --all","breadcrumbs":"Ideas » Notes","id":"249","title":"Notes"},"25":{"body":"Note that fn4 and fn5 can both be executed in parallel, as there is no overlap in accessed data. However, fn2 and fn3 both require mutable access to C. Since it is not possible to safely provide both fn2 and fn3 with mutable access, fn_graph automatically introduces a data dependency between those functions to ensure consistent ordering: %3fn1fn1fn3fn3fn1->fn3fn2fn2fn1->fn2fn5fn5fn3->fn5fn4fn4fn3->fn4fn2->fn3fn2->fn5fn2->fn4","breadcrumbs":"Technical Concepts » Function Graph » Ordering » Data Dependencies","id":"25","title":"Data Dependencies"},"250":{"body":"Tried the following parameter type for Item::apply: use std::marker::PhantomData; /// Parameters to `Item::apply`.\n#[derive(Debug)]\npub struct EnsureExecParams< 'params, Data, #[cfg(feature = \"state_current\")] StateCurrent, #[cfg(feature = \"state_goal\")] StateGoal, #[cfg(feature = \"state_diff\")] StateDiff,\n> { /// Data accessed by the apply fns. pub data: Data, /// Current state of the item. #[cfg(feature = \"state_current\")] pub state_current: &'params StateCurrent, /// Goal state of the item. #[cfg(feature = \"state_goal\")] pub state_goal: &'params StateGoal, /// Diff between current and goal states. #[cfg(feature = \"state_diff\")] pub diff: &'params StateDiff, /// Marker. marker: PhantomData<&'params ()>,\n} But the following produces a compile error when used: async fn exec( ensure_exec_params: EnsureExecParams< '_, Self::Data<'_>, #[cfg(feature = \"state_current\")] Self::State, #[cfg(feature = \"state_diff\")] Self::StateDiff, >,\n) -> Result; The #[cfg(..)] attributes are not supposed in function parameter type parameters: See the Attributes Galore RFC and rfc#2602 . Perhaps it is possible to define the type separately, but we probably need to define this in a separate trait: #[cfg(all( not(feature = \"state_current\"), not(feature = \"state_goal\"), not(feature = \"state_diff\"),\n))]\npub type EnsureExecParams<'params> = EnsureExecParams< 'params, Self::Data<'params>,\n> #[cfg(all( feature = \"state_current\", not(feature = \"state_goal\"), not(feature = \"state_diff\"),\n))]\npub type EnsureExecParams<'params> = EnsureExecParams< 'params, Self::Data<'params>, Self::State,\n> #[cfg(all( feature = \"state_current\", feature = \"state_goal\", not(feature = \"state_diff\"),\n))]\npub type EnsureExecParams<'params> = EnsureExecParams< 'params, Self::Data<'params>, Self::State,\n> #[cfg(all( feature = \"state_current\", feature = \"state_goal\", feature = \"state_diff\",\n))]\npub type EnsureExecParams<'params> = EnsureExecParams< 'params, Self::Data<'params>, Self::State, Self::StateDiff,\n>","breadcrumbs":"Ideas » Feature Gated Incremental Functionality » Feature Gated Incremental Functionality","id":"250","title":"Feature Gated Incremental Functionality"},"251":{"body":"Third Party Licenses This page lists the licenses of the projects used in Peace.

    Overview of licenses:

    All license text:

    • Apache License 2.0

      Used by:

       Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. Apache License 2.0\nUsed by: miniz_oxide 0.7.1\npin-project 1.1.3\npin-project-internal 1.1.3\npin-project-lite 0.2.13\nportable-atomic 1.6.0\nsync_wrapper 0.1.2 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS Apache License 2.0\nUsed by: deranged 0.3.10\ntime 0.3.31\ntime-core 0.1.2 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2022 Jacob Pratt et al. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: powerfmt 0.2.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2023 Jacob Pratt et al. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: aws-sigv4 1.1.1\nencode_unicode 0.3.6\nencoding_rs 0.8.33\nenser 0.1.4\nmiette 5.10.0\npeace 0.0.12\nproc_macro_roids 0.8.0\nresman 0.17.0\nrt_map 0.5.2\nrt_ref 0.2.0\ntynm 0.1.9\nzeroize 1.7.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: tinyvec 1.6.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: derive-where 1.2.7\ninterpolator 0.5.0\nmanyhow 0.8.1\nproc-macro-utils 0.8.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a peretual, worldwide, non-exclusive, no-cpharge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides it s Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: windows-core 0.51.1\nwindows-sys 0.45.0\nwindows-sys 0.48.0\nwindows-sys 0.52.0\nwindows-targets 0.42.2\nwindows-targets 0.48.5\nwindows-targets 0.52.0\nwindows_aarch64_gnullvm 0.42.2\nwindows_aarch64_gnullvm 0.48.5\nwindows_aarch64_gnullvm 0.52.0\nwindows_aarch64_msvc 0.42.2\nwindows_aarch64_msvc 0.48.5\nwindows_aarch64_msvc 0.52.0\nwindows_i686_gnu 0.42.2\nwindows_i686_gnu 0.48.5\nwindows_i686_gnu 0.52.0\nwindows_i686_msvc 0.42.2\nwindows_i686_msvc 0.48.5\nwindows_i686_msvc 0.52.0\nwindows_x86_64_gnu 0.42.2\nwindows_x86_64_gnu 0.48.5\nwindows_x86_64_gnu 0.52.0\nwindows_x86_64_gnullvm 0.42.2\nwindows_x86_64_gnullvm 0.48.5\nwindows_x86_64_gnullvm 0.52.0\nwindows_x86_64_msvc 0.42.2\nwindows_x86_64_msvc 0.48.5\nwindows_x86_64_msvc 0.52.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: tinyvec_macros 0.1.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2020 Tomasz \"Soveu\" Marx Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: zerocopy 0.7.32 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2023 The Fuchsia Authors Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: ciborium 0.2.1 ciborium-io 0.2.1 ciborium-ll 0.2.1 clap_builder 4.4.11 clap_derive 4.4.7 clap_lex 0.6.0 self_cell 1.0.3 serde_tagged 0.2.0 unicode-linebreak 0.1.5 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: ipnet 2.9.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2017 Juniper Networks, Inc. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: anstyle-parse 0.2.3\ndiff 0.1.13\nwinapi 0.3.9 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: anstream 0.6.5\nanstyle 1.0.4\nanstyle-query 1.0.2\nanstyle-wincon 3.0.2\nclap 4.4.11\ncolorchoice 1.0.0\ncrc32fast 1.3.2\nforeign-types 0.3.2\nforeign-types-shared 0.1.1\nhex 0.4.3\nnative-tls 0.2.11\nopenssl-macros 0.1.1\npretty_assertions 1.4.0\nterminal_size 0.1.17 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: android-tzdata 0.1.1 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: aws-sdk-iam 1.9.1\naws-sdk-s3 1.11.0\naws-sdk-sso 1.9.0\naws-sdk-ssooidc 1.9.0\naws-sdk-sts 1.9.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: anyhow 1.0.77 async-trait 0.1.75 dyn-clone 1.0.16 erased-serde 0.3.31 inventory 0.3.14 itoa 1.0.10 libc 0.2.151 paste 1.0.14 prettyplease 0.2.15 proc-macro2 1.0.71 proc-macro2-diagnostics 0.10.1 quote 1.0.33 rustversion 1.0.14 ryu 1.0.16 semver 1.0.20 serde 1.0.193 serde_derive 1.0.193 serde_json 1.0.108 serde_path_to_error 0.1.14 serde_qs 0.12.0 serde_test 1.0.176 serde_urlencoded 0.7.1 serde_yaml 0.9.29 syn 2.0.43 thiserror 1.0.52 thiserror-impl 1.0.52 unicode-ident 1.0.12 utf8parse 0.2.1 vte 0.11.1 wasm-streams 0.3.0 whoami 1.4.1 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS Apache License 2.0\nUsed by: futures 0.3.30\nfutures-channel 0.3.30\nfutures-core 0.3.30\nfutures-executor 0.3.30\nfutures-io 0.3.30\nfutures-macro 0.3.30\nfutures-sink 0.3.30\nfutures-task 0.3.30\nfutures-util 0.3.30 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright (c) 2016 Alex Crichton Copyright (c) 2017 The Tokio Authors Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: typenum 1.17.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2014 Paho Lurie-Gregg Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: reqwest 0.11.23 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2016 Sean McArthur Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: config 0.13.4 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2017 Ryan Leckey Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: yansi 1.0.0-rc.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2017 Sergio Benitez Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: pathdiff 0.2.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2017 The Rust Project Developers Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: http 0.2.11\nhttp 1.0.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2017 http-rs authors Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: tokio-rustls 0.24.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2017 quininer kel Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: pin-utils 0.1.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2018 The pin-utils authors Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: ecdsa 0.14.8\nrfc6979 0.3.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2018-2022 RustCrypto Developers Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: proc-macro-error-attr 1.0.4 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2019-2020 CreepySkeleton  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: iana-time-zone 0.1.58\niana-time-zone-haiku 0.1.2 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2020 Andrew Straw Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: addr2line 0.21.0\nahash 0.8.6\narrayvec 0.7.4\nautocfg 1.1.0\nbacktrace 0.3.69\nbase64 0.21.5\nbitflags 1.3.2\nbitflags 2.4.1\nbumpalo 3.14.0\nbytes-utils 0.1.4\ncamino 1.1.6\ncc 1.0.83\ncfg-if 1.0.0\nconsole_log 1.0.0\ncore-foundation 0.9.4\ncore-foundation-sys 0.8.6\ndaggy 0.8.0\nderivative 2.2.0\neither 1.9.0\nequivalent 1.0.1\nfastrand 2.0.1\nfiletime 0.2.23\nfixedbitset 0.4.2\nfnv 1.0.7\nform_urlencoded 1.2.1\ngimli 0.28.1\ngroup 0.12.1\nhashbrown 0.13.2\nhashbrown 0.14.3\nheck 0.4.1\nhermit-abi 0.3.3\nhttparse 1.8.0\nhyper-rustls 0.24.2\nhyper-tls 0.5.0\nidna 0.5.0\nindexmap 2.1.0\nitertools 0.10.5\nitertools 0.11.0\njs-sys 0.3.66\nlazy_static 1.4.0\nlinux-raw-sys 0.4.12\nlock_api 0.4.11\nlog 0.4.20\nmime 0.3.17\nnum 0.4.1\nnum-bigint 0.4.4\nnum-complex 0.4.4\nnum-integer 0.1.45\nnum-iter 0.1.43\nnum-rational 0.4.1\nnum-traits 0.2.17\nnum_cpus 1.16.0\nobject 0.32.2\nonce_cell 1.19.0\nopenssl-probe 0.1.5\nparking_lot 0.12.1\nparking_lot_core 0.9.9\npercent-encoding 2.3.1\npetgraph 0.6.4\npkg-config 0.3.28\nproc-macro2 0.4.30\nquote 0.6.13\nregex 1.10.2\nregex-automata 0.4.3\nregex-lite 0.1.5\nregex-syntax 0.8.2\nrustc-demangle 0.1.23\nrustc-hash 1.1.0\nrustc_version 0.2.3\nrustc_version 0.4.0\nrustix 0.38.28\nrustls 0.21.10\nrustls-native-certs 0.6.3\nrustls-pemfile 1.0.4\nscopeguard 1.2.0\nsct 0.7.1\nsecurity-framework 2.9.2\nsecurity-framework-sys 2.9.1\nsemver 0.9.0\nsemver-parser 0.7.0\nsignal-hook-registry 1.4.1\nsmallvec 1.11.2\nsocket2 0.5.5\nsyn 0.15.44\nsyn 1.0.109\ntar 0.4.40\ntempfile 3.8.1\ntoml 0.5.11\ntyped-builder 0.18.0\nunicase 2.7.0\nunicode-bidi 0.3.14\nunicode-normalization 0.1.22\nunicode-segmentation 1.10.1\nunicode-width 0.1.11\nunicode-xid 0.1.0\nunicode-xid 0.2.4\nurl 2.5.0\nuuid 1.6.1\nversion_check 0.9.4\nwasi 0.11.0+wasi-snapshot-preview1\nwasm-bindgen 0.2.89\nwasm-bindgen-backend 0.2.89\nwasm-bindgen-futures 0.4.39\nwasm-bindgen-macro 0.2.89\nwasm-bindgen-macro-support 0.2.89\nwasm-bindgen-shared 0.2.89\nweb-sys 0.3.66\nxattr 1.1.3\nxmlparser 0.13.6\nyansi 0.5.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: ff 0.12.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: downcast-rs 1.2.0 linear-map 1.2.0 minimal-lexical 0.2.1 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: base16ct 0.1.1\nbase64ct 1.6.0\nblock-buffer 0.10.4\nconst-oid 0.9.6\ncpufeatures 0.2.11\ncrypto-bigint 0.4.9\ncrypto-bigint 0.5.5\ncrypto-common 0.1.6\nder 0.6.1\ndigest 0.10.7\nelliptic-curve 0.12.3\nhmac 0.12.1\nmd-5 0.10.6\np256 0.11.1\npkcs8 0.9.0\nsec1 0.3.0\nsha1 0.10.6\nsha2 0.10.8\nsignature 1.6.4\nspki 0.6.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: console_error_panic_hook 0.1.7 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: rand_core 0.6.4 Apache License\nVersion 2.0, January 2004\nhttps://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Apache License 2.0\nUsed by: getrandom 0.2.11 Apache License\nVersion 2.0, January 2004\nhttps://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: adler 1.0.2 Apache License\nVersion 2.0, January 2004\nhttps://www.apache.org/licenses/LICENSE-2.0 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: proc-macro-error 1.0.4 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2019-2020 CreepySkeleton  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: async-recursion 1.0.5 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: vcpkg 0.2.15 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: num_cpus 1.16.0 # Contributing Licensed under either of Apache License, Version 2.0 ( LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) MIT license ( LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.","breadcrumbs":"Licenses » License","id":"251","title":"License"},"252":{"body":"Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. Apache License 2.0\nUsed by: winapi 0.3.9 // Licensed under the Apache License, Version 2.0\n// \\ or the MIT license\n// \\, at your option.\n// All files in the project carrying such notice may not be copied, modified, or distributed\n// except according to those terms. Apache License 2.0\nUsed by: supports-color 2.1.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] Kat Marchán Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: httpdate 1.0.3 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: backtrace-ext 0.2.1\ncrc32c 0.6.4\ndownload 0.0.12\ndrain_filter_polyfill 0.1.3\nenser_derive 0.1.4\nenvman 0.0.12\nfn_graph 0.10.0\ngloo-net 0.2.6\ngloo-utils 0.1.7\nhalf 1.8.2\nident_case 1.0.1\ninterruptible 0.0.3\nmanyhow-macros 0.8.1\nopenssl 0.10.62\npad-adapter 0.1.1\npeace_cfg 0.0.12\npeace_cmd 0.0.12\npeace_cmd_model 0.0.12\npeace_cmd_rt 0.0.12\npeace_code_gen 0.0.12\npeace_core 0.0.12\npeace_data 0.0.12\npeace_data_derive 0.0.12\npeace_diff 0.0.12\npeace_fmt 0.0.12\npeace_item_blank 0.0.12\npeace_item_file_download 0.0.12\npeace_item_sh_cmd 0.0.12\npeace_item_tar_x 0.0.12\npeace_items 0.0.12\npeace_params 0.0.12\npeace_params_derive 0.0.12\npeace_resources 0.0.12\npeace_rt 0.0.12\npeace_rt_model 0.0.12\npeace_rt_model_core 0.0.12\npeace_rt_model_hack 0.0.12\npeace_rt_model_native 0.0.12\npeace_rt_model_web 0.0.12\npeace_static_check_macros 0.0.12\nraw_tty 0.1.0\nsyn_derive 0.1.8\nsystem-configuration 0.5.1\nsystem-configuration-sys 0.5.0\ntype_reg 0.6.2\ntyped-builder-macro 0.18.0\nvte_generate_state_changes 0.1.1\nwinapi-i686-pc-windows-gnu 0.4.0\nwinapi-x86_64-pc-windows-gnu 0.4.0\nworkspace_tests 0.0.12 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: miette-derive 5.10.0\nsupports-hyperlinks 2.1.0\nsupports-unicode 2.0.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] Kat Marchán Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: android_system_properties 0.1.5 Copyright 2016 Nicolas Silva Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: allocator-api2 0.2.16 Copyright 2023 The allocator-api2 project developers Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: unicode-normalization 0.1.22\nunicode-segmentation 1.10.1\nunicode-width 0.1.11\nunicode-xid 0.1.0\nunicode-xid 0.2.4 Licensed under the Apache License, Version 2.0\n\\ or the MIT\nlicense \\,\nat your option. All files in the project carrying such\nnotice may not be copied, modified, or distributed except\naccording to those terms. Apache License 2.0\nUsed by: typenum 1.17.0 MIT OR Apache-2.0 Apache License 2.0\nUsed by: half 1.8.2 MIT OR Apache-2.0 Apache License 2.0\nUsed by: minimal-lexical 0.2.1 Minimal-lexical is dual licensed under the Apache 2.0 license as well as the MIT\nlicense. See the LICENCE-MIT and the LICENCE-APACHE files for the licenses. `src/bellerophon.rs` is loosely based off the Golang implementation, found here . That code (used if the `compact` feature is enabled) is subject to a 3-clause BSD license : Copyright (c) 2009 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Apache License 2.0\nUsed by: chrono 0.4.31 Rust-chrono is dual-licensed under The MIT License \\[1\\] and\nApache 2.0 License \\[2\\]. Copyright (c) 2014--2017, Kang Seonghoon and\ncontributors. Nota Bene: This is same as the Rust Project's own license. [1]: , which is reproduced below: The MIT License (MIT) Copyright (c) 2014, Kang Seonghoon. Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE. [2]: , which is reproduced below: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License. BSD 3-Clause \"New\" or \"Revised\" License Used by: matchit 0.7.3 BSD 3-Clause License Copyright (c) 2013, Julien Schmidt All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. BSD 3-Clause \"New\" or \"Revised\" License\nUsed by: subtle 2.5.0 Copyright (c) 2016-2017 Isis Agora Lovecruft, Henry de Valence. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. BSD 3-Clause \"New\" or \"Revised\" License\nUsed by: instant 0.1.12 Copyright (c) 2019, Sébastien Crozet\nAll rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. BSD 3-Clause \"New\" or \"Revised\" License\nUsed by: ring 0.17.7 Copyright (c) \\ \\. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. BSD 3-Clause \"New\" or \"Revised\" License\nUsed by: encoding_rs 0.8.33 Copyright © WHATWG (Apple, Google, Mozilla, Microsoft). Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Boost Software License 1.0\nUsed by: xxhash-rust 0.8.8 Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the \"Software\") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ISC License\nUsed by: untrusted 0.9.0 // Copyright 2015-2016 Brian Smith.\n//\n// Permission to use, copy, modify, and/or distribute this software for any\n// purpose with or without fee is hereby granted, provided that the above\n// copyright notice and this permission notice appear in all copies.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHORS DISCLAIM ALL WARRANTIES\n// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR\n// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ISC License\nUsed by: ring 0.17.7\nrustls-webpki 0.101.7 ISC License: Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. (\"ISC\") Copyright (c) 1995-2003 by Internet Software Consortium Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED \"AS IS\" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ISC License\nUsed by: is_ci 1.1.1 The ISC License Copyright (c) Kat Marchán and other contributors. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.Apache License MIT License\nUsed by: openssl-sys 0.9.98 Copyright (c) 2014 Alex Crichton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: mio 0.8.10 Copyright (c) 2014 Carl Lerche and other MIO contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: nom 7.1.3 Copyright (c) 2014-2019 Geoffroy Couprie Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: hyper 0.14.28\nhyper 1.1.0 Copyright (c) 2014-2021 Sean McArthur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: winreg 0.50.0 Copyright (c) 2015 Igor Shaula Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: schannel 0.1.23 Copyright (c) 2015 steffengy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: redox_syscall 0.4.1 Copyright (c) 2017 Redox OS Developers MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: h2 0.3.22\nh2 0.4.0 Copyright (c) 2017 h2 authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: bytes 1.5.0 Copyright (c) 2018 Carl Lerche Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: want 0.3.1 Copyright (c) 2018-2019 Sean McArthur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License Used by: try-lock 0.2.5 Copyright (c) 2018-2023 Sean McArthur\nCopyright (c) 2016 Alex Crichton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License Used by: axum 0.7.2 Copyright (c) 2019 Axum Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: slab 0.4.9 Copyright (c) 2019 Carl Lerche Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: http-body 0.4.6 Copyright (c) 2019 Hyper Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tokio-native-tls 0.3.1\ntracing 0.1.40\ntracing-attributes 0.1.27\ntracing-core 0.1.32 Copyright (c) 2019 Tokio Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tower 0.4.13\ntower-layer 0.3.2\ntower-service 0.3.2 Copyright (c) 2019 Tower Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tower-http 0.5.0 Copyright (c) 2019-2021 Tower Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: hyper-util 0.1.2 Copyright (c) 2023 Sean McArthur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tokio 1.35.1\ntokio-util 0.7.10 Copyright (c) 2023 Tokio Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tokio-macros 2.2.0 Copyright (c) 2023 Tokio Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. The MIT License (MIT) Copyright (c) 2019 Yoshua Wuyts Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: rstml 0.11.2 Copyright 2020 stoically@protonmail.com\nCopyright 2023 vldm \\ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: axum-core 0.4.1\naxum-macros 0.4.0 Copyright 2021 Axum Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: lru 0.11.1 MIT License Copyright (c) 2016 Jerome Froelich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: textwrap 0.15.2 MIT License Copyright (c) 2016 Martin Geisler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: cached 0.45.1 MIT License Copyright (c) 2017 James Kominick Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: smawk 0.3.2 MIT License Copyright (c) 2017 Martin Geisler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: darling 0.14.4\ndarling_core 0.14.4\ndarling_macro 0.14.4 MIT License Copyright (c) 2017 Ted Driggs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: owo-colors 3.5.0 MIT License Copyright (c) 2020 - present The owo-colors Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: diff-struct 0.5.3\ndiff_derive 0.2.3 MIT License Copyright (c) 2020 Ben Hall Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: convert_case 0.6.0 MIT License Copyright (c) 2020 David Purdum Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: html-escape 0.2.13\nutf8-width 0.1.7 MIT License Copyright (c) 2020 magiclen.org (Ron Li) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: http-range-header 0.4.0 MIT License Copyright (c) 2021 MarcusGrass Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: matchit 0.7.3 MIT License Copyright (c) 2022 Ibraheem Ahmed Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: outref 0.5.1 MIT License Copyright (c) 2022 Nugine Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: attribute-derive 0.8.1\nattribute-derive-macro 0.8.1 MIT License Copyright (c) 2022 Roland Fredenhagen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: base64-simd 0.8.0\ncached_proc_macro 0.18.1\ncached_proc_macro_types 0.1.0\ncollection_literals 1.0.1\nhttp-body 1.0.0\nhttp-body-util 0.1.0\nleptos 0.5.4\nleptos_axum 0.6.0-alpha\nleptos_config 0.5.4\nleptos_dom 0.5.4\nleptos_hot_reload 0.5.4\nleptos_integration_utils 0.5.4\nleptos_macro 0.5.4\nleptos_meta 0.5.4\nleptos_reactive 0.5.4\nleptos_router 0.5.4\nleptos_server 0.5.4\nmd5-rs 0.1.5\nnumber_prefix 0.4.0\nquote-use 0.7.2\nquote-use-macros 0.7.2\nring 0.17.7\nserver_fn 0.5.4\nserver_fn_macro 0.5.4\nserver_fn_macro_default 0.5.4\nvsimd 0.8.0 MIT License Copyright (c)   Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: serde-wasm-bindgen 0.5.0\nserde-wasm-bindgen 0.6.3 MIT License Copyright (c) 2019 Cloudflare, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: is-terminal 0.4.9\nunsafe-libyaml 0.2.10 Permission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: spin 0.9.8 The MIT License (MIT) Copyright (c) 2014 Mathijs van de Nes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tracing-core 0.1.32 The MIT License (MIT) Copyright (c) 2014 Mathijs van de Nes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: aho-corasick 1.1.2\nmemchr 2.6.4\nwalkdir 2.4.0 The MIT License (MIT) Copyright (c) 2015 Andrew Gallant Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: mime_guess 2.0.4 The MIT License (MIT) Copyright (c) 2015 Austin Bonander Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License Used by: strsim 0.10.0 The MIT License (MIT) Copyright (c) 2015 Danny Guo Copyright (c) 2016 Titus Wormer  Copyright (c) 2018 Akash Kurdekar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: derive_more 0.14.1 The MIT License (MIT) Copyright (c) 2016 Jelte Fennema Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: vt100 0.15.2 The MIT License (MIT) Copyright (c) 2016 Jesse Luehrs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: same-file 1.0.6\nwinapi-util 0.1.6 The MIT License (MIT) Copyright (c) 2017 Andrew Gallant Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: console 0.15.7\nindicatif 0.17.7 The MIT License (MIT) Copyright (c) 2017 Armin Ronacher  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License Used by: generic-array 0.14.7 The MIT License (MIT) Copyright (c) 2015 Bartłomiej Kamiński Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: aho-corasick 1.1.2\nmemchr 2.6.4\nsame-file 1.0.6\nwalkdir 2.4.0\nwinapi-util 0.1.6 This project is dual-licensed under the Unlicense and MIT licenses. You may use this code under the terms of either license. MIT License\nUsed by: urlencoding 2.1.3 © 2016 Bertram Truong\n© 2021 Kornel Lesiński Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. NOASSERTION\nUsed by: ring 0.17.7 OpenSSL License\nUsed by: ring 0.17.7 OpenSSL License Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. All advertising materials mentioning features or use of this software must display the following acknowledgment: \"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)\" The names \"OpenSSL Toolkit\" and \"OpenSSL Project\" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org. Products derived from this software may not be called \"OpenSSL\" nor may \"OpenSSL\" appear in their names without prior written permission of the OpenSSL Project. Redistributions of any form whatsoever must retain the following acknowledgment: \"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)\" THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). Original SSLeay License Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) All rights reserved. This package is an SSL implementation written by Eric Young (eay@cryptsoft.com). The implementation was written so as to conform with Netscapes SSL. This library is free for commercial and non-commercial use as long as the following conditions are aheared to. The following conditions apply to all code found in this distribution, be it the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The SSL documentation included with this distribution is covered by the same copyright terms except that the holder is Tim Hudson (tjh@cryptsoft.com). Copyright remains Eric Young's, and as such any Copyright notices in the code are not to be removed. If this package is used in a product, Eric Young should be given attribution as the author of the parts of the library used. This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. All advertising materials mentioning features or use of this software must display the following acknowledgement: \"This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)\" The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-). If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: \"This product includes software written by Tim Hudson (tjh@cryptsoft.com)\" THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.] Unicode License Agreement - Data Files and Software (2016)\nUsed by: unicode-ident 1.0.12 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/. Unicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/. Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/. NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES (\"DATA FILES\"), AND/OR SOFTWARE (\"SOFTWARE\"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. COPYRIGHT AND PERMISSION NOTICE Copyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html. Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the \"Data Files\") or Unicode software and any associated documentation (the \"Software\") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either (a) this copyright and permission notice appear with all copies of the Data Files or Software, or (b) this copyright and permission notice appear in associated Documentation. THE DATA FILES AND SOFTWARE ARE PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE. Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder. zlib License\nUsed by: const_format 0.2.32\nconst_format_proc_macros 0.2.32 Copyright (c) 2020 Matias Rodriguez. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. This notice may not be removed or altered from any source distribution. zlib License\nUsed by: slotmap 1.0.7 Copyright (c) 2021 Orson Peters \\ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. This notice may not be removed or altered from any source distribution.","breadcrumbs":"Licenses » Contribution","id":"252","title":"Contribution"},"26":{"body":"When ordering has been defined, consumers can use FnGraph::iter to iterate through the graph and invoke each function sequentially. When the \"async\" feature is enabled, which is on by default, FnGraph::stream will produce each function once all of its predecessors have been streamed and returned. To know when a function is available to be streamed, fn_graph uses the following algorithm: Track the number of predecessors of each node. When streaming, each time a function is streamed and the closure returns, subtract 1 from the predecessor counts of each of that function's successors. If the predecessor count of a function is 0, it is now available to be streamed.","breadcrumbs":"Technical Concepts » Function Graph » Streaming » Streaming","id":"26","title":"Streaming"},"27":{"body":"In the example scenario, each function has a number of predecessors: %3fn1fn1:0fn3fn3:2fn1->fn3fn2fn2:1fn1->fn2fn5fn5:2fn3->fn5fn4fn4:2fn3->fn4fn2->fn3fn2->fn5fn2->fn4 When a function completes, subtract 1 from each of its successors' predecessor counts: %3fn1fn1:0fn3fn3:1fn1->fn3fn2fn2:0fn1->fn2fn5fn5:2fn3->fn5fn4fn4:2fn3->fn4fn2->fn3fn2->fn5fn2->fn4 This applies to both logical and data dependencies: %3fn1fn1:0fn3fn3:0fn1->fn3fn2fn2:0fn1->fn2fn5fn5:1fn3->fn5fn4fn4:1fn3->fn4fn2->fn3fn2->fn5fn2->fn4 Performance is gained when multiple functions can be executed concurrently: %3fn1fn1:0fn3fn3:0fn1->fn3fn2fn2:0fn1->fn2fn5fn5:0fn3->fn5fn4fn4:0fn3->fn4fn2->fn3fn2->fn5fn2->fn4 This can be seen by timing the executions: # // [dependencies]\n# // fn_graph = { version = \"0.5.4\", features = [\"fn_meta\", \"resman\"] }\n# // futures = \"0.3.21\"\n# // resman = { version = \"0.15.0\", features = [\"fn_meta\", \"fn_res\"] }\n# // tokio = { version = \"1.20.0\", features = [\"rt\", \"macros\", \"time\"] }\n# use std::{\n# fmt,\n# ops::{AddAssign, Deref, DerefMut},\n# };\n#\n# use fn_graph::FnGraphBuilder;\n# use futures::stream::StreamExt;\n# use resman::{IntoFnRes, Resources};\n#\n# // Define newtypes for each parameter.\n# #[derive(Debug)]\n# struct A(u32);\n# #[derive(Debug)]\n# struct B(u32);\n# #[derive(Debug)]\n# struct C(u32);\n# #[derive(Debug)]\n# struct D(u32);\n#\n# fn main() {\n# // Initialize data.\n# let mut resources = Resources::new();\n# resources.insert(A(0));\n# resources.insert(B(0));\n# resources.insert(C(0));\n# resources.insert(D(0));\n# let resources = &resources; // Now the map is compile time immutable.\n#\n# // Define logic and insert them into graph structure.\n# type Fn1 = fn(&mut A, &mut B, &mut C, &mut D);\n# type Fn2 = fn(&A, &mut C);\n# type Fn3 = fn(&B, &mut C);\n# type Fn4 = fn(&C, &mut D);\n# type Fn5 = fn(&A, &B, &C);\n#\n# let fn_graph = {\n# let fn1: Fn1 = |a, b, c, d| { a.0 = 1; b.0 = 2; c.0 = 0; d.0 = 0; };\n# let fn2: Fn2 = |a, c | *c += a.0;\n# let fn3: Fn3 = | b, c | *c += b.0;\n# let fn4: Fn4 = | c, d| *d += c.0;\n# let fn5: Fn5 = |a, b, c | println!(\"{a} + {b} = {c}\");\n#\n# let mut fn_graph_builder = FnGraphBuilder::new();\n#\n# // Store functions in graph.\n# let [fn_id1, fn_id2, fn_id3, fn_id4, fn_id5] = fn_graph_builder.add_fns([\n# fn1.into_fn_res(),\n# fn2.into_fn_res(),\n# fn3.into_fn_res(),\n# fn4.into_fn_res(),\n# fn5.into_fn_res(),\n# ]);\n#\n# // Define dependencies to control ordering.\n# fn_graph_builder\n# .add_edges([\n# (fn_id1, fn_id2),\n# (fn_id1, fn_id3),\n# (fn_id2, fn_id4),\n# (fn_id2, fn_id5),\n# (fn_id3, fn_id4),\n# (fn_id3, fn_id5),\n# ])\n# .unwrap();\n#\n# fn_graph_builder.build()\n# };\n#\n// Invoke logic over data.\nlet sequential_start = tokio::time::Instant::now();\nfn_graph.iter().for_each(|fun| { fun.call(resources); std::thread::sleep(std::time::Duration::from_millis(10));\n});\nlet sequential_elapsed = sequential_start.elapsed();\nprintln!(\"sequential_elapsed: {sequential_elapsed:?}\"); // prints:\n// 1 + 2 = 3\n// sequential_elapsed: 50.683709ms let rt = tokio::runtime::Builder::new_current_thread() .enable_time() .build() .unwrap();\nrt.block_on(async move { let concurrent_start = tokio::time::Instant::now(); fn_graph .stream() .for_each_concurrent(None, |fun| async move { fun.call(resources); tokio::time::sleep(tokio::time::Duration::from_millis(10)).await; }) .await; let concurrent_elapsed = concurrent_start.elapsed(); println!(\"concurrent_elapsed: {concurrent_elapsed:?}\");\n}); // prints:\n// 1 + 2 = 3\n// concurrent_elapsed: 44.740638ms\n# }\n#\n# macro_rules! u32_newtype {\n# ($name:ident) => {\n# impl fmt::Display for $name {\n# fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {\n# self.0.fmt(f)\n# }\n# }\n# impl Deref for $name {\n# type Target = u32;\n#\n# fn deref(&self) -> &Self::Target {\n# &self.0\n# }\n# }\n# impl DerefMut for $name {\n# fn deref_mut(&mut self) -> &mut Self::Target {\n# &mut self.0\n# }\n# }\n# impl AddAssign for $name {\n# fn add_assign(&mut self, other: u32) {\n# *self = Self(self.0 + other);\n# }\n# }\n# };\n# }\n# u32_newtype!(A);\n# u32_newtype!(B);\n# u32_newtype!(C);\n# u32_newtype!(D); Notably there is some overhead with the asynchronous execution, but as the number of functions grow, so should the concurrency, and the performance gains should increase proportionally.","breadcrumbs":"Technical Concepts » Function Graph » Streaming » Visualized","id":"27","title":"Visualized"},"28":{"body":"Note: 🚧 means the concept is not yet implemented. An item is something that can be created, inspected, and cleaned up by automation. An itemification defines data types and logic to manage that item. The Item and associated types are how consumers integrate with the Peace framework. Consumers provide a unique ID, data types, and functions, which will be selectively executed by the framework to provide lean, robust automation, and a good user experience. This logical breakdown guides automation developers to structure logic to handle cases that are not normally considered of when writing automation. Combined with trait requirements on data types, the framework is able to provide commands, workflow optimizations, and understandable output to ensure a pleasant automation experience.","breadcrumbs":"Technical Concepts » Item » Item","id":"28","title":"Item"},"29":{"body":"Error: The umbrella error type returned when anything goes wrong when managing the item. State: Information about a managed item, can be divided into logical and physical state. Logical state: Part of the state that can be controlled, e.g. application server's existence. Physical state: Part of the state that cannot be controlled, e.g. application server's instance ID. Current state: Current State of the managed item, both logical and physical. Goal state: Logical State that one wants the item to be in. State difference: Difference between the current Logical state and the Goal state .","breadcrumbs":"Technical Concepts » Item » Data Types","id":"29","title":"Data Types"},"3":{"body":"The purpose of the Peace framework is to bring people joy and peace of mind in automation development and usage. This is an active effort to take away mental and emotional stress and frustration experienced with software. For maintainers, Peace aims to guide developers to build and support resilient automation. For users, Peace aims to make automation work surprisingly well , and reduce the feeling of being lost or frustrated when things don't go according to plan.","breadcrumbs":"Background » Purpose » Purpose","id":"3","title":"Purpose"},"30":{"body":"1. Define an ID. Item::id Provide the framework with a unique ID for this item. These are intended to be safe to use as file names, as well as avoid surprises, and so have been limited to alphanumeric characters and underscores, and cannot begin with a number. This is validated at compile time by using the item_id!(\"..\") macro. The examples in the peace repository will use snake_case, but the rules are flexible enough to accept PascalCase or camelCase if that is preferred.","breadcrumbs":"Technical Concepts » Item » Logic – Building Blocks","id":"30","title":"Logic – Building Blocks"},"31":{"body":"Item that manages a file download: \"download\". Item that manages a server: \"server_existence\". 2. Initialize framework with parameters to manage item. Item::setup 🚧 parameters are passed in for each command Provide the framework with enough information to begin managing the item. This function also instantiates the data types referenced by this Item into the Resources map.","breadcrumbs":"Technical Concepts » Item » Examples","id":"31","title":"Examples"},"32":{"body":"Item that manages a file download: Required parameters are the URL to download from, and the destination file path. Item that manages a server: Required parameters are the base image ID to launch the server with, and hardware specs. 3. Fetch current item state. Item::state_current This may not necessarily be a cheap function, for example if it needs to make web requests that take seconds to complete.","breadcrumbs":"Technical Concepts » Item » Examples","id":"32","title":"Examples"},"33":{"body":"Item that manages a file download: Current state is checking a file's existence and contents. Item that manages a server: Current state is checking a server's existence and its base image ID. 4. Fetch goal item state. Item::StateGoalFn This may not necessarily be a cheap function, for example if it needs to make web requests that take seconds to complete.","breadcrumbs":"Technical Concepts » Item » Examples","id":"33","title":"Examples"},"34":{"body":"Item that manages a file download: Goal state is file metadata retrieved from a remote server. Item that manages a server: Goal state is one server exists with the specified the base image ID. 5. Return the difference between current and goal states. Item::StateDiffFn It is important that both the from and to are shown for values that have changed, and values that have not changed or are not relevant, are not returned.","breadcrumbs":"Technical Concepts » Item » Examples","id":"34","title":"Examples"},"35":{"body":"Item that manages a file download: State difference is a change from a file that does not exist, to a file with contents \"abc\". Item that manages a server: State difference is a change from a non-existent server, to a server exists with the specified the base image ID. 6. Ensure that the item is in the goal state. Transforms the current state to the goal state. check: Returns whether exec needs to be run to transform the current state into the goal state. exec: Actual logic to transform the current state to the goal state. exec_dry: Dry-run transform of the current state to the goal state. Like exec, but all interactions with external services, or writes to the file system should be substituted with mocks. 7. Clean up the item. Cleans up the item from existence. check: Returns whether exec needs to be run to clean up the item. exec: Actual logic to clean up the item. exec_dry: Dry-run clean up of the item.","breadcrumbs":"Technical Concepts » Item » Examples","id":"35","title":"Examples"},"36":{"body":"Readers may notice the function breakdown is git-like. The following table compares the concepts: Subject Peace Git Item Any consumer defined item. A directory of files. Project initialization init command takes in parameters to manage the item. Uses the current directory or passed in directory. State Consumer defined information about the item. Current state is the latest commit, goal state is the working directory. State retrieval On request by user using the StatesDiscover command. Retrieved each time the status command is run, cheap since it is all local. State display On request using state and goal commands show $revision:path command shows the state at a particular $revision. State difference On request using diff command status command shows a summary, show and diff commands shows the state difference. State application On request through the ensure command. On request through commit and push commands. Environments Handled by updating initialization parameters. Defined through remote URLs.","breadcrumbs":"Technical Concepts » Item » Comparison with git","id":"36","title":"Comparison with git"},"37":{"body":"For an item to work with different values, the values must be passed in. These values are called item parameters. %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest There are a number of related concepts: User needs to be able to specify how the values are defined: Plain Values: Use a value provided by the user. Referenced Values: Use a value produced by a predecessor item. Transformed Values: Take values produced by predecessor item(s), transform it, then use that. Implementors: Need to define the parameters. Take in parameter values for state_current, state_goal. Take in Option for each field within the parameter for try_state_current, try_state_goal. Peace should be able to store and load: The specification by the user. The actual values computed and used during command execution.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Item Parameters","id":"37","title":"Item Parameters"},"38":{"body":"Item parameter values are eventually concrete values. Some of those concrete values are not necessarily known until partway through a flow execution. When a flow is defined, a user needs a way to encode where a value comes from. %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest","breadcrumbs":"Technical Concepts » Item » Item Parameters » Value Specification » Value Specification","id":"38","title":"Value Specification"},"39":{"body":"Plain values are values that a user provides before a command is executed. %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest A variation of plain values is to provide a lookup function that is evaluated at the point the value is needed, but that has potential negative effects for user experience: Performance: Web service call(s) may take seconds to complete. Consistency: Multiple executions may discover different values between different command executions. In code, this may look like: let app_params_spec = AppParams::spec() .repo_path(Path::from(\"/path/to/project\")) .build();\nlet server_params_spec = ServerParams::spec() .image_id(image_id!(\"abcd1234\")) .instance_size(InstanceSize::Large) .build(); cmd_ctx_builder .with_item_params(app_params_spec) .with_item_params(server_params_spec) .await?;","breadcrumbs":"Technical Concepts » Item » Item Parameters » Value Specification » Plain Values","id":"39","title":"Plain Values"},"4":{"body":"","breadcrumbs":"Background » Strategy » Strategy","id":"4","title":"Strategy"},"40":{"body":"Referenced values are values directly taken from a predecessor's state output. %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:${app_path}dest:user@ip:/path/to/desta_stateStateapp_path:target/debug/appa_state->c_params In code, this may look like: let file_upload_params_spec = FileUploadParams::spec() .src_from::() // .. .build(); cmd_ctx_builder .with_item_params(file_upload_params_spec) .await?;","breadcrumbs":"Technical Concepts » Item » Item Parameters » Value Specification » Referenced Values","id":"40","title":"Referenced Values"},"41":{"body":"%3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectb_stateStateip:192.168.0.100ccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:${app_path}dest:user@${server.ip}:/path/to/destb_state->c_params In code, this may look like: let file_upload_params_spec = FileUploadParams::spec() // .. .dest_from_map::(|server| { let ip = server.ip(); format!(\"user@${ip}:/path/to/dest\") }) .build(); cmd_ctx_builder .with_item_params(file_upload_params_spec) .await?;","breadcrumbs":"Technical Concepts » Item » Item Parameters » Value Specification » Transformed Values","id":"41","title":"Transformed Values"},"42":{"body":"For an item to work with different values, the values must be passed in. Item implementors define these as part of the Item trait: trait Item { type Params: ..;\n}","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Params Definition","id":"42","title":"Params Definition"},"43":{"body":"The following shows a number of use cases of these params: State Apply: Param values must be known, and Peace should pass concrete values to the Item::{state_current, state_goal, apply} functions. State Discovery (fallible): Param values may be known, if predecessors have previously executed. try_state_current: StateDiscoverCmd::current e.g. Look up file contents on a remote host: match params_partial.dest_ip() { Some(dest_ip) => Some(file_hash(dest_ip, path)), None => None, // or `Some(FileState::None)`\n} try_state_goal: StateDiscoverCmd::goal e.g. Look up source file contents: match params_partial.src_path() { Some(src_path) => file_hash(src_path), None => None, // or `Some(FileState::None)`\n}","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Use Cases","id":"43","title":"Use Cases"},"44":{"body":"try_state_current: Should work with field_partials. try_state_goal: Should work with field_partials. state_current: Needs real concrete param values. state_goal: Needs real concrete param values. state_diff: Doesn't need parameters or data; everything should be captured in States. But for presentation, it's useful to know what a file should be (current vs goal), or difference between params (multiple profile current vs current). state_clean: Maybe always returns ItemState::None, and doesn't need parameters or data. However, presenting state_clean with e.g. a file path, would mean the None state contains the value, which means state_clean needs params. Arguably state_goal will show the path that would be created. StateDiff for cleaning should also show the deletion of the path. apply_check: Doesn't need parameters or data. apply_dry: Needs concrete param values, even if they are fake. apply: Needs real concrete param values.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » By Item Function","id":"44","title":"By Item Function"},"45":{"body":"Because: It is convenient to serialize Item::Params::Spec and store it, and deserialize it for use at a later time. It is useful to support config-based parameter specification (no compiler needed). It is not possible to serialize closures. Then there must be a way to encode the same functionality that Item::Params::Spec::field_from_map provides, as something serializable. Possibilities: ToString and FromStr impls that represent the logic Serialized form uses enum variants, and when deserializing, map that back to functions. Custom language.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Encoding: Serialization / Deserialization","id":"45","title":"Encoding: Serialization / Deserialization"},"46":{"body":"From the implementor's perspective, item trait needs to change to support the above use cases. The following snippets are here to show the changes that include the above concepts. These are: non-compilable. just enough to show where types are changed. show certain trait bounds (non-exhaustive). do not include the encoding / decoding of field_from_map concept.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Code Implications","id":"46","title":"Code Implications"},"47":{"body":"// Traits in Peace Framework\ntrait Item { type Params: Params + Serialize + Deserialize; fn setup(&self, resources); fn try_state_current(fn_ctx, params_partial, data); fn try_state_goal(fn_ctx, params_partial, data); fn state_clean ( params_partial, data); fn state_current (fn_ctx, params, data); fn state_goal (fn_ctx, params, data); fn apply_dry (fn_ctx, params, data, state_current, state_target, diff); fn apply (fn_ctx, params, data, state_current, state_target, diff); fn apply_check ( params_partial, data, state_current, state_target, diff); fn state_diff ( params_partial, data, state_a, state_b); // Once more, with types: fn setup(&self, &mut Resources); fn try_state_current(FnCtx<'_>, Self::Params<'_>::Partial, Self::Data<'_>); fn try_state_goal(FnCtx<'_>, Self::Params<'_>::Partial, Self::Data<'_>); fn state_clean ( Self::Params<'_>::Partial, Self::Data<'_>); fn state_current (FnCtx<'_>, Self::Params<'_> , Self::Data<'_>); fn state_goal (FnCtx<'_>, Self::Params<'_> , Self::Data<'_>); fn apply_dry (FnCtx<'_>, Self::Params<'_> , Self::Data<'_>, Self::State, Self::State, Self::StateDiff); fn apply (FnCtx<'_>, Self::Params<'_> , Self::Data<'_>, Self::State, Self::State, Self::StateDiff); fn apply_check ( Self::Params<'_>::Partial, Self::Data<'_>, Self::State, Self::State, Self::StateDiff); fn state_diff ( Self::Params<'_>::Partial, Self::Data<'_>, Self::State, Self::State);\n} /// For Peace to access ::Spec\ntrait Params { type Spec: Serialize + Deserialize; type SpecBuilder: SpecBuilder; type Partial: Serialize + Deserialize;\n} enum ValueSpec { Value(T), From, FromMap(Box Option>),\n} Also need to provide a Params derive macro. Design Note The apply_check and state_diff functions usually are not expected to need params and data, but some items may use them, such as the ShCmdItem which accesses params to determine the script to run. Regarding params will be Params or Params<'_>::Partial for state_diff, if we call state_diff for a file upload item, we must have both the current state and goal state. Then we need to ask, does having both states imply Params is fully resolvable? If we call state_current for a file upload: the destination server may not be there so params may not have the IP we may still return Some(State::Empty) So params may still be partial, even if State is Some. If we call state_goal for a file upload: the source file may not be there so params may not have the source content hash we may still return Some(State::Empty) So params may still be partial, even if State is Some.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Framework","id":"47","title":"Framework"},"48":{"body":"// Implementation\nstruct FileUploadItem; impl Item for FileUploadItem { type Params = FileUploadParams;\n} #[derive(Clone, Debug, Params, Serialize, Deserialize)]\nstruct FileUploadParams { src: PathBuf, dest_ip: IpAddr, dest_path: PathBuf,\n} Auto generated by Params derive: impl Params for FileUploadParams { type Spec = FileUploadParamsSpec; type SpecBuilder = FileUploadParamsSpecBuilder; type Partial = FileUploadParamsPartial;\n} // Serialize / Deserialize not needed.\nstruct FileUploadParamsPartial { src: Option, dest_ip: Option, dest_path: Option,\n} #[derive(Clone, Debug, Serialize, Deserialize)]\nstruct FileUploadParamsSpec { src: ValueSpec, dest_ip: ValueSpec, dest_path: ValueSpec,\n} #[derive(Clone, Debug)]\nstruct FileUploadParamsSpecBuilder { src: Option>, dest_ip: Option>, dest_path: Option>,\n} See: optfield partial_derive optional-field","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Implementor","id":"48","title":"Implementor"},"49":{"body":"For ergonomic usage and accurate data modelling, the following types need to exist for each item: Params ParamsPartial ParamsSpec ParamsSpecBuilder Since Params is defined by the item implementor, the other three structs can only be defined after it, and can be generated by a proc macro. Questions: How does Peace know what fields to fill in, and how? The fields are known by the ParamsSpec impl, though it resides in the implementor's crate. Peace can reference the ParamsSpec through a Params::Spec associated type. Does Peace need to know about the field, or can it be in the generated impl? It needs to go, for each field on the ParamsSpec, fill in the ParamsPartial. This could be implemented by ParamsSpec::partial_from(&Resources) -> ParamsPartial: impl ParamsSpec { fn partial_from(resources: &Resources) -> ParamsPartial { // for each field (generated by proc macro) let value_0 = value_0_spec.try_value_from(resources); let value_1 = value_1_spec.try_value_from(resources); ParamsPartial { value_0, value_1 } }\n} enum ValueSpec { Value(T), From, FromMap(Box Option>),\n} impl ValueSpec { fn try_value_from(&self, resources: &Resources) -> Option { match self { Self::Value(t) => Some(t.clone()), Self::From => resources.try_borrow::().cloned(), Self::FromMap(f) => f(resources), } }\n} How does ValueSpec::FromMap get instantiated: Probably something like this: impl ParamsSpecBuilder { // for each field fn field_from_map(mut self, f: F) -> Self where F: &U -> Field { let from_map_boxed = Box::new(move |resources| { resources.try_borrow::().map(f) }); self.field_spec = ValueSpec::FromMap(from_map_boxed); self }\n} To allow Peace to reference those types, and for Peace to expose that to users, we need the following traits: dyn Params: To know what type the ParamsPartial, ParamsSpec, and ParamsSpecBuilder are. dyn ParamsSpec: Peace needs the spec to generate a ParamsPartial from Resources.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Framework Support » Params Framework Support","id":"49","title":"Params Framework Support"},"5":{"body":"The main priority is to take care of people. This is correlated to the following measurable dimensions: Time optimization Effort optimization Cost optimization Decision making If these outputs trend in a favourable direction, then surveying people's well-being and satisfaction should show similar outcomes.","breadcrumbs":"Background » Strategy » Outcomes","id":"5","title":"Outcomes"},"50":{"body":"It is inconvenient to have to register item params types as flow params, because the presence of the item could automatically tell Peace its params type. However, users: Must provide the param values / spec for each item for the first execution of a flow. May have different preferences whether they have to provide the values / spec for subsequent executions, and whether it implicitly uses what was used before, or is explicit for each field. What we need: Flow params are serialized separately. Flow params may be values that control how things are presented, but not affect the actual functional execution, so they may be log verbosity. Item params spec must be deserialized, and overwritten by provided values. Item params spec must be serialized before executing a command. Item params must be serialized as execution happens. Item params partials do not need to be serialized, only presented, as they can be re-calculated from state for each discover / read command execution.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Framework Support » Implications On Serialization and Flow Params","id":"50","title":"Implications On Serialization and Flow Params"},"51":{"body":"An item graph is a function graph , whose logic type is an item . Instead of storing a single function in each node of the graph, each logic type is a collection of well-defined functions adhering to the Item trait. Combining these concepts contributes to the strategy 's outcomes, by enabling the framework to address common issues in each input dimension. %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4 let graph = { let mut graph_builder = ItemGraphBuilder::::new(); let [id_1, id_2, id_3, id_4] = graph_builder.add_fns([ Item1::new(param1).into(), Item2::new(/* .. */).into(), Item3::new().into(), Item4::new().into(), ]); graph_builder.add_edges([ (id_1, id_3), (id_2, id_3), (id_2, id_4), ])?; graph_builder.build()\n}; The remainder of this section explains how using these concepts together allows sensible user facing commands to be created. Available commands are documented in the reference .","breadcrumbs":"Technical Concepts » Item Graph » Item Graph","id":"51","title":"Item Graph"},"52":{"body":"Before a process is started, make sure all the necessary information is provided. In function graph, data types in Resources are inserted by the consumer, separate from the graph. In Peace, Item::setup is run for each item, which allows data types to be inserted into Resources. let graph = /* .. */; let resources = graph.setup(Resources::new()).await?; %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4 // Item1::setup\nresources.insert(param1); // Item2::setup\nresources.insert(param2); // Item3::setup\n// no-op // Item4::setup\nresources.insert(param3);\nresources.insert(param4); ℹ️ Note: Each initialization parameter should be specified in each item's setup method, even though the parameter is inserted by a predecessor item. This is because when only a subset of the graph is executed, or if the item is used in a different graph, the parameter should still be inserted. 🚧 A wrapper type should conditionally insert the initialization parameter into Resources","breadcrumbs":"Technical Concepts » Item Graph » Initialization » Initialization","id":"52","title":"Initialization"},"53":{"body":"Before applying a change, you should understand the current state, and what the change will do. To discover the current state of all items, Item::try_state_current is run for each item concurrently. let graph = /* .. */;\nlet resources = /* .. */; let resources = StatesDiscoverCmd::current(graph, resources).await?; %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4 // Item1::StateCurrentFn::try_exec\nlet exists = param1.path().exists();\nOk(State::new(exists, ())) // Item2::StateCurrentFn::try_exec\nlet instance_url = discover(param2).await?;\nOk(State::new(Some(instance_url), ())) // Item3::StateCurrentFn::try_exec\nlet version = reqwest::get(instance_url).await?;\nOk(State::new(version, ())) // .. When all states have been collected, they are presented to the user: state1: exists\nstate2: 1.2.3.4\nstate3: 1.0.0\nstate4: abcdef0123456","breadcrumbs":"Technical Concepts » Item Graph » State Inspection » State Inspection","id":"53","title":"State Inspection"},"54":{"body":"When applying a change, the change should converge the current state to the goal state. let graph = /* .. */;\nlet resources = /* .. */; let resources = ApplyCmd::exec(graph, resources).await?; Note that the Item::apply requires implementers to return StatePhysical, which is the state information generated during the exec logic, but not necessarily within the implementers' control.","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » State Ensure","id":"54","title":"State Ensure"},"55":{"body":"To discover the current state of all items, the following method is used: ApplyFns::check is run for all items. Of the ones that return ApplyCheck::ExecRequired, Item::apply is run. Finally, Item::state_current is run so that the end state can be compared with the goal state to confirm that they match.","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » Method","id":"55","title":"Method"},"56":{"body":"%3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4 // Item1\nApplyCheck::ExecRequired { .. } // Item2\nApplyCheck::ExecNotRequired // Item3\nApplyCheck::ExecRequired { .. } // Item4\nApplyCheck::ExecRequired { .. }","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » ApplyFns::check","id":"56","title":"ApplyFns::check"},"57":{"body":"%3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4 Items 1, 3, and 4 need to be executed, but Item2's Item::apply is skipped as check indicated it isn't needed. // Item1\n() // Item2\nIpAddr::from_str(\"1.2.3.4\") // Item3\n() // Note: version is logical state // Item4\nRevision::new(\"abcdef0123456\")","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » Item::apply","id":"57","title":"Item::apply"},"58":{"body":"let resources = Item::apply_dry(graph, resources).await?; Similar to the Item::apply, Item::apply_dry is meant to simulate what would happen, and allow users to correct mistakes before actual execution. Implementers must replace all write logic with mocks. These include: File writes Web requests It is also recommended that read requests to external services are minimized to decrease the time to return feedback to the user. If possible, move read request logic to Item::state_current so that it is stored by the StatesDiscoverCmd.","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » Dry Run","id":"58","title":"Dry Run"},"59":{"body":"Since these processes happen over distributed systems, and errors can happen at any point in the process, it is realistic to assume that the process doesn't happen transactionally. ApplyFns has been designed so that implementers will consider transitions from non-atomic states to the goal state. In simpler terms, if the goal state is \"10 servers must exist\", then: When the current state is 0 servers, then 10 servers should be launched. When the current state is 6 servers, then 4 servers should be launched. As time and effort is saved by reusing existing useful state and not requiring complete clean up, recoverability and user experience is improved.","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » Convergence / Non-Transactional Execution Recovery","id":"59","title":"Convergence / Non-Transactional Execution Recovery"},"6":{"body":"The following input dimensions are considered when designing the Peace framework: Approach: Choose an optimal method. Correctness: Take the right action, in success and in err. Visibility: Show the user what will happen, is happening, and has happened. Understandability: Show what is important. Don't overwhelm the user. Recoverability: Continue where the work was stopped. Performance: Use resources efficiently to execute the approach. Psychology: Design for how people behave. By keeping these dimensions in mind: For development, the framework gives people confidence that what they build is of quality, by guiding them to consider and handle cases commonly experienced by users. Through feature gates, developers are protected from mental overload by allowing parts of the automation to be developed incrementally, without risk of diverging from the ideal. For users, the framework provides tools to observe the state and have predictable outcomes, so that they can be confident in making decisions. It also lowers the chances and cost of failure. This reduces the fear of making mistakes, as the effort of recovery is also lowered. From a business perspective, increased morale, increased performance, and decreased wastage are all benefits that allow results to be achieved faster and in a reliable manner.","breadcrumbs":"Background » Strategy » Input Dimensions","id":"6","title":"Input Dimensions"},"60":{"body":"","breadcrumbs":"Technical Concepts » Item Graph » Clean » Clean","id":"60","title":"Clean"},"61":{"body":"Even though it is possible to clean up the server without uninstalling the application, it is recommended that the CleanOpSpec is implemented for every item. Imagine one has a goal to test fresh installations of different versions of an application. One approach is to deploy each version in a separate environment, and clean up the whole environment, . have a command that only uninstalls the application from the server, . Least-work approach, but needs additional engineering.","breadcrumbs":"Technical Concepts » Item Graph » Clean » Partial Clean","id":"61","title":"Partial Clean"},"62":{"body":"In peace, State represents the values of an item, and has the following usages: Showing users the state of an item. Allowing users to describe the state that an item should be. Determining what needs to change between the current state and the goal state. Therefore, State should be: Serializable Displayable in a human readable format Relatively lightweight – e.g. does not necessarily contain file contents, but a hash of it.","breadcrumbs":"Technical Concepts » State » State","id":"62","title":"State"},"63":{"body":"State can be separated into two parts: Logical state: Information that is functionally important, and can be specified by the user ahead of time. Examples of logical state are: File contents An application version Server operating system version Server CPU capacity Server RAM capacity Physical state: Information that is discovered / produced when the automation is executed. Examples of physical state are: ETag of a downloaded file. Execution time of a command. Server ID that is generated on launch. Server IP address.","breadcrumbs":"Technical Concepts » State » Logical and Physical State","id":"63","title":"Logical and Physical State"},"64":{"body":"","breadcrumbs":"Technical Concepts » State » Defining State","id":"64","title":"Defining State"},"65":{"body":"If an item's state can be fully described before the item exists, and can be made to happen without interacting with an external service, then the state is fully logical. For example, copying a file from one directory to another. The state of the file in the source directory and destination directories are fully discoverable, and there is no information generated during automation that is needed to determine if the states are equivalent.","breadcrumbs":"Technical Concepts » State » Fully Logical","id":"65","title":"Fully Logical"},"66":{"body":"If an item's goal state can be described before the item exists, but interacts with an external service which produces additional information to bring that goal state into existence, then the state has both logical and physical parts. For example, launching a server or virtual machine. The operating system, CPU capacity, and RAM are logical information, and can be determined ahead of time. However, the server ID and IP address are produced by the virtual machine service provider, which is physical state.","breadcrumbs":"Technical Concepts » State » Logical and Physical","id":"66","title":"Logical and Physical"},"67":{"body":"If an item's goal state is simply, \"automation has been executed after these files have been modified\", then the state has no logical component. For example, running a compilation command only if the compilation artifact doesn't exist, or the source files have changed since the last time the compilation has been executed. The remaining pages in this section explain how to define the logical and physical state types when implementing an item.","breadcrumbs":"Technical Concepts » State » Fully Physical","id":"67","title":"Fully Physical"},"68":{"body":"Logical state is the part of an item that is: Implementor / user definable Controllable by automation Deterministic","breadcrumbs":"Technical Concepts » State » Logical State » Logical State","id":"68","title":"Logical State"},"69":{"body":"There are three uses of logical state: Representing current state. Representing goal state. Computing state difference. let params = data.params(); // `dest` references the actual item that is being managed.\n// e.g. calculate content hash of actual file being written to.\nlet state_current = params.dest().read(); // `src` references the *specification* of what the item is intended to be.\n// e.g. retrieve content hash from a source file.\nlet state_goal = params.src().read(); // We can only compute the `diff` when both `src` and `dest` are available.\nlet state_diff = state_goal - state_current;","breadcrumbs":"Technical Concepts » State » Logical State » Uses","id":"69","title":"Uses"},"7":{"body":"Each page in this section demonstrates the examples compiled as WASM applications. If you are running this book locally, you may compile all examples before visiting the pages using the following command: for example in $(ls examples)\ndo wasm-pack build \\ --target web \\ --out-dir \"../../doc/src/examples/pkg\" \\ --release \\ \"examples/${example}\"\ndone","breadcrumbs":"Examples » Examples","id":"7","title":"Examples"},"70":{"body":"In an item's parameters, there must be the following categories of information: src: information of what the item should be, or where to look up that information. Thus, src is a reference to where to look up state_goal. dest: reference to where the actual item should be. dest is a reference to where to push state_current. Both src and dest may reference resources that are ensured by predecessor items. Meaning sometimes state_goal and state_current cannot be discovered because they rely on the predecessors' completions.","breadcrumbs":"Technical Concepts » State » Logical State » Discovery Constraints","id":"70","title":"Discovery Constraints"},"71":{"body":"A list of files in a zip file cannot be read, if the zip file is not downloaded. A file on a server cannot be read, if the server doesn't exist. A server cannot have a domain name assigned to it, if the server doesn't exist.","breadcrumbs":"Technical Concepts » State » Logical State » Examples","id":"71","title":"Examples"},"72":{"body":"If dest is not available, then state_current may simply be \"does not exist\". If src is not available, and we want to show state_goal that is not just \"we can't look it up\", then src must be defined in terms of something readable during discovery. If that is not possible, or is too expensive, then one or more of the following has to be chosen: Item::state_goal functions have to always cater for src not being available. It incurs mental effort to always cater for src not being available – i.e. implementing an item would need knowledge beyond itself. the peace framework defaults to not running state_current_fn for items that have a logical dependency on things that Item::apply_check returns ExecRequired For this to work, when the current state is requested, peace will: For each non-parent item, run state_current, state_goal, state_diff, and apply_check. If apply_check returns ApplyCheck::ExecNotRequired, then successor items can be processed as well. state_current could return Result, E>: Ok(None): State cannot be discovered, likely because predecessor hasn't run Ok(Some(State<_, _>)): State cannot be discovered. Err(E): An error happened when discovering state. May be difficult to distinguish some cases from Ok(None), e.g. failed to connect to server, is it because the server doesn't exist, or because the address is incorrect. Should we have two state_currents? Or pass in whether it's being called from Discover vs Ensure – i.e. some information that says \"err when failing to connect because the predecessor has been ensured\". Option 2 may be something we have to do anyway – we will not be able to provide current state to run Item::apply for successors for the same reason. Option 3 may coexist with option 2. Note: State discovery may be expensive, so it is important to be able to show a stored copy of what is discovered.","breadcrumbs":"Technical Concepts » State » Logical State » Implications","id":"72","title":"Implications"},"73":{"body":"Output is providing information to a user. Output can be categorized with number of input dimensions : Disclosure: Push: Information is pushed to users once available. Pull: Information is requested by users, may be real time or historical. Rate: (of requests) High: Information that constantly updates. Low: Information that once created isn't expected to change. Consumer: Human: Person using the application. Software: ReST API consumer. Both: Readable and parseable text output. Accumulation: Append: Information continuously increases. Replace: Latest information is relevant. Example scenarios and solutions for different output combinations # Disclosure Rate Consumer Accumulation Example Scenario Example solution 1 Push High Human Append Execution progress in CI / builds Text 2 Push High Human Replace Execution in interactive CLI Progress bars 3 Push High Software Append Execution progress delta web socket API Serialized 4 Push High Software Replace Execution progress web socket API Serialized 5 Push High Both Append none 6 Push High Both Replace none 7 Push Low Human Append Execution errors in CLI Friendly errors 8 Push Low Human Replace Execution outcome in CLI Markdown output 9 Push Low Software Append Execution errors web socket API Serialized 10 Push Low Software Replace Execution outcome web socket API Serialized 11 Push Low Both Append Execution errors in file Friendly serialized 12 Push Low Both Replace Execution outcome in file Friendly serialized 13 Pull High Human Append Historical execution progress logs Text 14 Pull High Human Replace none 15 Pull High Software Append none Serialized 16 Pull High Software Replace Historical execution progress ReST API Serialized 17 Pull High Both Append none 18 Pull High Both Replace none 19 Pull Low Human Append Execution errors in web page Formatted errors 20 Pull Low Human Replace Execution outcome in web page Formatted report 21 Pull Low Software Append Execution errors ReST API Serialized 22 Pull Low Software Replace Execution outcome ReST API Serialized 23 Pull Low Both Append Historical execution errors in file Friendly serialized 24 Pull Low Both Replace Historical execution outcome in file Friendly serialized From the above table, further thoughts include: Information that changes at a high rate implies a high rate of requests. Information requested at a high rate may need to be small (in size). Progress output is frequent, and is most important in real time / as it happens. If frequency is high and the output is transferred between hosts, then ideally the size of the output is reduced. The point of serialized data without the friendliness requirement is space and time efficiency. Friendly serialized data may be a format such as YAML / JSON / TOML. Pulled data is either over an API, or viewing historical information, meaning pulled data needs to be serializable. Web page output may be large, but mental overload can be avoided by hiding information through interactivity.","breadcrumbs":"Technical Concepts » Output » Output","id":"73","title":"Output"},"74":{"body":"","breadcrumbs":"Technical Concepts » Output » Outcome","id":"74","title":"Outcome"},"75":{"body":"Success: Task has completed successfully. Break: Task has stopped for manual action not managed by the command. Error: Task has stopped with an error.","breadcrumbs":"Technical Concepts » Output » Outcome Status","id":"75","title":"Outcome Status"},"76":{"body":"Nothing Informatives: What the user needs to do next. Warnings","breadcrumbs":"Technical Concepts » Output » Outcome Messages","id":"76","title":"Outcome Messages"},"77":{"body":"What happened Why it is considered an error Source of the information that led to the error Suggestions for fixing","breadcrumbs":"Technical Concepts » Output » Outcome Errors","id":"77","title":"Outcome Errors"},"78":{"body":"Output format can be optimized for different consumers. For example: Interactive command line: Hide detail to reduce mental overload. Show enough to give an appropriate picture. Use colour to highlight / dim detail based on level of importance. Show commands to display additional detail. Use a format that makes sense when copying and pasting into a different application, e.g. markdown. Web page: Use interactive elements to allow detail to be revealed when needed. Use consistent colour for different levels of detail. Network transfer: Use a serialization format that is small to cater for latency. Use a serialization format that is not difficult to deserialize to reduce CPU utilization.","breadcrumbs":"Technical Concepts » Output » Format","id":"78","title":"Format"},"79":{"body":"Execution progress output is most useful as it happens. Execution progress output should fulfill the following concerns: easy for a human to understand easy to be sent from an item implementation pushed to output in real time pulled from client in real time","breadcrumbs":"Technical Concepts » Output » Execution Progress » Execution Progress","id":"79","title":"Execution Progress"},"8":{"body":"This example manages a file download into the browser's memory. \n\n


      \n
      \n
      Loading...


      \n
      Command output:
      In-memory contents:
      \n
      '>","breadcrumbs":"Examples » Download » Download","id":"8","title":"Download"},"80":{"body":"Information that is likely useful to the consumer, and therefore should be captured, and sent if bandwidth is not an issue.","breadcrumbs":"Technical Concepts » Output » Execution Progress » Information","id":"80","title":"Information"},"81":{"body":"Whether a task has started, is in-progress, stalled, or completed. Execution Pending: Execution is pending a predecessor's execution. Running: Execution is in progress. This status is best conveyed alongside the following information: Units total: Unknown (spinner) / known (progress bar). Units current Function: Item::{state_current, state_goal, apply}. Certain functions will not be applicable, e.g. when StateCurrent is feature gated, then the function won't be available when the feature is not enabled. Running Stalled: Progress updates have not been received for a given period. Item implementations are responsible for sending progress updates, but if there are no progress updates, or an identical \"it's running\" progress update is continuously received, then Peace may determine that the task may have stalled, and user attention is required. Peace may also provide a hook for implementors to output a suggestion to the user. User Pending: Task is pending user input. Completed: Task has completed. This status is best conveyed alongside the following information: Completion Status : Success, Failed. Function: Item::{state_current, state_goal, apply}. The following variant is possible conceptually, but not applicable to the Peace framework: Stopped: Task is not running, but can be started. This is not applicable because Peace uses runtime borrowing to manage state, and a stopped task has potentially altered data non-atomically, so locking the data is not useful, and unlocking the data may cause undefined behaviour due to reasoning over inconsistent state. For rate limiting tasks, the task in its entirety would be held back.","breadcrumbs":"Technical Concepts » Output » Execution Progress » Progress Status","id":"81","title":"Progress Status"},"82":{"body":"Unit of measurement: Steps, Bytes, Percentage, None Units total: Known / Unknown Units current: Numeric / Unknown Units remaining: Numeric / Unknown. This is total - current. Unit of progress tick: as it happens.","breadcrumbs":"Technical Concepts » Output » Execution Progress » Progress Measurement","id":"82","title":"Progress Measurement"},"83":{"body":"Time started Elapsed duration Remaining duration estimate Time of completion estimate Time of completion","breadcrumbs":"Technical Concepts » Output » Execution Progress » Progress Timings","id":"83","title":"Progress Timings"},"84":{"body":"As much as possible, Peace should collect progress information without burdening the implementor. Info Produced / Captured by Progress status Framework Unit of measurement Implementor Units total Implementor Units initially completed Implementor Units remaining Framework Unit of progress tick Implementor Time started Framework Elapsed duration Framework Remaining duration estimate Framework Time of completion estimate Framework Time of completion Framework Peace should support the following usages out-of-the-box1: Interactive CLI Non-interactive CLI CI logging WASM REST endpoint (pull) REST endpoint (push) 1 even if it is not yet implemented, it should be designed in a way that allows for it","breadcrumbs":"Technical Concepts » Output » Execution Progress » Information Production / Consumption","id":"84","title":"Information Production / Consumption"},"85":{"body":"Implementors define the following in ApplyFns::check: Unit of measurement: Steps, Bytes, Percentage, None Units total: Known / Unknown Units initially completed: Numeric / Unknown Units remaining is tracked by Peace as the unit of progress is ticked (updated). There is a tradeoff between: Implementors manually ticking progress More accurate information Code becomes messy -- progress ticks scattered throughout code. zzz has a really good way of doing this without making things messy: (0..1000).into_iter().progress()\n// ^^^^^^^^^^\n// This is all that's needed to render the progress bar\n// assuming `size_hint()` is implemented. Peace could provide something like: impl ApplyFns for MyApplyFns { async fn exec(data: Data<'_>) -> Result<(), E> { [ Self::fn_1, Self::fn_2, Self::fn_3, Self::fn_4, ].progress(data); }\n} But that constrains the signature of each sub function to be the same. A type parameterized function chain – where the return value of one function is the parameter to the next – may be messy, especially for error messages. For spinners, manually ticking the progress bar can be cumbersome, but automatic ticking will give a false impression of progress happening. Somewhat mitigated by stall detection. Codegen to add progress ticks This could be done with a proc macro that counts the number of expressions, with some clever handling of conditionals, and inserts tick() expressions. For now Peace will require implementors to manual tick the progress, and in the future, explore the following option: Trait to automatically tick progress for iterators. Proc macro to automatically insert ticks.","breadcrumbs":"Technical Concepts » Output » Execution Progress » API","id":"85","title":"API"},"86":{"body":"For human readable output, it is desirable for consumers as well as the framework to be able to: Output arbitrary types. Have them formatted by the output implementation. Not require the output implementation to know the specific type that is being output. The OutputWrite trait was written to handle different output formats – human-readable vs CI logging vs structured text – but not how to present the output. Peace should provide two traits: OutputWrite: Maps between the information and the output format, e.g. human readable vs parseable. Examples: CLI output: Writes progress as log messages (CI), or progress bar (interactive), or nothing (when piped). Web output: Write JSON. Native application: Update a UI component. Presentable: Maps between the information and the presentation format, e.g. present this as an ID, short text, long text, a list, etcetera. Examples: CLI output: Colour text with ANSI colour codes. Web output: Create and style web elements. Native application: Create and style UI components.","breadcrumbs":"Technical Concepts » Output » Presentation » Presentation","id":"86","title":"Presentation"},"87":{"body":"The OutputWrite trait has methods for: writing progress: setting up state, updating progress, and ending. writing states (current, goal, diff, etc.) writing error These methods are specific to States, and if we add methods per type, it doesn't allow any arbitrary type to be formatted and written.","breadcrumbs":"Technical Concepts » Output » Presentation » Current State","id":"87","title":"Current State"},"88":{"body":"To be usable with arbitrary information, OutputWrite should have methods to output different kinds of information. These information kinds are based on the purpose of the information, not on how they should be grouped or presented.","breadcrumbs":"Technical Concepts » Output » Presentation » Goal State","id":"88","title":"Goal State"},"89":{"body":"Progress: Information about the execution of automation. Outcome: Information that the automation is purposed to produce. Notes: Meta information about the outcome or progress -- informatives, warnings. These can be used to refine the automation. For each information kind, OutputWrite should be able to: Write one or many of that information kind Reason over the parameters of that information, and potentially pass it to a formatter. For structured output, all information should be serializable.","breadcrumbs":"Technical Concepts » Output » Presentation » Information Kinds","id":"89","title":"Information Kinds"},"9":{"body":"🚧 This example is a work in progress Peace framework web application lifecycle example This example demonstrates management of a web application's lifecycle. This includes: Building the application. Starting / stopping the application in development. Deploying / upgrading / removing the application in test servers. Configuration management of the application. Deploying / upgrading / removing the application in live servers. Diffing the application and configuration across environments. Creating a replica environment from an existing environment.","breadcrumbs":"Examples » Env Man » Env Man","id":"9","title":"Env Man"},"90":{"body":"For human readable output to be understandable , the OutputWrite implementation should improve clarity by adding styling or reducing information overload. For this to work with arbitrary types, the OutputWrite needs additional hints to determine how to format the information. Examples: An object may be presented as a list, and the type needs to define which fields that list is built from. When presenting a list of named items, the type needs to define both the name and the description, which allows the names to be styled differently to the descriptions. When presenting a large object, the density of information can be reduced through collapsible sections, and more detail displayed when the sections are expanded. Implementation To achieve this, we can: Define a peace::fmt::Presentable trait, analogous to std::fmt::Display Define a peace::fmt::Presenter trait, analogous to std::fmt::Formatter Presenter has methods to format: short text descriptions long text descriptions (e.g. always split at \\ns) names, e.g. always bold lists of Presentables groups, e.g. always collapsible, or presenter may choose to not display if level of detail is too high Implementors will impl Presentable for MyType. This can be made easier with a derive macro. Update OutputWrite to take in &dyn Presentable instead of concrete types, and the OutputWrite implementation can decide whether or not to delegate to Presenter for presentation information. e.g. a serializing output write may not need to. Note: Structured output that is read by humans (e.g. prettified YAML or JSON) is not a peace::fmt::Presentable concern, but an OutputWrite parameter, as it is a standard format serialization parameter, not formatting hints that the output endpoint needs. Instead of using &strs for what is presented, we could add type safety to: Enforce certain constraints, e.g. short descriptions must be one line, less than 200 characters For human readable output, instead of std::fmt::Display, types implement peace::fmt::Presentable trait where a peace::fmt::Presenter is passed in. The type safety can be opt-in, e.g. allow &strs, but if using the type-safe wrappers, you get compilation errors when the constraints are not met. Recursion If the Presentable trait is recursive like Debug, then we need to make sure implementors understand that a \"name\" will always be styled as a name, unless one creates a wrapping type that does not delegate to the name's underlying Presentable implementation (just like Debug).","breadcrumbs":"Technical Concepts » Output » Presentation » Presentation / Formatting","id":"90","title":"Presentation / Formatting"},"91":{"body":"A tool built using the Peace framework must execute in a workspace – a location that Peace reads and writes information when commands are executed. In a native automation tool, the workspace is usually the repository in which the automation is run, so the workspace directory is the repository root. In a WASM tool, Peace currently is able to store information in the browser LocalStorage or SessionStorage.","breadcrumbs":"Technical Concepts » Workspace » Workspace","id":"91","title":"Workspace"},"92":{"body":"The following shows the file structure for data stored by Peace. Path Segments %3workspace_dirWorkspace Dirpath/to/my_repopeace_dirPeace Dir.peacepeace_app_dirPeace App Direnvmanprofile_dir🌏 Profile Dirinternal_dev_ainternal_dev_bcustomer_a_devcustomer_a_prodcustomer_b_devcustomer_b_prodflow_dir🌊 Flow Dirdeployconfigbenchmark Hierarchy $workspace_dir # usually the project repository\n|\n| # .peace, single directory to store data from tools made with Peace\n|- $peace_dir | | # directory per tool |- $peace_app_dir |- 📝 $workspace_params_file | | # profile name, directory per profile |- 🌏 $profile_dir |- 📝 $profile_params_file | | # flow name, directory per flow |- 🌊 $flow_dir |- 📝 $flow_params_file |- 📋 $states_current_file |- 📋 $states_goal_file","breadcrumbs":"Technical Concepts » Workspace » Peace Data","id":"92","title":"Peace Data"},"93":{"body":"path/to/repo\n|- .peace |- envman |- 📝 workspace_params.yaml | |- 🌏 internal_dev_a | |- 📝 profile_params.yaml | | | |- 🌊 deploy | | |- 📝 flow_params.yaml | | |- 📋 states_goal.yaml | | |- 📋 states_current.yaml | | | |- 🌊 config | | |- 📝 flow_params.yaml | | |- 📋 states_goal.yaml | | |- 📋 states_current.yaml | | | |- 🌊 benchmark | |- 📝 flow_params.yaml | |- 📋 states_goal.yaml | |- 📋 states_current.yaml | |- 🌏 customer_a_dev | |- 📝 profile_params.yaml | | | |- 🌊 deploy - .. | |- 🌊 config - .. | |- 🌏 customer_a_prod |- 📝 profile_params.yaml | |- 🌊 deploy - .. |- 🌊 config - ..","breadcrumbs":"Technical Concepts » Workspace » Concrete Hierarchy Example","id":"93","title":"Concrete Hierarchy Example"},"94":{"body":"Commands in Peace are categorized based on how they interact with a workspace . Make sure you understand the Peace workspace model . The information available within a command execution is called the command context . Depending on the scope of a command, the available information changes. Peace's command API adaptively exposes methods that are relevant to the chosen scope. This section covers: Scopes: What information is accessible for each command scope. Use Cases: Which scope to use and how to create different kinds of commands.","breadcrumbs":"Technical Concepts » Commands » Commands","id":"94","title":"Commands"},"95":{"body":"The scope of a command determines: If it has access to zero, one, or many Profile directories. If it has access to zero, one, or many Flow directories. Whether it can deserialize profile params. Whether it can deserialize flow params. Whether it can deserialize states from each flow directory. Scenario: envman is an example tool that manages server environments. In the following directory structure: internal_dev_a, customer_a_dev, customer_a_prod are all separate Profile s. deploy, config, and benchmark are separate Flow s. Each flow tracks its own flow_params.yaml, states_goal.yaml, and states_current.yaml # peace app dir\npath/to/repo/.peace/envman\n|- 📝 workspace_params.yaml\n|\n|- 🌏 internal_dev_a\n| |- 📝 profile_params.yaml\n| |\n| |- 🌊 deploy\n| | |- 📝 flow_params.yaml\n| | |- 📋 states_goal.yaml\n| | |- 📋 states_current.yaml\n| |\n| |- 🌊 config\n| |- 🌊 benchmark\n|\n|- 🌏 customer_a_dev\n| |- 📝 profile_params.yaml\n| |\n| |- 🌊 deploy - ..\n| |- 🌊 config - ..\n|\n|- 🌏 customer_a_prod |- 📝 profile_params.yaml | |- 🌊 deploy - .. |- 🌊 config - .. See each page for details of each scope: No Profile No Flow : Commands that only work with workspace parameters. Single Profile No Flow : Commands that work with a single profile, without any items. Single Profile Single Flow : Commands that work with one profile and one flow. Multi Profile No Flow : Commands that work with multiple profiles, without any items. Multi Profile Single Flow : Commands that work with multiple profiles, and a single flow.","breadcrumbs":"Technical Concepts » Commands » Scopes » Scopes","id":"95","title":"Scopes"},"96":{"body":"Reborrowing is used in scopes to so that the View structs don't hold onto the borrow for the length of 'ctx, but only for the 'view lifetime. #[derive(Debug)]\nstruct Life<'life> { value: &'life mut u8,\n} impl<'life> Life<'life> { pub fn reborrow<'short>(&'short mut self) -> Life<'short> { Life { value: &mut self.value, } }\n} // Used in\nstruct Scope<'life> { life: Life<'life>, other: u16,\n} struct ScopeView<'view> { life: Life<'view>, other: &'view mut u16,\n} impl<'life> Scope<'life> { pub fn view(&mut self) -> ScopeView<'_> { let Scope { life, other } = self; // Needed to shorten the lifetime of `'life`. let life = life.reborrow(); ScopeView { life, other } }\n} fn main() { let mut value = 123; let life = Life { value: &mut value }; let mut many_data = Scope { life, other: 456 }; let ScopeView { life: _life, other: _other, } = many_data.view();\n}","breadcrumbs":"Technical Concepts » Commands » Scopes » Reborrowing » Reborrowing","id":"96","title":"Reborrowing"},"97":{"body":"This section covers the kinds of commands that Peace is intended to support. While it is still a work in progress, the aim is for all of these commands to be easily constructed. Workspace Initialization : Like git init. Profile List : Like git branch. Workspace Stored Active Profile : Like git switch -c $branch. Workspace Active Profile Switch : Like git switch $branch. State Discovery and Display : Like git fetch. State Read and Display : Like git show. State Diff : Like git status / git diff. State Apply : Like git commit / git push / git clean, depending on your perspective. State Clean : Like rm -rf.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Use Cases","id":"97","title":"Use Cases"},"98":{"body":"This is like git init. When initializing a project workspace, the suitable scope is different depending on the amount of work done:","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Initialization » Workspace Initialization","id":"98","title":"Workspace Initialization"},"99":{"body":"If it only stores parameters provided by the user, shared across profiles, and does not use any item, use NoProfileNoFlow. To create this command: Build the command context with the provided parameters. When the command context is built: Workspace parameters are written to workspace_params.yaml. If it stores parameters for a default profile, and does not use any item, use SingleProfileNoFlow. To create this command: Build the command context with the provided parameters. When the command context is built: Workspace parameters are written to workspace_params.yaml. Profile parameters are written to profile_params.yaml. If it does any repeatable work, such as download files or clone a repository, use SingleProfileSingleFlow. To create this command: Build the command context with the provided parameters. Call StateDiscoverCmd::exec to discover the current and goal states. Call EnsureCmd::exec to execute the flow. When the command context is built: Workspace parameters are written to workspace_params.yaml. Profile parameters are written to profile_params.yaml. Flow parameters are written to flow_params.yaml.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Initialization » Command Creation","id":"99","title":"Command Creation"}},"length":253,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"1":{"0":{"0":{"0":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"1":{"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":5.291502622129181}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.0}}},"1":{"1":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":3,"docs":{"198":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"252":{"tf":1.4142135623730951}}},"2":{"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":1,"docs":{"252":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"5":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"6":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"7":{"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"6":{"2":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"2":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":2.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"2":{"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"252":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":2.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"5":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951}}},"2":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"5":{"df":1,"docs":{"252":{"tf":1.0}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"1":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"1":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"3":{"0":{"df":1,"docs":{"251":{"tf":3.0}}},"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"251":{"tf":1.0}}},"6":{"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"9":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"2":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.449489742783178}}},"1":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"4":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"5":{".":{"0":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772}}},"1":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"4":{"df":3,"docs":{"17":{"tf":1.0},"252":{"tf":3.605551275463989},"27":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":3.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}},"1":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"<":{"/":{"a":{">":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"3":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"2":{"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":1,"docs":{"193":{"tf":1.0}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"[":{"1":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"194":{"tf":1.7320508075688772}}},"7":{"df":0,"docs":{},"t":{"0":{"1":{":":{"3":{"0":{":":{"3":{"1":{".":{"1":{"3":{"5":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"6":{"8":{"7":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":13,"docs":{"16":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"165":{"tf":2.0},"17":{"tf":1.4142135623730951},"223":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"59":{"tf":1.0},"8":{"tf":1.4142135623730951}},"s":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}},"1":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"0":{"\"":{">":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.0},"53":{"tf":1.0}}},"1":{"0":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"3":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":2.0}}},"5":{"2":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"251":{"tf":1.0}}},"6":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"7":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"8":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"1":{"<":{"/":{"a":{">":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{".":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{".":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":2.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":7,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"248":{"tf":1.0},"59":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"1":{"df":3,"docs":{"166":{"tf":1.0},"248":{"tf":1.0},"73":{"tf":1.0}}},"2":{"3":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"96":{"tf":1.0}}},"df":5,"docs":{"150":{"tf":1.4142135623730951},"165":{"tf":2.449489742783178},"167":{"tf":1.0},"248":{"tf":1.0},"73":{"tf":1.0}}},"3":{"df":4,"docs":{"165":{"tf":1.4142135623730951},"169":{"tf":1.0},"248":{"tf":1.0},"73":{"tf":1.0}}},"4":{"df":3,"docs":{"172":{"tf":1.0},"248":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"5":{"df":4,"docs":{"162":{"tf":1.0},"173":{"tf":1.0},"248":{"tf":1.0},"73":{"tf":1.0}}},"6":{"df":3,"docs":{"174":{"tf":1.0},"248":{"tf":1.0},"73":{"tf":1.0}}},"7":{"df":2,"docs":{"175":{"tf":1.0},"73":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"8":{"df":2,"docs":{"176":{"tf":1.0},"73":{"tf":1.0}}},"9":{"9":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"5":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"178":{"tf":1.0},"73":{"tf":1.0}}},">":{"&":{"2":{"df":3,"docs":{"161":{"tf":2.449489742783178},"162":{"tf":2.6457513110645907},"163":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":33,"docs":{"13":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"161":{"tf":2.23606797749979},"162":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}},"2":{".":{"0":{"\"":{">":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"h":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":12.449899597988733},"252":{"tf":6.244997998398398}}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"4":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"3":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"248":{"tf":1.0},"90":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.8284271247461903}}},"5":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"6":{"\"":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},")":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":3.4641016151377544}}},"7":{"df":2,"docs":{"251":{"tf":2.6457513110645907},"252":{"tf":3.0}}},"8":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":2.0}}},"9":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":3.3166247903554}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":2.449489742783178}}},"1":{"df":1,"docs":{"252":{"tf":2.449489742783178}}},"2":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"194":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.0},"73":{"tf":1.0}}},"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"5":{"df":1,"docs":{"162":{"tf":1.0}}},">":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":26,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"169":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"3":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"4":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"162":{"tf":1.0}}},"5":{"df":1,"docs":{"162":{"tf":1.0}}},"6":{"8":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"a":{"a":{"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"c":{"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"b":{"a":{"df":8,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"a":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":14,"docs":{"12":{"tf":1.0},"156":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"193":{"tf":1.0},"248":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":2,"docs":{"23":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":6,"docs":{"25":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"df":0,"docs":{},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{";":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"b":{"1":{"b":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"4":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"4":{".":{"1":{"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"162":{"tf":1.0}}},"4":{".":{"7":{"4":{"0":{"6":{"3":{"8":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":1,"docs":{"162":{"tf":1.0}}},"df":8,"docs":{"148":{"tf":1.0},"157":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}},"5":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{"0":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"6":{"8":{"3":{"7":{"0":{"9":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"106":{"tf":1.0}}},"df":3,"docs":{"162":{"tf":3.7416573867739413},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":8,"docs":{"158":{"tf":1.0},"162":{"tf":1.0},"178":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}},"6":{"7":{"df":1,"docs":{"249":{"tf":1.0}}},"df":7,"docs":{"159":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}},"s":{"df":1,"docs":{"193":{"tf":1.0}}}},"7":{".":{"1":{".":{"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"161":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"35":{"tf":1.0},"73":{"tf":1.0}}},"8":{"df":4,"docs":{"162":{"tf":1.0},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"73":{"tf":1.0}}},"9":{"4":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0}}},"6":{"df":1,"docs":{"249":{"tf":1.0}}},"9":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"163":{"tf":1.0},"179":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"73":{"tf":1.0}}},"_":{">":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"250":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"1":{"2":{"3":{"4":{"5":{"6":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.717797887081348},"46":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"118":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"47":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"d":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"165":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}},"r":{"df":2,"docs":{"49":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}},"l":{"df":1,"docs":{"183":{"tf":1.0}}},"t":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"148":{"tf":2.8284271247461903},"153":{"tf":1.0},"154":{"tf":1.0},"166":{"tf":1.0},"180":{"tf":1.0},"252":{"tf":7.681145747868608},"6":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":5,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"3":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"139":{"tf":1.0}}},"2":{"df":1,"docs":{"139":{"tf":1.0}}},"3":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"15":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"124":{"tf":1.0},"148":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":15.491933384829668},"252":{"tf":5.5677643628300215},"61":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"2":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":2.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"51":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}},"df":5,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":2.23606797749979},"90":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"133":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"153":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":3.0}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"252":{"tf":1.0}}},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"200":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"251":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"(":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":16,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"g":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"156":{"tf":1.0},"18":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":2.449489742783178},"81":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"147":{"tf":1.0},"249":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":2.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"p":{";":{"a":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"20":{"tf":1.0}}},"b":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"20":{"tf":1.0}}},"c":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"&":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"a":{"df":1,"docs":{"20":{"tf":1.0}}},"b":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"210":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"y":{"df":1,"docs":{"249":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"65":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":2.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"173":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":13.856406460551018},"252":{"tf":6.48074069840786}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":15,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.0},"195":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"73":{"tf":3.0},"85":{"tf":1.0},"94":{"tf":1.0}}},"p":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"193":{"tf":1.0},"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}},"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"181":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.3166247903554}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"163":{"tf":1.0},"73":{"tf":3.605551275463989}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"251":{"tf":10.770329614269007},"252":{"tf":4.47213595499958},"29":{"tf":1.4142135623730951},"36":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"9":{"tf":2.6457513110645907}}},"df":21,"docs":{"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":2.0},"180":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":10.677078252031311},"252":{"tf":4.0},"27":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"248":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"l":{"5":{"2":{"1":{"df":1,"docs":{"124":{"tf":1.0}}},"6":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"9":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"124":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":2.8284271247461903}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"141":{"tf":1.0},"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"59":{"tf":1.0},"85":{"tf":1.0}},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"249":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"113":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"143":{"tf":1.0},"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795},"78":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"s":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"248":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"df":0,"docs":{},"u":{"3":{"2":{">":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"132":{"tf":1.0},"148":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":7.681145747868608},"28":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"135":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"59":{"tf":1.0},"85":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"124":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"144":{"tf":1.0},"17":{"tf":1.4142135623730951},"219":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"251":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"248":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":1,"docs":{"251":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"250":{"tf":1.4142135623730951},"251":{"tf":12.649110640673518},"252":{"tf":4.898979485566356}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":9.16515138991168},"252":{"tf":8.54400374531753}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}}}}}},"o":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"\"":{">":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":10,"docs":{"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"209":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":28,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":2.0},"143":{"tf":1.7320508075688772},"149":{"tf":1.0},"154":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":3.4641016151377544},"181":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"199":{"tf":1.0},"2":{"tf":2.6457513110645907},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"18":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"26":{"tf":1.4142135623730951},"51":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"248":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"139":{"tf":1.0},"17":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":3,"docs":{"183":{"tf":2.0},"249":{"tf":2.23606797749979},"251":{"tf":4.58257569495584}}},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"9":{"1":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"b":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":2.0},"153":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"165":{"tf":3.872983346207417}}},"2":{"df":1,"docs":{"165":{"tf":3.7416573867739413}}},"3":{"df":1,"docs":{"165":{"tf":3.872983346207417}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"180":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"1":{"tf":1.0},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"73":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"ł":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"1":{"6":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"148":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}},"h":{"df":5,"docs":{"162":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"249":{"tf":1.4142135623730951}}},"i":{"c":{"df":5,"docs":{"152":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"248":{"tf":1.0}}},"df":3,"docs":{"14":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":3.4641016151377544}}}},"t":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"183":{"tf":2.0}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"16":{"tf":3.0},"17":{"tf":2.449489742783178},"180":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.449489742783178},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"27":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":7,"docs":{"248":{"tf":1.0},"252":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":18,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"173":{"tf":1.4142135623730951},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":5.0}}}},"v":{"df":1,"docs":{"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":1,"docs":{"252":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"234":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":20,"docs":{"110":{"tf":2.23606797749979},"125":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":2.0},"183":{"tf":1.0},"185":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":2.0},"25":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"133":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"252":{"tf":4.0}}}}},"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.7320508075688772},"118":{"tf":2.8284271247461903},"125":{"tf":1.7320508075688772},"147":{"tf":1.0},"251":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}}}},"l":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"7":{"tf":1.0}}},"l":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":18,"docs":{"129":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":2.0},"24":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":3.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"230":{"tf":1.0},"252":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"1":{"df":1,"docs":{"84":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{".":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"235":{"tf":2.449489742783178},"244":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}},"df":2,"docs":{"180":{"tf":1.0},"22":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.602325267042627},"252":{"tf":3.1622776601683795}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"180":{"tf":1.0},"97":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"248":{"tf":1.0},"3":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}}},"s":{"d":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"183":{"tf":2.0},"189":{"tf":1.0}},"e":{"=":{"'":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"180":{"tf":2.0},"183":{"tf":2.6457513110645907},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}}},"df":1,"docs":{"210":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":33,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.7320508075688772},"147":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"245":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"252":{"tf":2.8284271247461903},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"212":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":3.1622776601683795}}}}}}},"y":{":":{"<":{"/":{"df":0,"docs":{},"h":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"c":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"39":{"tf":1.0}}},"df":18,"docs":{"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"180":{"tf":2.449489742783178},"196":{"tf":1.4142135623730951},"20":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"72":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":3.605551275463989},"124":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"180":{"tf":1.0}},"l":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":3,"docs":{"248":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"167":{"tf":1.0},"44":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"124":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"252":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"150":{"tf":1.0},"249":{"tf":1.0}}}},"l":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907}}}}},"s":{"df":0,"docs":{},"e":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"28":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"(":{"(":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":4,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"243":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":4.242640687119285},"81":{"tf":1.0}}}}},"c":{"df":1,"docs":{"251":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"16":{"tf":3.872983346207417},"17":{"tf":3.4641016151377544},"180":{"tf":2.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":3.1622776601683795},"22":{"tf":2.6457513110645907},"23":{"tf":3.1622776601683795},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":6.557438524302},"252":{"tf":8.246211251235321},"27":{"tf":3.4641016151377544},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"250":{"tf":1.0},"251":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":22,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.7320508075688772},"148":{"tf":2.0},"150":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.0},"251":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"2":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"30":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":10.908712114635714},"252":{"tf":8.246211251235321}}},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"135":{"tf":1.0},"180":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"i":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}},"df":4,"docs":{"129":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":8.306623862918075}}}},"p":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"173":{"tf":1.0},"183":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"=":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{".":{".":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{">":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.6457513110645907}},"e":{"\"":{">":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}}},"df":22,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.0},"169":{"tf":2.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"248":{"tf":2.6457513110645907},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":2.23606797749979},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.0}}}}}},"df":2,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"201":{"tf":1.0}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"i":{"df":8,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"131":{"tf":3.0},"196":{"tf":1.0},"219":{"tf":1.0},"73":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":2.0},"79":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"174":{"tf":1.0},"251":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"124":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"26":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"m":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"184":{"tf":1.7320508075688772}}}}}}}},"t":{"df":0,"docs":{},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":6,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}},"e":{"a":{"c":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.7320508075688772},"118":{"tf":2.0},"124":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"200":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}},"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"180":{"tf":1.0}}}}},"df":6,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"248":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":30,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"143":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"180":{"tf":3.4641016151377544},"181":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.4142135623730951},"235":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":6.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"124":{"tf":2.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"165":{"tf":1.7320508075688772},"19":{"tf":1.0},"229":{"tf":1.4142135623730951},"249":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"20":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"28":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":52,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"103":{"tf":2.23606797749979},"104":{"tf":1.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.0},"110":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":2.23606797749979},"184":{"tf":1.4142135623730951},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":2.8284271247461903},"95":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"99":{"tf":3.1622776601683795}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"36":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"118":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":2.23606797749979},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"180":{"tf":2.449489742783178},"201":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"248":{"tf":1.4142135623730951},"36":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.7320508075688772},"201":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":19,"docs":{"165":{"tf":2.23606797749979},"17":{"tf":1.0},"180":{"tf":1.0},"2":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"123":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"148":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"37":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":35,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"241":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"u":{"df":4,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"201":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"79":{"tf":1.0},"90":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"90":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":22.693611435820433},"252":{"tf":12.083045973594572},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":4,"docs":{"251":{"tf":1.7320508075688772},"45":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"183":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":7.483314773547883},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":4.123105625617661}}}}}}}}},"i":{"d":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"15":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"201":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"39":{"tf":1.0},"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"8":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}},"t":{"df":7,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"248":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"tf":1.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"141":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":2.23606797749979},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"44":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"33":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"163":{"tf":1.0},"194":{"tf":1.0},"230":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.602325267042627}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":17.916472867168917},"252":{"tf":6.164414002968976},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}},".":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":20.0},"252":{"tf":8.94427190999916}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"251":{"tf":14.142135623730951},"252":{"tf":4.898979485566356},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"248":{"tf":1.0}}}},"y":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"151":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"230":{"tf":1.0},"251":{"tf":12.489995996796797},"252":{"tf":15.620499351813308},"65":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":22.135943621178654},"252":{"tf":16.822603841260722}}}}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"24":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"176":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"252":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"169":{"tf":2.0}}}}}}},"df":5,"docs":{"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"63":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"3":{"2":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":25,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"180":{"tf":2.23606797749979},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"174":{"tf":1.0},"99":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}},"x":{"df":2,"docs":{"139":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":43,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":2.6457513110645907},"250":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"v":{"df":1,"docs":{"251":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"a":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":10.14889156509222}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"<":{"'":{"_":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":31,"docs":{"11":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"14":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"180":{"tf":2.449489742783178},"181":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"248":{"tf":2.0},"25":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"252":{"tf":5.385164807134504},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.7320508075688772},"47":{"tf":3.1622776601683795},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"73":{"tf":2.0},"81":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"15":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"17":{"tf":2.23606797749979},"23":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":10.246950765959598}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"180":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"1":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":2.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"248":{"tf":2.23606797749979},"26":{"tf":1.0},"72":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"124":{"tf":1.0},"190":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":28,"docs":{"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.7320508075688772},"180":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"185":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417},"42":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"=":{"0":{".":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"7":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"t":{"df":4,"docs":{"142":{"tf":1.0},"183":{"tf":1.4142135623730951},"248":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"t":{"a":{"df":2,"docs":{"195":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"150":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":5,"docs":{"150":{"tf":1.4142135623730951},"180":{"tf":2.0},"183":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":19,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"14":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"72":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"_":{"df":1,"docs":{"217":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"181":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"248":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":2.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"251":{"tf":27.60434748368452},"252":{"tf":10.392304845413264},"47":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"17":{"tf":2.0},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"27":{"tf":2.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"0":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"90":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"<":{"'":{"df":0,"docs":{},"s":{">":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":13,"docs":{"124":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":14,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"180":{"tf":2.0},"183":{"tf":1.0},"211":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"217":{"tf":1.0},"219":{"tf":1.0}}}}}},"t":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"b":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.1622776601683795},"159":{"tf":1.7320508075688772}}},"2":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.4641016151377544},"159":{"tf":2.23606797749979}}},"3":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"3":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.1622776601683795},"159":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"=":{"$":{"(":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"48":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"154":{"tf":1.0},"156":{"tf":2.23606797749979},"157":{"tf":1.7320508075688772},"161":{"tf":2.0},"162":{"tf":2.0},"163":{"tf":3.3166247903554},"169":{"tf":2.0},"188":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"162":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"78":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"199":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}}}},"v":{"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":2.23606797749979},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":3.4641016151377544},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}}}},"f":{"df":1,"docs":{"251":{"tf":1.0}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"9":{"tf":1.0}},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":2.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}},"df":18,"docs":{"110":{"tf":2.23606797749979},"122":{"tf":1.0},"123":{"tf":2.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"248":{"tf":2.449489742783178},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"69":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":38,"docs":{"110":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":2.0},"22":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"73":{"tf":1.0}}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":5.5677643628300215},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"150":{"tf":1.0},"180":{"tf":2.449489742783178},"199":{"tf":3.3166247903554},"248":{"tf":1.4142135623730951},"252":{"tf":2.0},"36":{"tf":2.0},"65":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":2.0},"95":{"tf":2.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"180":{"tf":1.0},"196":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":5.744562646538029}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"v":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":2.0},"112":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.7320508075688772},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":2.23606797749979},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"2":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.0}},"i":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"124":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"249":{"tf":1.0},"43":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":15,"docs":{"106":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"119":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.605551275463989},"36":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":22.627416997969522},"252":{"tf":12.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"8":{"tf":4.123105625617661}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"166":{"tf":1.7320508075688772}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"#":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"\"":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"\"":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"\"":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":9.327379053088816},"51":{"tf":1.0}}}}}}}},"df":4,"docs":{"173":{"tf":1.4142135623730951},"180":{"tf":1.0},"2":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.4142135623730951},"147":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"44":{"tf":1.7320508075688772},"59":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"&":{"#":{"df":0,"docs":{},"x":{"2":{"7":{";":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"'":{"df":0,"docs":{},"t":{"df":18,"docs":{"135":{"tf":1.0},"142":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":4.795831523312719},"252":{"tf":2.0},"3":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"193":{"tf":1.0},"248":{"tf":1.0},"7":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":1,"docs":{"248":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":2.23606797749979}}}}}}}}},"df":21,"docs":{"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":2.23606797749979},"166":{"tf":2.0},"167":{"tf":2.0},"169":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":3.0},"180":{"tf":2.0},"194":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":2.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"81":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.0},"180":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"103":{"tf":1.0},"248":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0}}}},"df":3,"docs":{"251":{"tf":1.0},"49":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":12,"docs":{"100":{"tf":1.0},"248":{"tf":1.0},"29":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":2.6457513110645907}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"189":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":2.0},"251":{"tf":12.649110640673518},"252":{"tf":4.47213595499958},"26":{"tf":2.23606797749979},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"248":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":7,"docs":{"180":{"tf":1.7320508075688772},"183":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"249":{"tf":1.0},"79":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"90":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"97":{"tf":1.0}}}}}},"y":{"@":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"d":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"142":{"tf":1.0},"24":{"tf":1.0}},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"155":{"tf":1.0},"177":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"153":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"df":1,"docs":{"193":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"78":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"245":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":8.602325267042627},"252":{"tf":3.1622776601683795}}}}},"o":{"d":{"df":7,"docs":{"142":{"tf":1.0},"180":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":12,"docs":{"119":{"tf":1.0},"165":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"230":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"251":{"tf":6.244997998398398},"252":{"tf":2.23606797749979},"55":{"tf":1.0},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":18,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"248":{"tf":2.23606797749979},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.449489742783178}},"s":{"<":{"'":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":20.97617696340303},"252":{"tf":7.211102550927978}}},"y":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"v":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"180":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"249":{"tf":2.0},"252":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"q":{"df":7,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"251":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"163":{"tf":1.0},"49":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"r":{"(":{"df":1,"docs":{"72":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":3,"docs":{"2":{"tf":1.4142135623730951},"6":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":24,"docs":{"118":{"tf":1.7320508075688772},"12":{"tf":1.0},"124":{"tf":2.8284271247461903},"144":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":3.605551275463989},"166":{"tf":3.0},"167":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"201":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"59":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"131":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":1,"docs":{"193":{"tf":1.4142135623730951}},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"c":{"df":2,"docs":{"252":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"101":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"44":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}},"v":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":47,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"185":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"251":{"tf":10.770329614269007},"252":{"tf":4.58257569495584}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"100":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}},"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"c":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":2.0},"244":{"tf":2.0}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":3,"docs":{"250":{"tf":1.0},"35":{"tf":2.23606797749979},"54":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":55,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"189":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"207":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":2.6457513110645907},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":3.0},"249":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"43":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"73":{"tf":4.242640687119285},"79":{"tf":1.7320508075688772},"81":{"tf":2.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"227":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":2.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"244":{"tf":2.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"238":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"148":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":2.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"157":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"106":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"198":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":1,"docs":{"248":{"tf":1.7320508075688772}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"49":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":8.660254037844387},"85":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"6":{"4":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"149":{"tf":1.0},"170":{"tf":1.0},"180":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":3.3166247903554},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"183":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"118":{"tf":3.7416573867739413},"124":{"tf":1.0},"166":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"165":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":3,"docs":{"180":{"tf":1.0},"229":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"249":{"tf":2.449489742783178}}},"df":15,"docs":{"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"183":{"tf":1.0},"235":{"tf":2.0},"244":{"tf":3.0},"27":{"tf":1.0},"49":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.0},"17":{"tf":1.7320508075688772},"248":{"tf":1.0},"250":{"tf":2.6457513110645907},"252":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"6":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"183":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903}},"l":{"df":3,"docs":{"2":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{">":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":2.6457513110645907}}}}}}}}},"df":5,"docs":{"106":{"tf":1.0},"22":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"251":{"tf":1.0}}},"i":{"df":7,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"169":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"148":{"tf":2.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"180":{"tf":1.0},"33":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":34,"docs":{"110":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":3.1622776601683795},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"180":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"251":{"tf":21.702534414210707},"252":{"tf":11.61895003862225},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"73":{"tf":2.0},"8":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.7320508075688772}},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"(":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"111":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":1,"docs":{"225":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.7320508075688772},"198":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}},"x":{"df":2,"docs":{"201":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"w":{"'":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"248":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":26,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":3.4641016151377544},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"144":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"175":{"tf":1.0},"180":{"tf":2.449489742783178},"185":{"tf":1.4142135623730951},"189":{"tf":1.0},"248":{"tf":3.1622776601683795},"249":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"92":{"tf":1.7320508075688772},"95":{"tf":3.4641016151377544},"99":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0}}}},"n":{"(":{"&":{"a":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"b":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"i":{"3":{"2":{"df":2,"docs":{"16":{"tf":2.0},"23":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}},"1":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"2":{"(":{"&":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772}}},"3":{"(":{"&":{"b":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772}}},"4":{"(":{"&":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"5":{"(":{"&":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"248":{"tf":1.0},"47":{"tf":2.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":11,"docs":{"14":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"i":{"d":{"1":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"2":{"df":2,"docs":{"17":{"tf":2.0},"27":{"tf":2.0}}},"3":{"df":2,"docs":{"17":{"tf":2.0},"27":{"tf":2.0}}},"4":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"5":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0}},"f":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"248":{"tf":2.0}}}}},"df":31,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":3.605551275463989},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":4.358898943540674},"248":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"47":{"tf":4.47213595499958},"49":{"tf":1.7320508075688772},"85":{"tf":1.0},"96":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178}},"s":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":33,"docs":{"11":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":10.816653826391969},"252":{"tf":10.0},"26":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.0}}}}}},"r":{"=":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"\"":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"\"":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{":":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{">":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"(":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"180":{"tf":1.0},"245":{"tf":1.0}}}}},"m":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"=":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"136":{"tf":1.4142135623730951},"141":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"180":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979},"86":{"tf":2.0},"87":{"tf":1.0},"90":{"tf":2.23606797749979}},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":6,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":22.80350850198276},"252":{"tf":9.16515138991168},"45":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":3,"docs":{"169":{"tf":1.0},"199":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":2.6457513110645907},"86":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"249":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}}},"l":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":3,"docs":{"47":{"tf":1.0},"65":{"tf":2.0},"67":{"tf":1.0}}}}},"n":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"26":{"tf":1.0}}},"df":49,"docs":{"101":{"tf":1.0},"11":{"tf":2.0},"14":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.7320508075688772},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.7320508075688772},"22":{"tf":2.6457513110645907},"23":{"tf":1.0},"24":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":2.8284271247461903},"249":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"26":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"28":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"81":{"tf":2.0},"85":{"tf":1.7320508075688772}}}}}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":7.280109889280518}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"73":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"230":{"tf":1.7320508075688772},"251":{"tf":3.1622776601683795},"27":{"tf":1.0},"85":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"248":{"tf":1.0},"250":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.4641016151377544},"48":{"tf":1.0},"49":{"tf":2.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"t":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"180":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":12,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"150":{"tf":1.0},"180":{"tf":2.0},"36":{"tf":1.7320508075688772},"97":{"tf":3.3166247903554},"98":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"173":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}},"n":{"df":7,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"81":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}}}},"df":8,"docs":{"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":6,"docs":{"180":{"tf":1.4142135623730951},"183":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":2.8284271247461903},"28":{"tf":1.0},"85":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":2.6457513110645907}}}}}}},"r":{"a":{"b":{"df":1,"docs":{"180":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":17.88854381999832},"252":{"tf":9.9498743710662}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"186":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"(":{"a":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"24":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"51":{"tf":2.23606797749979},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"248":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0}}}},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}},"w":{"df":2,"docs":{"133":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{";":{"a":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"b":{"2":{"b":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"2":{"b":{"2":{"b":{"1":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"2":{"b":{"3":{"b":{"3":{"b":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"1":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"b":{"3":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"1":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"⚙":{"df":0,"docs":{},"️":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"c":{"b":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"c":{"b":{"df":3,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"156":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"b":{"b":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"🪣":{"df":0,"docs":{},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📤":{"df":0,"docs":{},"s":{"3":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"🪣":{"df":0,"docs":{},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📤":{"df":0,"docs":{},"s":{"3":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"2":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"3":{"b":{"3":{"b":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"156":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"2":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"5":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}},"f":{"df":0,"docs":{},"n":{"2":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"25":{"tf":1.0}}},"2":{"df":5,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":6,"docs":{"24":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"3":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"4":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}}},"3":{"df":6,"docs":{"24":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"4":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"5":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}}},"3":{"df":1,"docs":{"24":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"4":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"193":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"h":{"2":{">":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":13,"docs":{"118":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"157":{"tf":1.0},"164":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"123":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"153":{"tf":1.0},"248":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"180":{"tf":1.0},"251":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"248":{"tf":1.0},"47":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"19":{"tf":1.0},"252":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"n":{"c":{"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"180":{"tf":2.23606797749979},"229":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.12403840463596}}}},"df":6,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":2.0},"229":{"tf":1.7320508075688772},"252":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"161":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"150":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"92":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"73":{"tf":4.123105625617661},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"148":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":2.449489742783178}},"i":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951}}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"d":{"df":8,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":8.54400374531753}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":1.0},"81":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0}}}}},"p":{"c":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"#":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"\"":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\"":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{">":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"\"":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"\"":{">":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":3.872983346207417}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":2.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":5.916079783099616},"252":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"196":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":2.23606797749979}},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"9":{"1":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"0":{".":{"1":{".":{"1":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":3.872983346207417}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"6":{"8":{"8":{"1":{"2":{"8":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"163":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.0},"79":{"tf":1.0},"86":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}}},"i":{"'":{"d":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":5,"docs":{"142":{"tf":1.0},"148":{"tf":1.0},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"3":{"2":{"df":2,"docs":{"16":{"tf":3.0},"23":{"tf":3.0}}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}},"n":{"a":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":2.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"df":0,"docs":{},"s":{">":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{">":{"<":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":18,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"165":{"tf":3.0},"225":{"tf":2.0},"248":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"248":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"157":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"156":{"tf":2.0},"157":{"tf":1.7320508075688772},"158":{"tf":4.898979485566356},"159":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}},"i":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}}}},"n":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"b":{"c":{"d":{"1":{"2":{"3":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"141":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"49":{"tf":1.0}}}},"df":12,"docs":{"118":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":2.0},"242":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"85":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":30,"docs":{"13":{"tf":1.0},"131":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"22":{"tf":2.23606797749979},"231":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"46":{"tf":1.0},"49":{"tf":1.0}}},"df":13,"docs":{"118":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":3,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":5,"docs":{"148":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":9.273618495495704},"47":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"34":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"136":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"59":{"tf":1.0},"90":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"c":{".":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":11,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":24.372115213907882},"252":{"tf":16.61324772583615},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"176":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"72":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}},"x":{"df":0,"docs":{},"e":{"d":{"d":{"b":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}},"o":{"df":3,"docs":{"165":{"tf":7.54983443527075},"229":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":2.8284271247461903},"169":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":1.4142135623730951},"180":{"tf":2.449489742783178},"184":{"tf":1.4142135623730951},"199":{"tf":1.0},"229":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":3.3166247903554},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":3.0},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":4.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":16,"docs":{"103":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":2.23606797749979}}}}}},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"<":{"df":0,"docs":{},"i":{">":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":12,"docs":{"15":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"235":{"tf":2.8284271247461903},"244":{"tf":2.8284271247461903},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"73":{"tf":1.0},"81":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":1,"docs":{"142":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"150":{"tf":1.0},"252":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"n":{"c":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"29":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":4,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"13":{"tf":1.0},"251":{"tf":1.0}},"r":{"df":4,"docs":{"163":{"tf":1.0},"194":{"tf":1.0},"245":{"tf":1.0},"28":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"180":{"tf":1.7320508075688772},"191":{"tf":1.0},"35":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":4,"docs":{"193":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":2.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"a":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"219":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951}}}}},"df":26,"docs":{"116":{"tf":1.0},"118":{"tf":2.6457513110645907},"124":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"203":{"tf":1.0},"211":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":2.449489742783178},"230":{"tf":2.23606797749979},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.7320508075688772},"248":{"tf":2.23606797749979},"252":{"tf":3.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"219":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"230":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"21":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"248":{"tf":1.0},"25":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}}}}},"o":{"c":{"df":8,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{},"k":{"df":10,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}}}},"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"1":{".":{"2":{".":{"3":{".":{"4":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}},"df":0,"docs":{}}}}}},"s":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"_":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}},"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"51":{"tf":1.0},"80":{"tf":1.0}}}}},"t":{"'":{"df":10,"docs":{"146":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":10,"docs":{"124":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"189":{"tf":1.0},"248":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}},"(":{"df":1,"docs":{"37":{"tf":1.0}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"2":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"3":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"47":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"72":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"248":{"tf":2.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"195":{"tf":1.0},"30":{"tf":1.0}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":61,"docs":{"11":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"118":{"tf":3.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"132":{"tf":2.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":3.872983346207417},"143":{"tf":2.23606797749979},"146":{"tf":2.0},"147":{"tf":3.4641016151377544},"148":{"tf":2.6457513110645907},"180":{"tf":4.358898943540674},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"248":{"tf":5.830951894845301},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903},"36":{"tf":2.0},"37":{"tf":2.0},"38":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.6457513110645907},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{",":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"144":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}},"o":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"v":{"a":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"q":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"s":{"df":2,"docs":{"248":{"tf":1.0},"251":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"163":{"tf":2.0},"183":{"tf":2.0},"196":{"tf":1.0},"251":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"ń":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"230":{"tf":1.0},"248":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":1,"docs":{"251":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"\"":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"12":{"tf":1.0},"183":{"tf":1.4142135623730951},"198":{"tf":1.0},"249":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"143":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":8.06225774829855},"88":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"142":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":2.23606797749979},"241":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.7320508075688772},"86":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":6,"docs":{"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"5":{"2":{"5":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"1":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":3.872983346207417}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"166":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":2.8284271247461903},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"248":{"tf":1.7320508075688772},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"248":{"tf":1.0},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"32":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"251":{"tf":10.770329614269007},"252":{"tf":4.123105625617661}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"252":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"183":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}},"v":{"df":1,"docs":{"169":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"252":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":4.795831523312719}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"ń":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"178":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"118":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"180":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{">":{"<":{"a":{"df":1,"docs":{"251":{"tf":4.898979485566356}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":9.643650760992955}}}},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":38.66522985836241},"252":{"tf":18.2208671582886}},"e":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"<":{"/":{"df":0,"docs":{},"h":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":20.0},"252":{"tf":7.0}}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"96":{"tf":3.4641016151377544}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"176":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":16.61324772583615},"252":{"tf":12.569805089976535},"30":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"180":{"tf":1.0},"186":{"tf":1.0},"251":{"tf":1.0}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":9,"docs":{"110":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"17":{"tf":1.0},"193":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"=":{"$":{"(":{"(":{"$":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"k":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"x":{"df":3,"docs":{"129":{"tf":1.0},"150":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":6.48074069840786},"252":{"tf":4.58257569495584},"71":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"2":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"1":{"tf":1.0},"142":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"22":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":1,"docs":{"251":{"tf":1.0}}},"o":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"162":{"tf":3.0},"163":{"tf":2.23606797749979},"36":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"183":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"252":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"165":{"tf":2.0}}}}}}},"df":5,"docs":{"251":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"c":{"df":36,"docs":{"11":{"tf":1.4142135623730951},"14":{"tf":2.0},"147":{"tf":1.0},"159":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"174":{"tf":1.0},"18":{"tf":2.23606797749979},"180":{"tf":2.449489742783178},"181":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"241":{"tf":1.0},"243":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"248":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"180":{"tf":1.7320508075688772},"183":{"tf":1.0},"248":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"166":{"tf":2.0},"249":{"tf":1.0},"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}},"s":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}},"t":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"249":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"73":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":2,"docs":{"169":{"tf":1.0},"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"131":{"tf":1.7320508075688772},"248":{"tf":1.0},"252":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":10,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":2.449489742783178},"27":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"65":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"n":{"df":7,"docs":{"165":{"tf":4.58257569495584},"17":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"101":{"tf":1.0},"136":{"tf":1.4142135623730951},"163":{"tf":1.0},"180":{"tf":2.449489742783178},"201":{"tf":1.4142135623730951},"21":{"tf":1.0},"248":{"tf":2.6457513110645907},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"133":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"249":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":3,"docs":{"2":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"208":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"y":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}}},"p":{"(":{"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"147":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"á":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"188":{"tf":1.0},"189":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"250":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":3.1622776601683795}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"144":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"d":{"5":{"df":2,"docs":{"188":{"tf":1.0},"252":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"141":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"241":{"tf":1.0},"251":{"tf":21.908902300206645},"252":{"tf":7.745966692414834},"28":{"tf":1.0},"44":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"5":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"m":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"g":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"252":{"tf":7.211102550927978}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"201":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}},"df":2,"docs":{"252":{"tf":2.8284271247461903},"90":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":11,"docs":{"145":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":2.23606797749979},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"z":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":2,"docs":{"249":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":2.0}}}}}}}},"s":{"df":1,"docs":{"248":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"180":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":9.899494936611665}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"49":{"tf":1.0},"94":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"251":{"tf":15.491933384829668},"252":{"tf":6.164414002968976}},"i":{"df":7,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":2.0},"248":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":8.774964387392123},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":15,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"163":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"124":{"tf":1.4142135623730951},"129":{"tf":1.0},"131":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.7320508075688772},"219":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"95":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"154":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"144":{"tf":1.0},"248":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"141":{"tf":1.0},"179":{"tf":1.0}}}},"df":26,"docs":{"12":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":4.0},"17":{"tf":3.3166247903554},"184":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":2.23606797749979},"22":{"tf":2.23606797749979},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"23":{"tf":2.449489742783178},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"244":{"tf":2.0},"27":{"tf":3.3166247903554},"47":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":2.6457513110645907}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},":":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{">":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"166":{"tf":2.0},"17":{"tf":2.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"251":{"tf":13.152946437965905},"252":{"tf":6.164414002968976},"27":{"tf":2.0},"30":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"248":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":6,"docs":{"133":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"179":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.7320508075688772},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.4142135623730951}},"e":{"d":{"df":52,"docs":{"100":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":2.0},"142":{"tf":2.6457513110645907},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":3.0},"249":{"tf":1.0},"250":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":2.8284271247461903},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.449489742783178},"96":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}}}}},"t":{"df":2,"docs":{"180":{"tf":1.0},"252":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":1.0},"78":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"133":{"tf":1.4142135623730951}}}}},"w":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"141":{"tf":2.23606797749979},"225":{"tf":1.0},"248":{"tf":2.449489742783178},"252":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"142":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"248":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"230":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"181":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"248":{"tf":1.7320508075688772},"26":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}}}},"m":{"df":1,"docs":{"252":{"tf":1.0}}},"n":{"df":13,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"180":{"tf":1.0},"186":{"tf":1.0},"227":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":4.123105625617661},"35":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":12,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"73":{"tf":2.449489742783178},"82":{"tf":1.0},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":7.211102550927978}}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"196":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":2.449489742783178},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"27":{"tf":1.0}}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":18,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"h":{"df":8,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"i":{"c":{"df":3,"docs":{"251":{"tf":25.96150997149434},"252":{"tf":14.832396974191326},"36":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":2,"docs":{"165":{"tf":2.449489742783178},"248":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"w":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":1,"docs":{"90":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}},"m":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}},"df":14,"docs":{"100":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"82":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}}},"o":{">":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}},"e":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"183":{"tf":1.4142135623730951},"189":{"tf":1.0}}}}}},"df":6,"docs":{"13":{"tf":1.0},"183":{"tf":1.4142135623730951},"198":{"tf":1.0},"251":{"tf":15.524174696260024},"252":{"tf":5.291502622129181},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":7.745966692414834}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.0},"235":{"tf":3.872983346207417},"244":{"tf":3.872983346207417}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"_":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772}}},"l":{"d":{"df":4,"docs":{"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":32,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":2.0},"116":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.7320508075688772},"136":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"29":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"96":{"tf":1.0}}}}},"p":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":4.123105625617661}}}}}},"r":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}},"s":{":":{":":{"df":0,"docs":{},"{":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"28":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"78":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.4142135623730951}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.0},"185":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"248":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":4.69041575982343}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"252":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":15.491933384829668},"252":{"tf":9.643650760992955}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":26,"docs":{"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.23606797749979},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"180":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{":":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"141":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"147":{"tf":1.0},"180":{"tf":1.7320508075688772},"22":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.366600265340756},"7":{"tf":1.0},"84":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"248":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0}}},"2":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"180":{"tf":3.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":2.6457513110645907},"230":{"tf":1.0},"235":{"tf":2.0},"244":{"tf":2.0},"248":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":3.1622776601683795},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"81":{"tf":1.0},"86":{"tf":3.4641016151377544},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.23606797749979}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.23606797749979}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":15,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.4142135623730951},"27":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"141":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"6":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":14.696938456699069},"252":{"tf":5.385164807134504}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}}}},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"p":{"2":{"5":{"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":1,"docs":{"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}}}}},"df":13,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":4.898979485566356},"252":{"tf":2.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"95":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"248":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.7320508075688772},"180":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.4142135623730951},"25":{"tf":1.0}}}}}},"m":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":32,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"198":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"227":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":3.0},"244":{"tf":2.6457513110645907},"248":{"tf":5.656854249492381},"249":{"tf":2.0},"250":{"tf":2.8284271247461903},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":2.449489742783178},"47":{"tf":4.123105625617661},"48":{"tf":2.0},"49":{"tf":2.0},"50":{"tf":3.3166247903554},"69":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":35,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"142":{"tf":1.4142135623730951},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":4.358898943540674},"181":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.7320508075688772},"196":{"tf":1.0},"198":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"23":{"tf":1.0},"248":{"tf":3.0},"250":{"tf":2.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"38":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"52":{"tf":2.0},"70":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"154":{"tf":1.0},"248":{"tf":1.0},"85":{"tf":1.0}},"s":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"_":{">":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},">":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"49":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":2,"docs":{"248":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}},"{":{",":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"72":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":14,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":4.69041575982343},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"116":{"tf":1.0},"248":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":4,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"179":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.12403840463596},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"251":{"tf":8.831760866327848},"252":{"tf":3.4641016151377544}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":15,"docs":{"124":{"tf":1.0},"147":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":3.0},"198":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":3,"docs":{"178":{"tf":1.0},"251":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":16.73320053068151},"252":{"tf":5.916079783099616}}}}},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"/":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"188":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":10,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"8":{"tf":2.0},"92":{"tf":1.0}}}}},"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}},"s":{"=":{"3":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"163":{"tf":1.7320508075688772}}},"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":37,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":3.872983346207417},"181":{"tf":1.0},"183":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":2.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"94":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":2.23606797749979}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"x":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"252":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"81":{"tf":2.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":2.23606797749979}}}}}},"df":12,"docs":{"110":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"154":{"tf":1.0},"165":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"175":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":12.083045973594572}}}},"t":{"df":1,"docs":{"252":{"tf":7.810249675906654}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":8.888194417315589},"252":{"tf":3.1622776601683795}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"252":{"tf":10.246950765959598},"73":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"183":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"&":{"'":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":4,"docs":{"189":{"tf":1.0},"21":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"29":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}}}},"k":{"c":{"df":0,"docs":{},"s":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"y":{"df":1,"docs":{"1":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"14":{"tf":1.0},"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"142":{"tf":1.0},"17":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"213":{"tf":1.0},"220":{"tf":1.0},"248":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":7.14142842854285}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":16,"docs":{"116":{"tf":1.0},"124":{"tf":1.0},"142":{"tf":1.7320508075688772},"180":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"2":{"tf":1.0},"39":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"103":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}}},"df":9,"docs":{"148":{"tf":2.449489742783178},"180":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"201":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"30":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":14,"docs":{"101":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"90":{"tf":3.7416573867739413}}}}},"s":{"df":1,"docs":{"129":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":9,"docs":{"133":{"tf":2.0},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":2.23606797749979}},"s":{"df":4,"docs":{"108":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.0},"43":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"251":{"tf":4.795831523312719},"252":{"tf":2.0},"27":{"tf":1.4142135623730951}},"f":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"161":{"tf":2.6457513110645907},"162":{"tf":2.8284271247461903},"163":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"1":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"3":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"a":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":3.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"141":{"tf":1.0},"250":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.0}}}},"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}}}},"df":15,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":4.58257569495584},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"185":{"tf":1.0},"2":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.7320508075688772},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":11,"docs":{"124":{"tf":1.0},"180":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":5,"docs":{"100":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.898979485566356},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":26,"docs":{"100":{"tf":3.4641016151377544},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.7320508075688772},"174":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.4142135623730951},"248":{"tf":2.8284271247461903},"249":{"tf":1.4142135623730951},"44":{"tf":1.0},"92":{"tf":1.7320508075688772},"95":{"tf":3.4641016151377544},"97":{"tf":1.7320508075688772},"99":{"tf":2.0}},"e":{"/":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"}":{"/":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"252":{"tf":3.4641016151377544}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"199":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":2.23606797749979}},"e":{"=":{"$":{"2":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0}},"e":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"3":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"$":{"(":{"(":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"=":{"$":{"1":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":3,"docs":{"162":{"tf":3.4641016151377544},"163":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951}}}}}}},"df":21,"docs":{"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.7320508075688772},"225":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"73":{"tf":2.6457513110645907},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"81":{"tf":2.8284271247461903},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":3.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"180":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":3.3166247903554},"36":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":40,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":2.6457513110645907},"183":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":17.88854381999832},"252":{"tf":11.269427669584644},"28":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":2.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":12,"docs":{"188":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"230":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":3.0},"96":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"181":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":7.280109889280518}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"73":{"tf":3.872983346207417},"79":{"tf":1.0},"84":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":16.64331697709324},"252":{"tf":10.04987562112089},"3":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"36":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":3.7416573867739413},"79":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"q":{"df":2,"docs":{"202":{"tf":1.0},"247":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{";":{"[":{"]":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.1622776601683795},"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"n":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"199":{"tf":1.0}},"g":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":2.23606797749979},"81":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":1,"docs":{"251":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"c":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"252":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"i":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"180":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"44":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"180":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"72":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"172":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"131":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":8,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"t":{">":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"58":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"180":{"tf":1.0},"196":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":2,"docs":{"59":{"tf":1.0},"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":6.48074069840786}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"u":{"c":{"df":9,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"142":{"tf":1.7320508075688772},"179":{"tf":1.0},"248":{"tf":1.4142135623730951},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"148":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":2.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"37":{"tf":1.0}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":7,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"162":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"70":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"51":{"tf":1.0}}},"df":9,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"67":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"v":{"df":11,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"148":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":7,"docs":{"142":{"tf":1.0},"148":{"tf":2.0},"163":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"58":{"tf":1.0},"73":{"tf":3.605551275463989}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"180":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"119":{"tf":1.0},"124":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"215":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.0},"30":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"16":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"45":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":5.0990195135927845}},"t":{"df":2,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.47213595499958}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"219":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"v":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.6457513110645907}}}}},"i":{"d":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"251":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":2.0},"248":{"tf":1.0}}}},"v":{"df":3,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":21,"docs":{"11":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":2.449489742783178},"178":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":2.8284271247461903},"248":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"<":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"52":{"tf":1.0}}},"2":{"df":1,"docs":{"52":{"tf":1.0}}},"3":{"df":1,"docs":{"52":{"tf":1.0}}},"4":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{">":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{">":{"(":{")":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"196":{"tf":1.0},"2":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"81":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"131":{"tf":1.4142135623730951},"73":{"tf":2.0},"84":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":7.416198487095663}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"<":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":12,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":4.242640687119285},"2":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.7416573867739413},"6":{"tf":1.0},"85":{"tf":1.0}}}},"m":{"df":7,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":3.7416573867739413}}}}},"df":3,"docs":{"20":{"tf":2.8284271247461903},"21":{"tf":3.4641016151377544},"22":{"tf":2.449489742783178}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"119":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":24,"docs":{"118":{"tf":3.605551275463989},"12":{"tf":1.0},"124":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.0},"165":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.7320508075688772},"232":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"179":{"tf":1.0},"248":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.1622776601683795},"36":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"a":{"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"1":{"2":{"3":{"4":{"5":{"6":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"f":{"c":{"#":{"2":{"6":{"0":{"2":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"7":{"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"250":{"tf":1.0}}},"df":2,"docs":{"114":{"tf":1.0},"97":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":8.06225774829855},"6":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0}}}}},"m":{"df":11,"docs":{"114":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"183":{"tf":1.0},"97":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":4.123105625617661},"252":{"tf":1.0}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.0},"30":{"tf":1.0}}}},"n":{")":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"116":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"180":{"tf":2.8284271247461903},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":2.0},"91":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.7320508075688772},"81":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"#":{"2":{"2":{"7":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":1,"docs":{"13":{"tf":1.0}}},"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":3,"docs":{"150":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"x":{".":{"0":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"df":4,"docs":{"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"190":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":2.0}}}}},"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"180":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"df":0,"docs":{},"s":{"3":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":8,"docs":{"144":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":18,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":3.0},"45":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"153":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"59":{"tf":1.0}}}},"y":{"df":1,"docs":{"180":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"15":{"tf":1.0},"151":{"tf":1.0},"182":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"98":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"<":{"'":{"_":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.7320508075688772},"183":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"d":{"df":1,"docs":{"249":{"tf":2.0}},"k":{"df":2,"docs":{"249":{"tf":2.0},"251":{"tf":2.23606797749979}}}},"df":4,"docs":{"249":{"tf":2.0},"251":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.0}}}},"c":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"150":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"51":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"100":{"tf":1.0},"12":{"tf":1.0},"142":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":2.8284271247461903},"48":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"92":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"248":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},".":{"0":{")":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"17":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"1":{")":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{")":{"(":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"'":{"_":{"df":2,"docs":{"250":{"tf":1.0},"47":{"tf":3.0}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"2":{"df":1,"docs":{"85":{"tf":1.0}}},"3":{"df":1,"docs":{"85":{"tf":1.0}}},"4":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"49":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"<":{"'":{"_":{">":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":2.0},"47":{"tf":2.8284271247461903}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.7320508075688772},"21":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"49":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"l":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":7.874007874011811}}}},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"136":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"129":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"130":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"50":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"r":{"d":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"251":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"118":{"tf":1.7320508075688772},"124":{"tf":2.0},"137":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"73":{"tf":3.7416573867739413},"78":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"45":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"167":{"tf":1.0},"180":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"47":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"c":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":2.6457513110645907},"165":{"tf":2.449489742783178},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.7416573867739413},"35":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"105":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"195":{"tf":1.0},"249":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.0}}}}}},"h":{"a":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":24.49489742783178},"252":{"tf":13.856406460551018}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"175":{"tf":1.0},"251":{"tf":6.48074069840786},"252":{"tf":2.23606797749979},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"150":{"tf":1.0},"180":{"tf":2.0},"183":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"180":{"tf":1.0}}},"w":{"df":24,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"36":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"92":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":3,"docs":{"110":{"tf":1.0},"249":{"tf":1.0},"34":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"251":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"131":{"tf":1.0},"248":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"122":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"i":{"df":3,"docs":{"252":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}}},"l":{"a":{"b":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":3.1622776601683795}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"_":{"c":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"w":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":1,"docs":{"251":{"tf":3.1622776601683795}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"127":{"tf":1.0},"133":{"tf":2.0},"143":{"tf":1.7320508075688772},"180":{"tf":2.0},"181":{"tf":1.4142135623730951},"203":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":8.831760866327848},"252":{"tf":23.600847442411894},"3":{"tf":1.0},"73":{"tf":3.0}},"e":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"141":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"189":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"248":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"180":{"tf":1.0},"70":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"248":{"tf":2.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":12,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":21.908902300206645},"252":{"tf":8.888194417315589},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"198":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"147":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.123105625617661}}}},"df":0,"docs":{},"f":{"df":12,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":2.449489742783178},"189":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":3.7416573867739413},"37":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":9,"docs":{"189":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"df":3,"docs":{"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"$":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"a":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"a":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{":":{"<":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"=":{"$":{"(":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":4.898979485566356},"159":{"tf":2.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":2.8284271247461903},"169":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"48":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.0}}},"l":{"df":1,"docs":{"252":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"251":{"tf":1.0}},"o":{"df":0,"docs":{},"i":{"d":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"241":{"tf":1.7320508075688772}}},"l":{"df":3,"docs":{"161":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"252":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"123":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":3.605551275463989},"179":{"tf":1.0},"180":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.4142135623730951},"52":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}},"e":{"1":{"df":1,"docs":{"53":{"tf":1.0}}},"2":{"df":1,"docs":{"53":{"tf":1.0}}},"3":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":1,"docs":{"53":{"tf":1.0}}},"_":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"b":{"df":1,"docs":{"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.4142135623730951},"148":{"tf":1.0},"44":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":7,"docs":{"250":{"tf":2.8284271247461903},"37":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":7,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":2.6457513110645907},"44":{"tf":1.0},"47":{"tf":2.23606797749979},"69":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"148":{"tf":1.0},"250":{"tf":2.6457513110645907},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"148":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"44":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":69,"docs":{"106":{"tf":2.0},"107":{"tf":2.23606797749979},"108":{"tf":2.0},"109":{"tf":2.6457513110645907},"110":{"tf":2.6457513110645907},"111":{"tf":3.872983346207417},"112":{"tf":2.0},"114":{"tf":2.0},"118":{"tf":2.0},"124":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"141":{"tf":3.1622776601683795},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"188":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.7320508075688772},"248":{"tf":4.898979485566356},"249":{"tf":3.3166247903554},"250":{"tf":1.7320508075688772},"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584},"29":{"tf":3.605551275463989},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":3.3166247903554},"36":{"tf":3.1622776601683795},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"50":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"62":{"tf":2.6457513110645907},"63":{"tf":2.449489742783178},"64":{"tf":1.0},"65":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"72":{"tf":2.449489742783178},"81":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"_":{"*":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"109":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"107":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"249":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"248":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"df":3,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"df":6,"docs":{"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"235":{"tf":3.0},"244":{"tf":3.0}}},"df":0,"docs":{}},"u":{"df":11,"docs":{"110":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"36":{"tf":1.4142135623730951},"75":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"97":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"m":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{":":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"p":{"(":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"3":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"234":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"1":{"df":1,"docs":{"235":{"tf":1.0}}},"2":{"df":1,"docs":{"235":{"tf":1.0}}},"3":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"_":{"1":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"223":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"2":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"3":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"2":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"6":{"4":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"240":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"240":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":14,"docs":{"179":{"tf":2.23606797749979},"180":{"tf":2.0},"185":{"tf":1.4142135623730951},"225":{"tf":2.0},"229":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":2.8284271247461903},"82":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"239":{"tf":1.0},"242":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":2.23606797749979},"244":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"124":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":2.0},"248":{"tf":2.0},"47":{"tf":2.0},"52":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":14,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"236":{"tf":1.0},"245":{"tf":1.0},"6":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"248":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":37,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"27":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"135":{"tf":1.4142135623730951},"216":{"tf":1.0},"230":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"230":{"tf":2.0},"245":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"252":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"163":{"tf":1.0},"180":{"tf":1.4142135623730951},"235":{"tf":2.0},"244":{"tf":2.0},"249":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"201":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"17":{"tf":2.0},"188":{"tf":1.0},"20":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":2.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"96":{"tf":2.0}},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{";":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"20":{"tf":1.0}}},"2":{"df":1,"docs":{"20":{"tf":1.0}}},"3":{"df":1,"docs":{"20":{"tf":1.0}}},"4":{"df":1,"docs":{"20":{"tf":1.0}}},"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"180":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"248":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}},"u":{"b":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"=":{"$":{"1":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":8.06225774829855},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":7.483314773547883}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"t":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":5.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":8,"docs":{"103":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"50":{"tf":1.0}}}},"t":{"df":2,"docs":{"248":{"tf":1.0},"52":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":7.14142842854285}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.8284271247461903},"35":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":2.8284271247461903},"248":{"tf":1.0},"6":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"h":{"df":8,"docs":{"100":{"tf":1.0},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":26.832815729997478},"252":{"tf":10.198039027185569},"47":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"81":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"133":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"165":{"tf":1.0}},"i":{"df":4,"docs":{"201":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":2.8284271247461903},"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"180":{"tf":1.7320508075688772},"52":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"135":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"y":{"df":2,"docs":{"251":{"tf":2.8284271247461903},"252":{"tf":1.4142135623730951}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"148":{"tf":1.4142135623730951},"243":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":1,"docs":{"251":{"tf":1.7320508075688772}},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":6.164414002968976},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"2":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.605551275463989},"35":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"c":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"é":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"148":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}},"e":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{">":{"<":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}},"n":{"df":2,"docs":{"249":{"tf":1.0},"40":{"tf":1.0}}},"s":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"6":{"4":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":1,"docs":{"251":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"251":{"tf":1.7320508075688772},"27":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"75":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903}}}}},"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"y":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"22":{"tf":2.0},"235":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"166":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"161":{"tf":1.0},"180":{"tf":2.23606797749979},"199":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":2.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"133":{"tf":1.0},"166":{"tf":1.4142135623730951},"251":{"tf":18.947295321496416},"252":{"tf":7.280109889280518},"59":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"163":{"tf":1.0},"169":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{":":{"<":{"/":{"df":0,"docs":{},"h":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"163":{"tf":2.23606797749979},"251":{"tf":12.569805089976535},"252":{"tf":4.47213595499958},"73":{"tf":1.7320508075688772},"8":{"tf":1.0},"86":{"tf":2.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"249":{"tf":2.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"248":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"135":{"tf":1.0},"154":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}},"k":{"df":3,"docs":{"145":{"tf":1.0},"153":{"tf":1.0},"180":{"tf":1.0}}}},"r":{"d":{"df":3,"docs":{"180":{"tf":1.0},"251":{"tf":8.831760866327848},"252":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"136":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":4.123105625617661},"38":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}},"t":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"180":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"26":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"85":{"tf":1.0}}}}}}}}}},"u":{"df":1,"docs":{"70":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"195":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}},"m":{"df":1,"docs":{"252":{"tf":1.7320508075688772}},"e":{"df":38,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":3.0},"159":{"tf":1.4142135623730951},"163":{"tf":2.449489742783178},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"178":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"=":{"$":{"'":{"%":{"*":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"163":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}},"u":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"j":{"df":0,"docs":{},"h":{"@":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"/":{".":{"a":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"180":{"tf":1.0}}},"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"51":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"c":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"c":{":":{":":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{">":{"(":{"8":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"1":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":7,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"27":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}},"l":{"df":10,"docs":{"147":{"tf":1.0},"180":{"tf":2.6457513110645907},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"95":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.06225774829855}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":2.449489742783178}}}}}},"r":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":2.0}}},"k":{"df":6,"docs":{"14":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"26":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":2.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"73":{"tf":1.0},"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"21":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"35":{"tf":2.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"179":{"tf":1.0},"59":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"166":{"tf":1.4142135623730951},"180":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"8":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"235":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"180":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.4142135623730951},"180":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":49,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"148":{"tf":2.0},"16":{"tf":2.23606797749979},"17":{"tf":2.6457513110645907},"18":{"tf":1.0},"180":{"tf":2.449489742783178},"181":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.7320508075688772},"20":{"tf":3.1622776601683795},"201":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.6457513110645907},"23":{"tf":2.449489742783178},"235":{"tf":2.0},"244":{"tf":2.0},"248":{"tf":2.449489742783178},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":6.782329983125268},"252":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":2.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"67":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":3.0}},"i":{"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{":":{":":{"<":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}},"e":{"!":{"(":{"a":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"b":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"235":{"tf":2.0},"244":{"tf":3.1622776601683795},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"96":{"tf":1.0}}},">":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":1,"docs":{"49":{"tf":1.0}},"i":{"df":3,"docs":{"131":{"tf":1.4142135623730951},"183":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":18.681541692269406},"252":{"tf":7.874007874011811}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"230":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"251":{"tf":2.8284271247461903},"252":{"tf":4.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}},"t":{"df":4,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"147":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356},"90":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"199":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":21,"docs":{"133":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"147":{"tf":2.0},"150":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.7320508075688772},"184":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":2.449489742783178},"28":{"tf":1.0},"35":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":14,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":2.23606797749979},"141":{"tf":1.7320508075688772},"142":{"tf":2.449489742783178},"143":{"tf":3.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.449489742783178},"148":{"tf":2.449489742783178},"180":{"tf":1.0},"248":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"251":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":7,"docs":{"124":{"tf":1.0},"21":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0}}}},"df":66,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.4142135623730951},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.449489742783178},"148":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":2.449489742783178},"174":{"tf":1.0},"180":{"tf":4.47213595499958},"193":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"244":{"tf":2.0},"248":{"tf":4.358898943540674},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":21.863211109075447},"252":{"tf":17.406895185529212},"26":{"tf":1.4142135623730951},"27":{"tf":2.0},"30":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.449489742783178},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":43,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.7320508075688772},"143":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"161":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"180":{"tf":2.449489742783178},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":3.1622776601683795},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":2.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":2.0},"133":{"tf":1.0},"180":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"183":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"135":{"tf":2.0}}},"2":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.8284271247461903},"181":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":2.23606797749979},"235":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":3.4641016151377544},"38":{"tf":2.23606797749979},"39":{"tf":2.449489742783178},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":2.23606797749979},"50":{"tf":2.0},"62":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":2.23606797749979}},"e":{"(":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}},"=":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"13":{"tf":1.7320508075688772}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"141":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":2,"docs":{"100":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"166":{"tf":1.0}},"e":{"c":{"!":{"[":{"1":{"df":1,"docs":{"244":{"tf":1.0}}},"3":{"df":1,"docs":{"244":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"3":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"1":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"229":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"161":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":25,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":4.242640687119285},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":2.8284271247461903},"142":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":2.0},"17":{"tf":1.7320508075688772},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":10.816653826391969},"252":{"tf":4.795831523312719},"27":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"73":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":4,"docs":{"249":{"tf":1.0},"44":{"tf":1.4142135623730951},"72":{"tf":1.0},"86":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"1":{"0":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"165":{"tf":3.872983346207417},"178":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"135":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"191":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"252":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"243":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":16.61324772583615},"252":{"tf":12.922847983320086}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}},"m":{"df":7,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"169":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":11,"docs":{"133":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.0},"191":{"tf":1.0},"200":{"tf":1.0},"248":{"tf":1.7320508075688772},"252":{"tf":2.8284271247461903},"38":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}},"v":{"df":1,"docs":{"180":{"tf":1.0}}}},"b":{"df":20,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":2.8284271247461903},"163":{"tf":1.0},"180":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.6457513110645907},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":5,"docs":{"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"179":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"146":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}}}},"w":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"132":{"tf":1.0},"180":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"142":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":12.649110640673518},"252":{"tf":9.16515138991168},"35":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.23606797749979}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"249":{"tf":1.4142135623730951},"251":{"tf":2.6457513110645907},"252":{"tf":1.7320508075688772}},"s":{"_":{"a":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"8":{"6":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"8":{"6":{"_":{"6":{"4":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"df":1,"docs":{"249":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"<":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"139":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},":":{":":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"105":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"125":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"199":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":17.804493814764857},"252":{"tf":6.324555320336759},"37":{"tf":1.0},"54":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":14.0},"252":{"tf":14.38749456993816},"6":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"148":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":30,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.6457513110645907},"181":{"tf":1.0},"199":{"tf":1.7320508075688772},"248":{"tf":2.0},"251":{"tf":45.9782557302906},"252":{"tf":16.217274740226856},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":2.23606797749979},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"191":{"tf":1.0},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":21,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.7320508075688772},"197":{"tf":1.0},"199":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"102":{"tf":1.0},"104":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":1,"docs":{"169":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"20":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"251":{"tf":12.489995996796797},"252":{"tf":4.69041575982343},"28":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.58257569495584},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":2.449489742783178}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"201":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"'":{"_":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"217":{"tf":1.0},"249":{"tf":1.4142135623730951}},"i":{"d":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"180":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"150":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":2,"docs":{"147":{"tf":1.0},"180":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}},"v":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":2.449489742783178}}}}}},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":4.0},"252":{"tf":2.23606797749979}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":2.0}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"1":{"0":{"0":{"0":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"1":{"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":5.291502622129181}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.0}}},"1":{"1":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":3,"docs":{"198":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"252":{"tf":1.4142135623730951}}},"2":{"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":1,"docs":{"252":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"5":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"6":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"7":{"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"6":{"2":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"2":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":2.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"2":{"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"252":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":2.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"5":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951}}},"2":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"5":{"df":1,"docs":{"252":{"tf":1.0}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"1":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"1":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"3":{"0":{"df":1,"docs":{"251":{"tf":3.0}}},"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"251":{"tf":1.0}}},"6":{"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"9":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"2":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.449489742783178}}},"1":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"4":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"5":{".":{"0":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772}}},"1":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"4":{"df":3,"docs":{"17":{"tf":1.0},"252":{"tf":3.605551275463989},"27":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":3.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}},"1":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"<":{"/":{"a":{">":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"3":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"2":{"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":1,"docs":{"193":{"tf":1.0}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"[":{"1":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"194":{"tf":1.7320508075688772}}},"7":{"df":0,"docs":{},"t":{"0":{"1":{":":{"3":{"0":{":":{"3":{"1":{".":{"1":{"3":{"5":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"6":{"8":{"7":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":13,"docs":{"16":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"165":{"tf":2.0},"17":{"tf":1.4142135623730951},"223":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"59":{"tf":1.0},"8":{"tf":1.4142135623730951}},"s":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}},"1":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"0":{"\"":{">":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.0},"53":{"tf":1.0}}},"1":{"0":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"3":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":2.0}}},"5":{"2":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"251":{"tf":1.0}}},"6":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"7":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"8":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"1":{"<":{"/":{"a":{">":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{".":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{".":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":2.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":7,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"248":{"tf":1.0},"59":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"1":{"df":3,"docs":{"166":{"tf":1.4142135623730951},"248":{"tf":1.0},"73":{"tf":1.0}}},"2":{"3":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"96":{"tf":1.0}}},"df":5,"docs":{"150":{"tf":1.4142135623730951},"165":{"tf":2.449489742783178},"167":{"tf":1.4142135623730951},"248":{"tf":1.0},"73":{"tf":1.0}}},"3":{"df":4,"docs":{"165":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"248":{"tf":1.0},"73":{"tf":1.0}}},"4":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"5":{"df":4,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"248":{"tf":1.0},"73":{"tf":1.0}}},"6":{"df":3,"docs":{"174":{"tf":1.4142135623730951},"248":{"tf":1.0},"73":{"tf":1.0}}},"7":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"73":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"8":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"9":{"9":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"5":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"178":{"tf":1.4142135623730951},"73":{"tf":1.0}}},">":{"&":{"2":{"df":3,"docs":{"161":{"tf":2.449489742783178},"162":{"tf":2.6457513110645907},"163":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":43,"docs":{"13":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":2.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":2.23606797749979},"160":{"tf":1.0},"161":{"tf":2.449489742783178},"162":{"tf":2.6457513110645907},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}},"2":{".":{"0":{"\"":{">":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"h":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":12.449899597988733},"252":{"tf":6.244997998398398}}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"4":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"3":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"248":{"tf":1.0},"90":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.8284271247461903}}},"5":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"6":{"\"":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},")":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":3.4641016151377544}}},"7":{"df":2,"docs":{"251":{"tf":2.6457513110645907},"252":{"tf":3.0}}},"8":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":2.0}}},"9":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":3.3166247903554}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":2.449489742783178}}},"1":{"df":1,"docs":{"252":{"tf":2.449489742783178}}},"2":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"194":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"5":{"df":1,"docs":{"162":{"tf":1.0}}},">":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":35,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"169":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"3":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"4":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"162":{"tf":1.0}}},"5":{"df":1,"docs":{"162":{"tf":1.0}}},"6":{"8":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"a":{"a":{"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"c":{"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"b":{"a":{"df":8,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"a":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":14,"docs":{"12":{"tf":1.0},"156":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"193":{"tf":1.0},"248":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":2,"docs":{"23":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":6,"docs":{"25":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"df":0,"docs":{},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{";":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"b":{"1":{"b":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"4":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"4":{".":{"1":{"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"162":{"tf":1.0}}},"4":{".":{"7":{"4":{"0":{"6":{"3":{"8":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":1,"docs":{"162":{"tf":1.0}}},"df":8,"docs":{"148":{"tf":1.0},"157":{"tf":1.4142135623730951},"248":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}},"5":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{"0":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"6":{"8":{"3":{"7":{"0":{"9":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"106":{"tf":1.0}}},"df":3,"docs":{"162":{"tf":3.7416573867739413},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":8,"docs":{"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"178":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}},"6":{"7":{"df":1,"docs":{"249":{"tf":1.0}}},"df":7,"docs":{"159":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}},"s":{"df":1,"docs":{"193":{"tf":1.0}}}},"7":{".":{"1":{".":{"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"161":{"tf":1.4142135623730951},"248":{"tf":1.0},"252":{"tf":1.0},"35":{"tf":1.0},"73":{"tf":1.0}}},"8":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"73":{"tf":1.0}}},"9":{"4":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0}}},"6":{"df":1,"docs":{"249":{"tf":1.0}}},"9":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"163":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"73":{"tf":1.0}}},"_":{">":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"250":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"1":{"2":{"3":{"4":{"5":{"6":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.717797887081348},"46":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"118":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"47":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"d":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}},"r":{"df":2,"docs":{"49":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}},"l":{"df":1,"docs":{"183":{"tf":1.0}}},"t":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"148":{"tf":3.1622776601683795},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"166":{"tf":1.0},"180":{"tf":1.0},"252":{"tf":7.681145747868608},"6":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":6,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"3":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"139":{"tf":1.0}}},"2":{"df":1,"docs":{"139":{"tf":1.0}}},"3":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"15":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"124":{"tf":1.0},"148":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":15.491933384829668},"252":{"tf":5.5677643628300215},"61":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"2":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":2.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"51":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}},"df":5,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":2.23606797749979},"90":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"133":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"153":{"tf":1.0},"177":{"tf":1.4142135623730951},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":3.0}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"252":{"tf":1.0}}},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"200":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"251":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"(":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":16,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"g":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"156":{"tf":1.0},"18":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":2.449489742783178},"81":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"147":{"tf":1.0},"249":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":2.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"p":{";":{"a":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"20":{"tf":1.0}}},"b":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"20":{"tf":1.0}}},"c":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"&":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"a":{"df":1,"docs":{"20":{"tf":1.0}}},"b":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"210":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"y":{"df":1,"docs":{"249":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"65":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":2.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"173":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":13.856406460551018},"252":{"tf":6.48074069840786}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":15,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"241":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"73":{"tf":3.0},"85":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"193":{"tf":1.0},"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}},"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"181":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.3166247903554}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"163":{"tf":1.0},"73":{"tf":3.605551275463989}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"251":{"tf":10.770329614269007},"252":{"tf":4.47213595499958},"29":{"tf":1.4142135623730951},"36":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"9":{"tf":2.6457513110645907}}},"df":22,"docs":{"112":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":2.0},"180":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":10.677078252031311},"252":{"tf":4.0},"27":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"248":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"l":{"5":{"2":{"1":{"df":1,"docs":{"124":{"tf":1.0}}},"6":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"9":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"124":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":2.8284271247461903}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"141":{"tf":1.0},"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"59":{"tf":1.0},"85":{"tf":1.0}},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"249":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"113":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"143":{"tf":1.0},"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795},"78":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"s":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"248":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"178":{"tf":1.7320508075688772},"180":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"df":0,"docs":{},"u":{"3":{"2":{">":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"132":{"tf":1.0},"148":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":7.681145747868608},"28":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"135":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"59":{"tf":1.0},"85":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"124":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"144":{"tf":1.0},"17":{"tf":1.4142135623730951},"219":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"251":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"248":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":1,"docs":{"251":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"250":{"tf":1.4142135623730951},"251":{"tf":12.649110640673518},"252":{"tf":4.898979485566356}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":9.16515138991168},"252":{"tf":8.54400374531753}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}}}}}},"o":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"\"":{">":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":10,"docs":{"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"209":{"tf":1.4142135623730951},"25":{"tf":1.0},"50":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":53,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.4142135623730951},"127":{"tf":1.0},"133":{"tf":2.0},"143":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":3.4641016151377544},"181":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"199":{"tf":1.0},"2":{"tf":2.6457513110645907},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"18":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"26":{"tf":1.4142135623730951},"51":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"248":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"139":{"tf":1.0},"17":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":3,"docs":{"183":{"tf":2.0},"249":{"tf":2.23606797749979},"251":{"tf":4.58257569495584}}},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"9":{"1":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"b":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":2.0},"153":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"165":{"tf":3.872983346207417}}},"2":{"df":1,"docs":{"165":{"tf":3.7416573867739413}}},"3":{"df":1,"docs":{"165":{"tf":3.872983346207417}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"180":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"1":{"tf":1.0},"178":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"73":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"ł":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"1":{"6":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"148":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}},"h":{"df":5,"docs":{"162":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"249":{"tf":1.4142135623730951}}},"i":{"c":{"df":5,"docs":{"152":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"df":3,"docs":{"14":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":3.4641016151377544}}}},"t":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"183":{"tf":2.0}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"16":{"tf":3.0},"17":{"tf":2.449489742783178},"180":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.449489742783178},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"27":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":7,"docs":{"248":{"tf":1.0},"252":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":18,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"173":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":5.0}}}},"v":{"df":1,"docs":{"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":1,"docs":{"252":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":20,"docs":{"110":{"tf":2.23606797749979},"125":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":2.0},"183":{"tf":1.0},"185":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":2.0},"25":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"133":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"252":{"tf":4.0}}}}},"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.7320508075688772},"118":{"tf":2.8284271247461903},"125":{"tf":1.7320508075688772},"147":{"tf":1.0},"251":{"tf":1.0},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}}}},"l":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"l":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":18,"docs":{"129":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":2.0},"24":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":3.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"230":{"tf":1.0},"252":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"1":{"df":1,"docs":{"84":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{".":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"235":{"tf":2.449489742783178},"244":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}},"df":2,"docs":{"180":{"tf":1.0},"22":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.602325267042627},"252":{"tf":3.1622776601683795}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"180":{"tf":1.0},"97":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"248":{"tf":1.0},"3":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}}},"s":{"d":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"183":{"tf":2.0},"189":{"tf":1.0}},"e":{"=":{"'":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"180":{"tf":2.0},"183":{"tf":2.6457513110645907},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}}},"df":1,"docs":{"210":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":33,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":2.0},"147":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.4142135623730951},"245":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"252":{"tf":2.8284271247461903},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"212":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"8":{"tf":3.1622776601683795}}}}}}},"y":{":":{"<":{"/":{"df":0,"docs":{},"h":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"c":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"39":{"tf":1.0}}},"df":18,"docs":{"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"180":{"tf":2.449489742783178},"196":{"tf":1.4142135623730951},"20":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"72":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":3.605551275463989},"124":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"180":{"tf":1.0}},"l":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":3,"docs":{"248":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"167":{"tf":1.4142135623730951},"44":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"124":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"252":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"150":{"tf":1.0},"249":{"tf":1.0}}}},"l":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907}}}}},"s":{"df":0,"docs":{},"e":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"28":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"(":{"(":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":4,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"243":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":4.242640687119285},"81":{"tf":1.0}}}}},"c":{"df":1,"docs":{"251":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"16":{"tf":3.872983346207417},"17":{"tf":3.4641016151377544},"180":{"tf":2.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":3.1622776601683795},"22":{"tf":2.6457513110645907},"23":{"tf":3.1622776601683795},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":6.557438524302},"252":{"tf":8.246211251235321},"27":{"tf":3.4641016151377544},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"250":{"tf":1.0},"251":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":22,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.7320508075688772},"148":{"tf":2.0},"150":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.0},"251":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"2":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"30":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":10.908712114635714},"252":{"tf":8.246211251235321}}},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"135":{"tf":1.0},"180":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"i":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}},"df":4,"docs":{"129":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":8.306623862918075}}}},"p":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"173":{"tf":1.0},"183":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"=":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{".":{".":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{">":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.6457513110645907}},"e":{"\"":{">":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}}},"df":23,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.0},"169":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"248":{"tf":2.6457513110645907},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":2.23606797749979},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.0}}}}}},"df":2,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"201":{"tf":1.0}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"i":{"df":8,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":3.1622776601683795},"196":{"tf":1.0},"219":{"tf":1.0},"73":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":2.0},"79":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"174":{"tf":1.0},"251":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"124":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"26":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"m":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"184":{"tf":1.7320508075688772}}}}}}}},"t":{"df":0,"docs":{},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":6,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}},"e":{"a":{"c":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.7320508075688772},"118":{"tf":2.0},"124":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"200":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}},"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"180":{"tf":1.0}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":49,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"180":{"tf":3.7416573867739413},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"235":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":6.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"124":{"tf":2.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"165":{"tf":1.7320508075688772},"19":{"tf":1.0},"229":{"tf":1.4142135623730951},"249":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"20":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"28":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":70,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":2.449489742783178},"106":{"tf":1.7320508075688772},"107":{"tf":2.23606797749979},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"110":{"tf":1.7320508075688772},"111":{"tf":2.6457513110645907},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":2.23606797749979},"184":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":3.1622776601683795},"95":{"tf":2.6457513110645907},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":3.4641016151377544}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"36":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"118":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":2.23606797749979},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"180":{"tf":2.449489742783178},"201":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"248":{"tf":1.4142135623730951},"36":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.7320508075688772},"201":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":19,"docs":{"165":{"tf":2.23606797749979},"17":{"tf":1.0},"180":{"tf":1.0},"2":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"148":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"37":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":166,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":4,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"201":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"79":{"tf":1.0},"90":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":22.693611435820433},"252":{"tf":12.083045973594572},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":2,"docs":{"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":4,"docs":{"251":{"tf":1.7320508075688772},"45":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"183":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":7.483314773547883},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":4.123105625617661}}}}}}}}},"i":{"d":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"15":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"201":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"39":{"tf":1.0},"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"8":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}},"t":{"df":7,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"248":{"tf":1.0},"70":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"tf":1.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"141":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":2.23606797749979},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"44":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"33":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"230":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.602325267042627}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":17.916472867168917},"252":{"tf":6.244997998398398},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}},".":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":20.0},"252":{"tf":8.94427190999916}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"251":{"tf":14.142135623730951},"252":{"tf":4.898979485566356},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"248":{"tf":1.0}}}},"y":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"151":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"230":{"tf":1.0},"251":{"tf":12.489995996796797},"252":{"tf":15.620499351813308},"65":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":22.135943621178654},"252":{"tf":16.822603841260722}}}}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"24":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"176":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"252":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"169":{"tf":2.0}}}}}}},"df":5,"docs":{"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"63":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.7320508075688772},"49":{"tf":1.0}}}}},"c":{"3":{"2":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":25,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"180":{"tf":2.23606797749979},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"174":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}},"x":{"df":2,"docs":{"139":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":43,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"173":{"tf":1.4142135623730951},"180":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":2.6457513110645907},"250":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"91":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"v":{"df":1,"docs":{"251":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"a":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":10.14889156509222}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"<":{"'":{"_":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":31,"docs":{"11":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"14":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"180":{"tf":2.449489742783178},"181":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"248":{"tf":2.0},"25":{"tf":2.0},"250":{"tf":2.0},"251":{"tf":1.0},"252":{"tf":5.385164807134504},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"44":{"tf":1.7320508075688772},"47":{"tf":3.1622776601683795},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"73":{"tf":2.0},"81":{"tf":1.7320508075688772},"92":{"tf":2.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"15":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"17":{"tf":2.23606797749979},"23":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":10.246950765959598}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"180":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"1":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":2.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"248":{"tf":2.23606797749979},"26":{"tf":1.0},"72":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"124":{"tf":1.0},"190":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":28,"docs":{"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.7320508075688772},"180":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"17":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"=":{"0":{".":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"7":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"t":{"df":4,"docs":{"142":{"tf":1.0},"183":{"tf":1.4142135623730951},"248":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"t":{"a":{"df":2,"docs":{"195":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"150":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":5,"docs":{"150":{"tf":1.4142135623730951},"180":{"tf":2.0},"183":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":19,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"14":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"72":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"_":{"df":1,"docs":{"217":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"181":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"248":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":2.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"251":{"tf":27.60434748368452},"252":{"tf":10.392304845413264},"47":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"17":{"tf":2.0},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"27":{"tf":2.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"0":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"90":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"<":{"'":{"df":0,"docs":{},"s":{">":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":13,"docs":{"124":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":60,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"180":{"tf":2.449489742783178},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"217":{"tf":1.0},"219":{"tf":1.0}}}}}},"t":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"b":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.1622776601683795},"159":{"tf":1.7320508075688772}}},"2":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.4641016151377544},"159":{"tf":2.23606797749979}}},"3":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"3":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.1622776601683795},"159":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"=":{"$":{"(":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"48":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"154":{"tf":1.0},"156":{"tf":2.23606797749979},"157":{"tf":1.7320508075688772},"161":{"tf":2.0},"162":{"tf":2.0},"163":{"tf":3.3166247903554},"169":{"tf":2.0},"188":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"162":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"78":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"199":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}}}},"v":{"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":2.23606797749979},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":3.4641016151377544},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}}}},"f":{"df":1,"docs":{"251":{"tf":1.0}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"9":{"tf":1.0}},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":2.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"df":0,"docs":{}}},"df":19,"docs":{"110":{"tf":2.6457513110645907},"111":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"248":{"tf":2.449489742783178},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"69":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":38,"docs":{"110":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":2.0},"22":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.0},"73":{"tf":1.0}}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":5.5677643628300215},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"150":{"tf":1.0},"180":{"tf":2.449489742783178},"199":{"tf":3.3166247903554},"248":{"tf":1.4142135623730951},"252":{"tf":2.0},"36":{"tf":2.0},"65":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":2.0},"95":{"tf":2.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"180":{"tf":1.0},"196":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":5.744562646538029}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"v":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":2.0},"112":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.7320508075688772},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":2.23606797749979},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"2":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.0}},"i":{"df":10,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"249":{"tf":1.0},"43":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":15,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":2.23606797749979},"108":{"tf":2.0},"109":{"tf":2.0},"119":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.605551275463989},"36":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":22.627416997969522},"252":{"tf":12.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"8":{"tf":4.123105625617661}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"166":{"tf":1.7320508075688772}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"#":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"\"":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"\"":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"\"":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":9.327379053088816},"51":{"tf":1.0}}}}}}}},"df":4,"docs":{"173":{"tf":1.4142135623730951},"180":{"tf":1.0},"2":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.4142135623730951},"147":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"44":{"tf":1.7320508075688772},"59":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"&":{"#":{"df":0,"docs":{},"x":{"2":{"7":{";":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"'":{"df":0,"docs":{},"t":{"df":18,"docs":{"135":{"tf":1.0},"142":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":4.795831523312719},"252":{"tf":2.0},"3":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"193":{"tf":1.0},"248":{"tf":1.0},"7":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":1,"docs":{"248":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":2.23606797749979}}}}}}}}},"df":21,"docs":{"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":2.23606797749979},"166":{"tf":2.0},"167":{"tf":2.0},"169":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":3.0},"180":{"tf":2.0},"194":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":2.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"81":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.0},"180":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"103":{"tf":1.0},"248":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0}}}},"df":3,"docs":{"251":{"tf":1.0},"49":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":12,"docs":{"100":{"tf":1.0},"248":{"tf":1.0},"29":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":2.6457513110645907}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"189":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":2.0},"251":{"tf":12.649110640673518},"252":{"tf":4.47213595499958},"26":{"tf":2.23606797749979},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"248":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":7,"docs":{"180":{"tf":1.7320508075688772},"183":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"249":{"tf":1.0},"79":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"90":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"97":{"tf":1.0}}}}}},"y":{"@":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"d":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"142":{"tf":1.0},"24":{"tf":1.0}},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"155":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"6":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"153":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"df":1,"docs":{"193":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"78":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":24,"docs":{"180":{"tf":2.23606797749979},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"245":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":8.602325267042627},"252":{"tf":3.1622776601683795}}}}},"o":{"d":{"df":7,"docs":{"142":{"tf":1.0},"180":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":12,"docs":{"119":{"tf":1.4142135623730951},"165":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"230":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"251":{"tf":6.244997998398398},"252":{"tf":2.23606797749979},"55":{"tf":1.0},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":23,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"248":{"tf":2.23606797749979},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.449489742783178}},"s":{"<":{"'":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":20.97617696340303},"252":{"tf":7.211102550927978}}},"y":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"v":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"10":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"180":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"249":{"tf":2.0},"252":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"q":{"df":7,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.7320508075688772},"251":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"163":{"tf":1.0},"49":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"r":{"(":{"df":1,"docs":{"72":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":3,"docs":{"2":{"tf":1.4142135623730951},"6":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":24,"docs":{"118":{"tf":1.7320508075688772},"12":{"tf":1.0},"124":{"tf":3.0},"144":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"165":{"tf":3.605551275463989},"166":{"tf":3.1622776601683795},"167":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"201":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"59":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"77":{"tf":2.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"131":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":1,"docs":{"193":{"tf":1.4142135623730951}},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"c":{"df":2,"docs":{"252":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"101":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"44":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}},"v":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":48,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.6457513110645907},"71":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":2.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"185":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"251":{"tf":10.770329614269007},"252":{"tf":4.58257569495584}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"100":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}},"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"c":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":2.0},"244":{"tf":2.0}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":3,"docs":{"250":{"tf":1.0},"35":{"tf":2.23606797749979},"54":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":78,"docs":{"116":{"tf":2.23606797749979},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"189":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":2.6457513110645907},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":3.0},"249":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"43":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"73":{"tf":4.242640687119285},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"227":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":2.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"244":{"tf":2.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"251":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"148":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":2.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"157":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"106":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"198":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":1,"docs":{"248":{"tf":1.7320508075688772}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"49":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":8.660254037844387},"85":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"6":{"4":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":33,"docs":{"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":3.3166247903554},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"183":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"118":{"tf":3.7416573867739413},"124":{"tf":1.0},"166":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"165":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":3,"docs":{"180":{"tf":1.0},"229":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"249":{"tf":2.449489742783178}}},"df":15,"docs":{"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"183":{"tf":1.0},"235":{"tf":2.0},"244":{"tf":3.0},"27":{"tf":1.0},"49":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.0},"17":{"tf":1.7320508075688772},"248":{"tf":1.0},"250":{"tf":3.0},"252":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"6":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"183":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903}},"l":{"df":3,"docs":{"2":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{">":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":2.6457513110645907}}}}}}}}},"df":5,"docs":{"106":{"tf":1.0},"22":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"251":{"tf":1.0}}},"i":{"df":7,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"169":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"148":{"tf":2.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"180":{"tf":1.0},"33":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":34,"docs":{"110":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":3.1622776601683795},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"180":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"251":{"tf":21.702534414210707},"252":{"tf":11.61895003862225},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"73":{"tf":2.0},"8":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.7320508075688772}},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"(":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"111":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":1,"docs":{"225":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.7320508075688772},"198":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}},"x":{"df":2,"docs":{"201":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"w":{"'":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"248":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":34,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"132":{"tf":2.449489742783178},"133":{"tf":3.7416573867739413},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.23606797749979},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.449489742783178},"148":{"tf":2.0},"175":{"tf":1.4142135623730951},"180":{"tf":2.449489742783178},"185":{"tf":2.0},"186":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":3.1622776601683795},"249":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"92":{"tf":1.7320508075688772},"95":{"tf":3.4641016151377544},"99":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0}}}},"n":{"(":{"&":{"a":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"b":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"i":{"3":{"2":{"df":2,"docs":{"16":{"tf":2.0},"23":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}},"1":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"2":{"(":{"&":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772}}},"3":{"(":{"&":{"b":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772}}},"4":{"(":{"&":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"5":{"(":{"&":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"248":{"tf":1.0},"47":{"tf":2.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":11,"docs":{"14":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"i":{"d":{"1":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"2":{"df":2,"docs":{"17":{"tf":2.0},"27":{"tf":2.0}}},"3":{"df":2,"docs":{"17":{"tf":2.0},"27":{"tf":2.0}}},"4":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"5":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0}},"f":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"248":{"tf":2.0}}}}},"df":31,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":3.605551275463989},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":4.358898943540674},"248":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"47":{"tf":4.47213595499958},"49":{"tf":1.7320508075688772},"85":{"tf":1.0},"96":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178}},"s":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":33,"docs":{"11":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":10.816653826391969},"252":{"tf":10.0},"26":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.0}}}}}},"r":{"=":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"\"":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"\"":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{":":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{">":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"(":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"180":{"tf":1.0},"245":{"tf":1.0}}}}},"m":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"=":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"136":{"tf":1.4142135623730951},"141":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.7320508075688772},"180":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"86":{"tf":2.0},"87":{"tf":1.0},"90":{"tf":2.449489742783178}},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":6,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":22.80350850198276},"252":{"tf":9.16515138991168},"45":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":3,"docs":{"169":{"tf":1.0},"199":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"14":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":2.6457513110645907},"86":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"249":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}}},"l":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":3,"docs":{"47":{"tf":1.0},"65":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951}}}}},"n":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"26":{"tf":1.0}}},"df":52,"docs":{"101":{"tf":1.0},"11":{"tf":2.0},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.0},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.23606797749979},"21":{"tf":2.0},"22":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":2.8284271247461903},"249":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"250":{"tf":2.0},"26":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"81":{"tf":2.0},"85":{"tf":1.7320508075688772}}}}}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":7.280109889280518}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"73":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"230":{"tf":1.7320508075688772},"251":{"tf":3.1622776601683795},"27":{"tf":1.0},"85":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"6":{"tf":1.0},"81":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.4641016151377544},"48":{"tf":1.0},"49":{"tf":2.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"t":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"180":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":12,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"150":{"tf":1.0},"180":{"tf":2.0},"36":{"tf":2.0},"97":{"tf":3.3166247903554},"98":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"173":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}},"n":{"df":7,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"81":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"248":{"tf":1.7320508075688772},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":8,"docs":{"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":6,"docs":{"180":{"tf":1.4142135623730951},"183":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":2.8284271247461903},"28":{"tf":1.0},"85":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":2.6457513110645907}}}}}}},"r":{"a":{"b":{"df":1,"docs":{"180":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":17.88854381999832},"252":{"tf":9.9498743710662}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"186":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"(":{"a":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":30,"docs":{"11":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"144":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"51":{"tf":2.6457513110645907},"52":{"tf":2.449489742783178},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"248":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0}}}},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}},"w":{"df":2,"docs":{"133":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{";":{"a":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"b":{"2":{"b":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"2":{"b":{"2":{"b":{"1":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"2":{"b":{"3":{"b":{"3":{"b":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"1":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"b":{"3":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"1":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"⚙":{"df":0,"docs":{},"️":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"c":{"b":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"c":{"b":{"df":3,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"156":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"b":{"b":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"🪣":{"df":0,"docs":{},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📤":{"df":0,"docs":{},"s":{"3":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"🪣":{"df":0,"docs":{},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📤":{"df":0,"docs":{},"s":{"3":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"2":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"3":{"b":{"3":{"b":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"156":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"2":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"5":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}},"f":{"df":0,"docs":{},"n":{"2":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"25":{"tf":1.0}}},"2":{"df":5,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":6,"docs":{"24":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"3":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"4":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}}},"3":{"df":6,"docs":{"24":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"4":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"5":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}}},"3":{"df":1,"docs":{"24":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"4":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"193":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"h":{"2":{">":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":13,"docs":{"118":{"tf":1.0},"124":{"tf":1.4142135623730951},"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"157":{"tf":1.0},"164":{"tf":1.4142135623730951},"22":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"123":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"153":{"tf":1.0},"248":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"180":{"tf":1.0},"251":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"248":{"tf":1.0},"47":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"19":{"tf":1.0},"252":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"n":{"c":{"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"180":{"tf":2.23606797749979},"229":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.12403840463596}}}},"df":6,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":2.0},"229":{"tf":1.7320508075688772},"252":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"161":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"150":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"92":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"73":{"tf":4.123105625617661},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"148":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":2.449489742783178}},"i":{"df":2,"docs":{"136":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951}}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"d":{"df":8,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":8.54400374531753}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":1.0},"81":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0}}}}},"p":{"c":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"#":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"\"":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\"":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{">":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"\"":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"\"":{">":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":3.872983346207417}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":2.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":5.916079783099616},"252":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"196":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":2.23606797749979}},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"9":{"1":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"0":{".":{"1":{".":{"1":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":3.872983346207417}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"6":{"8":{"8":{"1":{"2":{"8":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"163":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.0},"79":{"tf":1.0},"86":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}}},"i":{"'":{"d":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":5,"docs":{"142":{"tf":1.0},"148":{"tf":1.0},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"3":{"2":{"df":2,"docs":{"16":{"tf":3.0},"23":{"tf":3.0}}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}},"n":{"a":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":2.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"df":0,"docs":{},"s":{">":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{">":{"<":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":18,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"165":{"tf":3.0},"225":{"tf":2.0},"248":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"248":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":1.0}},"l":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"156":{"tf":2.0},"157":{"tf":1.7320508075688772},"158":{"tf":4.898979485566356},"159":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}},"i":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}}}},"n":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"b":{"c":{"d":{"1":{"2":{"3":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"141":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"49":{"tf":1.0}}}},"df":12,"docs":{"118":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":2.0},"242":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"85":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":34,"docs":{"13":{"tf":1.0},"131":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"22":{"tf":2.23606797749979},"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"46":{"tf":1.0},"49":{"tf":1.0}}},"df":13,"docs":{"118":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":5,"docs":{"148":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":9.273618495495704},"47":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"34":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"136":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"59":{"tf":1.0},"90":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"c":{".":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":11,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":24.372115213907882},"252":{"tf":16.61324772583615},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"176":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"72":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}},"x":{"df":0,"docs":{},"e":{"d":{"d":{"b":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}},"o":{"df":3,"docs":{"165":{"tf":7.54983443527075},"229":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":2.8284271247461903},"169":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":2.0},"166":{"tf":2.0},"167":{"tf":1.7320508075688772},"180":{"tf":2.449489742783178},"184":{"tf":1.4142135623730951},"199":{"tf":1.0},"229":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":3.3166247903554},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":3.1622776601683795},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":4.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":17,"docs":{"103":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":2.23606797749979}}}}}},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"<":{"df":0,"docs":{},"i":{">":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":12,"docs":{"15":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"187":{"tf":2.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"235":{"tf":2.8284271247461903},"244":{"tf":2.8284271247461903},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"73":{"tf":1.0},"81":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":1,"docs":{"142":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"150":{"tf":1.0},"252":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"n":{"c":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"29":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":4,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"31":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"13":{"tf":1.0},"251":{"tf":1.0}},"r":{"df":4,"docs":{"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"245":{"tf":1.0},"28":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":2.8284271247461903},"180":{"tf":1.7320508075688772},"191":{"tf":1.0},"35":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":4,"docs":{"193":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":2.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"a":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"219":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951}}}}},"df":58,"docs":{"116":{"tf":1.0},"118":{"tf":2.6457513110645907},"124":{"tf":2.0},"125":{"tf":2.449489742783178},"126":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"141":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":2.0},"222":{"tf":1.4142135623730951},"223":{"tf":2.0},"224":{"tf":2.23606797749979},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"227":{"tf":2.0},"228":{"tf":2.0},"229":{"tf":2.8284271247461903},"230":{"tf":2.6457513110645907},"231":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":2.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"252":{"tf":3.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"219":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"230":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"21":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"248":{"tf":1.0},"25":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}}}}},"o":{"c":{"df":8,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"22":{"tf":2.0}}},"df":0,"docs":{},"k":{"df":10,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}}}},"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"1":{".":{"2":{".":{"3":{".":{"4":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}},"df":0,"docs":{}}}}}},"s":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"_":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}},"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"51":{"tf":1.0},"80":{"tf":1.0}}}}},"t":{"'":{"df":10,"docs":{"146":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":10,"docs":{"124":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"189":{"tf":1.0},"248":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}},"(":{"df":1,"docs":{"37":{"tf":1.0}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"2":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"3":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"72":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"47":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"72":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"248":{"tf":2.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"195":{"tf":1.0},"30":{"tf":1.0}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":71,"docs":{"11":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"118":{"tf":3.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"132":{"tf":2.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":4.0},"143":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"147":{"tf":3.605551275463989},"148":{"tf":2.6457513110645907},"180":{"tf":4.358898943540674},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"248":{"tf":5.830951894845301},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"28":{"tf":2.449489742783178},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":1.7320508075688772},"35":{"tf":3.0},"36":{"tf":2.23606797749979},"37":{"tf":2.6457513110645907},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"49":{"tf":2.0},"50":{"tf":3.0},"51":{"tf":2.449489742783178},"52":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{",":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"144":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}},"o":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"v":{"a":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"q":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"s":{"df":2,"docs":{"248":{"tf":1.0},"251":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"163":{"tf":2.0},"183":{"tf":2.0},"196":{"tf":1.0},"251":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"ń":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"230":{"tf":1.0},"248":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":1,"docs":{"251":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"\"":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"12":{"tf":1.0},"183":{"tf":1.4142135623730951},"198":{"tf":1.0},"249":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"143":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":8.06225774829855},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"142":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":2.23606797749979},"241":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.7320508075688772},"86":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":6,"docs":{"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"5":{"2":{"5":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"1":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":3.872983346207417}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"166":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":2.8284271247461903},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"248":{"tf":1.7320508075688772},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"248":{"tf":1.0},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.0},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"32":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"251":{"tf":10.770329614269007},"252":{"tf":4.123105625617661}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"252":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"183":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":100,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0}}}},"v":{"df":1,"docs":{"169":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"252":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":4.795831523312719}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"ń":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"178":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"118":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"180":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{">":{"<":{"a":{"df":1,"docs":{"251":{"tf":4.898979485566356}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":9.643650760992955}}}},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":38.691084244306204},"252":{"tf":18.24828759089466}},"e":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"<":{"/":{"df":0,"docs":{},"h":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":20.0},"252":{"tf":7.0}}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"96":{"tf":3.4641016151377544}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"176":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":16.61324772583615},"252":{"tf":12.569805089976535},"30":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"180":{"tf":1.0},"186":{"tf":1.4142135623730951},"251":{"tf":1.0}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":9,"docs":{"110":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"17":{"tf":1.0},"193":{"tf":1.4142135623730951},"217":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"=":{"$":{"(":{"(":{"$":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"k":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"x":{"df":3,"docs":{"129":{"tf":1.0},"150":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":3.0},"101":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":6.48074069840786},"252":{"tf":4.58257569495584},"71":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"2":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"1":{"tf":1.0},"142":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"22":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":1,"docs":{"251":{"tf":1.0}}},"o":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"162":{"tf":3.0},"163":{"tf":2.23606797749979},"36":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"183":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"252":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"165":{"tf":2.0}}}}}}},"df":5,"docs":{"251":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"c":{"df":38,"docs":{"11":{"tf":1.4142135623730951},"14":{"tf":2.0},"147":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"174":{"tf":1.0},"18":{"tf":2.23606797749979},"180":{"tf":2.449489742783178},"181":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"248":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"180":{"tf":1.7320508075688772},"183":{"tf":1.0},"248":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"166":{"tf":2.0},"249":{"tf":1.0},"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}},"s":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}},"t":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"249":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"73":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":2,"docs":{"169":{"tf":1.0},"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"131":{"tf":1.7320508075688772},"248":{"tf":1.0},"252":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":10,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":2.449489742783178},"27":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"65":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"n":{"df":7,"docs":{"165":{"tf":4.58257569495584},"17":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.7320508075688772}}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"101":{"tf":1.0},"136":{"tf":1.4142135623730951},"163":{"tf":1.0},"180":{"tf":2.449489742783178},"201":{"tf":1.4142135623730951},"21":{"tf":1.0},"248":{"tf":2.6457513110645907},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"133":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"10":{"tf":1.0},"249":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":3,"docs":{"2":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"208":{"tf":1.4142135623730951},"75":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"y":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}}},"p":{"(":{"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"147":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"á":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"188":{"tf":1.0},"189":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"250":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":100,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"252":{"tf":3.1622776601683795}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"144":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"d":{"5":{"df":2,"docs":{"188":{"tf":1.0},"252":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"141":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"241":{"tf":1.0},"251":{"tf":21.908902300206645},"252":{"tf":7.745966692414834},"28":{"tf":1.0},"44":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"5":{"tf":1.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"m":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"g":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"252":{"tf":7.211102550927978}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"201":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}},"df":2,"docs":{"252":{"tf":2.8284271247461903},"90":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":11,"docs":{"145":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"6":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":2.23606797749979},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"z":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":2,"docs":{"249":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":2.0}}}}}}}},"s":{"df":1,"docs":{"248":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"180":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":9.899494936611665}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"49":{"tf":1.0},"94":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"251":{"tf":15.491933384829668},"252":{"tf":6.164414002968976}},"i":{"df":7,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":2.0},"248":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":8.774964387392123},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":15,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"163":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"124":{"tf":1.4142135623730951},"129":{"tf":1.0},"131":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.7320508075688772},"219":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"95":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"154":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"144":{"tf":1.0},"248":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"141":{"tf":1.0},"179":{"tf":1.0}}}},"df":26,"docs":{"12":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":4.0},"17":{"tf":3.3166247903554},"184":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":2.23606797749979},"22":{"tf":2.23606797749979},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"23":{"tf":2.449489742783178},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"244":{"tf":2.0},"27":{"tf":3.3166247903554},"47":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":2.6457513110645907}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},":":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{">":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"166":{"tf":2.0},"17":{"tf":2.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"251":{"tf":13.152946437965905},"252":{"tf":6.164414002968976},"27":{"tf":2.0},"30":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"248":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":6,"docs":{"133":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"179":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.7320508075688772},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.4142135623730951}},"e":{"d":{"df":52,"docs":{"100":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":2.0},"142":{"tf":2.6457513110645907},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":3.0},"249":{"tf":1.0},"250":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":2.8284271247461903},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.449489742783178},"96":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}}}}},"t":{"df":2,"docs":{"180":{"tf":1.0},"252":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":1.0},"78":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"133":{"tf":1.4142135623730951}}}}},"w":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"141":{"tf":2.23606797749979},"225":{"tf":1.0},"248":{"tf":2.449489742783178},"252":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"142":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"248":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"230":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"181":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"248":{"tf":1.7320508075688772},"26":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}}}},"m":{"df":1,"docs":{"252":{"tf":1.0}}},"n":{"df":13,"docs":{"127":{"tf":1.0},"129":{"tf":2.0},"180":{"tf":1.0},"186":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"251":{"tf":10.954451150103322},"252":{"tf":4.123105625617661},"35":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":12,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"73":{"tf":2.449489742783178},"82":{"tf":1.0},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":7.211102550927978}}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"196":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":2.449489742783178},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"27":{"tf":1.0}}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":18,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"h":{"df":8,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"i":{"c":{"df":3,"docs":{"251":{"tf":25.96150997149434},"252":{"tf":14.832396974191326},"36":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":2,"docs":{"165":{"tf":2.449489742783178},"248":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"w":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":1,"docs":{"90":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}},"m":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}},"df":14,"docs":{"100":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"82":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}}},"o":{">":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}},"e":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"183":{"tf":1.4142135623730951},"189":{"tf":1.0}}}}}},"df":6,"docs":{"13":{"tf":1.0},"183":{"tf":1.4142135623730951},"198":{"tf":1.0},"251":{"tf":15.524174696260024},"252":{"tf":5.291502622129181},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":7.745966692414834}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.0},"235":{"tf":3.872983346207417},"244":{"tf":3.872983346207417}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"_":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772}}},"l":{"d":{"df":4,"docs":{"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":32,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":2.0},"116":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.7320508075688772},"136":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"29":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"96":{"tf":1.0}}}}},"p":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":4.123105625617661}}}}}},"r":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}},"s":{":":{":":{"df":0,"docs":{},"{":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"28":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"78":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.4142135623730951}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":2.23606797749979},"24":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":4.69041575982343}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"252":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":15.491933384829668},"252":{"tf":9.643650760992955}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":26,"docs":{"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.23606797749979},"137":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":2.0},"180":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.23606797749979},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":2.449489742783178},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{":":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"141":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"147":{"tf":1.0},"180":{"tf":1.7320508075688772},"22":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.366600265340756},"7":{"tf":1.0},"84":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"248":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0}}},"2":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"180":{"tf":3.0},"187":{"tf":2.0},"188":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":2.8284271247461903},"230":{"tf":1.0},"235":{"tf":2.0},"244":{"tf":2.0},"248":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":3.4641016151377544},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":2.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":3.605551275463989},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.23606797749979}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":15,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.4142135623730951},"27":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"141":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"6":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":14.696938456699069},"252":{"tf":5.385164807134504}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}}}},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"p":{"2":{"5":{"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":1,"docs":{"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}}}}},"df":13,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":4.898979485566356},"252":{"tf":2.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"95":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"248":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"158":{"tf":2.0},"180":{"tf":1.0},"214":{"tf":1.4142135623730951},"224":{"tf":2.0},"225":{"tf":1.0},"25":{"tf":1.0}}}}}},"m":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":34,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"198":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"227":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":3.0},"244":{"tf":2.6457513110645907},"248":{"tf":5.656854249492381},"249":{"tf":2.0},"250":{"tf":2.8284271247461903},"42":{"tf":2.0},"43":{"tf":2.0},"44":{"tf":2.6457513110645907},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":4.242640687119285},"48":{"tf":2.23606797749979},"49":{"tf":2.449489742783178},"50":{"tf":3.605551275463989},"69":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":46,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"142":{"tf":1.4142135623730951},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":4.358898943540674},"181":{"tf":1.0},"189":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"23":{"tf":1.0},"248":{"tf":3.0},"250":{"tf":2.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"70":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"154":{"tf":1.4142135623730951},"248":{"tf":1.0},"85":{"tf":1.0}},"s":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"_":{">":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},">":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"49":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":2,"docs":{"248":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}},"{":{",":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"72":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":43,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":4.69041575982343},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"116":{"tf":1.0},"248":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"q":{"df":4,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"179":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.12403840463596},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"251":{"tf":8.831760866327848},"252":{"tf":3.4641016151377544}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":15,"docs":{"124":{"tf":1.0},"147":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":3.0},"198":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":3,"docs":{"178":{"tf":1.0},"251":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":16.73320053068151},"252":{"tf":5.916079783099616}}}}},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"/":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"188":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":10,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"8":{"tf":2.0},"92":{"tf":1.0}}}}},"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}},"s":{"=":{"3":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"163":{"tf":1.7320508075688772}}},"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":37,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":3.872983346207417},"181":{"tf":1.0},"183":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":2.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"94":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":2.23606797749979}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"x":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"252":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"81":{"tf":2.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":2.23606797749979}}}}}},"df":12,"docs":{"110":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"154":{"tf":1.0},"165":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"175":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":12.083045973594572}}}},"t":{"df":1,"docs":{"252":{"tf":7.810249675906654}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":8.888194417315589},"252":{"tf":3.1622776601683795}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"252":{"tf":10.246950765959598},"73":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"183":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"&":{"'":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":4,"docs":{"189":{"tf":1.0},"21":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"29":{"tf":1.7320508075688772},"63":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}}}},"k":{"c":{"df":0,"docs":{},"s":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"y":{"df":1,"docs":{"1":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"14":{"tf":1.0},"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"142":{"tf":1.0},"17":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"248":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":7.14142842854285}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":16,"docs":{"116":{"tf":1.0},"124":{"tf":1.0},"142":{"tf":1.7320508075688772},"180":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"2":{"tf":1.0},"39":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"103":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}}},"df":9,"docs":{"148":{"tf":2.449489742783178},"180":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"201":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"30":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":20,"docs":{"101":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"86":{"tf":2.6457513110645907},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":4.0}}}}},"s":{"df":1,"docs":{"129":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":9,"docs":{"133":{"tf":2.0},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":2.23606797749979}},"s":{"df":4,"docs":{"108":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.0},"43":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"251":{"tf":4.795831523312719},"252":{"tf":2.0},"27":{"tf":1.4142135623730951}},"f":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"161":{"tf":2.6457513110645907},"162":{"tf":2.8284271247461903},"163":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"1":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"3":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"a":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":3.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"141":{"tf":1.0},"250":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.0}}}},"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}}}},"df":15,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":4.58257569495584},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"185":{"tf":1.0},"2":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"52":{"tf":1.0},"59":{"tf":1.7320508075688772},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":11,"docs":{"124":{"tf":1.0},"180":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":5,"docs":{"100":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.898979485566356},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":2,"docs":{"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":26,"docs":{"100":{"tf":3.7416573867739413},"101":{"tf":1.7320508075688772},"102":{"tf":2.23606797749979},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"180":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":2.0},"248":{"tf":2.8284271247461903},"249":{"tf":1.4142135623730951},"44":{"tf":1.0},"92":{"tf":1.7320508075688772},"95":{"tf":3.4641016151377544},"97":{"tf":1.7320508075688772},"99":{"tf":2.0}},"e":{"/":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"}":{"/":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"252":{"tf":3.4641016151377544}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"199":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":2.23606797749979}},"e":{"=":{"$":{"2":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0}},"e":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"3":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"$":{"(":{"(":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"=":{"$":{"1":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":3,"docs":{"162":{"tf":3.4641016151377544},"163":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951}}}}}}},"df":22,"docs":{"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.7320508075688772},"225":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"73":{"tf":2.6457513110645907},"79":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":3.1622776601683795},"82":{"tf":2.0},"83":{"tf":1.7320508075688772},"84":{"tf":2.0},"85":{"tf":3.1622776601683795},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"180":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":3.3166247903554},"36":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":40,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.4142135623730951},"180":{"tf":2.6457513110645907},"183":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":17.88854381999832},"252":{"tf":11.269427669584644},"28":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":2.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":12,"docs":{"188":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"230":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":3.0},"96":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"181":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":7.280109889280518}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"73":{"tf":3.872983346207417},"79":{"tf":1.0},"84":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":16.64331697709324},"252":{"tf":10.04987562112089},"3":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"36":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":3.7416573867739413},"79":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"q":{"df":2,"docs":{"202":{"tf":1.7320508075688772},"247":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{";":{"[":{"]":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.1622776601683795},"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"n":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"199":{"tf":1.0}},"g":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":2.23606797749979},"81":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":1,"docs":{"251":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"c":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":2.23606797749979},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"111":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":2.0},"180":{"tf":1.4142135623730951},"252":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"i":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"180":{"tf":1.0},"235":{"tf":1.4142135623730951},"245":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"180":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"72":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":2.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"172":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"131":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":8,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"t":{">":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"58":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"180":{"tf":1.0},"196":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":6.48074069840786}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"u":{"c":{"df":9,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"142":{"tf":1.7320508075688772},"179":{"tf":1.0},"248":{"tf":1.4142135623730951},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"148":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":2.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"37":{"tf":1.0}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":7,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"162":{"tf":1.4142135623730951},"34":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"70":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"51":{"tf":1.0}}},"df":9,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"67":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"v":{"df":11,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"148":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":7,"docs":{"142":{"tf":1.0},"148":{"tf":2.0},"163":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"58":{"tf":1.0},"73":{"tf":3.605551275463989}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"180":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"119":{"tf":1.0},"124":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.0},"30":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"16":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"45":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":5.0990195135927845}},"t":{"df":2,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.47213595499958}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"219":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"v":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.6457513110645907}}}}},"i":{"d":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"251":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":2.0},"248":{"tf":1.0}}}},"v":{"df":3,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":21,"docs":{"11":{"tf":1.0},"12":{"tf":2.8284271247461903},"13":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":2.449489742783178},"178":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":2.8284271247461903},"248":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"<":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"52":{"tf":1.0}}},"2":{"df":1,"docs":{"52":{"tf":1.0}}},"3":{"df":1,"docs":{"52":{"tf":1.0}}},"4":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{">":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{">":{"(":{")":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"196":{"tf":1.0},"2":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"81":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"131":{"tf":1.4142135623730951},"73":{"tf":2.0},"84":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":7.416198487095663}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"<":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":12,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":4.242640687119285},"2":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.7416573867739413},"6":{"tf":1.0},"85":{"tf":1.0}}}},"m":{"df":9,"docs":{"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"241":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":3.7416573867739413}}}}},"df":3,"docs":{"20":{"tf":2.8284271247461903},"21":{"tf":3.4641016151377544},"22":{"tf":2.449489742783178}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"119":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":24,"docs":{"118":{"tf":3.605551275463989},"12":{"tf":1.0},"124":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.0},"165":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.7320508075688772},"232":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"179":{"tf":1.4142135623730951},"248":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.1622776601683795},"36":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"a":{"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"1":{"2":{"3":{"4":{"5":{"6":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"f":{"c":{"#":{"2":{"6":{"0":{"2":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"7":{"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"250":{"tf":1.0}}},"df":2,"docs":{"114":{"tf":1.0},"97":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":8.06225774829855},"6":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0}}}}},"m":{"df":11,"docs":{"114":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"183":{"tf":1.0},"97":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":4.123105625617661},"252":{"tf":1.0}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"n":{")":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"116":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"180":{"tf":2.8284271247461903},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":2.0},"91":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.7320508075688772},"81":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"#":{"2":{"2":{"7":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":1,"docs":{"13":{"tf":1.0}}},"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":3,"docs":{"150":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"x":{".":{"0":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"df":4,"docs":{"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"190":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":2.0}}}}},"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"180":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"df":0,"docs":{},"s":{"3":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":8,"docs":{"144":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"225":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":18,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":3.0},"45":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"153":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"59":{"tf":1.0}}}},"y":{"df":1,"docs":{"180":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":8,"docs":{"15":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979},"96":{"tf":2.0},"98":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"<":{"'":{"_":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"d":{"df":1,"docs":{"249":{"tf":2.0}},"k":{"df":2,"docs":{"249":{"tf":2.0},"251":{"tf":2.23606797749979}}}},"df":4,"docs":{"249":{"tf":2.0},"251":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}}}}}},"n":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.0}}}},"c":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"150":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"51":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"100":{"tf":1.0},"12":{"tf":1.0},"142":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":2.8284271247461903},"48":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"92":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"248":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},".":{"0":{")":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"17":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"1":{")":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{")":{"(":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"'":{"_":{"df":2,"docs":{"250":{"tf":1.0},"47":{"tf":3.0}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"2":{"df":1,"docs":{"85":{"tf":1.0}}},"3":{"df":1,"docs":{"85":{"tf":1.0}}},"4":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"49":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"<":{"'":{"_":{">":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":2.0},"47":{"tf":2.8284271247461903}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.7320508075688772},"21":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"49":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"l":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":7.874007874011811}}}},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"136":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"129":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"130":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"50":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"r":{"d":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"251":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"118":{"tf":1.7320508075688772},"124":{"tf":2.0},"137":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"45":{"tf":2.23606797749979},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"50":{"tf":2.449489742783178},"73":{"tf":3.7416573867739413},"78":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"45":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"167":{"tf":1.0},"180":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"47":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"c":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":2.8284271247461903},"165":{"tf":2.449489742783178},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.7416573867739413},"35":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"105":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"195":{"tf":1.0},"249":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.0}}}}}},"h":{"a":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":24.49489742783178},"252":{"tf":13.856406460551018}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"175":{"tf":1.0},"251":{"tf":6.48074069840786},"252":{"tf":2.23606797749979},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"150":{"tf":1.0},"180":{"tf":2.0},"183":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"180":{"tf":1.0}}},"w":{"df":24,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"36":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"92":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":3,"docs":{"110":{"tf":1.0},"249":{"tf":1.0},"34":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"251":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"131":{"tf":1.0},"248":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"180":{"tf":1.0},"248":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"i":{"df":3,"docs":{"252":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}}},"l":{"a":{"b":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":3.1622776601683795}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"_":{"c":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":1,"docs":{"251":{"tf":3.1622776601683795}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":55,"docs":{"127":{"tf":1.0},"133":{"tf":2.0},"143":{"tf":1.7320508075688772},"180":{"tf":2.0},"181":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":8.831760866327848},"252":{"tf":23.600847442411894},"3":{"tf":1.0},"73":{"tf":3.0}},"e":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"141":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"189":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"248":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"180":{"tf":1.0},"70":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"248":{"tf":2.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":12,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"180":{"tf":1.0},"251":{"tf":21.908902300206645},"252":{"tf":8.888194417315589},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"198":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"147":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.123105625617661}}}},"df":0,"docs":{},"f":{"df":16,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":2.449489742783178},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":3.7416573867739413},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":9,"docs":{"189":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"df":3,"docs":{"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"$":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"a":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"a":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{":":{"<":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"=":{"$":{"(":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":4.898979485566356},"159":{"tf":2.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":2.8284271247461903},"169":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"48":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.0}}},"l":{"df":1,"docs":{"252":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"251":{"tf":1.0}},"o":{"df":0,"docs":{},"i":{"d":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"241":{"tf":1.7320508075688772}}},"l":{"df":3,"docs":{"161":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"252":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"123":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":3.605551275463989},"179":{"tf":1.0},"180":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.4142135623730951},"52":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}},"e":{"1":{"df":1,"docs":{"53":{"tf":1.0}}},"2":{"df":1,"docs":{"53":{"tf":1.0}}},"3":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":1,"docs":{"53":{"tf":1.0}}},"_":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"b":{"df":1,"docs":{"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.4142135623730951},"148":{"tf":1.0},"44":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":7,"docs":{"250":{"tf":2.8284271247461903},"37":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":7,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":2.6457513110645907},"44":{"tf":1.0},"47":{"tf":2.23606797749979},"69":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"148":{"tf":1.0},"250":{"tf":2.6457513110645907},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"148":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"44":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":75,"docs":{"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":2.449489742783178},"109":{"tf":2.8284271247461903},"110":{"tf":3.0},"111":{"tf":4.0},"112":{"tf":2.449489742783178},"113":{"tf":1.0},"114":{"tf":2.449489742783178},"115":{"tf":1.0},"118":{"tf":2.0},"124":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":2.0},"141":{"tf":3.3166247903554},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"169":{"tf":1.0},"173":{"tf":2.0},"179":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"188":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.7320508075688772},"248":{"tf":4.898979485566356},"249":{"tf":3.3166247903554},"250":{"tf":1.7320508075688772},"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584},"29":{"tf":3.605551275463989},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":3.3166247903554},"36":{"tf":3.1622776601683795},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"50":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"55":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"6":{"tf":1.0},"62":{"tf":3.0},"63":{"tf":2.8284271247461903},"64":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":2.23606797749979},"67":{"tf":2.0},"68":{"tf":2.23606797749979},"69":{"tf":2.449489742783178},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":2.8284271247461903},"81":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"_":{"*":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"109":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"107":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"249":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"248":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"df":3,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"df":6,"docs":{"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"235":{"tf":3.0},"244":{"tf":3.0}}},"df":0,"docs":{}},"u":{"df":11,"docs":{"110":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"36":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"84":{"tf":1.0},"97":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"m":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{":":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"p":{"(":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"3":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"234":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"1":{"df":1,"docs":{"235":{"tf":1.0}}},"2":{"df":1,"docs":{"235":{"tf":1.0}}},"3":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"_":{"1":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"223":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"2":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"3":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"2":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"6":{"4":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"240":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"240":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":14,"docs":{"179":{"tf":2.23606797749979},"180":{"tf":2.0},"185":{"tf":1.4142135623730951},"225":{"tf":2.0},"229":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":2.8284271247461903},"82":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"239":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":2.23606797749979},"244":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"124":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":2.0},"248":{"tf":2.0},"47":{"tf":2.0},"52":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":19,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"236":{"tf":1.0},"245":{"tf":1.0},"6":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":38,"docs":{"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"180":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"27":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":7,"docs":{"135":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"230":{"tf":2.0},"245":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":2.8284271247461903},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"252":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"163":{"tf":1.0},"180":{"tf":1.4142135623730951},"235":{"tf":2.0},"244":{"tf":2.0},"249":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"201":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"17":{"tf":2.0},"188":{"tf":1.0},"20":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":2.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"96":{"tf":2.0}},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{";":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"20":{"tf":1.0}}},"2":{"df":1,"docs":{"20":{"tf":1.0}}},"3":{"df":1,"docs":{"20":{"tf":1.0}}},"4":{"df":1,"docs":{"20":{"tf":1.0}}},"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"180":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"248":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}},"u":{"b":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"=":{"$":{"1":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":8.06225774829855},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":7.483314773547883}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"t":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":5.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":8,"docs":{"103":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"50":{"tf":1.0}}}},"t":{"df":2,"docs":{"248":{"tf":1.0},"52":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":7.14142842854285}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.8284271247461903},"35":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":2.8284271247461903},"248":{"tf":1.0},"6":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"h":{"df":8,"docs":{"100":{"tf":1.0},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":26.832815729997478},"252":{"tf":10.198039027185569},"47":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"81":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"133":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"165":{"tf":1.4142135623730951}},"i":{"df":4,"docs":{"201":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"248":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":2.8284271247461903},"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"180":{"tf":1.7320508075688772},"52":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"135":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"102":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"97":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"y":{"df":2,"docs":{"251":{"tf":2.8284271247461903},"252":{"tf":1.4142135623730951}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"148":{"tf":1.4142135623730951},"243":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":1,"docs":{"251":{"tf":1.7320508075688772}},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":6.164414002968976},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"2":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.605551275463989},"35":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"c":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"é":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"148":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}},"e":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{">":{"<":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}},"n":{"df":2,"docs":{"249":{"tf":1.0},"40":{"tf":1.0}}},"s":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"6":{"4":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":1,"docs":{"251":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"251":{"tf":1.7320508075688772},"27":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"75":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903}}}}},"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"y":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"22":{"tf":2.0},"235":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":140,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"161":{"tf":1.0},"180":{"tf":2.23606797749979},"199":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":2.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"133":{"tf":1.0},"166":{"tf":1.4142135623730951},"251":{"tf":18.947295321496416},"252":{"tf":7.280109889280518},"59":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"163":{"tf":1.0},"169":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{":":{"<":{"/":{"df":0,"docs":{},"h":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"163":{"tf":2.23606797749979},"251":{"tf":12.569805089976535},"252":{"tf":4.47213595499958},"73":{"tf":1.7320508075688772},"8":{"tf":1.0},"86":{"tf":2.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"249":{"tf":2.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"248":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"135":{"tf":1.0},"154":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}},"k":{"df":3,"docs":{"145":{"tf":1.0},"153":{"tf":1.0},"180":{"tf":1.0}}}},"r":{"d":{"df":3,"docs":{"180":{"tf":1.0},"251":{"tf":8.831760866327848},"252":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"136":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":4.123105625617661},"38":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}},"t":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"180":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"26":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"85":{"tf":1.0}}}}}}}}}},"u":{"df":1,"docs":{"70":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"195":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}},"m":{"df":1,"docs":{"252":{"tf":1.7320508075688772}},"e":{"df":38,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":3.0},"159":{"tf":1.4142135623730951},"163":{"tf":2.449489742783178},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"178":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"=":{"$":{"'":{"%":{"*":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"163":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}},"u":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"j":{"df":0,"docs":{},"h":{"@":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"/":{".":{"a":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"180":{"tf":1.0}}},"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"51":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"c":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"c":{":":{":":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{">":{"(":{"8":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"1":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":7,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"27":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}},"l":{"df":10,"docs":{"147":{"tf":1.0},"180":{"tf":2.6457513110645907},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"95":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.06225774829855}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":2.449489742783178}}}}}},"r":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":2.0}}},"k":{"df":6,"docs":{"14":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"26":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":2.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"73":{"tf":1.0},"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"21":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"35":{"tf":2.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"179":{"tf":1.0},"59":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"166":{"tf":1.4142135623730951},"180":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"8":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"235":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"180":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.4142135623730951},"180":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":49,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"148":{"tf":2.0},"16":{"tf":2.23606797749979},"17":{"tf":2.6457513110645907},"18":{"tf":1.0},"180":{"tf":2.449489742783178},"181":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.7320508075688772},"20":{"tf":3.1622776601683795},"201":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.6457513110645907},"23":{"tf":2.449489742783178},"235":{"tf":2.0},"244":{"tf":2.0},"248":{"tf":2.449489742783178},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":6.782329983125268},"252":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":2.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"67":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":3.0}},"i":{"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{":":{":":{"<":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}},"e":{"!":{"(":{"a":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"b":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"235":{"tf":2.0},"244":{"tf":3.1622776601683795},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"96":{"tf":1.0}}},">":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":1,"docs":{"49":{"tf":1.0}},"i":{"df":3,"docs":{"131":{"tf":1.4142135623730951},"183":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":18.681541692269406},"252":{"tf":7.874007874011811}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"230":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"251":{"tf":2.8284271247461903},"252":{"tf":4.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}},"t":{"df":4,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"147":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356},"90":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"199":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":21,"docs":{"133":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"184":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":2.449489742783178},"28":{"tf":1.0},"35":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":14,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":2.449489742783178},"141":{"tf":1.7320508075688772},"142":{"tf":2.449489742783178},"143":{"tf":3.1622776601683795},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.8284271247461903},"180":{"tf":1.0},"248":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"251":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":7,"docs":{"124":{"tf":1.0},"21":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0}}}},"df":76,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.7320508075688772},"135":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"148":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":2.449489742783178},"174":{"tf":1.0},"180":{"tf":4.47213595499958},"193":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"244":{"tf":2.0},"248":{"tf":4.358898943540674},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":21.863211109075447},"252":{"tf":17.406895185529212},"26":{"tf":1.4142135623730951},"27":{"tf":2.0},"30":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.449489742783178},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":66,"docs":{"100":{"tf":1.0},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"135":{"tf":1.7320508075688772},"143":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.449489742783178},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":3.1622776601683795},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":2.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":2.0},"133":{"tf":1.0},"180":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"183":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"135":{"tf":2.0}}},"2":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.8284271247461903},"181":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":2.23606797749979},"235":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":3.4641016151377544},"38":{"tf":2.6457513110645907},"39":{"tf":2.8284271247461903},"40":{"tf":2.23606797749979},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":2.23606797749979},"50":{"tf":2.0},"62":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":2.23606797749979}},"e":{"(":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}},"=":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"13":{"tf":1.7320508075688772}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"141":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":2,"docs":{"100":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"166":{"tf":1.0}},"e":{"c":{"!":{"[":{"1":{"df":1,"docs":{"244":{"tf":1.0}}},"3":{"df":1,"docs":{"244":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"3":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"1":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"229":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"161":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":30,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"132":{"tf":2.0},"133":{"tf":4.47213595499958},"134":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":3.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"148":{"tf":1.0},"17":{"tf":1.7320508075688772},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":10.816653826391969},"252":{"tf":4.795831523312719},"27":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"73":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"d":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":4,"docs":{"249":{"tf":1.0},"44":{"tf":1.4142135623730951},"72":{"tf":1.0},"86":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"1":{"0":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"165":{"tf":3.872983346207417},"178":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"135":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"191":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"252":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"243":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":16.61324772583615},"252":{"tf":12.922847983320086}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}},"m":{"df":7,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"169":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":11,"docs":{"133":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.0},"191":{"tf":1.0},"200":{"tf":1.0},"248":{"tf":1.7320508075688772},"252":{"tf":2.8284271247461903},"38":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}},"v":{"df":1,"docs":{"180":{"tf":1.0}}}},"b":{"df":20,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":3.0},"163":{"tf":1.0},"180":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"217":{"tf":1.0},"219":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.6457513110645907},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":5,"docs":{"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"179":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"146":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}}}},"w":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"132":{"tf":1.0},"180":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"142":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":12.649110640673518},"252":{"tf":9.16515138991168},"35":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.23606797749979}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"249":{"tf":1.4142135623730951},"251":{"tf":2.6457513110645907},"252":{"tf":1.7320508075688772}},"s":{"_":{"a":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"8":{"6":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"8":{"6":{"_":{"6":{"4":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"df":1,"docs":{"249":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"<":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"139":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},":":{":":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"105":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"125":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"199":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":17.804493814764857},"252":{"tf":6.324555320336759},"37":{"tf":1.0},"54":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":14.0},"252":{"tf":14.38749456993816},"6":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"148":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":30,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":2.6457513110645907},"181":{"tf":1.0},"199":{"tf":1.7320508075688772},"248":{"tf":2.0},"251":{"tf":45.9782557302906},"252":{"tf":16.217274740226856},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":2.23606797749979},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"168":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"191":{"tf":1.0},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":23,"docs":{"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.7320508075688772},"197":{"tf":1.0},"199":{"tf":2.8284271247461903},"200":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.0},"99":{"tf":2.0}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"102":{"tf":1.0},"104":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":1,"docs":{"169":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"20":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":2.0},"180":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"251":{"tf":12.489995996796797},"252":{"tf":4.69041575982343},"28":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.58257569495584},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":2.449489742783178}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"201":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"'":{"_":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"217":{"tf":1.0},"249":{"tf":1.4142135623730951}},"i":{"d":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"180":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"150":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":2,"docs":{"147":{"tf":1.0},"180":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}},"v":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":2.449489742783178}}}}}},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":4.0},"252":{"tf":2.23606797749979}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":2.0}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"title":{"root":{"1":{"0":{"df":1,"docs":{"165":{"tf":1.0}}},"1":{"df":1,"docs":{"166":{"tf":1.0}}},"2":{"df":1,"docs":{"167":{"tf":1.0}}},"3":{"df":1,"docs":{"169":{"tf":1.0}}},"4":{"df":1,"docs":{"172":{"tf":1.0}}},"5":{"df":1,"docs":{"173":{"tf":1.0}}},"6":{"df":1,"docs":{"174":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"176":{"tf":1.0}}},"9":{"df":1,"docs":{"178":{"tf":1.0}}},"df":2,"docs":{"149":{"tf":1.0},"153":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"179":{"tf":1.0}}},"df":2,"docs":{"154":{"tf":1.0},"170":{"tf":1.0}}},"3":{"df":1,"docs":{"156":{"tf":1.0}}},"4":{"df":1,"docs":{"157":{"tf":1.0}}},"5":{"df":1,"docs":{"158":{"tf":1.0}}},"6":{"df":1,"docs":{"159":{"tf":1.0}}},"7":{"df":1,"docs":{"161":{"tf":1.0}}},"8":{"df":1,"docs":{"162":{"tf":1.0}}},"9":{"df":1,"docs":{"163":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"148":{"tf":1.0},"153":{"tf":1.0}}}},"v":{"df":2,"docs":{"102":{"tf":1.0},"104":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"188":{"tf":1.0},"195":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"209":{"tf":1.0}}}},"df":3,"docs":{"119":{"tf":1.0},"149":{"tf":1.0},"170":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"181":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"152":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}}}},"u":{"df":1,"docs":{"210":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"139":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"212":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"43":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"169":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}},"m":{"d":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":3,"docs":{"116":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"143":{"tf":1.0},"180":{"tf":1.0},"235":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"184":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"87":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"185":{"tf":1.0},"42":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"159":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"180":{"tf":1.0},"211":{"tf":1.0},"237":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"110":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"106":{"tf":1.0},"108":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"155":{"tf":1.0},"177":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"9":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"124":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"77":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"116":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"179":{"tf":1.0},"207":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"238":{"tf":1.0},"240":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"149":{"tf":1.0},"170":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"175":{"tf":1.0},"185":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"163":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"65":{"tf":1.0},"67":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"250":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"173":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"157":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"231":{"tf":1.0},"244":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"i":{"c":{"df":3,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"52":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"187":{"tf":1.0},"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":12,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"203":{"tf":1.0},"211":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"197":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"'":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"188":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":1,"docs":{"193":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"159":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"n":{"df":1,"docs":{"9":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"144":{"tf":1.0},"146":{"tf":1.0},"208":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"186":{"tf":1.0},"227":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"229":{"tf":1.0},"5":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"160":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"196":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"42":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"172":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"149":{"tf":1.0},"170":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"220":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"191":{"tf":1.0},"192":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"174":{"tf":1.0},"200":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"161":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"q":{"df":2,"docs":{"202":{"tf":1.0},"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"245":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"162":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"226":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":7,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"n":{"df":2,"docs":{"143":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"15":{"tf":1.0},"151":{"tf":1.0},"182":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"203":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"189":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":19,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"173":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"75":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"239":{"tf":1.0},"242":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"212":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"172":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"135":{"tf":1.0},"216":{"tf":1.0},"230":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}},"i":{"df":2,"docs":{"201":{"tf":1.0},"246":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"150":{"tf":1.0},"169":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":8,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"43":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"119":{"tf":1.0},"149":{"tf":1.0},"170":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":5,"docs":{"190":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"b":{"df":4,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"168":{"tf":1.0},"171":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":5,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"199":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/searchindex.json b/searchindex.json new file mode 100644 index 000000000..b28cdef74 --- /dev/null +++ b/searchindex.json @@ -0,0 +1 @@ +{"doc_urls":["introduction.html#introduction","introduction.html#how-to-read-this-book","background.html#background","background/purpose.html#purpose","background/strategy.html#strategy","background/strategy.html#outcomes","background/strategy.html#input-dimensions","examples.html#examples","examples/download.html#download","examples/envman.html#env-man","examples/envman/walkthrough.html#walkthrough","technical_concepts.html#technical-concepts","technical_concepts/resources.html#resources","technical_concepts/resources.html#java-equivalent","technical_concepts/function_graph.html#function-graph","technical_concepts/function_graph.html#scenario","technical_concepts/function_graph.html#static-representation","technical_concepts/function_graph.html#dynamic-representation","technical_concepts/function_graph.html#how-it-works","technical_concepts/function_graph/abstraction.html#abstraction","technical_concepts/function_graph/abstraction.html#storage","technical_concepts/function_graph/abstraction.html#instantiation","technical_concepts/function_graph/abstraction.html#invocation","technical_concepts/function_graph/ordering.html#ordering","technical_concepts/function_graph/ordering.html#logical-dependencies","technical_concepts/function_graph/ordering.html#data-dependencies","technical_concepts/function_graph/streaming.html#streaming","technical_concepts/function_graph/streaming.html#visualized","technical_concepts/item.html#item","technical_concepts/item.html#data-types","technical_concepts/item.html#logic--building-blocks","technical_concepts/item.html#examples","technical_concepts/item.html#examples-1","technical_concepts/item.html#examples-2","technical_concepts/item.html#examples-3","technical_concepts/item.html#examples-4","technical_concepts/item.html#comparison-with-git","technical_concepts/item/item_parameters.html#item-parameters","technical_concepts/item/item_parameters/value_specification.html#value-specification","technical_concepts/item/item_parameters/value_specification.html#plain-values","technical_concepts/item/item_parameters/value_specification.html#referenced-values","technical_concepts/item/item_parameters/value_specification.html#transformed-values","technical_concepts/item/item_parameters/params_definition.html#params-definition","technical_concepts/item/item_parameters/params_definition.html#use-cases","technical_concepts/item/item_parameters/params_definition.html#by-item-function","technical_concepts/item/item_parameters/params_definition.html#encoding-serialization--deserialization","technical_concepts/item/item_parameters/params_definition.html#code-implications","technical_concepts/item/item_parameters/params_definition.html#framework","technical_concepts/item/item_parameters/params_definition.html#implementor","technical_concepts/item/item_parameters/params_framework_support.html#params-framework-support","technical_concepts/item/item_parameters/params_framework_support.html#implications-on-serialization-and-flow-params","technical_concepts/item_graph.html#item-graph","technical_concepts/item_graph/initialization.html#initialization","technical_concepts/item_graph/state_inspection.html#state-inspection","technical_concepts/item_graph/state_ensure.html#state-ensure","technical_concepts/item_graph/state_ensure.html#method","technical_concepts/item_graph/state_ensure.html#applyfnscheck","technical_concepts/item_graph/state_ensure.html#itemapply","technical_concepts/item_graph/state_ensure.html#dry-run","technical_concepts/item_graph/state_ensure.html#convergence--non-transactional-execution-recovery","technical_concepts/item_graph/clean.html#clean","technical_concepts/item_graph/clean.html#partial-clean","technical_concepts/state.html#state","technical_concepts/state.html#logical-and-physical-state","technical_concepts/state.html#defining-state","technical_concepts/state.html#fully-logical","technical_concepts/state.html#logical-and-physical","technical_concepts/state.html#fully-physical","technical_concepts/state/logical_state.html#logical-state","technical_concepts/state/logical_state.html#uses","technical_concepts/state/logical_state.html#discovery-constraints","technical_concepts/state/logical_state.html#examples","technical_concepts/state/logical_state.html#implications","technical_concepts/output.html#output","technical_concepts/output.html#outcome","technical_concepts/output.html#outcome-status","technical_concepts/output.html#outcome-messages","technical_concepts/output.html#outcome-errors","technical_concepts/output.html#format","technical_concepts/output/execution_progress.html#execution-progress","technical_concepts/output/execution_progress.html#information","technical_concepts/output/execution_progress.html#progress-status","technical_concepts/output/execution_progress.html#progress-measurement","technical_concepts/output/execution_progress.html#progress-timings","technical_concepts/output/execution_progress.html#information-production--consumption","technical_concepts/output/execution_progress.html#api","technical_concepts/output/presentation.html#presentation","technical_concepts/output/presentation.html#current-state","technical_concepts/output/presentation.html#goal-state","technical_concepts/output/presentation.html#information-kinds","technical_concepts/output/presentation.html#presentation--formatting","technical_concepts/workspace.html#workspace","technical_concepts/workspace.html#peace-data","technical_concepts/workspace.html#concrete-hierarchy-example","technical_concepts/commands.html#commands","technical_concepts/commands/scopes.html#scopes","technical_concepts/commands/scopes/reborrowing.html#reborrowing","technical_concepts/commands/use_cases.html#use-cases","technical_concepts/commands/use_cases/workspace_initialization.html#workspace-initialization","technical_concepts/commands/use_cases/workspace_initialization.html#command-creation","technical_concepts/commands/use_cases/profile_list.html#profile-list","technical_concepts/commands/use_cases/profile_list.html#command-creation","technical_concepts/commands/use_cases/workspace_stored_active_profile.html#workspace-stored-active-profile","technical_concepts/commands/use_cases/workspace_stored_active_profile.html#command-creation","technical_concepts/commands/use_cases/workspace_active_profile_switch.html#workspace-active-profile-switch","technical_concepts/commands/use_cases/workspace_active_profile_switch.html#command-creation","technical_concepts/commands/use_cases/state_discovery_and_display.html#state-discovery-and-display","technical_concepts/commands/use_cases/state_discovery_and_display.html#command-creation","technical_concepts/commands/use_cases/state_read_and_display.html#state-read-and-display","technical_concepts/commands/use_cases/state_read_and_display.html#command-creation","technical_concepts/commands/use_cases/state_diff.html#state-diff","technical_concepts/commands/use_cases/state_diff.html#command-creation","technical_concepts/commands/use_cases/state_apply.html#state-apply","technical_concepts/commands/use_cases/state_apply.html#command-creation","technical_concepts/commands/use_cases/state_clean.html#state-clean","technical_concepts/commands/use_cases/state_clean.html#command-creation","technical_concepts/commands/cmd_execution.html#cmd-execution","technical_concepts/commands/cmd_execution.html#framework","technical_concepts/commands/cmd_execution.html#use-cases-framework-implementor","technical_concepts/commands/cmd_execution.html#use-cases-automation-developer--end-user","technical_concepts/commands/cmd_execution.html#how-do-we-do-this-in-code","technical_concepts/commands/cmd_execution.html#diffcmd","technical_concepts/commands/cmd_execution.html#ensurecmd----simple-version","technical_concepts/commands/cmd_execution.html#ensurecmd----complex-version","technical_concepts/commands/cmd_execution.html#error-handling-and-interruptions","technical_concepts/commands/cmd_execution.html#interruptions","technical_concepts/commands/interruptibility.html#interruptibility","technical_concepts/commands/interruptibility.html#use-cases","technical_concepts/commands/interruptibility.html#imagined-code","technical_concepts/commands/interruptibility.html#cli-interactive--non-interactive","technical_concepts/commands/interruptibility.html#web-service","technical_concepts/commands/interruptibility.html#cli--web-service","technical_concepts/flow_versioning.html#flow-versioning","technical_concepts/flow_versioning.html#flow-version-maintenance","technical_concepts/flow_versioning.html#flow-upgrades","technical_concepts/flow_versioning.html#upgrade-strategies","technical_concepts/flow_versioning.html#execution-history","technical_concepts/flow_versioning/seamless_execution.html#seamless-execution","technical_concepts/flow_versioning/seamless_execution.html#stored-state","technical_concepts/flow_versioning/seamless_execution.html#cmdctx-build","technical_concepts/flow_versioning/seamless_execution.html#cmd-states-and-outcome-read","technical_concepts/flow_versioning/seamless_execution.html#cmd-states-and-outcome-write","technical_concepts/flow_versioning/seamless_execution.html#items-use-latest--migrate-to-latest","technical_concepts/flow_versioning/seamless_execution.html#running-the-upgrade-code","technical_concepts/flow_versioning/seamless_execution.html#manual-state-upgrade","technical_concepts/flow_versioning/seamless_execution.html#automatic-state-upgrade","technical_concepts/flow_versioning/seamless_execution.html#manual-item-upgrade","technical_concepts/flow_versioning/seamless_execution.html#automatic-item-upgrade","technical_concepts/flow_versioning/upgrade_actions.html#upgrade-actions","learning_material/user_facing_automation_part_1.html#user-facing-automation---part-1","learning_material/user_facing_automation_part_1.html#set-up","learning_material/user_facing_automation_part_1.html#scenario","learning_material/user_facing_automation_part_1.html#basics","learning_material/user_facing_automation_part_1.html#concept-1-repeatable-in-one-action","learning_material/user_facing_automation_part_1.html#concept-2-parameterized","learning_material/user_facing_automation_part_1.html#efficiency","learning_material/user_facing_automation_part_1.html#concept-3-idempotence","learning_material/user_facing_automation_part_1.html#concept-4-smart-idempotence","learning_material/user_facing_automation_part_1.html#concept-5-parallelism","learning_material/user_facing_automation_part_1.html#concept-6-logical-dependencies","learning_material/user_facing_automation_part_1.html#output","learning_material/user_facing_automation_part_1.html#concept-7-progress-information","learning_material/user_facing_automation_part_1.html#concept-8-provide-relevant-information","learning_material/user_facing_automation_part_1.html#concept-9-information-format","learning_material/user_facing_automation_part_1.html#error-handling","learning_material/user_facing_automation_part_1.html#concept-10-accumulate-and-summarize","learning_material/user_facing_automation_part_1.html#concept-11-understandable-error-messages","learning_material/user_facing_automation_part_1.html#concept-12-capture-the-source-of-information","learning_material/user_facing_automation_part_1.html#workflow-concepts","learning_material/user_facing_automation_part_1.html#concept-13-clean-up","learning_material/user_facing_automation_part_2.html#user-facing-automation---part-2","learning_material/user_facing_automation_part_2.html#workflow-concepts","learning_material/user_facing_automation_part_2.html#concept-14-storing-parameters","learning_material/user_facing_automation_part_2.html#concept-15-current-state-goal-state-difference","learning_material/user_facing_automation_part_2.html#concept-16-profiles","learning_material/user_facing_automation_part_2.html#concept-17-flows","learning_material/user_facing_automation_part_2.html#concept-18-parameter-limits","learning_material/user_facing_automation_part_2.html#efficiency-concepts-again","learning_material/user_facing_automation_part_2.html#concept-19-do-it-before-its-asked","learning_material/user_facing_automation_part_2.html#concept-20-reverse-execution","learning_material/empathetic_code_design.html#empathetic-code-design","learning_material/empathetic_code_design/background.html#background","learning_material/empathetic_code_design/scenario.html#scenario","learning_material/empathetic_code_design/scenario.html#shell-script","learning_material/empathetic_code_design/scenario.html#command-context","learning_material/empathetic_code_design/flow_definition.html#flow-definition","learning_material/empathetic_code_design/flow_definition.html#non-linear-ordering","learning_material/empathetic_code_design/inputs_and_outputs.html#inputs-and-outputs","learning_material/empathetic_code_design/inputs_and_outputs.html#item-api","learning_material/empathetic_code_design/parameters_specification.html#parameters-specification","learning_material/empathetic_code_design/parameters_specification.html#deferred-values","learning_material/empathetic_code_design/output_and_presentation.html#output-and-presentation","learning_material/empathetic_code_design/output_and_presentation.html#presentation","learning_material/empathetic_code_design/output_and_presentation.html#command-line-interface","learning_material/empathetic_code_design/output_and_presentation.html#continuous-integration","learning_material/empathetic_code_design/output_and_presentation.html#web-api","learning_material/empathetic_code_design/output_and_presentation.html#web-page","learning_material/empathetic_code_design/command_invocation.html#command-invocation","learning_material/empathetic_code_design/parameters_recall.html#parameters-recall","learning_material/empathetic_code_design/workspace.html#workspace","learning_material/empathetic_code_design/profiles.html#profiles","learning_material/empathetic_code_design/summary.html#summary","learning_material/empathetic_code_design/qna.html#q--a","learning_material/interruptible_software.html#interruptible-software","learning_material/interruptible_software/processes.html#processes","learning_material/interruptible_software/processes.html#build-process","learning_material/interruptible_software/processes.html#deployment-process","learning_material/interruptible_software/execution.html#execution","learning_material/interruptible_software/execution.html#manual","learning_material/interruptible_software/execution.html#automatic","learning_material/interruptible_software/bus_analogy.html#bus-analogy","learning_material/interruptible_software/designing_interruptibility.html#designing-interruptibility","learning_material/interruptible_software/designing_interruptibility.html#-stop-button","learning_material/interruptible_software/designing_interruptibility.html#-stopping-point","learning_material/interruptible_software/designing_interruptibility.html#-parallelism","learning_material/interruptible_software/designing_interruptibility.html#-reporting","learning_material/interruptible_software/designing_interruptibility.html#-strategy","learning_material/interruptible_software/designing_interruptibility/stop_button.html#-stop-button","learning_material/interruptible_software/designing_interruptibility/stop_button.html#-dont","learning_material/interruptible_software/designing_interruptibility/stop_button.html#-do","learning_material/interruptible_software/designing_interruptibility/stopping_point.html#-stopping-point","learning_material/interruptible_software/designing_interruptibility/stopping_point.html#no-interruptibility","learning_material/interruptible_software/designing_interruptibility/stopping_point.html#basic","learning_material/interruptible_software/designing_interruptibility/stopping_point.html#fine-grained-interruptibility","learning_material/interruptible_software/designing_interruptibility/parallelism.html#-parallelism","learning_material/interruptible_software/designing_interruptibility/parallelism.html#safe-interruption-rules","learning_material/interruptible_software/designing_interruptibility/reporting.html#-reporting","learning_material/interruptible_software/designing_interruptibility/reporting.html#non-interruptible-software","learning_material/interruptible_software/designing_interruptibility/reporting.html#interruptible-software","learning_material/interruptible_software/designing_interruptibility/reporting.html#outcome","learning_material/interruptible_software/designing_interruptibility/strategy.html#-strategy","learning_material/interruptible_software/interruptible_implementation.html#interruptible-implementation","learning_material/interruptible_software/interruptible_implementation.html#no-interruptibility","learning_material/interruptible_software/interruptible_implementation.html#basic","learning_material/interruptible_software/interruptible_implementation.html#better","learning_material/interruptible_software/interruptible_implementation.html#real-code","learning_material/interruptible_software/resumability.html#resumability","learning_material/interruptible_software/designing_resumability.html#designing-resumability","learning_material/interruptible_software/designing_resumability.html#-executor-resumability","learning_material/interruptible_software/designing_resumability.html#-stepwise-resumability","learning_material/interruptible_software/designing_resumability/executor_resumability.html#-executor-resumability","learning_material/interruptible_software/designing_resumability/executor_resumability.html#pros--cons","learning_material/interruptible_software/designing_resumability/stepwise_resumability.html#-stepwise-resumability","learning_material/interruptible_software/designing_resumability/stepwise_resumability.html#pros--cons","learning_material/interruptible_software/resumable_implementation.html#resumable-implementation","learning_material/interruptible_software/real_crates.html#real-crates","learning_material/interruptible_software/summary.html#summary","learning_material/interruptible_software/qna.html#q--a","ideas.html#ideas","ideas.html#notes","ideas/feature_gated_incremental_functionality.html#feature-gated-incremental-functionality","licenses.html#license","licenses.html#contribution"],"index":{"documentStore":{"docInfo":{"0":{"body":9,"breadcrumbs":2,"title":1},"1":{"body":26,"breadcrumbs":3,"title":2},"10":{"body":0,"breadcrumbs":5,"title":1},"100":{"body":56,"breadcrumbs":9,"title":2},"101":{"body":25,"breadcrumbs":9,"title":2},"102":{"body":18,"breadcrumbs":13,"title":4},"103":{"body":42,"breadcrumbs":11,"title":2},"104":{"body":15,"breadcrumbs":13,"title":4},"105":{"body":21,"breadcrumbs":11,"title":2},"106":{"body":25,"breadcrumbs":11,"title":3},"107":{"body":41,"breadcrumbs":10,"title":2},"108":{"body":22,"breadcrumbs":11,"title":3},"109":{"body":48,"breadcrumbs":10,"title":2},"11":{"body":45,"breadcrumbs":4,"title":2},"110":{"body":64,"breadcrumbs":9,"title":2},"111":{"body":74,"breadcrumbs":9,"title":2},"112":{"body":29,"breadcrumbs":9,"title":2},"113":{"body":22,"breadcrumbs":9,"title":2},"114":{"body":23,"breadcrumbs":9,"title":2},"115":{"body":22,"breadcrumbs":9,"title":2},"116":{"body":26,"breadcrumbs":7,"title":2},"117":{"body":0,"breadcrumbs":6,"title":1},"118":{"body":126,"breadcrumbs":9,"title":4},"119":{"body":5,"breadcrumbs":11,"title":6},"12":{"body":71,"breadcrumbs":4,"title":1},"120":{"body":2,"breadcrumbs":6,"title":1},"121":{"body":6,"breadcrumbs":6,"title":1},"122":{"body":23,"breadcrumbs":8,"title":3},"123":{"body":36,"breadcrumbs":8,"title":3},"124":{"body":117,"breadcrumbs":8,"title":3},"125":{"body":12,"breadcrumbs":6,"title":1},"126":{"body":4,"breadcrumbs":5,"title":1},"127":{"body":26,"breadcrumbs":6,"title":2},"128":{"body":0,"breadcrumbs":6,"title":2},"129":{"body":57,"breadcrumbs":8,"title":4},"13":{"body":48,"breadcrumbs":5,"title":2},"130":{"body":56,"breadcrumbs":6,"title":2},"131":{"body":139,"breadcrumbs":7,"title":3},"132":{"body":22,"breadcrumbs":6,"title":2},"133":{"body":133,"breadcrumbs":7,"title":3},"134":{"body":0,"breadcrumbs":6,"title":2},"135":{"body":66,"breadcrumbs":6,"title":2},"136":{"body":33,"breadcrumbs":6,"title":2},"137":{"body":27,"breadcrumbs":8,"title":2},"138":{"body":18,"breadcrumbs":8,"title":2},"139":{"body":28,"breadcrumbs":8,"title":2},"14":{"body":37,"breadcrumbs":6,"title":2},"140":{"body":20,"breadcrumbs":10,"title":4},"141":{"body":104,"breadcrumbs":10,"title":4},"142":{"body":101,"breadcrumbs":11,"title":5},"143":{"body":71,"breadcrumbs":9,"title":3},"144":{"body":66,"breadcrumbs":9,"title":3},"145":{"body":13,"breadcrumbs":9,"title":3},"146":{"body":40,"breadcrumbs":9,"title":3},"147":{"body":112,"breadcrumbs":9,"title":3},"148":{"body":145,"breadcrumbs":8,"title":2},"149":{"body":0,"breadcrumbs":12,"title":5},"15":{"body":23,"breadcrumbs":5,"title":1},"150":{"body":87,"breadcrumbs":9,"title":2},"151":{"body":21,"breadcrumbs":8,"title":1},"152":{"body":0,"breadcrumbs":8,"title":1},"153":{"body":20,"breadcrumbs":12,"title":5},"154":{"body":23,"breadcrumbs":10,"title":3},"155":{"body":0,"breadcrumbs":8,"title":1},"156":{"body":54,"breadcrumbs":10,"title":3},"157":{"body":37,"breadcrumbs":11,"title":4},"158":{"body":138,"breadcrumbs":10,"title":3},"159":{"body":39,"breadcrumbs":11,"title":4},"16":{"body":109,"breadcrumbs":6,"title":2},"160":{"body":0,"breadcrumbs":8,"title":1},"161":{"body":90,"breadcrumbs":11,"title":4},"162":{"body":224,"breadcrumbs":12,"title":5},"163":{"body":159,"breadcrumbs":11,"title":4},"164":{"body":4,"breadcrumbs":9,"title":2},"165":{"body":332,"breadcrumbs":11,"title":4},"166":{"body":92,"breadcrumbs":12,"title":5},"167":{"body":39,"breadcrumbs":12,"title":5},"168":{"body":0,"breadcrumbs":9,"title":2},"169":{"body":49,"breadcrumbs":11,"title":4},"17":{"body":290,"breadcrumbs":6,"title":2},"170":{"body":0,"breadcrumbs":12,"title":5},"171":{"body":0,"breadcrumbs":9,"title":2},"172":{"body":20,"breadcrumbs":11,"title":4},"173":{"body":33,"breadcrumbs":14,"title":7},"174":{"body":12,"breadcrumbs":10,"title":3},"175":{"body":11,"breadcrumbs":10,"title":3},"176":{"body":11,"breadcrumbs":11,"title":4},"177":{"body":0,"breadcrumbs":10,"title":3},"178":{"body":24,"breadcrumbs":12,"title":5},"179":{"body":39,"breadcrumbs":11,"title":4},"18":{"body":47,"breadcrumbs":5,"title":1},"180":{"body":765,"breadcrumbs":8,"title":3},"181":{"body":26,"breadcrumbs":7,"title":1},"182":{"body":3,"breadcrumbs":7,"title":1},"183":{"body":91,"breadcrumbs":8,"title":2},"184":{"body":23,"breadcrumbs":8,"title":2},"185":{"body":29,"breadcrumbs":9,"title":2},"186":{"body":8,"breadcrumbs":10,"title":3},"187":{"body":5,"breadcrumbs":9,"title":2},"188":{"body":28,"breadcrumbs":9,"title":2},"189":{"body":38,"breadcrumbs":9,"title":2},"19":{"body":39,"breadcrumbs":6,"title":1},"190":{"body":23,"breadcrumbs":9,"title":2},"191":{"body":6,"breadcrumbs":9,"title":2},"192":{"body":0,"breadcrumbs":8,"title":1},"193":{"body":26,"breadcrumbs":10,"title":3},"194":{"body":18,"breadcrumbs":9,"title":2},"195":{"body":10,"breadcrumbs":9,"title":2},"196":{"body":35,"breadcrumbs":9,"title":2},"197":{"body":33,"breadcrumbs":9,"title":2},"198":{"body":103,"breadcrumbs":9,"title":2},"199":{"body":65,"breadcrumbs":7,"title":1},"2":{"body":87,"breadcrumbs":2,"title":1},"20":{"body":127,"breadcrumbs":6,"title":1},"200":{"body":29,"breadcrumbs":7,"title":1},"201":{"body":31,"breadcrumbs":7,"title":1},"202":{"body":0,"breadcrumbs":7,"title":1},"203":{"body":0,"breadcrumbs":6,"title":2},"204":{"body":0,"breadcrumbs":6,"title":1},"205":{"body":0,"breadcrumbs":7,"title":2},"206":{"body":0,"breadcrumbs":7,"title":2},"207":{"body":0,"breadcrumbs":6,"title":1},"208":{"body":0,"breadcrumbs":6,"title":1},"209":{"body":0,"breadcrumbs":6,"title":1},"21":{"body":87,"breadcrumbs":6,"title":1},"210":{"body":0,"breadcrumbs":8,"title":2},"211":{"body":0,"breadcrumbs":8,"title":2},"212":{"body":0,"breadcrumbs":8,"title":2},"213":{"body":0,"breadcrumbs":8,"title":2},"214":{"body":0,"breadcrumbs":7,"title":1},"215":{"body":0,"breadcrumbs":7,"title":1},"216":{"body":0,"breadcrumbs":7,"title":1},"217":{"body":8,"breadcrumbs":10,"title":2},"218":{"body":8,"breadcrumbs":9,"title":1},"219":{"body":38,"breadcrumbs":8,"title":0},"22":{"body":141,"breadcrumbs":6,"title":1},"220":{"body":2,"breadcrumbs":10,"title":2},"221":{"body":13,"breadcrumbs":9,"title":1},"222":{"body":31,"breadcrumbs":9,"title":1},"223":{"body":35,"breadcrumbs":11,"title":3},"224":{"body":8,"breadcrumbs":8,"title":1},"225":{"body":30,"breadcrumbs":10,"title":3},"226":{"body":0,"breadcrumbs":8,"title":1},"227":{"body":4,"breadcrumbs":10,"title":3},"228":{"body":4,"breadcrumbs":9,"title":2},"229":{"body":64,"breadcrumbs":8,"title":1},"23":{"body":105,"breadcrumbs":6,"title":1},"230":{"body":53,"breadcrumbs":8,"title":1},"231":{"body":0,"breadcrumbs":8,"title":2},"232":{"body":13,"breadcrumbs":7,"title":1},"233":{"body":31,"breadcrumbs":7,"title":1},"234":{"body":20,"breadcrumbs":7,"title":1},"235":{"body":196,"breadcrumbs":8,"title":2},"236":{"body":5,"breadcrumbs":6,"title":1},"237":{"body":0,"breadcrumbs":8,"title":2},"238":{"body":0,"breadcrumbs":8,"title":2},"239":{"body":0,"breadcrumbs":8,"title":2},"24":{"body":28,"breadcrumbs":7,"title":2},"240":{"body":63,"breadcrumbs":10,"title":2},"241":{"body":17,"breadcrumbs":10,"title":2},"242":{"body":40,"breadcrumbs":10,"title":2},"243":{"body":20,"breadcrumbs":10,"title":2},"244":{"body":289,"breadcrumbs":8,"title":2},"245":{"body":21,"breadcrumbs":8,"title":2},"246":{"body":0,"breadcrumbs":6,"title":1},"247":{"body":0,"breadcrumbs":6,"title":1},"248":{"body":789,"breadcrumbs":2,"title":1},"249":{"body":251,"breadcrumbs":2,"title":1},"25":{"body":43,"breadcrumbs":7,"title":2},"250":{"body":161,"breadcrumbs":9,"title":4},"251":{"body":36627,"breadcrumbs":2,"title":1},"252":{"body":12091,"breadcrumbs":2,"title":1},"26":{"body":58,"breadcrumbs":6,"title":1},"27":{"body":343,"breadcrumbs":6,"title":1},"28":{"body":71,"breadcrumbs":4,"title":1},"29":{"body":61,"breadcrumbs":5,"title":2},"3":{"body":48,"breadcrumbs":3,"title":1},"30":{"body":41,"breadcrumbs":6,"title":3},"31":{"body":35,"breadcrumbs":4,"title":1},"32":{"body":40,"breadcrumbs":4,"title":1},"33":{"body":38,"breadcrumbs":4,"title":1},"34":{"body":40,"breadcrumbs":4,"title":1},"35":{"body":102,"breadcrumbs":4,"title":1},"36":{"body":109,"breadcrumbs":5,"title":2},"37":{"body":71,"breadcrumbs":7,"title":2},"38":{"body":26,"breadcrumbs":9,"title":2},"39":{"body":57,"breadcrumbs":9,"title":2},"4":{"body":0,"breadcrumbs":3,"title":1},"40":{"body":20,"breadcrumbs":9,"title":2},"41":{"body":14,"breadcrumbs":9,"title":2},"42":{"body":16,"breadcrumbs":9,"title":2},"43":{"body":60,"breadcrumbs":9,"title":2},"44":{"body":93,"breadcrumbs":9,"title":2},"45":{"body":44,"breadcrumbs":10,"title":3},"46":{"body":35,"breadcrumbs":9,"title":2},"47":{"body":228,"breadcrumbs":8,"title":1},"48":{"body":76,"breadcrumbs":8,"title":1},"49":{"body":151,"breadcrumbs":11,"title":3},"5":{"body":29,"breadcrumbs":3,"title":1},"50":{"body":90,"breadcrumbs":12,"title":4},"51":{"body":81,"breadcrumbs":6,"title":2},"52":{"body":76,"breadcrumbs":6,"title":1},"53":{"body":50,"breadcrumbs":8,"title":2},"54":{"body":29,"breadcrumbs":8,"title":2},"55":{"body":25,"breadcrumbs":7,"title":1},"56":{"body":13,"breadcrumbs":7,"title":1},"57":{"body":28,"breadcrumbs":7,"title":1},"58":{"body":45,"breadcrumbs":8,"title":2},"59":{"body":61,"breadcrumbs":11,"title":5},"6":{"body":113,"breadcrumbs":4,"title":2},"60":{"body":0,"breadcrumbs":6,"title":1},"61":{"body":42,"breadcrumbs":7,"title":2},"62":{"body":39,"breadcrumbs":4,"title":1},"63":{"body":53,"breadcrumbs":6,"title":3},"64":{"body":0,"breadcrumbs":5,"title":2},"65":{"body":38,"breadcrumbs":5,"title":2},"66":{"body":48,"breadcrumbs":5,"title":2},"67":{"body":37,"breadcrumbs":5,"title":2},"68":{"body":10,"breadcrumbs":7,"title":2},"69":{"body":53,"breadcrumbs":6,"title":1},"7":{"body":33,"breadcrumbs":2,"title":1},"70":{"body":41,"breadcrumbs":7,"title":2},"71":{"body":21,"breadcrumbs":6,"title":1},"72":{"body":156,"breadcrumbs":6,"title":1},"73":{"body":377,"breadcrumbs":4,"title":1},"74":{"body":0,"breadcrumbs":4,"title":1},"75":{"body":15,"breadcrumbs":5,"title":2},"76":{"body":6,"breadcrumbs":5,"title":2},"77":{"body":9,"breadcrumbs":5,"title":2},"78":{"body":73,"breadcrumbs":4,"title":1},"79":{"body":26,"breadcrumbs":7,"title":2},"8":{"body":281,"breadcrumbs":3,"title":1},"80":{"body":8,"breadcrumbs":6,"title":1},"81":{"body":150,"breadcrumbs":7,"title":2},"82":{"body":24,"breadcrumbs":7,"title":2},"83":{"body":12,"breadcrumbs":7,"title":2},"84":{"body":75,"breadcrumbs":8,"title":3},"85":{"body":153,"breadcrumbs":6,"title":1},"86":{"body":110,"breadcrumbs":5,"title":1},"87":{"body":32,"breadcrumbs":6,"title":2},"88":{"body":16,"breadcrumbs":6,"title":2},"89":{"body":39,"breadcrumbs":6,"title":2},"9":{"body":46,"breadcrumbs":5,"title":2},"90":{"body":222,"breadcrumbs":6,"title":2},"91":{"body":35,"breadcrumbs":4,"title":1},"92":{"body":52,"breadcrumbs":5,"title":2},"93":{"body":26,"breadcrumbs":6,"title":3},"94":{"body":51,"breadcrumbs":4,"title":1},"95":{"body":128,"breadcrumbs":5,"title":1},"96":{"body":83,"breadcrumbs":6,"title":1},"97":{"body":67,"breadcrumbs":7,"title":2},"98":{"body":12,"breadcrumbs":9,"title":2},"99":{"body":91,"breadcrumbs":9,"title":2}},"docs":{"0":{"body":"This book describes the purpose of the Peace automation framework, and concepts used in its design.","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"Depending on your frame of mind: What – Show me the framework in action: Have a play with the live Examples . Why – Show me the rationale guiding the decisions: Head on through to the Background section. How – Show me how it works: Jump to Technical Concepts . This is essential reading for framework consumers.","breadcrumbs":"Introduction » How To Read This Book","id":"1","title":"How To Read This Book"},"10":{"body":"","breadcrumbs":"Examples » Env Man » Walkthrough » Walkthrough","id":"10","title":"Walkthrough"},"100":{"body":"This is like git branch. When listing profiles, the most suitable scope is MultiProfileNoFlow. There are a number of variations of profile listings: Simple: Simple list of profiles within the PeaceAppDir. Filtered: List profiles within the PeaceAppDir for some criteria, e.g. excluding a workspace_init profile. This is especially relevant when profile parameters are loaded, as the ProfileParams must be the same across the listed profiles to be able to be loaded. Augmented: List profiles and some profile parameters. This is valuable when the user needs to see the profile parameter, such as whether the profile is managing a development environment or a production environment.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Profile List » Profile List","id":"100","title":"Profile List"},"101":{"body":"To create this command: Build the command context. Make sure to register the workspace / profile params types, even if the value for all of them is None. Provide the filter function if necessary. Present the list of profiles using the goal output.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Profile List » Command Creation","id":"101","title":"Command Creation"},"102":{"body":"This is like git switch -c $branch. This stores the profile to use in workspace_params, so the use does not have to provide the profile on every command invocation. Suitable scopes for this command are NoProfileNoFlow or SingleProfileNoFlow.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Stored Active Profile » Workspace Stored Active Profile","id":"102","title":"Workspace Stored Active Profile"},"103":{"body":"To create this command: When building the command context: Include a Profile as a workspace param. If setting profile parameters, use the SingleProfileNoFlow scope, and set the current profile using with_profile. When building the command context, load the profile from workspace params using: with_profile_from_workspace_params. It is best practice to set the active profile during workspace initialization, so that it is never None when subsequent commands are invoked.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Stored Active Profile » Command Creation","id":"103","title":"Command Creation"},"104":{"body":"This is like git switch $branch. This changes the stored profile in workspace_params, used in conjunction with the above. Suitable scopes for this command are NoProfileNoFlow or SingleProfileNoFlow.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Active Profile Switch » Workspace Active Profile Switch","id":"104","title":"Workspace Active Profile Switch"},"105":{"body":"To create this command: When building the command context: Include a Profile as a workspace param. Also set the current profile using with_profile. When the command context is built, the default profile is stored in workspace_params.yaml.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Active Profile Switch » Command Creation","id":"105","title":"Command Creation"},"106":{"body":"This is like git fetch. This kind of command is intended for state discovery that is expensive – takes more than 500 milliseconds. Suitable scopes for this command are: SingleProfileSingleFlow: For discovering state for one profile. MultiProfileSingleFlow: For discovering state for multiple profiles.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Discovery and Display » State Discovery and Display","id":"106","title":"State Discovery and Display"},"107":{"body":"To create this command: When building the command context: Provide the profile. Provide the flow ID. Call the StatesDiscoverCmd depending on the intended use: These will store the discovered states under the corresponding $profile/$flow_id directory as states_current.yaml or states_goal.yaml. If the discovered states are to be displayed, call the relevant state display command(s): StatesCurrentStoredDisplayCmd: For stored current states to be displayed. StatesGoalDisplayCmd: For goal states to be displayed.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Discovery and Display » Command Creation","id":"107","title":"Command Creation"},"108":{"body":"This is like git show. This kind of command is intended to display state that has previously been discovered. Suitable scopes for this command are: SingleProfileSingleFlow: For reading state for one profile. MultiProfileSingleFlow: For reading state for multiple profiles.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Read and Display » State Read and Display","id":"108","title":"State Read and Display"},"109":{"body":"To create this command: When building the command context: Provide the profile. Provide the flow ID. Call one of the state read commands depending on the intended use: These will store the discovered states under the corresponding $profile/$flow_id directory as states_current.yaml or states_goal.yaml. StatesCurrentReadCmd: For current states to be discovered. StatesGoalReadCmd: For goal states to be discovered. Call the relevant state display command(s): StatesCurrentStoredDisplayCmd: For current states to be displayed. StatesGoalDisplayCmd: For goal states to be displayed.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Read and Display » Command Creation","id":"109","title":"Command Creation"},"11":{"body":"The following sections cover essential concepts to develop automation using the framework. Resources : An any-map, whose values' read and write access are checked at runtime instead of compile time. Function graph : Functions with logical and data-access-dependent concurrency. Item : Specification that defines information and logic to manage an arbitrary item . Item graph : Like a function graph, where each node is not just a function, but an item.","breadcrumbs":"Technical Concepts » Technical Concepts","id":"11","title":"Technical Concepts"},"110":{"body":"This is like git status / git diff. git status is a diff between the latest commit, and the working directory, summarized as one line per file. git diff is that same diff, but shown with more detail. This kind of command shows the difference between two States for each managed item. Typically this is the difference between the current or current stored state, and its goal state. It can also be the difference between the current states between two profiles. Suitable scopes for this command are: SingleProfileSingleFlow: For diffing state within one profile. MultiProfileSingleFlow: For diffing state across multiple profiles.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Diff » State Diff","id":"110","title":"State Diff"},"111":{"body":"To create this command for a single profile: When building the command context: Provide the profile. Provide the flow ID. Determine the \"from\" and \"to\" states: The \"from\" state is usually one of: Discovering the current state. Reading states_current.yaml. The \"to\" state is usually one of: Discovering the goal state. Reading states_goal.yaml. The clean state. Call the state DiffCmd. To create this command for multiple profiles: When building the command context: Filter the profiles if necessary. Provide the flow ID. Determine the \"from\" and \"to\" states: The \"from\" state is usually one of: Discovering the current state. Reading states_current.yaml. The \"to\" state is usually one of: Discovering the goal state. Reading states_goal.yaml. The clean state. Call the state DiffCmd for each pair of states.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Diff » Command Creation","id":"111","title":"Command Creation"},"112":{"body":"This is like git commit / git push / git clean, depending on your perspective. This kind of command applies the goal state over the current state. This generally requires what is stored in states_current.yaml to match the newly discovered current state. The only suitable scope for this command is SingleProfileSingleFlow.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Apply » State Apply","id":"112","title":"State Apply"},"113":{"body":"To create this command: When building the command context: Provide the profile. Provide the flow ID. Call the EnsureCmd. This will call ApplyFns::exec for each item, beginning from the first item, until the last item.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Apply » Command Creation","id":"113","title":"Command Creation"},"114":{"body":"This is like rm -rf. This kind of command applies the clean state over the current state. This generally requires what is stored in states_current.yaml to match the newly discovered current state. The only suitable scope for this command is SingleProfileSingleFlow.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Clean » State Clean","id":"114","title":"State Clean"},"115":{"body":"To create this command: When building the command context: Provide the profile. Provide the flow ID. Call the CleanCmd. This will call CleanOpSpec::exec for each item, beginning from the last item, until the first item.","breadcrumbs":"Technical Concepts » Commands » Use Cases » State Clean » Command Creation","id":"115","title":"Command Creation"},"116":{"body":"When we run a CmdExecution, possible outcomes are: In a CmdBlock, failure within one or more items. In a CmdBlock, failure within block code. Interruption / partial execution. Successful execution of all blocks. Each CmdBlock has its own block outcome type, and its own .","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Cmd Execution","id":"116","title":"Cmd Execution"},"117":{"body":"","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Framework","id":"117","title":"Framework"},"118":{"body":"*Cmd Impls It would be nice to not have to write interruption handling code in every CmdBlock. Also, having CmdBlocks abstracted allows timings to be collected per block in a common place. What does a CmdExecution implementor want to do? DiffCmd: StateDiscoveryBlock: Return item failures to caller. StateDiscoveryBlock: Return block failure / interruption to caller. DiffBlock: Return item failures to caller. DiffBlock: Return block failure / interruption to caller. EnsureCmd: StateDiscoveryBlock: Return item failures to caller. StateDiscoveryBlock: Return block failure / interruption to caller. DiffBlock: Return item failures to caller. DiffBlock: Return block failure / interruption to caller. EnsureBlock: Serialize States on item failure, return States and item failures to caller. EnsureBlock: Return block failure / interruption to caller. CleanBlock: Serialize States on item failure, return States and item failures to caller. CleanBlock: Return block failure / interruption to caller. EnsureBlock: ditto. CleanBlock: ditto. The desired return type would be: StatesEnsured on success. How should we reply to the caller? CmdBlock block level error. IndexMap item level error. Error handlers per CmdBlock will do any serialization work if desired.","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Use Cases: Framework Implementor","id":"118","title":"Use Cases: Framework Implementor"},"119":{"body":"Store, retrieve, and display execution report.","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Use Cases: Automation Developer / End User","id":"119","title":"Use Cases: Automation Developer / End User"},"12":{"body":"In Peace, Resources refers to an any-map – a map that can store one value of different types – whose borrowing rules are checked per entry at runtime, instead of compile time. Example of an any-map: Key Value TypeId::of::() 1u32 TypeId::of::() true TypeId::of::() A { value: 1u32 } # use peace::resources::Resources;\n#\nlet mut resources = Resources::new();\nresources.insert(1u32);\nresources.insert(2u64); // Change `resources` to be immutable.\nlet resources = resources; // We can validly have two mutable borrows\n// from the map!\nlet mut a = resources.borrow_mut::();\nlet mut b = resources.borrow_mut::();\n*a = 2;\n*b = 3; // Accessing the same value while it is already\n// mutably borrowed returns an error.\nassert!(resources.try_borrow::().is_err()) For more information about the underlying type, see resman .","breadcrumbs":"Technical Concepts » Resources » Resources","id":"12","title":"Resources"},"120":{"body":"What it could look like conceptually:","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » How do we do this in code?","id":"120","title":"How do we do this in code?"},"121":{"body":"let cmd_execution = CmdExecution::builder() .with_block(StatesDiscoverCmdBlock::::new()) .with_block(DiffCmdBlock::new()) .build() .await;","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » DiffCmd","id":"121","title":"DiffCmd"},"122":{"body":"let cmd_execution = CmdExecution::builder() .with_block(StatesCurrentReadCmdBlock::new()) .with_block(StatesDiscoverCmdBlock::new(Discover::Current)) // Compares current with stored, and fails if // current stored doesn't match current discovered. .with_block(ApplyGuardCmdBlock::new()) // `Outcome` and `OutcomeAcc` are `()` .with_block(ApplyCmdBlock::new()) // state_goal, diff and apply. .build() .await;","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » EnsureCmd -- \"simple\" version","id":"122","title":"EnsureCmd -- \"simple\" version"},"123":{"body":"let cmd_execution = CmdExecution::builder() .with_block(StatesCurrentReadCmdBlock::new()) .with_block(StatesDiscoverCmdBlock::new(Discover::Current)) .with_block(ApplyGuardCmdBlock::new()) .with_block(EnsureCmdBlock::new(item_ids_no_blockage)) // state_goal, diff and apply. .with_block(CleanCmdBlock::new(item_ids_blocking)) // state_clean, diff and apply. .with_block(EnsureCmdBlock::new(item_ids_unblocked)) // state_goal, diff and apply. .with_block(CleanCmdBlock::new(item_ids_obsolete)) // state_clean, diff and apply. .build() .await; // `item_ids_unblocked` is a superset of the `item_ids_blocking`.\n//\n// ⚠️ We could have a more granular design version that starts ensuring unblocked items\n// while `cleaning` is happening.","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » EnsureCmd -- \"complex\" version","id":"123","title":"EnsureCmd -- \"complex\" version"},"124":{"body":"When a CmdBlock fails, we need to consider what to do with: CmdBlock::OutcomeAcc. item errors. CmdBlock error. interruptions. Originally an additional closure argument next to each CmdBlock argument was considered: |_input, _outcome_acc, cmd_block_error| async move { cmd_block_error } For example: |(_states_current, _states_goal), states_ensured_mut, apply_error| async move { let serialize_result = StatesSerializer::serialize(states_ensured_mut).await; apply_error.or(serialize_result)\n}, However, most usages would just pass through the error. Before this CmdExecution design, ApplyCmd would: In the producer, send the intermediate result to the outcome collator and stop execution ( apply_cmd.rs#L699-L710 ). In the collator: Intermediate CmdBlock errors are returned as is. ( apply_cmd.rs#L521-L525 ). Intermediate discovery errors are collated into the CmdExecution outcome type ( apply_cmd.rs#L526-L558 ). From the use cases, what we care about are: Returning CmdBlock errors to the caller. Returning item errors to the caller. Collating intermediate CmdBlock item values into the CmdExecution outcome type if possible. Serializing States to storage: EnsureCmdBlock and CleanCmdBlock should still serialize each item's current state, on failure / interruption / success. Serializing the CmdBlock::Outcome in the execution outcome report. Deferred: Serializing the CmdBlock::OutcomeAcc in the execution outcome report. Deserializing the CmdBlock::OutcomeAcc to be displayed.","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Error Handling and Interruptions","id":"124","title":"Error Handling and Interruptions"},"125":{"body":"Interrupt before execution. Interrupt within a block. Interrupt between blocks. Interrupt after last block.","breadcrumbs":"Technical Concepts » Commands » Cmd Execution » Interruptions","id":"125","title":"Interruptions"},"126":{"body":"How should the interrupt channel be initialized and stored?","breadcrumbs":"Technical Concepts » Commands » Interruptibility » Interruptibility","id":"126","title":"Interruptibility"},"127":{"body":"When automation software is used as: CLI interactive / non-interactive. Web service + browser access. CLI + web service + browser access. In all cases, we need to: Initialize the CmdCtx with the interrupt_rx Spawn the listener that will send InterruptSignal in interrupt_tx.","breadcrumbs":"Technical Concepts » Commands » Interruptibility » Use Cases","id":"127","title":"Use Cases"},"128":{"body":"","breadcrumbs":"Technical Concepts » Commands » Interruptibility » Imagined Code","id":"128","title":"Imagined Code"},"129":{"body":"Both interactive and non-interactive can listen for SIGINT: Interactive: SIGINT will be sent by the user pressing Ctrl + C. Non-interactive: SIGINT could be sent by a CI thread. let (interrupt_tx, interrupt_rx) = oneshot::channel::(); tokio::task::spawn(async move { // Note: Once tokio takes over the process' `SIGINT` handler, it cannot be undone. // // This limitation is due to how Linux currently works. tokio::signal::ctrl_c() .await .expect(\"Failed to initialize signal handler for SIGINT\"); let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal);\n}); let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx) .build(); let cmd_outcome = EnsureCmd::exec(&mut cmd_ctx).await?;","breadcrumbs":"Technical Concepts » Commands » Interruptibility » CLI Interactive / Non-interactive","id":"129","title":"CLI Interactive / Non-interactive"},"13":{"body":"The conceptual Java equivalent looks like this: var resources = new MagicMap(); // new HashMap, Object>();\nresources.insert((Integer) 1); // innerMap.put(Integer.class, 1);\nresources.insert((Long) 2); // innerMap.put(Long.class, 2L); var anInt = (Integer) resources.get(Integer.class);\nvar aLong = (Long) resources.get(Long.class); // Can mutate both.\nanInt = 2;\naLong = 3L; Rust's does not allow access to multiple mutable entries at the same time with the built in HashMap, so Resources is an implementation to bypass the compilation strictness.","breadcrumbs":"Technical Concepts » Resources » Java Equivalent","id":"13","title":"Java Equivalent"},"130":{"body":"The interrupt_tx must be accessible from a separate web request. async fn cmd_exec_start_handler(params: Params) -> CmdExecutionId { let (interrupt_tx, interrupt_rx) = oneshot::channel::(); let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx) .build(); let cmd_execution_id = EnsureCmd::exec_bg(cmd_ctx); let cmd_execution_by_id = cmd_execution_by_id .lock() .await; cmd_execution_by_id.insert(cmd_execution_id, interrupt_tx); cmd_execution_id\n} /// Returns the progress of the `CmdExecution`.\nasync fn cmd_exec_progress_handler(cmd_execution_id: CmdExecutionId) -> Result { self.cmd_progress_storage.get(cmd_execution_id).await\n} async fn cmd_exec_interrupt_handler(cmd_execution_id: CmdExecutionId) -> Result<(), E> { let cmd_execution_by_id = cmd_execution_by_id .lock() .await; if let Some(interrupt_tx) = cmd_execution_by_id.get(cmd_execution_id) { let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal); Ok(()) } else { Err(E::from(Error::CmdExecutionIdNotFound { cmd_execution_id })) }\n}","breadcrumbs":"Technical Concepts » Commands » Interruptibility » Web Service","id":"130","title":"Web Service"},"131":{"body":"There are two variants of CLI and web service: CLI command running on the user's machine, web service that is a UI for that one command execution. CLI client to a web service, so the CLI is just a REST client. CLI on User's Machine + Web UI For the first variant, the CmdExecution invocation is similar to Web Service, with the following differences: Output progress is pushed to both CLI and CmdProgress storage. Interruptions are received from both process SIGINT and client requests. async fn cmd_exec_start(params: Params) { let (interrupt_tx, interrupt_rx) = oneshot::channel::(); let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx) .build(); let cmd_execution_id = EnsureCmd::exec_bg(cmd_ctx); // We store an `interrupt_tx` per `CmdExecutionId`, // as well as spawn a Ctrl C handler. let cmd_execution_by_id = cmd_execution_by_id .lock() .await; cmd_execution_by_id.insert(cmd_execution_id, interrupt_tx.clone()); tokio::task::spawn(async move { tokio::signal::ctrl_c() .await .expect(\"Failed to initialize signal handler for SIGINT\"); let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal); }); // TODO: store `cmd_execution_id` as the only running `CmdExecution`.\n} /// Returns the progress of the `CmdExecution`.\nasync fn cmd_exec_progress_handler(cmd_execution_id: CmdExecutionId) -> Result { self.cmd_progress_storage.get(cmd_execution_id).await\n} async fn cmd_exec_interrupt_handler(cmd_execution_id: CmdExecutionId) -> Result<(), E> { let cmd_execution_by_id = cmd_execution_by_id .lock() .await; if let Some(interrupt_tx) = cmd_execution_by_id.get(cmd_execution_id) { let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal); Ok(()) } else { Err(E::from(Error::CmdExecutionIdNotFound { cmd_execution_id })) }\n} CLI as Rest Client to Web Service This is essentially the Web Service implementation, but rendering the progress on the machine with the CLI.","breadcrumbs":"Technical Concepts » Commands » Interruptibility » CLI + Web Service","id":"131","title":"CLI + Web Service"},"132":{"body":"A flow's version needs to be increased whenever: Item: An associated data type is changed -- State, Diff, Params. Flow: An item is added. Flow: An item is removed. Flow: An item is renamed.","breadcrumbs":"Technical Concepts » Flow Versioning » Flow Versioning","id":"132","title":"Flow Versioning"},"133":{"body":"For developers, maintaining multiple versions of flows is a cost, and usually one that is necessary. As items are created, modified, and removed throughout a flow's evolution, automation software needs to manage stored information from previous versions of the flow. There are a number of ways to manage and ship flow versions: One version: Only ship with one flow version. Items never persist beyond the lifetime of the automation software. Suitable for once off flows where ensure (and clean up) are done with the same version of the automation software. Blue-green versioning: Ship with the previous and the next version. Automation software is compatible with the previous version of each flow, as well as the next. All stored information must be upgraded to the newer version before a new flow version is shipped. Suitable for flows that do not evolve often, and not all previous versions of flows need to be supported. n-versioning: Ship with n-versions of flows. n may be all flows. Each flow's state will need to adhere to the following, mainly for deserialization: Either never evolve its data type, or be an enum, with a variant per version / evolution. Ship with upgrade code from old versions to the current version. This is the highest cost in terms of code maintenance, and the shipped binary may grow unreasonably large over time.","breadcrumbs":"Technical Concepts » Flow Versioning » Flow Version Maintenance","id":"133","title":"Flow Version Maintenance"},"134":{"body":"","breadcrumbs":"Technical Concepts » Flow Versioning » Flow Upgrades","id":"134","title":"Flow Upgrades"},"135":{"body":"For blue-green / n versioning, there are a number of strategies for upgrading stored information in the flow: Automatic upgrade: Implementors and developers need to ship with v1 -> v2 migration code. Simplest for users, assuming migration path is well understood / no surprises. Developers may want to diff this. Manual upgrade: Implementors and developers need to ship with v1 -> v2 migration code. Users have to choose to migrate. Developers and users may want to diff things. For n-versioning, upgrading from v1 -> v3 should use v1 -> v2 -> v3, so that developers don't have to write migration code form every version to the latest.","breadcrumbs":"Technical Concepts » Flow Versioning » Upgrade Strategies","id":"135","title":"Upgrade Strategies"},"136":{"body":"To render old either we have one standard format that doesn't need old data types to present, or we ship those types. Makes sense to have a standard format -- shipping with previous data types creates bloat, and makes it impossible to support execution history for shipping single versions of flows.","breadcrumbs":"Technical Concepts » Flow Versioning » Execution History","id":"136","title":"Execution History"},"137":{"body":"Seamless execution when multiple flow versions exist requires handling the following: Reading and writing (serialization) stored state / outcomes from different flow versions. Reading and writing to (adding, removing, modifying) the items from different flow versions.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Seamless Execution","id":"137","title":"Seamless Execution"},"138":{"body":"Stored state is accessed when: CmdCtx is built: Read and write. Commands are run: StatesCurrentStoredReadCmd, StatesGoalReadCmd, ExecutionHistoryListCmd / ExecutionHistoryShowCmd: Read. StatesDiscoverCmd, EnsureCmd, CleanCmd: Write.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Stored State","id":"138","title":"Stored State"},"139":{"body":"For cmd ctx build, because state could be in any version (current or any previous version), deserialization needs to be stateful -- like how type_reg::untagged::TypeReg is done. fn envman_cmd_ctx() { let flow_versions = FlowVersions::builder() .add_flow(flow_v1) .add_flow(flow_v2) .add_flow(flow_v3) .build(); let cmd_ctx = CmdCtx::builder_single_profile_single_flow(&mut output, &workspace) // .with_flow(flow) .with_flow_versions(flow_versions) .await?;\n}","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » CmdCtx Build","id":"139","title":"CmdCtx Build"},"14":{"body":"A fn_graph is a data structure that holds functions, tracks their dependencies, and streams the functions in dependency order. This is the basis of a framework that enables: Consumer provided logic and data. Framework controlled invocation of logic. When consumers can plug in their logic and data to the framework, control now resides with the framework on invoking that logic and presenting the data in a goal form.","breadcrumbs":"Technical Concepts » Function Graph » Function Graph","id":"14","title":"Function Graph"},"140":{"body":"StatesCurrentStoredReadCmd and StatesGoalReadCmd needs to read states from any supported flow version. ExecutionHistoryListCmd / ExecutionHistoryShowCmd (not implemented yet) need to read outcomes (and hence states and diffs) from any previous flow version.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Cmd States and Outcome: Read","id":"140","title":"Cmd States and Outcome: Read"},"141":{"body":"StatesDiscoverCmd: Some overlap with migrating stored states to latest format. EnsureCmd / CleanCmd: Write new version after ensuring. What about interruptions? We'd probably have to write the version of each item state then. Enum variant per version solves this. /// Indicates when stored state can be upgraded.\n///\n/// Note: Stored outcomes also contain state, so for an upgrade between two\n/// given versions, an `OutcomeUpgradeReq` will be the same as this.\n///\n/// However, should we mutate stored outcomes? I imagine not.\nenum StateUpgradeReq { /// Data can be upgraded without discovering state. None, /// State needs to be discovered in order to store the new version. /// /// Existing stored state doesn't carry enough information to construct the /// new version, but the existing item does. Discover, /// Item needs an ensure / clean to be run to store the new version. /// /// The existing item doesn't carry enough information to construct the new /// state, and needs `apply` to be run to do so. /// /// This means `ApplyCmd`, and hence `Item{,Rt,Wrapper}`, need to work with /// different state versions. Apply,\n}","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Cmd States and Outcome: Write","id":"141","title":"Cmd States and Outcome: Write"},"142":{"body":"An item upgrade may be one of: Only modifying the data type, and changing the information stored about the item (see StateUpgradeReq::Discover above). Modifying the item in place. Cleaning up the item then re-ensuring it. Notes: It may not be possible to migrate an item to a newer version without cleaning up its successors. It is possible if successors don't \"live inside\" the item, but only need their parameters changed. it is not possible if successors live inside the item, and need to be deleted in order to modify the item. Whether or not a successor needs to be cleaned up likely should be encoded into the Edge type, not part of the item upgrade parameters -- an item is unable to know if its successors live inside it or point to it. /// Indicates what is needed for an instance of an item to be upgraded.\nenum ItemUpgradeReq { /// Item instance does not need to be upgraded, i.e. only state data type is changed. None, /// Item can and needs to be re-ensured as part of this upgrade. Modify, /// Item needs to be cleaned and re-ensured as part of this upgrade. Replace,\n}","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Items: Use Latest / Migrate to Latest","id":"142","title":"Items: Use Latest / Migrate to Latest"},"143":{"body":"The following use cases seem natural for developers / users: Manually upgrade state after automation software has been updated. Automatically upgrade state as part of using regular commands. Manually upgrade items after automation software has been updated. Automatically upgrade items as part of using regular commands. Some use cases are mutually exclusive, though mutually exclusive may still exist in the same automation software, for different version or kinds of upgrades. For example, automatic item upgrades as part of using regular commands are appropriate when nothing needs to be cleaned up, but manual item upgrades should be used when some items need to be cleaned as part of the upgrade.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Running The Upgrade Code","id":"143","title":"Running The Upgrade Code"},"144":{"body":"Developers must provide an upgrade command, to call StateUpgradeCmd::exec. impl StateUpgradeCmd { /// # Note /// /// This is single profile single flow. /// /// To upgrade the states of multiple profiles and multiple flows, this /// must be called per flow, and maybe per profile as well. /// /// `MultiProfileSingleFlow` may only be safe for `StateUpgradeReq::None` /// and `StateUpgradeReq::Discover`. async fn state_upgrade_exec(cmd_ctx: &mut CmdCtx) -> Result<(), Error> { match state_upgrade_req { StateUpgradeReq::None => { let states = resources.get::(); let states_upgraded = flow .graph() .iter() .for_each(|item| item.state_upgrade(states)); states_serializer.serialize(&states_upgraded).await?; } StateUpgradeReq::Discover => { let CmdOutcome { value: (states_current, states_goal), errors, } = StatesDiscoverCmd::current_and_goal(&mut cmd_ctx).await?; states_serializer.serialize_current(&states_upgraded).await?; states_serializer.serialize_goal(&states_upgraded).await?; } StateUpgradeReq::Apply => { let CmdOutcome { value: states_upgraded, errors, } = EnsureCmd::exec_with(&mut cmd_ctx.as_sub_cmd()).await?; } } }\n}","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Manual State Upgrade","id":"144","title":"Manual State Upgrade"},"145":{"body":"The above method, but called automatically from a set of chosen commands: EnsureCmd, CleanCmd. May need to think about this more carefully.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Automatic State Upgrade","id":"145","title":"Automatic State Upgrade"},"146":{"body":"Developers must provide an upgrade command. For actual item modification, it may be one of: // Only discovery needed\nfn env_ensure_cmd() { env_flow_current_version_ensure(); env_flow_ensure();\n} // apply needed\nfn env_ensure_cmd() { // Item implementation needs to handle upgrade from whatever version the // state is in, to the current version. // // Meaning, there is no API support / constraints from the `peace` // framework. It's all handled from within the item implementation. env_flow_ensure();\n}","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Manual Item Upgrade","id":"146","title":"Manual Item Upgrade"},"147":{"body":"Same as manual item upgrade, except the upgrade command is not separate to the regular ensure command. For item upgrades, state could always be an enum, and peace doesn't include API support, constraints, or special handling for migrating between item versions -- the current building blocks are enough to implement seamless upgrades if items are implemented well. For flow upgrades, we still need to handle clean up of old items no longer needed in subsequent flow versions, meaning the items must still be included in the development tool for their clean up logic. For the developer, this could be either: Passing in the previous and current flow versions, and the framework working out which items need to be cleaned up. Passing in the current flow version, and old items and params for the framework to clean up those items. Is this enough to start working on StatesSerde? Yes: StatesSerde should hold unknown entries (removed items). States should be mapped From after deserialization. Users should be informed when there are unknown entries. States should be mapped Into, with an entry for each item in the flow.","breadcrumbs":"Technical Concepts » Flow Versioning » Seamless Execution » Automatic Item Upgrade","id":"147","title":"Automatic Item Upgrade"},"148":{"body":"There are 4 levels of upgrade actions that can be applied to items. Reserialization with existing stored values. State discovery: current / goal. Item ensure. Replacement (clean and ensure) required. The following table shows what is required for ensuring an environment to be in sync with the change. If multiple changes are involved, then the highest level of upgrade action needs to be applied to the environment for params and state, and the environment to be in sync, i.e. max(upgrade_actions). Notes: \"Data\" refers to an item's Params, State, or StateDiff. Apply is associated with params, state, and diff. apply_clean needs to know state_clean based on the parameters used to compute state_goal at the time of the previous apply_goal. \"Predecessor action \" means what upgrade action is needed for this item, given a predecessor has had action applied to it. In other words, the change for an item can imply an upgrade action for successors. Change Upgrade action Param value apply_goal Data type field rename reserialization Data type field addition state_discovery Data type field removal state_discovery Data type field modification apply_goal Flow item addition apply_goal Flow item removal apply_clean Flow item replacement apply_clean, apply_goal Predecessor replacement, Edge::Link apply_goal Predecessor replacement, Edge::Contains apply_clean, apply_goal Predecessor addition / modification apply_goal (in case of update) Predecessor removal apply_clean (successor first)","breadcrumbs":"Technical Concepts » Flow Versioning » Upgrade Actions » Upgrade Actions","id":"148","title":"Upgrade Actions"},"149":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » User Facing Automation - Part 1","id":"149","title":"User Facing Automation - Part 1"},"15":{"body":"Consider the following program: Initialize two inputs, a and b, and two outputs c and d. Add a to c. Add b to c. Add c to d. Print the values of a, b, and c.","breadcrumbs":"Technical Concepts » Function Graph » Scenario","id":"15","title":"Scenario"},"150":{"body":"Commands before demoing (ZSH) # Create demo directory and source file\ndemo_dir=/tmp/automation_demo\ntest -d \"${demo_dir}\" || mkdir \"${demo_dir}\"\ncd \"${demo_dir}\"\nsrc=\"${demo_dir}/a.txt\"\ndest=\"${demo_dir}/b.txt\" # Change time format. This is for zsh.\n#\n# Functions must also be run in subshells in zsh for `time` to work:\n# \nTIMEFMT=$'%*E seconds' echo hi > \"$src\" For the download example: # Requires Rust\ncargo install --git https://github.com/azriel91/peace download --all-features In a separate shell: cd /tmp/automation_demo\ncase \"$(uname)\" in Linux) watch -n 0.4 -c -d \"stat --format='%y' b.txt | cut -b 12-23 ; bat b.txt\" ;; Darwin) watch -n 0.4 -c -d \"stat -f '%y' b.txt | cut -b 12-23 ; bat b.txt\" ;;\nesac","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Set Up","id":"150","title":"Set Up"},"151":{"body":"Copy a file from one place to another. For demonstration, this section will use the sleep and cp (copy) commands to emulate a task: function slow_cp { sleep 1; cp \"$1\" \"$2\";\n}","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Scenario","id":"151","title":"Scenario"},"152":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Basics","id":"152","title":"Basics"},"153":{"body":"What: Do it again without thinking. Value: Save time and mental effort. Example # Hard coded values\nfunction slow_cp { sleep 1; cp a.txt b.txt;\n} slow_cp","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 1: Repeatable in One Action","id":"153","title":"Concept 1: Repeatable in One Action"},"154":{"body":"What: Do the same action on different things. Value: Multiply the automation gain per thing. Example function slow_cp { sleep 1; cp \"$1\" \"$2\";\n} src=\"/tmp/automation_demo/a.txt\"\ndest=\"/tmp/automation_demo/b.txt\" slow_cp \"${src}\" \"${dest}\"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 2: Parameterized","id":"154","title":"Concept 2: Parameterized"},"155":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Efficiency","id":"155","title":"Efficiency"},"156":{"body":"What: Don't do it if it's already done. Value: Save time. Example Execution 1: %3startbbstart->bendb->end\n%3startbbstart->bendb->end\n%3startbbstart->bendb->end Execution 2: %3startbbstart->bendb->end\n%3startbbstart->bendb->end function idempotent_cp { if ! test -f \"${dest}\" then slow_cp \"$1\" \"$2\" fi;\n} rm -f \"${dest}\"\ntime (idempotent_cp \"${src}\" \"${dest}\")\ntime (idempotent_cp \"${src}\" \"${dest}\") echo updated > \"${src}\"\ntime (idempotent_cp \"${src}\" \"${dest}\")","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 3: Idempotence","id":"156","title":"Concept 3: Idempotence"},"157":{"body":"What: Handle updates. Value: Do what's expected. Example function idempotent_cp { local src_hash; local dest_hash; src_hash=$(md5sum <(cat \"$1\")) dest_hash=$(md5sum <(cat \"$2\" 2>/dev/null)) if ! test \"${src_hash}\" = \"${dest_hash}\" then slow_cp \"$1\" \"$2\" fi;\n} rm -f \"${dest}\"\ntime (idempotent_cp \"${src}\" \"${dest}\")\ntime (idempotent_cp \"${src}\" \"${dest}\")","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 4: Smart Idempotence","id":"157","title":"Concept 4: Smart Idempotence"},"158":{"body":"What: Run tasks at the same time. Value: Elapsed duration to execute process is decreased. Example dest_1=\"/tmp/automation_demo/b1.txt\"\ndest_2=\"/tmp/automation_demo/b2.txt\"\ndest_3=\"/tmp/automation_demo/b3.txt\" Serial %3startb1b1start->b1endb2b2b1->b2b3b3b2->b3b3->end # Serial execution\nrm -f \"${dest_1}\" \"${dest_2}\" \"${dest_3}\"\ntime ( idempotent_cp \"${src}\" \"${dest_1}\"; idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${src}\" \"${dest_3}\";\n)\ntime ( idempotent_cp \"${src}\" \"${dest_1}\"; idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${src}\" \"${dest_3}\";\n) # Remove one file\nrm -f \"${dest_2}\"\ntime ( idempotent_cp \"${src}\" \"${dest_1}\"; idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${src}\" \"${dest_3}\";\n)\ntime ( idempotent_cp \"${src}\" \"${dest_1}\"; idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${src}\" \"${dest_3}\";\n) Parallel %3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end # Parallel execution\nrm -f \"${dest_1}\" \"${dest_2}\" \"${dest_3}\"\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; idempotent_cp \"${src}\" \"${dest_2}\" &; idempotent_cp \"${src}\" \"${dest_3}\" &; wait;\n)\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; idempotent_cp \"${src}\" \"${dest_2}\" &; idempotent_cp \"${src}\" \"${dest_3}\" &; wait;\n) # Remove one file\nrm -f \"${dest_2}\"\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; idempotent_cp \"${src}\" \"${dest_2}\" &; idempotent_cp \"${src}\" \"${dest_3}\" &; wait;\n)\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; idempotent_cp \"${src}\" \"${dest_2}\" &; idempotent_cp \"${src}\" \"${dest_3}\" &; wait;\n)","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 5: Parallelism","id":"158","title":"Concept 5: Parallelism"},"159":{"body":"What: Wait if you have to. Value: Correctness. Example\n%3startb1b1start->b1b2b2start->b2endb1->endb3b3b2->b3b3->end # Logical dependency\nrm -f \"${dest_1}\" \"${dest_2}\" \"${dest_3}\"\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; ( idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${dest_2}\" \"${dest_3}\"; ) &; wait;\n)\ntime ( idempotent_cp \"${src}\" \"${dest_1}\" &; ( idempotent_cp \"${src}\" \"${dest_2}\"; idempotent_cp \"${dest_2}\" \"${dest_3}\"; ) &; wait;\n)","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 6: Logical Dependencies","id":"159","title":"Concept 6: Logical Dependencies"},"16":{"body":"The above program can be represented by the following code: // Define data to work on.\nlet mut a = -1;\nlet mut b = -1;\nlet mut c = -1;\nlet mut d = -1; # type Fn1 = fn(&mut i32, &mut i32, &mut i32, &mut i32);\n# type Fn2 = fn(&i32, &mut i32);\n# type Fn3 = fn(&i32, &mut i32);\n# type Fn4 = fn(&i32, &mut i32);\n# type Fn5 = fn(&i32, &i32, &i32);\n#\n// Define logic.\nlet fn1: Fn1 = |a, b, c, d| { *a = 1; *b = 2; *c = 0; *d = 0; };\nlet fn2: Fn2 = |a, c | *c += *a;\nlet fn3: Fn3 = | b, c | *c += *b;\nlet fn4: Fn4 = | c, d| *d += *c;\nlet fn5: Fn5 = |a, b, c | println!(\"{a} + {b} = {c}\"); // Invoke logic over data.\nfn1(&mut a, &mut b, &mut c, &mut d);\nfn2(&a, &mut c);\nfn3(&b, &mut c);\nfn4(&c, &mut d);\nfn5(&a, &b, &c);","breadcrumbs":"Technical Concepts » Function Graph » Static Representation","id":"16","title":"Static Representation"},"160":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Output","id":"160","title":"Output"},"161":{"body":"What: Tell users what's going on. Value: Users know what's happening, or if it's stalled. Example Code function slow_cp { sleep 1; cp \"$1\" \"$2\";\n} function hash_file { 1>&2 printf \"hashing file: ${1}\\n\" test -f \"${1}\" && md5sum <(cat \"$1\" 2>/dev/null) || printf '00000000000000000000000000000000'\n} function informational_idempotent_cp { src_hash=$(hash_file \"${src}\") dest_hash=$(hash_file \"${dest}\") 1>&2 printf \" src_hash: ${src_hash}\\n\" 1>&2 printf \"dest_hash: ${dest_hash}\\n\" if ! test \"${src_hash}\" = \"${dest_hash}\" then 1>&2 printf \"contents don't match, need to copy.\\n\" slow_cp \"$1\" \"$2\" 1>&2 printf \"file copied.\\n\" else 1>&2 printf \"contents match, don't need to copy.\\n\" fi;\n} rm -f \"${dest}\" informational_idempotent_cp \"${src}\" \"${dest}\" # if we don't care about the verbose information, we can hide it\ninformational_idempotent_cp \"${src}\" \"${dest}\" 2>/dev/null","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 7: Progress Information","id":"161","title":"Concept 7: Progress Information"},"162":{"body":"What: Show as little and as much information as necessary. Value: Reduce effort to understand. Example Code delay=0.1\npb_lines=3 function slow_cp_with_progress { progress_update 50 20 'copying file'; sleep $delay progress_update 50 25 'copying file'; sleep $delay progress_update 50 30 'copying file'; sleep $delay progress_update 50 35 'copying file'; sleep $delay progress_update 50 40 'copying file'; sleep $delay progress_update 50 45 'copying file'; sleep $delay cp \"$1\" \"$2\";\n} function hash_file { test -f \"${1}\" && md5sum <(cat \"$1\" 2>/dev/null) || printf '00000000000000000000000000000000'\n} function clear_lines { local lines_to_clear local i lines_to_clear=$(($1 - 1)) # subtract 1 because bash loop range is inclusive if test \"${lines_to_clear}\" -ge 0 then for i in {1..${lines_to_clear}} do 1>&2 printf \"\\033[2K\\r\" # clear message line 1>&2 printf \"\\033[1A\" # move cursor up one line done fi\n} function progress_write { local progress_total local progress_done local progress_message local progress_remaining local printf_format progress_total=$1 progress_done=$2 progress_message=\"${3}\" progress_remaining=$(($progress_total - $progress_done)) if test $progress_total -eq $progress_done then printf_format=\"\\e[48;5;35m%${progress_done}s\\e[48;5;35m%${progress_remaining}s\\e[0m\\n\" # green else printf_format=\"\\e[48;5;33m%${progress_done}s\\e[48;5;18m%${progress_remaining}s\\e[0m\\n\" # blue fi 1>&2 printf \"$printf_format\" ' ' ' ' 1>&2 printf \"$progress_message\" 1>&2 printf '\\n'\n} function progress_update { clear_lines $pb_lines # message line, progress bar line, extra line progress_write \"$@\"\n} function informational_idempotent_cp { local src_hash; local dest_hash; progress_write 50 0 'hashing source file'; sleep $delay src_hash=$(hash_file \"${src}\") progress_update 50 5 'hashing destination file'; sleep $delay dest_hash=$(hash_file \"${dest}\") progress_update 50 10 'comparing hashes'; sleep $delay if ! test \"${src_hash}\" = \"${dest_hash}\" then progress_update 50 15 'copying file'; sleep $delay slow_cp_with_progress \"$1\" \"$2\" progress_update 50 50 '✅ file copied!' 1>&2 printf \"\\n\" else progress_update 50 50 '✅ contents match, nothing to do!' 1>&2 printf \"\\n\" fi;\n} rm -f \"${dest}\" informational_idempotent_cp \"${src}\" \"${dest}\" delay=0.7\nrm -f \"${dest}\"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 8: Provide Relevant Information","id":"162","title":"Concept 8: Provide Relevant Information"},"163":{"body":"What: Change information format specifically for how it is consumed. Value: Makes using the API ergonomic. Tip: Progress information can be more than a string. For a human: output a progress bar, replace status text For continuous integration: append status text For a web request: output json Example Code output_format=pb # pb, text, json function progress_write { local progress_total local progress_done local progress_message progress_total=$1 progress_done=$2 progress_message=\"${3}\" local progress_remaining local printf_format progress_remaining=$(($progress_total - $progress_done)) case \"${output_format}\" in pb) if test $progress_total -eq $progress_done then printf_format=\"\\e[48;5;35m%${progress_done}s\\e[48;5;35m%${progress_remaining}s\\e[0m\\n\" # green else printf_format=\"\\e[48;5;33m%${progress_done}s\\e[48;5;18m%${progress_remaining}s\\e[0m\\n\" # blue fi 1>&2 printf \"$printf_format\" ' ' ' ' 1>&2 printf \"$progress_message\" 1>&2 printf '\\n' ;; text) 1>&2 printf \"$progress_message\" 1>&2 printf '\\n' ;; json) cat << EOF\n{ \"progress_total\": $progress_total, \"progress_done\": $progress_done, \"progress_remaining\": $progress_remaining, \"message\": \"$progress_message\" }\nEOF ;; esac\n} function progress_update { case \"${output_format}\" in pb) clear_lines $pb_lines # message line, progress bar line, extra line ;; text) ;; json) ;; esac progress_write \"$@\"\n} output_format=pb\nrm -f \"${dest}\"\ntime (informational_idempotent_cp \"${src}\" \"${dest}\")\necho '---'\ntime (informational_idempotent_cp \"${src}\" \"${dest}\") output_format=text\nrm -f \"${dest}\"\ntime (informational_idempotent_cp \"${src}\" \"${dest}\")\necho '---'\ntime (informational_idempotent_cp \"${src}\" \"${dest}\") output_format=json\nrm -f \"${dest}\"\ntime (informational_idempotent_cp \"${src}\" \"${dest}\")\necho '---'\ntime (informational_idempotent_cp \"${src}\" \"${dest}\") informational_idempotent_cp \"${src}\" \"${dest}\" | jq informational_idempotent_cp \"${src}\" \"${dest}\" | jq '.progress_remaining'","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 9: Information Format","id":"163","title":"Concept 9: Information Format"},"164":{"body":"This section uses the download example.","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Error Handling","id":"164","title":"Error Handling"},"165":{"body":"What: When an error happens, save it, then display it at the very end. Value: User doesn't have to spend time and effort investigating. Example\n%3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end Don't Do This: # Per subprocess\nlog_info \"${id}: Start.\"\nlog_info \"${id}: Processing.\" download_file\ndownload_result=$? if [[ \"$download_result\" -eq 0 ]]\nthen log_info \"${id}: Successful.\" log_info \"${id}: Notifying service.\" return 0\nelse log_error \"${id}: Download failed: ${download_result}\" return 1\nfi Info : Starting process.\nInfo : b1: Start.\nInfo : b2: Start.\nInfo : b3: Start.\nInfo : main: Waiting for results.\nInfo : b1: Processing.\nInfo : b2: Processing.\nInfo : main: Waiting for results.\nInfo : b3: Processing.\nError: b2: Download failed: 12\nInfo : b1: Processing complete.\nInfo : main: Waiting for results.\nInfo : b3: Processing complete.\nInfo : b1: Successful.\nInfo : main: Waiting for results.\nInfo : b3: Successful.\nInfo : b3: Notifying service.\nInfo : main: Waiting for results.\nInfo : b1: Notifying service.\nInfo : main: Collected results.\nInfo : main: Analyzing.\nError: Process failed: b2. Do This: # Per subprocess\ndownload_file\ndownload_result=$? if [[ \"$download_result\" -eq 0 ]]\nthen printf \"{ \\\"id\\\": ${id} \\\"success\\\": true }\" return 0\nelse printf \"{ \\\"id\\\": ${id} \\\"success\\\": false, \\\"error_code\\\": 12 }\" return 1\nfi Info : Starting process.\nInfo : b1: Start.\nInfo : b2: Start.\nInfo : b3: Start.\nInfo : main: Waiting for results.\nInfo : b1: Processing.\nInfo : b2: Processing.\nInfo : main: Waiting for results.\nInfo : b3: Processing.\nError: b2: Download failed: 12\nInfo : b1: Processing complete.\nInfo : main: Waiting for results.\nInfo : b3: Processing complete.\nInfo : b1: Successful.\nInfo : main: Waiting for results.\nInfo : b3: Successful.\nInfo : b3: Notifying service.\nInfo : main: Waiting for results.\nInfo : b1: Notifying service.\nInfo : main: Collected results.\nInfo : main: Analyzing.\nError: Process failed: b2. Error: b2 failed with error code: 12 So that:\n%3startb1b1start->b1b2b2start->b2b3b3start->b3endb1->endb2->endb3->end\nInfo : Starting process.\nInfo : b1: Start.\nInfo : b2: Start.\nInfo : b3: Start.\nInfo : main: Waiting for results.\nInfo : b1: Processing.\nInfo : b2: Processing.\nInfo : main: Waiting for results.\nInfo : b3: Processing.\nError: b2: Download failed: 12\nInfo : b1: Processing complete.\nInfo : main: Waiting for results.\nError: b3: Download failed: 13\nInfo : b1: Successful.\nInfo : main: Waiting for results.\nInfo : main: Waiting for results.\nInfo : b1: Notifying service.\nInfo : main: Collected results.\nInfo : main: Analyzing.\nError: Process failed: b2, b3. Error: b2 failed with error code: 12 b3 failed with error code: 13","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 10: Accumulate And Summarize","id":"165","title":"Concept 10: Accumulate And Summarize"},"166":{"body":"What: Translate the technical terms into spoken language terms. Value: User can understand the message and take action. Example download -v init http://non_existent_domain file.txt Error: peace_item_file_download::src_get × Failed to download file. ├─▶ error sending request for url (http://non_existent_domain/): error │ trying to connect: dns error: failed to lookup address information: │ Temporary failure in name resolution ├─▶ error trying to connect: dns error: failed to lookup address │ information: Temporary failure in name resolution ├─▶ dns error: failed to lookup address information: Temporary failure in │ name resolution ╰─▶ failed to lookup address information: Temporary failure in name resolution Error: peace_item_file_download::src_get × Failed to download file. ╭──── 1 │ download init http://non_existent_domain/ file.txt · ─────────────┬───────────── · ╰── defined here ╰──── help: Check that the URL is reachable: `curl http://non_existent_domain/` Are you connected to the internet?","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 11: Understandable Error Messages","id":"166","title":"Concept 11: Understandable Error Messages"},"167":{"body":"What: Show where the information came from. Value: User doesn't have to spend time and effort investigating. Example download init http://localhost:3000/ peace_book.html Stop the server, then: download ensure Error: peace_item_file_download::src_get × Failed to download file. ╭──── 1 │ download init http://localhost:3000/ peace_book.html · ───────────┬────────── · ╰── defined here ╰──── help: Check that the URL is reachable: `curl http://localhost:3000/` Are you connected to the internet?","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 12: Capture the Source of Information","id":"167","title":"Concept 12: Capture the Source of Information"},"168":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Workflow Concepts","id":"168","title":"Workflow Concepts"},"169":{"body":"What: Leave a place in a state, no worse than when you found it. Value: Don't waste resources. Example ls download clean Bash function cp_flow { sub_cmd=$1 case ${sub_cmd} in ensure) informational_idempotent_cp \"$2\" \"$3\" ;; clean) if test -f \"$2\" then rm -f \"$2\" fi ;; esac ;\n} rm -f \"${dest}\"\ntime (cp_flow ensure \"${src}\" \"${dest}\")\ntime (cp_flow ensure \"${src}\" \"${dest}\") time (cp_flow clean \"${dest}\")","breadcrumbs":"Learning Material » User Facing Automation - Part 1 » Concept 13: Clean Up","id":"169","title":"Concept 13: Clean Up"},"17":{"body":"The following shows the complete logic implemented using fn_graph : # // [dependencies]\n# // fn_graph = { version = \"0.5.4\", features = [\"fn_meta\", \"resman\"] }\n# // futures = \"0.3.21\"\n# // resman = { version = \"0.15.0\", features = [\"fn_meta\", \"fn_res\"] }\n# // tokio = { version = \"1.20.0\", features = [\"rt\", \"macros\", \"time\"] }\n# use std::{\n# fmt,\n# ops::{AddAssign, Deref, DerefMut},\n# };\n#\n# use fn_graph::FnGraphBuilder;\n# use futures::stream::StreamExt;\n# use resman::{IntoFnRes, Resources};\n#\n// Define newtypes for each parameter.\n#[derive(Debug)] struct A(u32);\n#[derive(Debug)] struct B(u32);\n#[derive(Debug)] struct C(u32);\n#[derive(Debug)] struct D(u32); # fn main() {\n// Initialize data.\nlet mut resources = Resources::new();\nresources.insert(A(0));\nresources.insert(B(0));\nresources.insert(C(0));\nresources.insert(D(0));\nlet resources = &resources; // Now the map is compile time immutable. # type Fn1 = fn(&mut A, &mut B, &mut C, &mut D);\n# type Fn2 = fn(&A, &mut C);\n# type Fn3 = fn(&B, &mut C);\n# type Fn4 = fn(&C, &mut D);\n# type Fn5 = fn(&A, &B, &C);\n#\n// Define logic and insert them into graph structure.\nlet fn_graph = { let fn1: Fn1 = |a, b, c, d| { a.0 = 1; b.0 = 2; c.0 = 0; d.0 = 0; }; let fn2: Fn2 = |a, c | *c += a.0; let fn3: Fn3 = | b, c | *c += b.0; let fn4: Fn4 = | c, d| *d += c.0; let fn5: Fn5 = |a, b, c | println!(\"{a} + {b} = {c}\"); let mut fn_graph_builder = FnGraphBuilder::new(); // Store functions in graph. let [fn_id1, fn_id2, fn_id3, fn_id4, fn_id5] = fn_graph_builder.add_fns([ fn1.into_fn_res(), fn2.into_fn_res(), fn3.into_fn_res(), fn4.into_fn_res(), fn5.into_fn_res(), ]); // Define dependencies to control ordering. fn_graph_builder .add_edges([ (fn_id1, fn_id2), (fn_id1, fn_id3), (fn_id2, fn_id4), (fn_id2, fn_id5), (fn_id3, fn_id4), (fn_id3, fn_id5), ]) .unwrap(); fn_graph_builder.build()\n}; // Invoke logic over data.\n//\n// For synchronous sequential execution, you may uncomment the next line:\n// fn_graph.iter().for_each(|fun| fun.call(resources));\n//\n// For asynchronous concurrent execution, use the following:\nlet rt = tokio::runtime::Builder::new_current_thread() .enable_time() .build() .unwrap();\nrt.block_on(async move { fn_graph .stream() .for_each_concurrent(None, |fun| async move { fun.call(resources); }) .await;\n}); // prints:\n// 1 + 2 = 3\n# }\n#\n# macro_rules! u32_newtype {\n# ($name:ident) => {\n# impl fmt::Display for $name {\n# fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {\n# self.0.fmt(f)\n# }\n# }\n# impl Deref for $name {\n# type Target = u32;\n# fn deref(&self) -> &Self::Target {\n# &self.0\n# }\n# }\n# impl DerefMut for $name {\n# fn deref_mut(&mut self) -> &mut Self::Target {\n# &mut self.0\n# }\n# }\n# impl AddAssign for $name {\n# fn add_assign(&mut self, other: u32) {\n# *self = Self(self.0 + other);\n# }\n# }\n# };\n# }\n# u32_newtype!(A);\n# u32_newtype!(B);\n# u32_newtype!(C);\n# u32_newtype!(D); Note that the knowledge of types is only needed at the point of definition for both data and logic. At the point of invocation, it's dynamic : let resources: &Resources = /* .. */; fn_graph .stream() .for_each_concurrent(None, |fun| async move { fun.call(resources); }) .await;","breadcrumbs":"Technical Concepts » Function Graph » Dynamic Representation","id":"17","title":"Dynamic Representation"},"170":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » User Facing Automation - Part 2","id":"170","title":"User Facing Automation - Part 2"},"171":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Workflow Concepts","id":"171","title":"Workflow Concepts"},"172":{"body":"What: Take in parameters, recall them automatically. Value: Don't require users to pass in parameters repeatedly. Example download init https://ifconfig.me ip.json download ensure\ndownload clean","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 14: Storing Parameters","id":"172","title":"Concept 14: Storing Parameters"},"173":{"body":"What: Show users what is, and what will be, before doing anything. Value: Give users clarity on what would happen, before doing it. Example download clean\ndownload init https://ifconfig.me ip.json download status\ndownload goal\ndownload diff download ensure\ndownload diff download clean\ndownload diff","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 15: Current State, Goal State, Difference","id":"173","title":"Concept 15: Current State, Goal State, Difference"},"174":{"body":"What: Use the same workspace input for logically separate environments. Value: Ease the creation of cloned environments.","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 16: Profiles","id":"174","title":"Concept 16: Profiles"},"175":{"body":"What: Perform different workflows within an environment. Value: Workflows automatically share parameters with each other.","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 17: Flows","id":"175","title":"Concept 17: Flows"},"176":{"body":"What: Guard automation from executing with unusual values. Value: Don't accidentally incur large costs.","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 18: Parameter Limits","id":"176","title":"Concept 18: Parameter Limits"},"177":{"body":"","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Efficiency Concepts (Again!)","id":"177","title":"Efficiency Concepts (Again!)"},"178":{"body":"If a process cannot take less than 10 minutes, then to do it in 5, you must begin in the past. What: Execute the automation in the background, show where it is when it is asked to be executed. Value: Reduce waiting time. Cost: Background work consumes resources, and may be redundant.","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 19: Do It Before It's Asked","id":"178","title":"Concept 19: Do It Before It's Asked"},"179":{"body":"At the beginning of a process, what's the fastest way to get to step 9? Go through steps 1 through 9. What if you're on step 10? Transition from step 10 to 9. What: The beginning and destination state are not necessarily the start and end of a process. Value: Allows inspection / mutation of state at a particular point, or re-testing of automation steps after that point.","breadcrumbs":"Learning Material » User Facing Automation - Part 2 » Concept 20: Reverse Execution","id":"179","title":"Concept 20: Reverse Execution"},"18":{"body":"The remainder of this section shows how fn_graph is implemented. Generic data storage and dynamic access is already solved by Resources from the previous page. The remaining parts to solve all relate to the logic: Abstraction: Abstraction over different logic types to retrieve parameters and invoke the logic. Ordering: Sort logic by their dependencies and how they access data. Streaming: Concurrently stream logic once they are available without violating data access rules.","breadcrumbs":"Technical Concepts » Function Graph » How It Works","id":"18","title":"How It Works"},"180":{"body":"Communicating Clearly In Code Today's talk is about empathetic code design. The project I will use to demonstrate this is Peace, a framework to create empathetic and forgiving software automation. Peace provides constraints over logic and data types, and common functionality. By using the framework, logic and data types will be shaped to produce an automation tool that is clear in its communication. A user uses that tool to get their work done, with good user experience. Here's a 3 step process to upload a file to the internet. Download the file, create an S3 bucket, upload the file to that bucket. We can use a shell script to execute this process. (live demo) We can also use a tool, created using the Peace framework, to do the same thing. envman is a tool I created earlier to do this process. (live demo) This is a short demonstration of why one would use this framework. When changing any environment, first we want to understand where we are. Second, we also want to know, where we are headed. Third, we want to know the cost of getting there. Finally, when we understand enough about the change, we can decide to do it. Now, when I say clear communication, it should be quite easy to see that A B C here maps to 1 2 3 there. By presenting information in the right form, at the right level of detail, it's much easier to map between the concept and what is seen. This is how Peace takes care of the user. Today, we are going to look at how Peace takes care of the automation tool developer. How clearly can we communicate between the mental model of a process, and code. When designing a flow, we need to define the items in the flow, and the ordering between those items. The reason these are called \"items\" instead of \"steps\", is because in Peace, the emphasis is on the outcome, rather than the actions. Said another way, the purpose of technological processes is the end state, not the work undertaken to get there. That statement does not apply to other kinds of processes, where the work is meaningful. In code, adding items and ordering looks like this. This shows linear ordering; it is possible to have work done in parallel when there is no dependency between items. So here we can adjust the ordering such that A and B are both predecessors of C. A comes before C, and B comes before C. So A and B can both begin at the same time, reducing the overall duration. We'll adjust this in the example, I want you to see that both the file download and the s3 bucket turn blue, and when both are done, then the upload begins. We'll slow down our connection so it is easier to see. (live demo) Try doing that in a shell script. After a developer defines the items in a flow, they also need to define how data passes through these items. If you've written automation using bash scripts or YAML, usually data is just strings. For the non-devs among us, using \"strings\" everywhere is like saying, \"I took stuff and did stuff, and here is stuff\". It would be much better to say, \"I grab my camera, and took a shot, and here's a picture.\" To better communicate with developers, Peace uses type safety. Because Peace is a framework, each item's automation logic should be shareable. This means, the input to each item, and its output, are API. In Peace, we call the input \"parameters\", and we use call the output \"state\". For a file download item, the parameters are the source URL to download from and the path to write to. and the state, can be either \"the file's not there\", or \"it's there, and here is its content hash\". Given each item defines its parameters and state, we need a way for developers to pass values into the parameters. Usually, at the start of a process, we know the values of some parameters, and we can pass them straight in. However, sometimes we need part of the process to be completed, to have the information to pass to a subsequent item. For example, if we had a server instead of an S3 bucket, we cannot know what its IP address will be until we the server is created. But we still want to encode into the flow, that the state from an earlier item, is needed to determine the parameter value for a subsequent item. For the simple case, where we know the parameter values up front, we can just plug them in. But we want to be able to express, \"get the state from step two, and pass it into step three\". So I came up with this, for every item's parameters, the framework will generate a specification type that records how to figure out what values to use. and you can pass it direct values, or you can tell it \"here's what states to read, and here's how to extract the value to use for this field\". Here's how it looks like in code. Yes, we can read states from multiple items, and use them to compute a value. Best of all, it's type safe -- so within the code you can ask \"what parameters do I need to pass in, and get them right\". If you make a mistake, you have a really big safety net called the compiler, that will save you. The error message needs improvement, though I haven't yet figured that out. If the parameter type changes, such as when you upgrade your item version, then you get a compilation error, which means you don't have to work to discover where to change -- the compiler tells you . Now that we have our logic and our data, we need a way to interact with it. Peace is designed to separate the automation logic and data, from how it is interacted with and presented. Whether it is interactive shell, uninteractive shell, web API, or web page, there is no rendering code in any item. This allows automation developers to use different front ends to the same automation backend. In code, the developer can choose which output to use. Currently the only user facing output implementation is the CliOutput, which you've seen. There are a number of other output implementations used in tests, such as the NoOpOutput which discards all information, and the FnTrackerOutput which stores what output methods were called, with what parameters. Developers can choose to write their own output implementation as well, but It is within the scope of Peace provide implementations for common use cases. So far, we've seen Items, Parameters, Specifications, and Output. As a developer, this should be sufficient to run some commands. First we group all of the above into a CmdCtx, then we call the command we want to run for the flow. StatesCurrentReadCmd and EnsureCmd are provided by the framework. The real code still contains code to format the output, but this is something that the framework can provide. For any automation software, the user should only need to pass in item parameters once. Commands run using that flow should be able to recall parameters for the user. How can we make this easy for the automation software developer? The easiest thing, is for them to do nothing. So whenever a command context is built, the following happens. Previous parameter specifications will attempt to be loaded from disk. The provided parameter specification will be merged with those. Validation happens, to make sure there is enough information to resolve parameters for all items. The merged parameter specifications will be serialized to disk. If the parameter specifications don't pass validation, we should get a useful error message. When a command is run, Peace stores information about that execution. It stores this in a .peace directory within a workspace directory. The automation tool developer needs to tell Peace how to determine the workspace directory. Because if the tool is run in a sub directory, information should still be stored in the workspace directory. If you think about git, if you run git status in any subdirectory of a repository, it will still find the .git directory somewhere up the chain. One undeniable way to tell if software works, is to run it. And to tell if it will work in production, we usually want to run it in a replica environment first. Out of the box, Peace provides support for logically separate environments, through profiles. So you can have multiple environments under different names, just like git branching. Let's see a demo. How do we communicate clearly in code? We make sure the API matches the mental model. We make sure we have good error messages. When we require something of the developer, make it easy for them to provide it. and when we adhere to these constraints, it will improve the automation development experience.","breadcrumbs":"Learning Material » Empathetic Code Design » Empathetic Code Design","id":"180","title":"Empathetic Code Design"},"181":{"body":"Peace Constraints andcommon functionality + 💻 Code Logic and data types = ⚙️ Nice Tool Automation software ⚙️ Nice Tool Automation software + 🔡 Data Values for parameters = 🚀 Work Done App built and published Environment deployed","breadcrumbs":"Learning Material » Empathetic Code Design » Background » Background","id":"181","title":"Background"},"182":{"body":"%3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object","breadcrumbs":"Learning Material » Empathetic Code Design » Scenario » Scenario","id":"182","title":"Scenario"},"183":{"body":"bucket_name='azriel-peace-demo-bash'\nfile_path='web_app.tar'\nobject_key='web_app.tar' curl --fail \\ -o \"${file_path}\" \\ --location \\ https://github.com/azriel91/web_app/releases/download/0.1.1/web_app.tar aws s3api create-bucket \\ --bucket \"${bucket_name}\" \\ --acl private \\ --create-bucket-configuration LocationConstraint=ap-southeast-2 | bat -l json aws s3api put-object \\ --bucket \"${bucket_name}\" \\ --key \"${object_key}\" \\ --body \"${file_path}\" | bat -l json aws s3api delete-object \\ --bucket \"${bucket_name}\" \\ --key \"${object_key}\" | bat -l json aws s3api delete-bucket --bucket \"${bucket_name}\" | bat -l json rm -f \"${file_path}\" What does automation look like, from the perspective of an automation tool developer, or a workflow designer. Clarity between concept and code. Easy to write. Fast feedback when developing automation. Provide good UX without needing to write UI code.","breadcrumbs":"Learning Material » Empathetic Code Design » Scenario » Shell Script","id":"183","title":"Shell Script"},"184":{"body":"At the bottom of every page, we will be building up a cmd_context, which holds the information about a workflow. Different commands can be invoked with the cmd_context to gather information about the workflow. let mut cmd_context = CmdContext::builder() /* ?? */ .build(); StatusCmd(&mut cmd_context).await?;\nDeployCmd(&mut cmd_context).await?;","breadcrumbs":"Learning Material » Empathetic Code Design » Scenario » Command Context","id":"184","title":"Command Context"},"185":{"body":"Items: Steps of a process. Ordering: Sequence between steps. %3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object // examples/envman/src/flows/app_upload_flow.rs\nlet flow = { let graph = { let mut graph_builder = ItemGraphBuilder::::new(); let [a, b, c] = graph_builder.add_fns([ FileDownloadItem::::new(item_id!(\"app_download\")).into(), S3BucketItem::::new(item_id!(\"s3_bucket\")).into(), S3ObjectItem::::new(item_id!(\"s3_object\")).into(), ]); graph_builder.add_edges([(a, b), (b, c)])?; graph_builder.build() }; Flow::new(flow_id!(\"app_upload\"), graph)\n};","breadcrumbs":"Learning Material » Empathetic Code Design » Flow Definition » Flow Definition","id":"185","title":"Flow Definition"},"186":{"body":"%3cluster_acluster_bcluster_caacca->ca_text📥filedownloadbbb->cb_text🪣s3bucketc_text📤s3object graph_builder.add_edges([\n- (a, b),\n+ (a, c), (b, c), ])?;","breadcrumbs":"Learning Material » Empathetic Code Design » Flow Definition » Non-linear Ordering","id":"186","title":"Non-linear Ordering"},"187":{"body":"For items to be reusable, its inputs and outputs are API. %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state FileDownload Statepath:PathBufmd5:Md5Sumbba->ba_text📥filedownloada_params_srcsrca_params_destdestb_stateS3BucketStatename:String ccb->cb_text🪣s3bucketb_params_namenamec_state S3Object State..c_text📤s3objectc_params_file_pathfile_pathc_params_bucket_namebucket_namec_params_object_keyobject_key","breadcrumbs":"Learning Material » Empathetic Code Design » Inputs and Outputs » Inputs and Outputs","id":"187","title":"Inputs and Outputs"},"188":{"body":"impl Item for FileDownloadItem\n{ type Params<'exec> = FileDownloadParams; type State = FileDownloadState; // ..\n} Input: pub struct FileDownloadParams { src: Url, dest: PathBuf, marker: PhantomData,\n} Output: pub enum FileDownloadState { None, Some { path: PathBuf, md5: Md5Sum, },\n}","breadcrumbs":"Learning Material » Empathetic Code Design » Inputs and Outputs » Item API","id":"188","title":"Item API"},"189":{"body":"Specify where to get the value for each item's input. The value may not necessarily exist until the flow is executed. %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state .. bba->ba_text📥filedownloada_params_srcsrca_params_destdestc_params_file_pathfile_pathb_stateS3BucketState  nameccb->cb_text🪣s3bucketb_params_namenamec_params_bucket_namebucket_nameb_state->c_params_bucket_namec_state .. c_text📤s3objectc_params_object_keyobject_keyweb_app_urlweb_app_urlweb_app_url->a_params_srcweb_app_pathweb_app_pathweb_app_path->a_params_destweb_app_path->c_params_file_pathbucket_namebucket_namebucket_name->b_params_nameobject_keyobject_keyobject_key->c_params_object_key let app_download_params = FileDownloadParams:: { src: Url::parse(\"https://example.com/web_app.tar\")?, dest: PathBuf::from(\"/tmp/path/to/web_app.tar\"), marker: PhantomData,\n}; let s3_bucket_params = S3BucketParams::::new(bucket_name); let s3_object_params = S3ObjectParams:: { file_path: PathBuf::from(\"/tmp/path/to/web_app.tar\"), object_key: String::from(\"web_app.tar\"), bucket_name: !?, /* Somehow get the bucket name from `b` */\n};","breadcrumbs":"Learning Material » Empathetic Code Design » Parameters Specification » Parameters Specification","id":"189","title":"Parameters Specification"},"19":{"body":"To abstract over the logic, the following needs to be solved: Storage: Single type to be held together in a collection. Instantiation: Easy to instantiate from functions or closures. Invocation: Able to be invoked with Resources . The concept applies to function with any number of parameters1; the code snippets on this page shows implementations for a function with 2 parameters – one mutable parameter, and one immutable parameter.","breadcrumbs":"Technical Concepts » Function Graph » Abstraction » Abstraction","id":"19","title":"Abstraction"},"190":{"body":"// examples/envman/src/flows/app_upload_flow.rs\nlet s3_object_params_spec = S3ObjectParams::::field_wise_spec() .with_file_path(PathBuf::from(\"/tmp/path/to/web_app.tar\")) .with_object_key(String::from(\"web_app.tar\")) .with_bucket_name_from_map(|s3_bucket_state: &S3BucketState| { match s3_bucket_state { S3BucketState::None => None, S3BucketState::Some { name, creation_date: _, } => Some(name.clone()), // type safe! } }) .build();\n#\n# let file_download_params_spec = file_download_params.into();\n# let server_instance_params_spec = server_instance_params.into();","breadcrumbs":"Learning Material » Empathetic Code Design » Parameters Specification » Deferred Values","id":"190","title":"Deferred Values"},"191":{"body":"When the workflow is defined, we want to interact with it in different ways.","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Output and Presentation","id":"191","title":"Output and Presentation"},"192":{"body":"","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Presentation","id":"192","title":"Presentation"},"193":{"body":"> ./envman deploy\nUsing profile ⦗demo⦘ -- type `development` ✅ 1. app_download ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰ done!\n⏳ 2. s3_bucket ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ 0/1 creating bucket (el: 6s, eta: 0s)\n⏳ 3. s3_object ▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ (el: 0s, eta: 0s)","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Command Line Interface","id":"193","title":"Command Line Interface"},"194":{"body":"2023-05-07T01:30:31.135Z | app_download | downloaded at /tmp/.a9efb2/web_app.tar\n2023-05-07T01:30:31.754Z | s3_bucket | creating bucket\n2023-05-07T01:30:32.687Z | s3_bucket | bucket created","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Continuous Integration","id":"194","title":"Continuous Integration"},"195":{"body":"// GET /api/v1/demo/env_deploy/progress\n{ \"item_id\": \"s3_bucket\", \"progress_update\": { \"Delta\": \"Tick\" }, \"msg_update\": { \"Set\": \"creating bucket\" } // ..\n}","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Web API","id":"195","title":"Web API"},"196":{"body":"%3cluster_acluster_bcluster_caaa_text📥filedownloadcca_text->cbbb_text🪣s3bucketb_text->cc_text📤s3object CurrentState Deploy(preview) Clean(preview) ▶ // outputs to CLI\nlet mut output = CliOutput::new(); // === Used in tests === //\n// discards all output\nlet mut output = NoOpOutput; // records which output functions were called\n// and what parameters they were called with\nlet mut output = FnTrackerOutput::new(); // === Write your own === //\n// writes JSON to HTTP response\nlet mut output = JsonResponseOutput::new();","breadcrumbs":"Learning Material » Empathetic Code Design » Output and Presentation » Web page","id":"196","title":"Web page"},"197":{"body":"%3cluster_acluster_bcluster_caabba->ba_text📥filedownloadccb->cb_text🪣s3bucketc_text📤s3object // examples/envman/src/cmds/profile_init_cmd.rs\n// fn app_upload_flow_init\nlet cmd_ctx = CmdCtx::builder_single_profile_single_flow ::(output, workspace) .with_profile_from_workspace_param(profile_key) .with_flow(flow) .with_item_params::>( item_id!(\"app_download\"), app_download_params_spec, ) .with_item_params::>( item_id!(\"s3_bucket\"), s3_bucket_params_spec, ) .with_item_params::>( item_id!(\"s3_object\"), s3_object_params_spec, ) .await?; // examples/envman/src/cmds/env_status_cmd.rs\n// envman status\nStatesCurrentReadCmd::exec(&mut cmd_ctx).await?; // examples/envman/src/cmds/env_deploy_cmd.rs\n// envman deploy\nEnsureCmd::exec(&mut cmd_ctx).await?;","breadcrumbs":"Learning Material » Empathetic Code Design » Command Invocation » Command Invocation","id":"197","title":"Command Invocation"},"198":{"body":"./envman init demo --type development azriel91/web_app 0.1.1 # For good user experience, parameters\n# should not have to be passed in on\n# every command invocation ./envman status # demo --type development azriel91/web_app 0.1.1\n./envman deploy # demo --type development azriel91/web_app 0.1.1 We need to store and load the parameters passed in previously. %3cluster_acluster_a_paramscluster_bcluster_b_paramscluster_ccluster_c_paramsaaa_state .. bba->ba_text📥filedownloada_params_srcsrca_params_destdestc_params_file_pathfile_pathb_stateS3BucketState  nameccb->cb_text🪣s3bucketb_params_namenamec_params_bucket_namebucket_nameb_state->c_params_bucket_namec_state .. c_text📤s3objectc_params_object_keyobject_keyweb_app_urlweb_app_urlweb_app_url->a_params_srcweb_app_pathweb_app_pathweb_app_path->a_params_destweb_app_path->c_params_file_pathbucket_namebucket_namebucket_name->b_params_nameobject_keyobject_keyobject_key->c_params_object_key First command invocation: // examples/envman/src/cmds/profile_init_cmd.rs\n// fn app_upload_flow_init\ncmd_ctx_builder .with_profile_from_workspace_param(profile_key) .with_flow(flow) .with_item_params::>( item_id!(\"app_download\"), app_download_params_spec, ) .with_item_params::>( item_id!(\"s3_bucket\"), s3_bucket_params_spec, ) .with_item_params::>( item_id!(\"s3_object\"), s3_object_params_spec, ) .await? Subsequent command invocations: // examples/envman/src/cmds/app_upload_cmd.rs\ncmd_ctx_builder .with_profile_from_workspace_param(&profile_key) .with_flow(&flow) // * file_download params spec not specified // * s3_bucket params spec not specified .with_item_params::>( item_id!(\"s3_object\"), s3_object_params_spec, ) .await? let s3_object_params_spec = S3ObjectParams::::field_wise_spec() // Note: // // * file_path not specified // * object key not specified // * Function logic cannot be deserialized, // so needs to be provided .with_bucket_name_from_map(|s3_bucket_state: &S3BucketState| { match s3_bucket_state { S3BucketState::None => None, S3BucketState::Some { name, creation_date: _, } => Some(name.clone()), } }) .build();","breadcrumbs":"Learning Material » Empathetic Code Design » Parameters Recall » Parameters Recall","id":"198","title":"Parameters Recall"},"199":{"body":"When a command is run, Peace stores information about that execution. It stores this in a .peace directory within a workspace directory. The automation tool developer needs to tell Peace how to determine the workspace directory. let cmd_ctx = CmdCtx::builder_single_profile_single_flow ::(output, workspace) // .. .await?; pub enum WorkspaceSpec { /// Use the exe working directory as the workspace directory. /// /// The working directory is the directory that the user ran the program in. WorkingDir, /// Use a specified path. Path(PathBuf), /// Traverse up from the working directory until the given file is found. /// /// The workspace directory is the parent directory that contains a file or /// directory with the provided name. FirstDirWithFile(OsString),\n}","breadcrumbs":"Learning Material » Empathetic Code Design » Workspace » Workspace","id":"199","title":"Workspace"},"2":{"body":"Automation, like most subjects, has many questions to ask and answer. The following is a selection of issues that are common in this space: Before running the automation: What is the current state? What will the automation do? When it is running: Where is it up to? When will things be complete? When it errs: What went wrong? Must I begin from scratch again? How can I solve this myself? When it completes successfully: Can I see a report of what's changed? Can it send a notification? A lot of the responsibility and weight of these questions is placed on automation teams. Issues that originate from many separate systems surface through the automation, and are often reported to the automation team, potentially resulting in burnout. For users, it is frustrating when it is difficult to understand what the automation is doing, where one is in the process, and how long it takes. This is amplified when the process errs after a lot of waiting – if it ever ends. Can one recover from errors, or end up feeling lost? Amidst the chaos, pressure, and expectation, have a little.. peace ✌️.","breadcrumbs":"Background » Background","id":"2","title":"Background"},"20":{"body":"We can store different types under a single abstraction by defining a trait, and implementing the trait for each of those different types. %3fn_res_traittraitFnRes {}fn1Fn1fn_res_trait->fn1fn2Fn2fn_res_trait->fn2fn3Fn3fn_res_trait->fn3fn4Fn4fn_res_trait->fn4fn5Fn5fn_res_trait->fn5 // Trait for all logic types to implement.\npub trait FnRes { // ..\n# /// Return type of the function.\n# type Ret;\n# /// Runs the function.\n# fn call(&self, resources: &Resources) -> Self::Ret;\n} In order to name the logic type in code, the logic is stored in a wrapper type called FnResource . FnRes is implemented for each type parameter combination of FnResource 1: %3fn_res_traittraitFnRes {}fn_resourcestructFnResource<Fun, Ret, Args> {}structFnResource<Fn1, (), (&mut A, &mut B)> {}structFnResource<Fn2, (), (&mut C, &A)> {}structFnResource<Fn3, (), (&mut C, &B)> {}structFnResource<Fn4, (), (&mut D, &C)> {}structFnResource<Fn5, (), (&A, &B, &C)> {}fn_res_trait->fn_resource // Intermediate type so that traits can be implemented on this.\npub struct FnResource { pub func: Fun, marker: PhantomData<(Fun, Ret, Args)>,\n} // Implement `FnRes` for `FnResource` with different type parameters.\nimpl FnRes for FnResource\nwhere Fun: Fn(&mut C, &A) -> Ret + 'static, Ret: 'static,\n{ // ..\n} Once a function or closure is wrapped in a FnResource , then we can hold different functions and closures as Box.","breadcrumbs":"Technical Concepts » Function Graph » Abstraction » Storage","id":"20","title":"Storage"},"200":{"body":"Profiles are a way of logically separating environments, aka namespacing. First execution / init: let cmd_ctx_builder = CmdCtx::builder_single_profile_no_flow ::(output, &workspace) .with_profile(profile!(\"demo\")) // for recall .with_workspace_param_value( WorkspaceParamsKey::Profile, Some(profile!(\"demo\")), ); Subsequent executions: let cmd_ctx_builder = CmdCtx::builder_single_profile_single_flow ::(output, workspace) .with_profile_from_workspace_param(WorkspaceParamsKey::Profile) .with_flow(flow);","breadcrumbs":"Learning Material » Empathetic Code Design » Profiles » Profiles","id":"200","title":"Profiles"},"201":{"body":"How do we communicate clearly in code? Consistency between the conceptual model and the written code. Make use of type safety with strong types. When we require something of the developer, make it easy to be provided. Prefer errors at compile time than runtime. Error messages should show what is wrong and how to fix it.","breadcrumbs":"Learning Material » Empathetic Code Design » Summary » Summary","id":"201","title":"Summary"},"202":{"body":"","breadcrumbs":"Learning Material » Empathetic Code Design » Q & A » Q & A","id":"202","title":"Q & A"},"203":{"body":"▶️ ⏸️ ⏹️","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Software","id":"203","title":"Interruptible Software"},"204":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Processes » Processes","id":"204","title":"Processes"},"205":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Processes » Build Process","id":"205","title":"Build Process"},"206":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Processes » Deployment Process","id":"206","title":"Deployment Process"},"207":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Execution » Execution","id":"207","title":"Execution"},"208":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Execution » Manual","id":"208","title":"Manual"},"209":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Execution » Automatic","id":"209","title":"Automatic"},"21":{"body":"To make it easy to transform functions and closures into Box, the IntoFnResource and IntoFnRes traits are provided generically: // Turns a function or closure into the `FnResource` wrapper type.\nimpl IntoFnResource for Fun\nwhere Fun: Fn(&mut C, &A) -> Ret + 'static, Ret: 'static,\n{ fn into_fn_resource(self) -> FnResource { FnResource { func: self, marker: PhantomData, } }\n} // Turns a function or closure into a `Box`\nimpl IntoFnRes for Fun\nwhere Fun: Fn(&mut C, &A) -> Ret + 'static, Ret: 'static, A: 'static, B: 'static, FnResource: FnRes,\n{ fn into_fn_res(self) -> Box> { Box::new(self.into_fn_resource()) }\n} Usage: let fn_res = (|c: &mut u32, a: &u32| *c += *a).into_fn_res();","breadcrumbs":"Technical Concepts » Function Graph » Abstraction » Instantiation","id":"21","title":"Instantiation"},"210":{"body":"🚏 🚌🚌","breadcrumbs":"Learning Material » Interruptible Software » Bus Analogy » Bus Analogy","id":"210","title":"Bus Analogy"},"211":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Designing Interruptibility","id":"211","title":"Designing Interruptibility"},"212":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » 🛑 Stop Button","id":"212","title":"🛑 Stop Button"},"213":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » 🚏 Stopping Point","id":"213","title":"🚏 Stopping Point"},"214":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » 🔀 Parallelism","id":"214","title":"🔀 Parallelism"},"215":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » 📃 Reporting","id":"215","title":"📃 Reporting"},"216":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » 🗺️ Strategy","id":"216","title":"🗺️ Strategy"},"217":{"body":"Command Line Web Desktop > deploy_ 🗄️🗄️🌐 x go","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stop Button » 🛑 Stop Button","id":"217","title":"🛑 Stop Button"},"218":{"body":"let outcome = tokio::select! { value = process.next() => Outcome::Done(value), _ = tokio::signal::ctrl_c() => Outcome::Interrupted,\n};","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stop Button » ❌ Don't","id":"218","title":"❌ Don't"},"219":{"body":"struct InterruptSignal;\nlet (interrupt_tx, interrupt_rx) = tokio::sync::mpsc::(8); let outcome = tokio::select! { value = process.next() => Outcome::Done(value), _ = interrupt_rx.recv() => Outcome::Interrupted,\n}; and: // CLI\ntokio::spawn(async move { tokio::signal::ctrl_c().await.unwrap(); let _ = interrupt_tx.send(InterruptSignal).await;\n}); // Web / Desktop\nasync fn handle_request(request: Request) -> Response { match request { Request::Interrupt { execution_id } => { let executions = executions.lock().await; let execution = executions.get(execution_id); let interrupt_tx = execution.interrupt_tx(); let _ = interrupt_tx.send(InterruptSignal).await; } // .. }\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stop Button » ✅ Do","id":"219","title":"✅ Do"},"22":{"body":"Now that we can easily hold different types under the Box abstraction, the remaining issue is to invoke the logic through that common abstraction. To do this, FnRes has a method that takes a &Resources parameter, and each trait implementation will handle parameter fetching and function invocation: // Trait for all logic types to implement.\npub trait FnRes { /// Return type of the function. type Ret; /// Runs the function. fn call(&self, resources: &Resources) -> Self::Ret;\n} // Implementation to fetch the parameters from `Resources`, and invoke the function.\nimpl FnRes for FnResource\nwhere Fun: Fn(&mut C, &A) -> Ret + 'static, Ret: 'static,\n{ pub fn call(&self, resources: &Resources) -> Ret { let c = resources.borrow_mut::(); let a = resources.borrow::(); (self.func)(c, a) }\n} With this, consumers are able to invoke functions generically: let mut resources = Resources::new();\nresources.insert(A::new(1));\nresources.insert(C::new(0)); let fn_res: Box = (|c: &mut C, a: &A| *c += *a).into_fn_res(); // Generically invoke logic with generic data type.\nfn_res.call(&resources); Notably: Parameters must be &T or &mut T, as T is owned by Resources . Parameters must be distinct types, as it is invalid to borrow &mut T twice. Borrowing and invocation is implemented by the function type – FnResource in this example. Out of the box, this lives in the resman crate instead of fn_graph . 1 resman implements FnRes for functions with up to 6 parameters.","breadcrumbs":"Technical Concepts » Function Graph » Abstraction » Invocation","id":"22","title":"Invocation"},"220":{"body":"🛑 Interrupt 🚏 Stop","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stopping Point » 🚏 Stopping Point","id":"220","title":"🚏 Stopping Point"},"221":{"body":"fn execute( params: Params,\n) -> Outcome { let output_1 = step_1(params); let output_2 = step_2(output_1); let outcome = step_3(output_2); return outcome;\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stopping Point » No Interruptibility","id":"221","title":"No Interruptibility"},"222":{"body":"fn execute( interrupt_rx: mut Receiver, params: Params,\n) -> ControlFlow { let () = interruptibility_check(&mut interrupt_rx)?; let output_1 = step_1(params); let () = interruptibility_check(&mut interrupt_rx)?; let output_2 = step_2(output_1); let () = interruptibility_check(&mut interrupt_rx)?; let outcome = step_3(output_2); ControlFlow::Continue(outcome)\n} fn interruptibility_check(receiver: &mut Receiver)\n-> ControlFlow { if let Ok(interrupt_signal) = interrupt_rx.try_recv() { ControlFlow::Continue(()) } else { ControlFlow::Break(interrupt_signal) }\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stopping Point » Basic","id":"222","title":"Basic"},"223":{"body":"fn execute( interrupt_rx: mut Receiver, params: Params,\n) -> ControlFlow { let () = interruptibility_check(&mut interrupt_rx)?; let output_1 = step_1(&mut interrupt_rx, params); // ..\n} fn step_1( interrupt_rx: mut Receiver, params: Params,\n) -> ControlFlow { let mut output_1 = Output1::new(); for i in 0..1_000_000 { if i % 1_000 == 0 { let () = interruptibility_check(&mut interrupt_rx)?; } do_something(output_1, params, i); } ControlFlow::Continue(output_1)\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Stopping Point » Fine Grained Interruptibility","id":"223","title":"Fine Grained Interruptibility"},"224":{"body":"Parallelism and concurrency 🛑 Interrupt 🛑 Interrupt 🛑 Interrupt 🚏 Stop 🚏 Stop 🚏 Stop","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Parallelism » 🔀 Parallelism","id":"224","title":"🔀 Parallelism"},"225":{"body":"🔵 Finish everything in progress. ⚫ Don't start anything new. See fn_graph on Github. Queuer : Sends IDs of steps that can be executed. Receives IDs of steps that are complete. Checks for interruption. Scheduler Receives IDs of steps that can be executed. Sends IDs of steps that are complete.","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Parallelism » Safe Interruption Rules","id":"225","title":"Safe Interruption Rules"},"226":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Reporting » 📃 Reporting","id":"226","title":"📃 Reporting"},"227":{"body":"fn execute(params: Params) -> Value { // ..\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Reporting » Non-Interruptible Software","id":"227","title":"Non-Interruptible Software"},"228":{"body":"fn execute(params: Params) -> Outcome { // ..\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Reporting » Interruptible Software","id":"228","title":"Interruptible Software"},"229":{"body":"Basic enum Outcome { /// Execution completed, here is the return value. Complete(Value), /// Execution was interrupted. Interrupted,\n} Step Values enum Outcome { /// Execution completed, here is the return value. Complete(Value), /// Execution was interrupted. /// /// Here's the information we collected so far. Interrupted { step_1_value: Option, step_2_value: Option, step_3_value: Option, },\n} Step Values and Execution Info enum Outcome { /// Execution completed, here is the return value. Complete(Value), /// Execution was interrupted. /// /// Here's the information we collected so far. Interrupted { step_1_value: Option, step_2_value: Option, step_3_value: Option, steps_processed: Vec, steps_not_processed: Vec, },\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Reporting » Outcome","id":"229","title":"Outcome"},"23":{"body":"To define the order of execution, fn_graph uses two kinds of dependencies – logical and data. Logical dependencies are defined by consumers of the crate. Data dependencies are calculated by inspecting the type and mutability of function parameters. Using the example: # type Fn1 = fn(&mut i32, &mut i32, &mut i32, &mut i32);\n# type Fn2 = fn(&i32, &mut i32);\n# type Fn3 = fn(&i32, &mut i32);\n# type Fn4 = fn(&i32, &mut i32);\n# type Fn5 = fn(&i32, &i32, &i32);\n#\nlet fn1: Fn1 = |a, b, c, d| { *a = 1; *b = 2; *c = 0; *d = 0; };\nlet fn2: Fn2 = |a, c | *c += *a;\nlet fn3: Fn3 = | b, c | *c += *b;\nlet fn4: Fn4 = | c, d| *d += *c;\nlet fn5: Fn5 = |a, b, c | println!(\"{a} + {b} = {c}\"); Even though it is possible to order these sequentially, we also want to be able to achieve concurrency to increase performance. %3fn1fn1fn2fn2fn1->fn2fn3fn3fn2->fn3fn4fn4fn3->fn4fn5fn5fn4->fn5","breadcrumbs":"Technical Concepts » Function Graph » Ordering » Ordering","id":"23","title":"Ordering"},"230":{"body":"🛑 Interrupt 🚏 Stop 🚏 Stop 🚏 Stop /// How to poll an underlying stream when an interruption is received.\n#[derive(Clone, Copy, Debug, PartialEq, Eq)]\npub enum InterruptStrategy { /// On interrupt, keep going. IgnoreInterruptions, /// On interrupt, wait for the current future's to complete and yield its /// output, but do not poll the underlying stream for any more futures. FinishCurrent, /// On interrupt, continue polling the stream for the next `n` futures. /// /// `n` is an upper bound, so fewer than `n` futures may be yielded if the /// underlying stream ends early. PollNextN(u64),\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Interruptibility » Strategy » 🗺️ Strategy","id":"230","title":"🗺️ Strategy"},"231":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Implementation » Interruptible Implementation","id":"231","title":"Interruptible Implementation"},"232":{"body":"fn execute( params: Params,\n) -> Outcome { let output_1 = step_1(params); let output_2 = step_2(output_1); let outcome = step_3(output_2); return outcome;\n}","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Implementation » No Interruptibility","id":"232","title":"No Interruptibility"},"233":{"body":"fn execute( interrupt_rx: mut Receiver, params: Params,\n) -> ControlFlow { let () = interruptibility_check(&mut interrupt_rx)?; let output_1 = step_1(params); let () = interruptibility_check(&mut interrupt_rx)?; let output_2 = step_2(output_1); let () = interruptibility_check(&mut interrupt_rx)?; let outcome = step_3(output_2); ControlFlow::Continue(outcome)\n} fn interruptibility_check(receiver: &mut Receiver)\n-> ControlFlow { if let Ok(interrupt_signal) = interrupt_rx.try_recv() { ControlFlow::Continue(()) } else { ControlFlow::Break(interrupt_signal) }\n}","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Implementation » Basic","id":"233","title":"Basic"},"234":{"body":"fn execute( interrupt_rx: mut Receiver, params: Params,\n) -> Result { [step_1, step_2, step_3] .into_iter() .try_fold(params, |(mut last_param, step)| { interruptibility_check(&mut interrupt_rx)?; step(last_param) })\n}","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Implementation » \"Better\"","id":"234","title":"\"Better\""},"235":{"body":"Playground # use std::any::Any;\n# use std::iter::IntoIterator;\n# use std::marker::PhantomData;\n#\nfn main() { match execute::(Receiver::new(3), true) { Ok(value) => println!(\"main: {}\", value), Err(InterruptSignal) => println!(\"main: interrupted!\"), }\n} fn execute( mut interrupt_rx: Receiver, params: I,\n) -> Result\nwhere T: 'static, I: 'static,\n{ [step(step_1), step(step_2), step(step_3)] .into_iter() .try_fold(Box::new(params) as Box, |last_param, step| { interruptibility_check(&mut interrupt_rx)?; Ok(step.exec(last_param)) }) .map(|boxed_any| *boxed_any.downcast().unwrap())\n} fn step_1(takes_bool: bool) -> u32 { let number = 123; println!(\"step_1 ({takes_bool}: bool) -> {number}\"); number\n} fn step_2(takes_u32: u32) -> f64 { let float = 1.5; println!(\"step_2 ({takes_u32}: u32) -> {float}\"); float\n} fn step_3(takes_f64: f64) -> String { let string = String::from(\"magic\"); println!(\"step_3 ({takes_f64}: f64) -> {string}\"); string\n}\n#\n# fn step(f: F) -> Box\n# where\n# F: Fn(I) -> O + 'static,\n# I: 'static,\n# O: 'static,\n# {\n# Box::new(StepWrapper::new(f))\n# }\n#\n# trait Step {\n# type Input: Any;\n# type Output: Any;\n# fn exec(&self, input: Self::Input) -> Self::Output;\n# }\n#\n# impl Step for StepWrapper\n# where\n# F: Fn(I) -> O,\n# I: 'static,\n# O: 'static,\n# {\n# type Input = I;\n# type Output = O;\n#\n# fn exec(&self, input: Self::Input) -> Self::Output {\n# (self.0)(input)\n# }\n# }\n#\n# trait StepErased {\n# fn exec(&self, input: Box) -> Box;\n# }\n#\n# struct StepWrapper(F, PhantomData<(I, O)>);\n# impl StepWrapper {\n# fn new(f: F) -> Self {\n# Self(f, PhantomData)\n# }\n# }\n#\n# impl StepErased for StepWrapper\n# where\n# StepWrapper: Step,\n# I: 'static,\n# O: 'static,\n# {\n# fn exec(&self, input: Box) -> Box {\n# let input = *input.downcast::().unwrap();\n# let output = Step::exec(self, input);\n# Box::new(output)\n# }\n# }\n#\n# struct Receiver(u32, PhantomData);\n# impl Receiver {\n# pub fn new(n: u32) -> Self {\n# Self(n, PhantomData)\n# }\n# }\n# #[derive(Debug)]\n# struct InterruptSignal;\n# fn interruptibility_check(rx: &mut Receiver) -> Result<(), InterruptSignal> {\n# if (rx.0) == 0 {\n# Err(InterruptSignal)\n# } else {\n# rx.0 -= 1;\n# Result::Ok(())\n# }\n# }","breadcrumbs":"Learning Material » Interruptible Software » Interruptible Implementation » Real Code","id":"235","title":"Real Code"},"236":{"body":"🟢 Start 1 🚏 Stop 🟢 Start 2","breadcrumbs":"Learning Material » Interruptible Software » Resumability » Resumability","id":"236","title":"Resumability"},"237":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » Designing Resumability","id":"237","title":"Designing Resumability"},"238":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » 🕸️ Executor Resumability","id":"238","title":"🕸️ Executor Resumability"},"239":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » 💮 Stepwise Resumability","id":"239","title":"💮 Stepwise Resumability"},"24":{"body":"To encode this into a function graph, logical dependencies can be specified through edges: %3fn1fn1fn2fn2fn1->fn2fn3fn3fn1->fn3fn4fn4fn2->fn4fn5fn5fn2->fn5fn3->fn4fn3->fn5 For correctness, fn1 must be executed before both fn2 and fn3, and those must complete before fn4 and fn5 are executed.","breadcrumbs":"Technical Concepts » Function Graph » Ordering » Logical Dependencies","id":"24","title":"Logical Dependencies"},"240":{"body":"fn execute( execution_state: ExecutionState, // Add this interrupt_rx: mut Receiver,\n// params: Params, // Remove this\n) -> Result { let mut steps = [step_1, step_2, step_3]; let (steps, params) = match &execution_state { ExecutionState::CleanSlate { params } => (steps, params), ExecutionState::PreviousState { step_ids_not_done, step_values, .. } => { steps.retain(|step| step_ids_not_done.contains(step.id())); let params = step_values.last().unwrap(); (steps, params) } }; steps .into_iter() .try_fold(params, |(mut last_param, step)| { interruptibility_check(&mut interrupt_rx)?; step(last_param) })\n} #[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]\npub enum ExecutionState { CleanSlate { params: Params, }, PreviousState { step_ids_done: Vec, step_ids_not_done: Vec, step_values: Vec, },\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » Executor Resumability » 🕸️ Executor Resumability","id":"240","title":"🕸️ Executor Resumability"},"241":{"body":"Simpler API: Step logic does not need to know about interruptibility concepts. Stale Reasoning: Saved state may be stale, and the executor does not have the means to check for staleness.","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » Executor Resumability » Pros / Cons","id":"241","title":"Pros / Cons"},"242":{"body":"fn execute( execution_state: ExecutionState, // Add this interrupt_rx: mut Receiver,\n) -> Result { [step_1, step_2, step_3] .into_iter() .try_fold(params, |(mut last_param, step)| { interruptibility_check(&mut interrupt_rx)?; let step_state = execution_state.get(step.id()); step(step_state, last_param) })\n} #[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]\npub struct ExecutionState { .. } impl ExecutionState { pub fn get(step_id: StepId) -> T { .. }\n}","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » Stepwise Resumability » 💮 Stepwise Resumability","id":"242","title":"💮 Stepwise Resumability"},"243":{"body":"Heavier API: Step logic needs to cater for initial state. Usage Safety: Step can determine if the saved initial state is in-sync with actual state, and warn user.","breadcrumbs":"Learning Material » Interruptible Software » Designing Resumability » Stepwise Resumability » Pros / Cons","id":"243","title":"Pros / Cons"},"244":{"body":"Playground # use std::any::Any;\n# use std::fmt::Debug;\n# use std::iter::IntoIterator;\n# use std::marker::PhantomData;\n#\nfn main() { let _execution_state = ExecutionState::clean_slate(true); let execution_state = ExecutionState::PreviousState { step_ids_done: vec![1, 2], step_ids_not_done: vec![3], step_values: vec![Box::new(234u32), Box::new(3.5f64)], }; match execute::(execution_state, Receiver::new(3)) { Ok(value) => println!(\"main: {}\", value), Err(InterruptSignal) => println!(\"main: interrupted!\"), }\n} fn execute( execution_state: ExecutionState, mut interrupt_rx: Receiver,\n) -> Result\nwhere T: 'static,\n{ let steps = vec![step(1, step_1), step(2, step_2), step(3, step_3)]; let (steps_to_execute, params) = filter_what_to_do(execution_state, steps); steps_to_execute .into_iter() .try_fold(params, |last_param, step| { interruptibility_check(&mut interrupt_rx)?; Ok(step.exec(last_param)) }) .map(|boxed_any| *boxed_any.downcast().unwrap())\n} fn filter_what_to_do( execution_state: ExecutionState, mut steps: Vec>,\n) -> (Vec>, Box) { match execution_state { ExecutionState::CleanSlate { params } => (steps, params), ExecutionState::PreviousState { step_ids_not_done, mut step_values, .. } => { steps.retain(|step| step_ids_not_done.contains(&step.id())); let params = step_values.pop().unwrap(); (steps, params) } }\n} fn step_1(takes_bool: bool) -> u32 { let number = 123; println!(\"step_1 ({takes_bool}: bool) -> {number}\"); number\n} fn step_2(takes_u32: u32) -> f64 { let float = 1.5; println!(\"step_2 ({takes_u32}: u32) -> {float}\"); float\n} fn step_3(takes_f64: f64) -> String { let string = String::from(\"magic\"); println!(\"step_3 ({takes_f64}: f64) -> {string}\"); string\n} # fn step(id: u32, f: F) -> Box\n# where\n# F: Fn(I) -> O + 'static,\n# I: 'static,\n# O: 'static,\n# {\n# Box::new(StepWrapper::new(id, f))\n# }\n#\n# trait Step {\n# type Input: Any;\n# type Output: Any;\n# fn id(&self) -> u32;\n# fn exec(&self, input: Self::Input) -> Self::Output;\n# }\n#\n# impl Step for StepWrapper\n# where\n# F: Fn(I) -> O,\n# I: 'static,\n# O: 'static,\n# {\n# type Input = I;\n# type Output = O;\n#\n# fn id(&self) -> u32 {\n# self.0\n# }\n#\n# fn exec(&self, input: Self::Input) -> Self::Output {\n# (self.1)(input)\n# }\n# }\n#\n# trait StepErased {\n# fn id(&self) -> u32;\n# fn exec(&self, input: Box) -> Box;\n# }\n#\n# struct StepWrapper(u32, F, PhantomData<(I, O)>);\n# impl StepWrapper {\n# fn new(id: u32, f: F) -> Self {\n# Self(id, f, PhantomData)\n# }\n# }\n#\n# impl StepErased for StepWrapper\n# where\n# StepWrapper: Step,\n# I: 'static,\n# O: 'static,\n# {\n# fn id(&self) -> u32 {\n# self.0\n# }\n#\n# fn exec(&self, input: Box) -> Box {\n# let input = *input.downcast::().unwrap();\n# let output = Step::exec(self, input);\n# Box::new(output)\n# }\n# }\n#\n# struct Receiver(u32, PhantomData);\n# impl Receiver {\n# pub fn new(n: u32) -> Self {\n# Self(n, PhantomData)\n# }\n# }\n# #[derive(Debug)]\n# struct InterruptSignal;\n# fn interruptibility_check(rx: &mut Receiver) -> Result<(), InterruptSignal> {\n# if (rx.0) == 0 {\n# Err(InterruptSignal)\n# } else {\n# rx.0 -= 1;\n# Result::Ok(())\n# }\n# }\n#\n# #[allow(dead_code)]\n#[derive(Debug)]\nenum ExecutionState { CleanSlate { params: Box, }, PreviousState { step_ids_done: Vec, step_ids_not_done: Vec, step_values: Vec>, },\n}\n#\n# #[allow(dead_code)]\n# impl ExecutionState {\n# fn clean_slate(i: I) -> Self\n# where\n# I: 'static,\n# {\n# ExecutionState::CleanSlate {\n# params: Box::new(i),\n# }\n# }\n# }","breadcrumbs":"Learning Material » Interruptible Software » Resumable Implementation » Resumable Implementation","id":"244","title":"Resumable Implementation"},"245":{"body":"📦🦀 🗂️ interruptible : Stops a stream from producing values when interrupted. 🧬 fn_graph : Dynamically managed function graph execution. Integrates with interruptible. 🕊️ peace : Framework to build empathetic and forgiving software automation.","breadcrumbs":"Learning Material » Interruptible Software » Real Crates » Real Crates","id":"245","title":"Real Crates"},"246":{"body":"","breadcrumbs":"Learning Material » Interruptible Software » Summary » Summary","id":"246","title":"Summary"},"247":{"body":"🦂🦞🦀⁉️","breadcrumbs":"Learning Material » Interruptible Software » Q & A » Q & A","id":"247","title":"Q & A"},"248":{"body":"This page records ideas that I'd like, but there isn't enough mental capacity and time to design and work on them yet. 1. Abstraction over native storage and web storage – use IndexedDB instead of `WebStorage` APIs. 2. Graphical user interface that renders each flow's graph. Each item is a node. User can select which nodes to run – these may be a subset of the flow. User can select beginning and ending nodes – and these can be in reverse order. Note: Graphviz is compiled to WASM and published by hpcc-systems/hpcc-js-wasm . May be able to use that to render. graphviz-visual-editor is a library that allows basic editing of a graphviz graph. It's not yet developed to a point that is intuitive for users. 3. Tool that uses `peace` to check consumer code whether it adheres to best practices. 4. Clean Command Retains History End users may want to see what was previously deployed. If we retain a ${profile}/.history directory with all previous execution information, it allows: Re-attempting clean up. Reporting on what was cleaned up. Computing costs of all executions Perhaps we should make the API be, on visit, return a list of identifiers for things to clean up. 5. Types / proc macros to place constraints at compile time for aesthetic reports. short summary sentences 2 ~ 3 sentence paragraphs / word limit /// An ID\n#[derive(Clone, Debug, PartialEq, Eq)]\npub struct Id<'s>(Cow<'s, str>); /// Single line description, hard limit of 200 characters.\n#[derive(Clone, Debug, PartialEq, Eq)]\npub struct DescShort<'s>(Cow<'s, str>); 6. MultiProfile Cmd scope profile sort function Users may want to sort profiles in the profile directory differently to their alphabetical / lexicographical sorting. This may be dependent on profile params – sort env based on env type, last execution time – profile history. 7. Cancel-safe state storage When an item ensure does multiple writes, there is a possibility of not all of those writes occur during execution: user interrupts the execution. internet connection drops. machine loses power. In the last case, we cannot safely write state to disk, so a StateCurrent discover is needed to bring StatesCurrentStored up to date. However, the previous two cases, it is possible for Items to return State that has been partially ensured, without making any further outgoing calls -- i.e. infer StatesEnsured based on the successful writes so far. Note that this places a burden on the Item implementor to return the partial state ensured (which may conflict with keeping the State simple), as well as make the ApplyFns::exec return value more complex. The trade off may not be worthwhile. 8. Adding / removing / modifying items in flows Implementors may add/remove/modify items in flows. Peace needs to be designed such that these changes do not cause already-existent flows to not be loadable, i.e. when: states_*.yaml contains state for which an item no longer exists in the flow. states_*.yaml does not contain state for an item that is newly added to the flow. states_*.yaml contains state whose fields are different to a new version of an item. This one can be addressed by having State be an enum, with versioned variants. Also see 14. 9. Item expiry For items that cost, it is useful to have an expiry time that causes it to be deleted. This would have to be supported by the service that hosts the item. There should be a way to notify the user of items that are about to expire. There should also be a way to extend the item expiry times easily. 10. Interrupt / cancel safety The tokio-graceful-shutdown library can be used to introduce interrupt safety into item executions. This is particularly useful for write functions. See the is_shutdown_requested method in particular. 11. Diffable item params DiffCmd originally was written to diff the current and goal states. However, with the second use case of \"diff states between two profiles\", it is also apparent that other related functionality is useful: Diff profile params / flow params. Diff item params between profiles for a given flow. Because of diffable params, and [#94], the Item should likely have: type Params: ItemParams + Serialize + DeserializeOwned. feature gated fn item_params_diff(..). fn item_params_diff(..) should likely have a similar signature to fn state_diff(..), whereby if one uses XData<'_>, the other should as well for consistency: For MultiProfileSingleFlow commands, a diff for item params which contains a referential value (e.g. \"use the some_predecessor.ip_address()\") may(?) need information about some_predecessor through Resources / Data. We should work out the design of that before settling on what state_diff and item_params_diff's function parameters will be. See Design Thoughts on [#94] for how it may look like. 12. Default item params An Item's params may not necessarily be mandatory. From the Params type (and corresponding trait), Peace may: Insert default param values, if the Item implementor provides a default Still make the params required if there is no default. Provide a way for ParamsSpec for each field to be the default, or a mapping function. 13. Upgrades: Tolerate optional or different workspace params / item params / states When new workspace params are added, or new items are added to a flow, existing *_params.yaml, item_params.yaml, and states_*.yaml may not contain values for those newly added params / items. Automation software should be able to: Work with missing parameters. Work with changed parameter types. When workspace params / items are removed from a flow, leftover params / state are no longer used. However, we may want to do one of: Notify the user to clean up unused params Peace should ignore it Inform the automator to still register the item, so that old execution may be loaded. 14. Store params per execution, pass previous execution's params to clean cmd Instead of requiring Item::State to store the params used when applied, maybe we should store the params used in the last ensure alongside that item's state. Users are concerned with the current state of the item. They also may be concerned with the parameters used to produce that state. Requiring item implementors to store paths / IP addresses within the state that has been ensured feels like unnecessary duplication. However, when comparing diffs, we would hope either: The params used to discover the current and goal states are the same, or The \"params and states\" pairs are both compared. Also: apply_check needs to have both the old and new params to determine whether apply needs to be executed. State as the output API, should not necessarily include params. When parameters change, and an apply is interrupted, then we may have earlier items using the new parameters, and later items still on the previous parameters. More complicated still, is if parameters change in the middle of an interruption , and re-applied. Perhaps there should be a (dest_parameters, Item::State) current state, and a (src_parameters, Item::State) goal state. That makes sense for file downloads if we care about cleaning up the previous dest_path, to move a file to the new dest_path. Or, all dest parameters should be in Item::State, because that's what's needed to know if something needs to change. Another thought: states_*.yaml should store this per item: params used for apply values resolved for those params current state Also see 8. 15. Use openlayers for tiling level of detail Generate dot diagram using graphviz with full resolution, and then convert to tiles, then display different styling depending on the state of each item. 16. Combine data and params{,_partial} into FnCtx Item functions take in FnCtx, data, and item params as separate arguments. This was done to: Reduce the additional layer to get Item::Params, or Item::ParamsPartial. Avoid progress sender from being passed in to function that didn't need it. However, functions don't necessarily need runtime fn_ctx or data, making it noise in the signature. Should we combine all 3 into FnCtx? It would make FnCtx type parameterized over Params and ParamsPartial.","breadcrumbs":"Ideas » Ideas","id":"248","title":"Ideas"},"249":{"body":"1. SSH-like on Windows psexec Windows powershell and WinRM 2. Learnings from envman end-to-end implementation. Referential lookup of values in state / item params. ([#94]) AWS SDK is not WASM ready -- includes mio unconditionally through tokio (calls UDP). ( aws-sdk-rust#59 ) AWS SDK does not always include error detail -- S3 head_object. ( aws-sdk-rust#227 ) Progress output should enable-able for state current / goal discover / clean functions. Flow params are annoying to register every time we add another item. Maybe split end user provided params from item params. Blank item needs a lot of rework to be easier to implement an item. ([67], [#96]) For ApplyCmd, collect StateCurrent, StateGoal, StateDiff in execution report. AWS errors' code and message should be shown to the user. Progress limit should not be returned in ApplyFns::check, but sent through progress_sender.limit(ProgressLimit). This simplifies check, and allows state current/goal discovery to set the limits easily. Consolidate StatesDiscoverCmd and ApplyCmd, so the outcome of a command is generic. Maybe use a trait and structs, instead of enum variants and hardcoded inlined functions, so that it is extendable. Add an ListKeysAligned presentable type so Presenters can align keys of a list dynamically. Remove the peace_cfg::State type. Contextual presentable strings, for states and diffs. What command is this called for: state current: \"is ..\" goal state: \"should be ..\" diff between current and goal: \"will change from .. to ..\" diff between current and cleaned: \"will change from .. to ..\" diff between two profiles' current states: : \"left is .., right is ..\" Maybe we don't burden the presenter implementation, but Peace will insert the contextual words Easy API functions for diffing -- current vs goal, between profiles' current states. What about diffing states of different state versions? Maybe this is already taken care of -- state_diff is already passed in both States, so implementors had to manage it already. fd -Ftd 'app_cycle' -x bash -c 'mv $0 ${0/app_cycle/envman}' {}\nfd -Ftf 'app_cycle' -x bash -c 'mv $0 ${0/app_cycle/envman}' {}\nsd -s 'app_cycle' 'envman' $(fd -tf)\nsd -s 'app cycle' 'envman' $(fd -tf)\nsd -s 'App Cycle' 'Env Man' $(fd -tf)\nsd -s 'AppCycle' 'EnvMan' $(fd -tf)\ncargo fmt --all","breadcrumbs":"Ideas » Notes","id":"249","title":"Notes"},"25":{"body":"Note that fn4 and fn5 can both be executed in parallel, as there is no overlap in accessed data. However, fn2 and fn3 both require mutable access to C. Since it is not possible to safely provide both fn2 and fn3 with mutable access, fn_graph automatically introduces a data dependency between those functions to ensure consistent ordering: %3fn1fn1fn3fn3fn1->fn3fn2fn2fn1->fn2fn5fn5fn3->fn5fn4fn4fn3->fn4fn2->fn3fn2->fn5fn2->fn4","breadcrumbs":"Technical Concepts » Function Graph » Ordering » Data Dependencies","id":"25","title":"Data Dependencies"},"250":{"body":"Tried the following parameter type for Item::apply: use std::marker::PhantomData; /// Parameters to `Item::apply`.\n#[derive(Debug)]\npub struct EnsureExecParams< 'params, Data, #[cfg(feature = \"state_current\")] StateCurrent, #[cfg(feature = \"state_goal\")] StateGoal, #[cfg(feature = \"state_diff\")] StateDiff,\n> { /// Data accessed by the apply fns. pub data: Data, /// Current state of the item. #[cfg(feature = \"state_current\")] pub state_current: &'params StateCurrent, /// Goal state of the item. #[cfg(feature = \"state_goal\")] pub state_goal: &'params StateGoal, /// Diff between current and goal states. #[cfg(feature = \"state_diff\")] pub diff: &'params StateDiff, /// Marker. marker: PhantomData<&'params ()>,\n} But the following produces a compile error when used: async fn exec( ensure_exec_params: EnsureExecParams< '_, Self::Data<'_>, #[cfg(feature = \"state_current\")] Self::State, #[cfg(feature = \"state_diff\")] Self::StateDiff, >,\n) -> Result; The #[cfg(..)] attributes are not supposed in function parameter type parameters: See the Attributes Galore RFC and rfc#2602 . Perhaps it is possible to define the type separately, but we probably need to define this in a separate trait: #[cfg(all( not(feature = \"state_current\"), not(feature = \"state_goal\"), not(feature = \"state_diff\"),\n))]\npub type EnsureExecParams<'params> = EnsureExecParams< 'params, Self::Data<'params>,\n> #[cfg(all( feature = \"state_current\", not(feature = \"state_goal\"), not(feature = \"state_diff\"),\n))]\npub type EnsureExecParams<'params> = EnsureExecParams< 'params, Self::Data<'params>, Self::State,\n> #[cfg(all( feature = \"state_current\", feature = \"state_goal\", not(feature = \"state_diff\"),\n))]\npub type EnsureExecParams<'params> = EnsureExecParams< 'params, Self::Data<'params>, Self::State,\n> #[cfg(all( feature = \"state_current\", feature = \"state_goal\", feature = \"state_diff\",\n))]\npub type EnsureExecParams<'params> = EnsureExecParams< 'params, Self::Data<'params>, Self::State, Self::StateDiff,\n>","breadcrumbs":"Ideas » Feature Gated Incremental Functionality » Feature Gated Incremental Functionality","id":"250","title":"Feature Gated Incremental Functionality"},"251":{"body":"Third Party Licenses This page lists the licenses of the projects used in Peace.

      Overview of licenses:

      All license text:

      • Apache License 2.0

        Used by:

         Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. Apache License 2.0\nUsed by: miniz_oxide 0.7.1\npin-project 1.1.3\npin-project-internal 1.1.3\npin-project-lite 0.2.13\nportable-atomic 1.6.0\nsync_wrapper 0.1.2 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS Apache License 2.0\nUsed by: deranged 0.3.10\ntime 0.3.31\ntime-core 0.1.2 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2022 Jacob Pratt et al. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: powerfmt 0.2.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2023 Jacob Pratt et al. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: aws-sigv4 1.1.1\nencode_unicode 0.3.6\nencoding_rs 0.8.33\nenser 0.1.4\nmiette 5.10.0\npeace 0.0.12\nproc_macro_roids 0.8.0\nresman 0.17.0\nrt_map 0.5.2\nrt_ref 0.2.0\ntynm 0.1.9\nzeroize 1.7.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: tinyvec 1.6.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: derive-where 1.2.7\ninterpolator 0.5.0\nmanyhow 0.8.1\nproc-macro-utils 0.8.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a peretual, worldwide, non-exclusive, no-cpharge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides it s Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: windows-core 0.51.1\nwindows-sys 0.45.0\nwindows-sys 0.48.0\nwindows-sys 0.52.0\nwindows-targets 0.42.2\nwindows-targets 0.48.5\nwindows-targets 0.52.0\nwindows_aarch64_gnullvm 0.42.2\nwindows_aarch64_gnullvm 0.48.5\nwindows_aarch64_gnullvm 0.52.0\nwindows_aarch64_msvc 0.42.2\nwindows_aarch64_msvc 0.48.5\nwindows_aarch64_msvc 0.52.0\nwindows_i686_gnu 0.42.2\nwindows_i686_gnu 0.48.5\nwindows_i686_gnu 0.52.0\nwindows_i686_msvc 0.42.2\nwindows_i686_msvc 0.48.5\nwindows_i686_msvc 0.52.0\nwindows_x86_64_gnu 0.42.2\nwindows_x86_64_gnu 0.48.5\nwindows_x86_64_gnu 0.52.0\nwindows_x86_64_gnullvm 0.42.2\nwindows_x86_64_gnullvm 0.48.5\nwindows_x86_64_gnullvm 0.52.0\nwindows_x86_64_msvc 0.42.2\nwindows_x86_64_msvc 0.48.5\nwindows_x86_64_msvc 0.52.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: tinyvec_macros 0.1.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2020 Tomasz \"Soveu\" Marx Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: zerocopy 0.7.32 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2023 The Fuchsia Authors Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: ciborium 0.2.1 ciborium-io 0.2.1 ciborium-ll 0.2.1 clap_builder 4.4.11 clap_derive 4.4.7 clap_lex 0.6.0 self_cell 1.0.3 serde_tagged 0.2.0 unicode-linebreak 0.1.5 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: ipnet 2.9.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2017 Juniper Networks, Inc. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: anstyle-parse 0.2.3\ndiff 0.1.13\nwinapi 0.3.9 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: anstream 0.6.5\nanstyle 1.0.4\nanstyle-query 1.0.2\nanstyle-wincon 3.0.2\nclap 4.4.11\ncolorchoice 1.0.0\ncrc32fast 1.3.2\nforeign-types 0.3.2\nforeign-types-shared 0.1.1\nhex 0.4.3\nnative-tls 0.2.11\nopenssl-macros 0.1.1\npretty_assertions 1.4.0\nterminal_size 0.1.17 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: android-tzdata 0.1.1 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: aws-sdk-iam 1.9.1\naws-sdk-s3 1.11.0\naws-sdk-sso 1.9.0\naws-sdk-ssooidc 1.9.0\naws-sdk-sts 1.9.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: anyhow 1.0.77 async-trait 0.1.75 dyn-clone 1.0.16 erased-serde 0.3.31 inventory 0.3.14 itoa 1.0.10 libc 0.2.151 paste 1.0.14 prettyplease 0.2.15 proc-macro2 1.0.71 proc-macro2-diagnostics 0.10.1 quote 1.0.33 rustversion 1.0.14 ryu 1.0.16 semver 1.0.20 serde 1.0.193 serde_derive 1.0.193 serde_json 1.0.108 serde_path_to_error 0.1.14 serde_qs 0.12.0 serde_test 1.0.176 serde_urlencoded 0.7.1 serde_yaml 0.9.29 syn 2.0.43 thiserror 1.0.52 thiserror-impl 1.0.52 unicode-ident 1.0.12 utf8parse 0.2.1 vte 0.11.1 wasm-streams 0.3.0 whoami 1.4.1 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS Apache License 2.0\nUsed by: futures 0.3.30\nfutures-channel 0.3.30\nfutures-core 0.3.30\nfutures-executor 0.3.30\nfutures-io 0.3.30\nfutures-macro 0.3.30\nfutures-sink 0.3.30\nfutures-task 0.3.30\nfutures-util 0.3.30 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright (c) 2016 Alex Crichton Copyright (c) 2017 The Tokio Authors Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: typenum 1.17.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2014 Paho Lurie-Gregg Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: reqwest 0.11.23 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2016 Sean McArthur Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: config 0.13.4 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2017 Ryan Leckey Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: yansi 1.0.0-rc.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2017 Sergio Benitez Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: pathdiff 0.2.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2017 The Rust Project Developers Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: http 0.2.11\nhttp 1.0.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2017 http-rs authors Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: tokio-rustls 0.24.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2017 quininer kel Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: pin-utils 0.1.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2018 The pin-utils authors Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: ecdsa 0.14.8\nrfc6979 0.3.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2018-2022 RustCrypto Developers Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: proc-macro-error-attr 1.0.4 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2019-2020 CreepySkeleton  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: iana-time-zone 0.1.58\niana-time-zone-haiku 0.1.2 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2020 Andrew Straw Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: addr2line 0.21.0\nahash 0.8.6\narrayvec 0.7.4\nautocfg 1.1.0\nbacktrace 0.3.69\nbase64 0.21.5\nbitflags 1.3.2\nbitflags 2.4.1\nbumpalo 3.14.0\nbytes-utils 0.1.4\ncamino 1.1.6\ncc 1.0.83\ncfg-if 1.0.0\nconsole_log 1.0.0\ncore-foundation 0.9.4\ncore-foundation-sys 0.8.6\ndaggy 0.8.0\nderivative 2.2.0\neither 1.9.0\nequivalent 1.0.1\nfastrand 2.0.1\nfiletime 0.2.23\nfixedbitset 0.4.2\nfnv 1.0.7\nform_urlencoded 1.2.1\ngimli 0.28.1\ngroup 0.12.1\nhashbrown 0.13.2\nhashbrown 0.14.3\nheck 0.4.1\nhermit-abi 0.3.3\nhttparse 1.8.0\nhyper-rustls 0.24.2\nhyper-tls 0.5.0\nidna 0.5.0\nindexmap 2.1.0\nitertools 0.10.5\nitertools 0.11.0\njs-sys 0.3.66\nlazy_static 1.4.0\nlinux-raw-sys 0.4.12\nlock_api 0.4.11\nlog 0.4.20\nmime 0.3.17\nnum 0.4.1\nnum-bigint 0.4.4\nnum-complex 0.4.4\nnum-integer 0.1.45\nnum-iter 0.1.43\nnum-rational 0.4.1\nnum-traits 0.2.17\nnum_cpus 1.16.0\nobject 0.32.2\nonce_cell 1.19.0\nopenssl-probe 0.1.5\nparking_lot 0.12.1\nparking_lot_core 0.9.9\npercent-encoding 2.3.1\npetgraph 0.6.4\npkg-config 0.3.28\nproc-macro2 0.4.30\nquote 0.6.13\nregex 1.10.2\nregex-automata 0.4.3\nregex-lite 0.1.5\nregex-syntax 0.8.2\nrustc-demangle 0.1.23\nrustc-hash 1.1.0\nrustc_version 0.2.3\nrustc_version 0.4.0\nrustix 0.38.28\nrustls 0.21.10\nrustls-native-certs 0.6.3\nrustls-pemfile 1.0.4\nscopeguard 1.2.0\nsct 0.7.1\nsecurity-framework 2.9.2\nsecurity-framework-sys 2.9.1\nsemver 0.9.0\nsemver-parser 0.7.0\nsignal-hook-registry 1.4.1\nsmallvec 1.11.2\nsocket2 0.5.5\nsyn 0.15.44\nsyn 1.0.109\ntar 0.4.40\ntempfile 3.8.1\ntoml 0.5.11\ntyped-builder 0.18.0\nunicase 2.7.0\nunicode-bidi 0.3.14\nunicode-normalization 0.1.22\nunicode-segmentation 1.10.1\nunicode-width 0.1.11\nunicode-xid 0.1.0\nunicode-xid 0.2.4\nurl 2.5.0\nuuid 1.6.1\nversion_check 0.9.4\nwasi 0.11.0+wasi-snapshot-preview1\nwasm-bindgen 0.2.89\nwasm-bindgen-backend 0.2.89\nwasm-bindgen-futures 0.4.39\nwasm-bindgen-macro 0.2.89\nwasm-bindgen-macro-support 0.2.89\nwasm-bindgen-shared 0.2.89\nweb-sys 0.3.66\nxattr 1.1.3\nxmlparser 0.13.6\nyansi 0.5.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: ff 0.12.1 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: downcast-rs 1.2.0 linear-map 1.2.0 minimal-lexical 0.2.1 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: base16ct 0.1.1\nbase64ct 1.6.0\nblock-buffer 0.10.4\nconst-oid 0.9.6\ncpufeatures 0.2.11\ncrypto-bigint 0.4.9\ncrypto-bigint 0.5.5\ncrypto-common 0.1.6\nder 0.6.1\ndigest 0.10.7\nelliptic-curve 0.12.3\nhmac 0.12.1\nmd-5 0.10.6\np256 0.11.1\npkcs8 0.9.0\nsec1 0.3.0\nsha1 0.10.6\nsha2 0.10.8\nsignature 1.6.4\nspki 0.6.0 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: console_error_panic_hook 0.1.7 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: rand_core 0.6.4 Apache License\nVersion 2.0, January 2004\nhttps://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Apache License 2.0\nUsed by: getrandom 0.2.11 Apache License\nVersion 2.0, January 2004\nhttps://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: adler 1.0.2 Apache License\nVersion 2.0, January 2004\nhttps://www.apache.org/licenses/LICENSE-2.0 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: proc-macro-error 1.0.4 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright 2019-2020 CreepySkeleton  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: async-recursion 1.0.5 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: vcpkg 0.2.15 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0 Used by: num_cpus 1.16.0 # Contributing Licensed under either of Apache License, Version 2.0 ( LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) MIT license ( LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.","breadcrumbs":"Licenses » License","id":"251","title":"License"},"252":{"body":"Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. Apache License 2.0\nUsed by: winapi 0.3.9 // Licensed under the Apache License, Version 2.0\n// \\ or the MIT license\n// \\, at your option.\n// All files in the project carrying such notice may not be copied, modified, or distributed\n// except according to those terms. Apache License 2.0\nUsed by: supports-color 2.1.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] Kat Marchán Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: httpdate 1.0.3 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: backtrace-ext 0.2.1\ncrc32c 0.6.4\ndownload 0.0.12\ndrain_filter_polyfill 0.1.3\nenser_derive 0.1.4\nenvman 0.0.12\nfn_graph 0.10.0\ngloo-net 0.2.6\ngloo-utils 0.1.7\nhalf 1.8.2\nident_case 1.0.1\ninterruptible 0.0.3\nmanyhow-macros 0.8.1\nopenssl 0.10.62\npad-adapter 0.1.1\npeace_cfg 0.0.12\npeace_cmd 0.0.12\npeace_cmd_model 0.0.12\npeace_cmd_rt 0.0.12\npeace_code_gen 0.0.12\npeace_core 0.0.12\npeace_data 0.0.12\npeace_data_derive 0.0.12\npeace_diff 0.0.12\npeace_fmt 0.0.12\npeace_item_blank 0.0.12\npeace_item_file_download 0.0.12\npeace_item_sh_cmd 0.0.12\npeace_item_tar_x 0.0.12\npeace_items 0.0.12\npeace_params 0.0.12\npeace_params_derive 0.0.12\npeace_resources 0.0.12\npeace_rt 0.0.12\npeace_rt_model 0.0.12\npeace_rt_model_core 0.0.12\npeace_rt_model_hack 0.0.12\npeace_rt_model_native 0.0.12\npeace_rt_model_web 0.0.12\npeace_static_check_macros 0.0.12\nraw_tty 0.1.0\nsyn_derive 0.1.8\nsystem-configuration 0.5.1\nsystem-configuration-sys 0.5.0\ntype_reg 0.6.2\ntyped-builder-macro 0.18.0\nvte_generate_state_changes 0.1.1\nwinapi-i686-pc-windows-gnu 0.4.0\nwinapi-x86_64-pc-windows-gnu 0.4.0\nworkspace_tests 0.0.12 Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License. \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: miette-derive 5.10.0\nsupports-hyperlinks 2.1.0\nsupports-unicode 2.0.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Definitions. \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\" \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] Kat Marchán Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: android_system_properties 0.1.5 Copyright 2016 Nicolas Silva Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: allocator-api2 0.2.16 Copyright 2023 The allocator-api2 project developers Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache License 2.0\nUsed by: unicode-normalization 0.1.22\nunicode-segmentation 1.10.1\nunicode-width 0.1.11\nunicode-xid 0.1.0\nunicode-xid 0.2.4 Licensed under the Apache License, Version 2.0\n\\ or the MIT\nlicense \\,\nat your option. All files in the project carrying such\nnotice may not be copied, modified, or distributed except\naccording to those terms. Apache License 2.0\nUsed by: typenum 1.17.0 MIT OR Apache-2.0 Apache License 2.0\nUsed by: half 1.8.2 MIT OR Apache-2.0 Apache License 2.0\nUsed by: minimal-lexical 0.2.1 Minimal-lexical is dual licensed under the Apache 2.0 license as well as the MIT\nlicense. See the LICENCE-MIT and the LICENCE-APACHE files for the licenses. `src/bellerophon.rs` is loosely based off the Golang implementation, found here . That code (used if the `compact` feature is enabled) is subject to a 3-clause BSD license : Copyright (c) 2009 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Apache License 2.0\nUsed by: chrono 0.4.31 Rust-chrono is dual-licensed under The MIT License \\[1\\] and\nApache 2.0 License \\[2\\]. Copyright (c) 2014--2017, Kang Seonghoon and\ncontributors. Nota Bene: This is same as the Rust Project's own license. [1]: , which is reproduced below: The MIT License (MIT) Copyright (c) 2014, Kang Seonghoon. Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE. [2]: , which is reproduced below: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License. BSD 3-Clause \"New\" or \"Revised\" License Used by: matchit 0.7.3 BSD 3-Clause License Copyright (c) 2013, Julien Schmidt All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. BSD 3-Clause \"New\" or \"Revised\" License\nUsed by: subtle 2.5.0 Copyright (c) 2016-2017 Isis Agora Lovecruft, Henry de Valence. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. BSD 3-Clause \"New\" or \"Revised\" License\nUsed by: instant 0.1.12 Copyright (c) 2019, Sébastien Crozet\nAll rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. BSD 3-Clause \"New\" or \"Revised\" License\nUsed by: ring 0.17.7 Copyright (c) \\ \\. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. BSD 3-Clause \"New\" or \"Revised\" License\nUsed by: encoding_rs 0.8.33 Copyright © WHATWG (Apple, Google, Mozilla, Microsoft). Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Boost Software License 1.0\nUsed by: xxhash-rust 0.8.8 Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the \"Software\") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ISC License\nUsed by: untrusted 0.9.0 // Copyright 2015-2016 Brian Smith.\n//\n// Permission to use, copy, modify, and/or distribute this software for any\n// purpose with or without fee is hereby granted, provided that the above\n// copyright notice and this permission notice appear in all copies.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHORS DISCLAIM ALL WARRANTIES\n// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR\n// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ISC License\nUsed by: ring 0.17.7\nrustls-webpki 0.101.7 ISC License: Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. (\"ISC\") Copyright (c) 1995-2003 by Internet Software Consortium Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED \"AS IS\" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ISC License\nUsed by: is_ci 1.1.1 The ISC License Copyright (c) Kat Marchán and other contributors. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.Apache License MIT License\nUsed by: openssl-sys 0.9.98 Copyright (c) 2014 Alex Crichton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: mio 0.8.10 Copyright (c) 2014 Carl Lerche and other MIO contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: nom 7.1.3 Copyright (c) 2014-2019 Geoffroy Couprie Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: hyper 0.14.28\nhyper 1.1.0 Copyright (c) 2014-2021 Sean McArthur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: winreg 0.50.0 Copyright (c) 2015 Igor Shaula Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: schannel 0.1.23 Copyright (c) 2015 steffengy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: redox_syscall 0.4.1 Copyright (c) 2017 Redox OS Developers MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: h2 0.3.22\nh2 0.4.0 Copyright (c) 2017 h2 authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: bytes 1.5.0 Copyright (c) 2018 Carl Lerche Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: want 0.3.1 Copyright (c) 2018-2019 Sean McArthur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License Used by: try-lock 0.2.5 Copyright (c) 2018-2023 Sean McArthur\nCopyright (c) 2016 Alex Crichton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License Used by: axum 0.7.2 Copyright (c) 2019 Axum Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: slab 0.4.9 Copyright (c) 2019 Carl Lerche Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: http-body 0.4.6 Copyright (c) 2019 Hyper Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tokio-native-tls 0.3.1\ntracing 0.1.40\ntracing-attributes 0.1.27\ntracing-core 0.1.32 Copyright (c) 2019 Tokio Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tower 0.4.13\ntower-layer 0.3.2\ntower-service 0.3.2 Copyright (c) 2019 Tower Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tower-http 0.5.0 Copyright (c) 2019-2021 Tower Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: hyper-util 0.1.2 Copyright (c) 2023 Sean McArthur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tokio 1.35.1\ntokio-util 0.7.10 Copyright (c) 2023 Tokio Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tokio-macros 2.2.0 Copyright (c) 2023 Tokio Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. The MIT License (MIT) Copyright (c) 2019 Yoshua Wuyts Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: rstml 0.11.2 Copyright 2020 stoically@protonmail.com\nCopyright 2023 vldm \\ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: axum-core 0.4.1\naxum-macros 0.4.0 Copyright 2021 Axum Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: lru 0.11.1 MIT License Copyright (c) 2016 Jerome Froelich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: textwrap 0.15.2 MIT License Copyright (c) 2016 Martin Geisler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: cached 0.45.1 MIT License Copyright (c) 2017 James Kominick Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: smawk 0.3.2 MIT License Copyright (c) 2017 Martin Geisler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: darling 0.14.4\ndarling_core 0.14.4\ndarling_macro 0.14.4 MIT License Copyright (c) 2017 Ted Driggs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: owo-colors 3.5.0 MIT License Copyright (c) 2020 - present The owo-colors Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: diff-struct 0.5.3\ndiff_derive 0.2.3 MIT License Copyright (c) 2020 Ben Hall Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: convert_case 0.6.0 MIT License Copyright (c) 2020 David Purdum Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: html-escape 0.2.13\nutf8-width 0.1.7 MIT License Copyright (c) 2020 magiclen.org (Ron Li) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: http-range-header 0.4.0 MIT License Copyright (c) 2021 MarcusGrass Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: matchit 0.7.3 MIT License Copyright (c) 2022 Ibraheem Ahmed Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: outref 0.5.1 MIT License Copyright (c) 2022 Nugine Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: attribute-derive 0.8.1\nattribute-derive-macro 0.8.1 MIT License Copyright (c) 2022 Roland Fredenhagen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: base64-simd 0.8.0\ncached_proc_macro 0.18.1\ncached_proc_macro_types 0.1.0\ncollection_literals 1.0.1\nhttp-body 1.0.0\nhttp-body-util 0.1.0\nleptos 0.5.4\nleptos_axum 0.6.0-alpha\nleptos_config 0.5.4\nleptos_dom 0.5.4\nleptos_hot_reload 0.5.4\nleptos_integration_utils 0.5.4\nleptos_macro 0.5.4\nleptos_meta 0.5.4\nleptos_reactive 0.5.4\nleptos_router 0.5.4\nleptos_server 0.5.4\nmd5-rs 0.1.5\nnumber_prefix 0.4.0\nquote-use 0.7.2\nquote-use-macros 0.7.2\nring 0.17.7\nserver_fn 0.5.4\nserver_fn_macro 0.5.4\nserver_fn_macro_default 0.5.4\nvsimd 0.8.0 MIT License Copyright (c)   Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: serde-wasm-bindgen 0.5.0\nserde-wasm-bindgen 0.6.3 MIT License Copyright (c) 2019 Cloudflare, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: is-terminal 0.4.9\nunsafe-libyaml 0.2.10 Permission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: spin 0.9.8 The MIT License (MIT) Copyright (c) 2014 Mathijs van de Nes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: tracing-core 0.1.32 The MIT License (MIT) Copyright (c) 2014 Mathijs van de Nes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: aho-corasick 1.1.2\nmemchr 2.6.4\nwalkdir 2.4.0 The MIT License (MIT) Copyright (c) 2015 Andrew Gallant Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: mime_guess 2.0.4 The MIT License (MIT) Copyright (c) 2015 Austin Bonander Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License Used by: strsim 0.10.0 The MIT License (MIT) Copyright (c) 2015 Danny Guo Copyright (c) 2016 Titus Wormer  Copyright (c) 2018 Akash Kurdekar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: derive_more 0.14.1 The MIT License (MIT) Copyright (c) 2016 Jelte Fennema Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: vt100 0.15.2 The MIT License (MIT) Copyright (c) 2016 Jesse Luehrs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: same-file 1.0.6\nwinapi-util 0.1.6 The MIT License (MIT) Copyright (c) 2017 Andrew Gallant Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: console 0.15.7\nindicatif 0.17.7 The MIT License (MIT) Copyright (c) 2017 Armin Ronacher  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License Used by: generic-array 0.14.7 The MIT License (MIT) Copyright (c) 2015 Bartłomiej Kamiński Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License\nUsed by: aho-corasick 1.1.2\nmemchr 2.6.4\nsame-file 1.0.6\nwalkdir 2.4.0\nwinapi-util 0.1.6 This project is dual-licensed under the Unlicense and MIT licenses. You may use this code under the terms of either license. MIT License\nUsed by: urlencoding 2.1.3 © 2016 Bertram Truong\n© 2021 Kornel Lesiński Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. NOASSERTION\nUsed by: ring 0.17.7 OpenSSL License\nUsed by: ring 0.17.7 OpenSSL License Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. All advertising materials mentioning features or use of this software must display the following acknowledgment: \"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)\" The names \"OpenSSL Toolkit\" and \"OpenSSL Project\" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org. Products derived from this software may not be called \"OpenSSL\" nor may \"OpenSSL\" appear in their names without prior written permission of the OpenSSL Project. Redistributions of any form whatsoever must retain the following acknowledgment: \"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)\" THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). Original SSLeay License Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) All rights reserved. This package is an SSL implementation written by Eric Young (eay@cryptsoft.com). The implementation was written so as to conform with Netscapes SSL. This library is free for commercial and non-commercial use as long as the following conditions are aheared to. The following conditions apply to all code found in this distribution, be it the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The SSL documentation included with this distribution is covered by the same copyright terms except that the holder is Tim Hudson (tjh@cryptsoft.com). Copyright remains Eric Young's, and as such any Copyright notices in the code are not to be removed. If this package is used in a product, Eric Young should be given attribution as the author of the parts of the library used. This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. All advertising materials mentioning features or use of this software must display the following acknowledgement: \"This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)\" The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-). If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: \"This product includes software written by Tim Hudson (tjh@cryptsoft.com)\" THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.] Unicode License Agreement - Data Files and Software (2016)\nUsed by: unicode-ident 1.0.12 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/. Unicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/. Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/. NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES (\"DATA FILES\"), AND/OR SOFTWARE (\"SOFTWARE\"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. COPYRIGHT AND PERMISSION NOTICE Copyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html. Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the \"Data Files\") or Unicode software and any associated documentation (the \"Software\") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either (a) this copyright and permission notice appear with all copies of the Data Files or Software, or (b) this copyright and permission notice appear in associated Documentation. THE DATA FILES AND SOFTWARE ARE PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE. Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder. zlib License\nUsed by: const_format 0.2.32\nconst_format_proc_macros 0.2.32 Copyright (c) 2020 Matias Rodriguez. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. This notice may not be removed or altered from any source distribution. zlib License\nUsed by: slotmap 1.0.7 Copyright (c) 2021 Orson Peters \\ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. This notice may not be removed or altered from any source distribution.","breadcrumbs":"Licenses » Contribution","id":"252","title":"Contribution"},"26":{"body":"When ordering has been defined, consumers can use FnGraph::iter to iterate through the graph and invoke each function sequentially. When the \"async\" feature is enabled, which is on by default, FnGraph::stream will produce each function once all of its predecessors have been streamed and returned. To know when a function is available to be streamed, fn_graph uses the following algorithm: Track the number of predecessors of each node. When streaming, each time a function is streamed and the closure returns, subtract 1 from the predecessor counts of each of that function's successors. If the predecessor count of a function is 0, it is now available to be streamed.","breadcrumbs":"Technical Concepts » Function Graph » Streaming » Streaming","id":"26","title":"Streaming"},"27":{"body":"In the example scenario, each function has a number of predecessors: %3fn1fn1:0fn3fn3:2fn1->fn3fn2fn2:1fn1->fn2fn5fn5:2fn3->fn5fn4fn4:2fn3->fn4fn2->fn3fn2->fn5fn2->fn4 When a function completes, subtract 1 from each of its successors' predecessor counts: %3fn1fn1:0fn3fn3:1fn1->fn3fn2fn2:0fn1->fn2fn5fn5:2fn3->fn5fn4fn4:2fn3->fn4fn2->fn3fn2->fn5fn2->fn4 This applies to both logical and data dependencies: %3fn1fn1:0fn3fn3:0fn1->fn3fn2fn2:0fn1->fn2fn5fn5:1fn3->fn5fn4fn4:1fn3->fn4fn2->fn3fn2->fn5fn2->fn4 Performance is gained when multiple functions can be executed concurrently: %3fn1fn1:0fn3fn3:0fn1->fn3fn2fn2:0fn1->fn2fn5fn5:0fn3->fn5fn4fn4:0fn3->fn4fn2->fn3fn2->fn5fn2->fn4 This can be seen by timing the executions: # // [dependencies]\n# // fn_graph = { version = \"0.5.4\", features = [\"fn_meta\", \"resman\"] }\n# // futures = \"0.3.21\"\n# // resman = { version = \"0.15.0\", features = [\"fn_meta\", \"fn_res\"] }\n# // tokio = { version = \"1.20.0\", features = [\"rt\", \"macros\", \"time\"] }\n# use std::{\n# fmt,\n# ops::{AddAssign, Deref, DerefMut},\n# };\n#\n# use fn_graph::FnGraphBuilder;\n# use futures::stream::StreamExt;\n# use resman::{IntoFnRes, Resources};\n#\n# // Define newtypes for each parameter.\n# #[derive(Debug)]\n# struct A(u32);\n# #[derive(Debug)]\n# struct B(u32);\n# #[derive(Debug)]\n# struct C(u32);\n# #[derive(Debug)]\n# struct D(u32);\n#\n# fn main() {\n# // Initialize data.\n# let mut resources = Resources::new();\n# resources.insert(A(0));\n# resources.insert(B(0));\n# resources.insert(C(0));\n# resources.insert(D(0));\n# let resources = &resources; // Now the map is compile time immutable.\n#\n# // Define logic and insert them into graph structure.\n# type Fn1 = fn(&mut A, &mut B, &mut C, &mut D);\n# type Fn2 = fn(&A, &mut C);\n# type Fn3 = fn(&B, &mut C);\n# type Fn4 = fn(&C, &mut D);\n# type Fn5 = fn(&A, &B, &C);\n#\n# let fn_graph = {\n# let fn1: Fn1 = |a, b, c, d| { a.0 = 1; b.0 = 2; c.0 = 0; d.0 = 0; };\n# let fn2: Fn2 = |a, c | *c += a.0;\n# let fn3: Fn3 = | b, c | *c += b.0;\n# let fn4: Fn4 = | c, d| *d += c.0;\n# let fn5: Fn5 = |a, b, c | println!(\"{a} + {b} = {c}\");\n#\n# let mut fn_graph_builder = FnGraphBuilder::new();\n#\n# // Store functions in graph.\n# let [fn_id1, fn_id2, fn_id3, fn_id4, fn_id5] = fn_graph_builder.add_fns([\n# fn1.into_fn_res(),\n# fn2.into_fn_res(),\n# fn3.into_fn_res(),\n# fn4.into_fn_res(),\n# fn5.into_fn_res(),\n# ]);\n#\n# // Define dependencies to control ordering.\n# fn_graph_builder\n# .add_edges([\n# (fn_id1, fn_id2),\n# (fn_id1, fn_id3),\n# (fn_id2, fn_id4),\n# (fn_id2, fn_id5),\n# (fn_id3, fn_id4),\n# (fn_id3, fn_id5),\n# ])\n# .unwrap();\n#\n# fn_graph_builder.build()\n# };\n#\n// Invoke logic over data.\nlet sequential_start = tokio::time::Instant::now();\nfn_graph.iter().for_each(|fun| { fun.call(resources); std::thread::sleep(std::time::Duration::from_millis(10));\n});\nlet sequential_elapsed = sequential_start.elapsed();\nprintln!(\"sequential_elapsed: {sequential_elapsed:?}\"); // prints:\n// 1 + 2 = 3\n// sequential_elapsed: 50.683709ms let rt = tokio::runtime::Builder::new_current_thread() .enable_time() .build() .unwrap();\nrt.block_on(async move { let concurrent_start = tokio::time::Instant::now(); fn_graph .stream() .for_each_concurrent(None, |fun| async move { fun.call(resources); tokio::time::sleep(tokio::time::Duration::from_millis(10)).await; }) .await; let concurrent_elapsed = concurrent_start.elapsed(); println!(\"concurrent_elapsed: {concurrent_elapsed:?}\");\n}); // prints:\n// 1 + 2 = 3\n// concurrent_elapsed: 44.740638ms\n# }\n#\n# macro_rules! u32_newtype {\n# ($name:ident) => {\n# impl fmt::Display for $name {\n# fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {\n# self.0.fmt(f)\n# }\n# }\n# impl Deref for $name {\n# type Target = u32;\n#\n# fn deref(&self) -> &Self::Target {\n# &self.0\n# }\n# }\n# impl DerefMut for $name {\n# fn deref_mut(&mut self) -> &mut Self::Target {\n# &mut self.0\n# }\n# }\n# impl AddAssign for $name {\n# fn add_assign(&mut self, other: u32) {\n# *self = Self(self.0 + other);\n# }\n# }\n# };\n# }\n# u32_newtype!(A);\n# u32_newtype!(B);\n# u32_newtype!(C);\n# u32_newtype!(D); Notably there is some overhead with the asynchronous execution, but as the number of functions grow, so should the concurrency, and the performance gains should increase proportionally.","breadcrumbs":"Technical Concepts » Function Graph » Streaming » Visualized","id":"27","title":"Visualized"},"28":{"body":"Note: 🚧 means the concept is not yet implemented. An item is something that can be created, inspected, and cleaned up by automation. An itemification defines data types and logic to manage that item. The Item and associated types are how consumers integrate with the Peace framework. Consumers provide a unique ID, data types, and functions, which will be selectively executed by the framework to provide lean, robust automation, and a good user experience. This logical breakdown guides automation developers to structure logic to handle cases that are not normally considered of when writing automation. Combined with trait requirements on data types, the framework is able to provide commands, workflow optimizations, and understandable output to ensure a pleasant automation experience.","breadcrumbs":"Technical Concepts » Item » Item","id":"28","title":"Item"},"29":{"body":"Error: The umbrella error type returned when anything goes wrong when managing the item. State: Information about a managed item, can be divided into logical and physical state. Logical state: Part of the state that can be controlled, e.g. application server's existence. Physical state: Part of the state that cannot be controlled, e.g. application server's instance ID. Current state: Current State of the managed item, both logical and physical. Goal state: Logical State that one wants the item to be in. State difference: Difference between the current Logical state and the Goal state .","breadcrumbs":"Technical Concepts » Item » Data Types","id":"29","title":"Data Types"},"3":{"body":"The purpose of the Peace framework is to bring people joy and peace of mind in automation development and usage. This is an active effort to take away mental and emotional stress and frustration experienced with software. For maintainers, Peace aims to guide developers to build and support resilient automation. For users, Peace aims to make automation work surprisingly well , and reduce the feeling of being lost or frustrated when things don't go according to plan.","breadcrumbs":"Background » Purpose » Purpose","id":"3","title":"Purpose"},"30":{"body":"1. Define an ID. Item::id Provide the framework with a unique ID for this item. These are intended to be safe to use as file names, as well as avoid surprises, and so have been limited to alphanumeric characters and underscores, and cannot begin with a number. This is validated at compile time by using the item_id!(\"..\") macro. The examples in the peace repository will use snake_case, but the rules are flexible enough to accept PascalCase or camelCase if that is preferred.","breadcrumbs":"Technical Concepts » Item » Logic – Building Blocks","id":"30","title":"Logic – Building Blocks"},"31":{"body":"Item that manages a file download: \"download\". Item that manages a server: \"server_existence\". 2. Initialize framework with parameters to manage item. Item::setup 🚧 parameters are passed in for each command Provide the framework with enough information to begin managing the item. This function also instantiates the data types referenced by this Item into the Resources map.","breadcrumbs":"Technical Concepts » Item » Examples","id":"31","title":"Examples"},"32":{"body":"Item that manages a file download: Required parameters are the URL to download from, and the destination file path. Item that manages a server: Required parameters are the base image ID to launch the server with, and hardware specs. 3. Fetch current item state. Item::state_current This may not necessarily be a cheap function, for example if it needs to make web requests that take seconds to complete.","breadcrumbs":"Technical Concepts » Item » Examples","id":"32","title":"Examples"},"33":{"body":"Item that manages a file download: Current state is checking a file's existence and contents. Item that manages a server: Current state is checking a server's existence and its base image ID. 4. Fetch goal item state. Item::StateGoalFn This may not necessarily be a cheap function, for example if it needs to make web requests that take seconds to complete.","breadcrumbs":"Technical Concepts » Item » Examples","id":"33","title":"Examples"},"34":{"body":"Item that manages a file download: Goal state is file metadata retrieved from a remote server. Item that manages a server: Goal state is one server exists with the specified the base image ID. 5. Return the difference between current and goal states. Item::StateDiffFn It is important that both the from and to are shown for values that have changed, and values that have not changed or are not relevant, are not returned.","breadcrumbs":"Technical Concepts » Item » Examples","id":"34","title":"Examples"},"35":{"body":"Item that manages a file download: State difference is a change from a file that does not exist, to a file with contents \"abc\". Item that manages a server: State difference is a change from a non-existent server, to a server exists with the specified the base image ID. 6. Ensure that the item is in the goal state. Transforms the current state to the goal state. check: Returns whether exec needs to be run to transform the current state into the goal state. exec: Actual logic to transform the current state to the goal state. exec_dry: Dry-run transform of the current state to the goal state. Like exec, but all interactions with external services, or writes to the file system should be substituted with mocks. 7. Clean up the item. Cleans up the item from existence. check: Returns whether exec needs to be run to clean up the item. exec: Actual logic to clean up the item. exec_dry: Dry-run clean up of the item.","breadcrumbs":"Technical Concepts » Item » Examples","id":"35","title":"Examples"},"36":{"body":"Readers may notice the function breakdown is git-like. The following table compares the concepts: Subject Peace Git Item Any consumer defined item. A directory of files. Project initialization init command takes in parameters to manage the item. Uses the current directory or passed in directory. State Consumer defined information about the item. Current state is the latest commit, goal state is the working directory. State retrieval On request by user using the StatesDiscover command. Retrieved each time the status command is run, cheap since it is all local. State display On request using state and goal commands show $revision:path command shows the state at a particular $revision. State difference On request using diff command status command shows a summary, show and diff commands shows the state difference. State application On request through the ensure command. On request through commit and push commands. Environments Handled by updating initialization parameters. Defined through remote URLs.","breadcrumbs":"Technical Concepts » Item » Comparison with git","id":"36","title":"Comparison with git"},"37":{"body":"For an item to work with different values, the values must be passed in. These values are called item parameters. %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest There are a number of related concepts: User needs to be able to specify how the values are defined: Plain Values: Use a value provided by the user. Referenced Values: Use a value produced by a predecessor item. Transformed Values: Take values produced by predecessor item(s), transform it, then use that. Implementors: Need to define the parameters. Take in parameter values for state_current, state_goal. Take in Option for each field within the parameter for try_state_current, try_state_goal. Peace should be able to store and load: The specification by the user. The actual values computed and used during command execution.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Item Parameters","id":"37","title":"Item Parameters"},"38":{"body":"Item parameter values are eventually concrete values. Some of those concrete values are not necessarily known until partway through a flow execution. When a flow is defined, a user needs a way to encode where a value comes from. %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest","breadcrumbs":"Technical Concepts » Item » Item Parameters » Value Specification » Value Specification","id":"38","title":"Value Specification"},"39":{"body":"Plain values are values that a user provides before a command is executed. %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest A variation of plain values is to provide a lookup function that is evaluated at the point the value is needed, but that has potential negative effects for user experience: Performance: Web service call(s) may take seconds to complete. Consistency: Multiple executions may discover different values between different command executions. In code, this may look like: let app_params_spec = AppParams::spec() .repo_path(Path::from(\"/path/to/project\")) .build();\nlet server_params_spec = ServerParams::spec() .image_id(image_id!(\"abcd1234\")) .instance_size(InstanceSize::Large) .build(); cmd_ctx_builder .with_item_params(app_params_spec) .with_item_params(server_params_spec) .await?;","breadcrumbs":"Technical Concepts » Item » Item Parameters » Value Specification » Plain Values","id":"39","title":"Plain Values"},"4":{"body":"","breadcrumbs":"Background » Strategy » Strategy","id":"4","title":"Strategy"},"40":{"body":"Referenced values are values directly taken from a predecessor's state output. %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:${app_path}dest:user@ip:/path/to/desta_stateStateapp_path:target/debug/appa_state->c_params In code, this may look like: let file_upload_params_spec = FileUploadParams::spec() .src_from::() // .. .build(); cmd_ctx_builder .with_item_params(file_upload_params_spec) .await?;","breadcrumbs":"Technical Concepts » Item » Item Parameters » Value Specification » Referenced Values","id":"40","title":"Referenced Values"},"41":{"body":"%3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectb_stateStateip:192.168.0.100ccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:${app_path}dest:user@${server.ip}:/path/to/destb_state->c_params In code, this may look like: let file_upload_params_spec = FileUploadParams::spec() // .. .dest_from_map::(|server| { let ip = server.ip(); format!(\"user@${ip}:/path/to/dest\") }) .build(); cmd_ctx_builder .with_item_params(file_upload_params_spec) .await?;","breadcrumbs":"Technical Concepts » Item » Item Parameters » Value Specification » Transformed Values","id":"41","title":"Transformed Values"},"42":{"body":"For an item to work with different values, the values must be passed in. Item implementors define these as part of the Item trait: trait Item { type Params: ..;\n}","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Params Definition","id":"42","title":"Params Definition"},"43":{"body":"The following shows a number of use cases of these params: State Apply: Param values must be known, and Peace should pass concrete values to the Item::{state_current, state_goal, apply} functions. State Discovery (fallible): Param values may be known, if predecessors have previously executed. try_state_current: StateDiscoverCmd::current e.g. Look up file contents on a remote host: match params_partial.dest_ip() { Some(dest_ip) => Some(file_hash(dest_ip, path)), None => None, // or `Some(FileState::None)`\n} try_state_goal: StateDiscoverCmd::goal e.g. Look up source file contents: match params_partial.src_path() { Some(src_path) => file_hash(src_path), None => None, // or `Some(FileState::None)`\n}","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Use Cases","id":"43","title":"Use Cases"},"44":{"body":"try_state_current: Should work with field_partials. try_state_goal: Should work with field_partials. state_current: Needs real concrete param values. state_goal: Needs real concrete param values. state_diff: Doesn't need parameters or data; everything should be captured in States. But for presentation, it's useful to know what a file should be (current vs goal), or difference between params (multiple profile current vs current). state_clean: Maybe always returns ItemState::None, and doesn't need parameters or data. However, presenting state_clean with e.g. a file path, would mean the None state contains the value, which means state_clean needs params. Arguably state_goal will show the path that would be created. StateDiff for cleaning should also show the deletion of the path. apply_check: Doesn't need parameters or data. apply_dry: Needs concrete param values, even if they are fake. apply: Needs real concrete param values.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » By Item Function","id":"44","title":"By Item Function"},"45":{"body":"Because: It is convenient to serialize Item::Params::Spec and store it, and deserialize it for use at a later time. It is useful to support config-based parameter specification (no compiler needed). It is not possible to serialize closures. Then there must be a way to encode the same functionality that Item::Params::Spec::field_from_map provides, as something serializable. Possibilities: ToString and FromStr impls that represent the logic Serialized form uses enum variants, and when deserializing, map that back to functions. Custom language.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Encoding: Serialization / Deserialization","id":"45","title":"Encoding: Serialization / Deserialization"},"46":{"body":"From the implementor's perspective, item trait needs to change to support the above use cases. The following snippets are here to show the changes that include the above concepts. These are: non-compilable. just enough to show where types are changed. show certain trait bounds (non-exhaustive). do not include the encoding / decoding of field_from_map concept.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Code Implications","id":"46","title":"Code Implications"},"47":{"body":"// Traits in Peace Framework\ntrait Item { type Params: Params + Serialize + Deserialize; fn setup(&self, resources); fn try_state_current(fn_ctx, params_partial, data); fn try_state_goal(fn_ctx, params_partial, data); fn state_clean ( params_partial, data); fn state_current (fn_ctx, params, data); fn state_goal (fn_ctx, params, data); fn apply_dry (fn_ctx, params, data, state_current, state_target, diff); fn apply (fn_ctx, params, data, state_current, state_target, diff); fn apply_check ( params_partial, data, state_current, state_target, diff); fn state_diff ( params_partial, data, state_a, state_b); // Once more, with types: fn setup(&self, &mut Resources); fn try_state_current(FnCtx<'_>, Self::Params<'_>::Partial, Self::Data<'_>); fn try_state_goal(FnCtx<'_>, Self::Params<'_>::Partial, Self::Data<'_>); fn state_clean ( Self::Params<'_>::Partial, Self::Data<'_>); fn state_current (FnCtx<'_>, Self::Params<'_> , Self::Data<'_>); fn state_goal (FnCtx<'_>, Self::Params<'_> , Self::Data<'_>); fn apply_dry (FnCtx<'_>, Self::Params<'_> , Self::Data<'_>, Self::State, Self::State, Self::StateDiff); fn apply (FnCtx<'_>, Self::Params<'_> , Self::Data<'_>, Self::State, Self::State, Self::StateDiff); fn apply_check ( Self::Params<'_>::Partial, Self::Data<'_>, Self::State, Self::State, Self::StateDiff); fn state_diff ( Self::Params<'_>::Partial, Self::Data<'_>, Self::State, Self::State);\n} /// For Peace to access ::Spec\ntrait Params { type Spec: Serialize + Deserialize; type SpecBuilder: SpecBuilder; type Partial: Serialize + Deserialize;\n} enum ValueSpec { Value(T), From, FromMap(Box Option>),\n} Also need to provide a Params derive macro. Design Note The apply_check and state_diff functions usually are not expected to need params and data, but some items may use them, such as the ShCmdItem which accesses params to determine the script to run. Regarding params will be Params or Params<'_>::Partial for state_diff, if we call state_diff for a file upload item, we must have both the current state and goal state. Then we need to ask, does having both states imply Params is fully resolvable? If we call state_current for a file upload: the destination server may not be there so params may not have the IP we may still return Some(State::Empty) So params may still be partial, even if State is Some. If we call state_goal for a file upload: the source file may not be there so params may not have the source content hash we may still return Some(State::Empty) So params may still be partial, even if State is Some.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Framework","id":"47","title":"Framework"},"48":{"body":"// Implementation\nstruct FileUploadItem; impl Item for FileUploadItem { type Params = FileUploadParams;\n} #[derive(Clone, Debug, Params, Serialize, Deserialize)]\nstruct FileUploadParams { src: PathBuf, dest_ip: IpAddr, dest_path: PathBuf,\n} Auto generated by Params derive: impl Params for FileUploadParams { type Spec = FileUploadParamsSpec; type SpecBuilder = FileUploadParamsSpecBuilder; type Partial = FileUploadParamsPartial;\n} // Serialize / Deserialize not needed.\nstruct FileUploadParamsPartial { src: Option, dest_ip: Option, dest_path: Option,\n} #[derive(Clone, Debug, Serialize, Deserialize)]\nstruct FileUploadParamsSpec { src: ValueSpec, dest_ip: ValueSpec, dest_path: ValueSpec,\n} #[derive(Clone, Debug)]\nstruct FileUploadParamsSpecBuilder { src: Option>, dest_ip: Option>, dest_path: Option>,\n} See: optfield partial_derive optional-field","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Definition » Implementor","id":"48","title":"Implementor"},"49":{"body":"For ergonomic usage and accurate data modelling, the following types need to exist for each item: Params ParamsPartial ParamsSpec ParamsSpecBuilder Since Params is defined by the item implementor, the other three structs can only be defined after it, and can be generated by a proc macro. Questions: How does Peace know what fields to fill in, and how? The fields are known by the ParamsSpec impl, though it resides in the implementor's crate. Peace can reference the ParamsSpec through a Params::Spec associated type. Does Peace need to know about the field, or can it be in the generated impl? It needs to go, for each field on the ParamsSpec, fill in the ParamsPartial. This could be implemented by ParamsSpec::partial_from(&Resources) -> ParamsPartial: impl ParamsSpec { fn partial_from(resources: &Resources) -> ParamsPartial { // for each field (generated by proc macro) let value_0 = value_0_spec.try_value_from(resources); let value_1 = value_1_spec.try_value_from(resources); ParamsPartial { value_0, value_1 } }\n} enum ValueSpec { Value(T), From, FromMap(Box Option>),\n} impl ValueSpec { fn try_value_from(&self, resources: &Resources) -> Option { match self { Self::Value(t) => Some(t.clone()), Self::From => resources.try_borrow::().cloned(), Self::FromMap(f) => f(resources), } }\n} How does ValueSpec::FromMap get instantiated: Probably something like this: impl ParamsSpecBuilder { // for each field fn field_from_map(mut self, f: F) -> Self where F: &U -> Field { let from_map_boxed = Box::new(move |resources| { resources.try_borrow::().map(f) }); self.field_spec = ValueSpec::FromMap(from_map_boxed); self }\n} To allow Peace to reference those types, and for Peace to expose that to users, we need the following traits: dyn Params: To know what type the ParamsPartial, ParamsSpec, and ParamsSpecBuilder are. dyn ParamsSpec: Peace needs the spec to generate a ParamsPartial from Resources.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Framework Support » Params Framework Support","id":"49","title":"Params Framework Support"},"5":{"body":"The main priority is to take care of people. This is correlated to the following measurable dimensions: Time optimization Effort optimization Cost optimization Decision making If these outputs trend in a favourable direction, then surveying people's well-being and satisfaction should show similar outcomes.","breadcrumbs":"Background » Strategy » Outcomes","id":"5","title":"Outcomes"},"50":{"body":"It is inconvenient to have to register item params types as flow params, because the presence of the item could automatically tell Peace its params type. However, users: Must provide the param values / spec for each item for the first execution of a flow. May have different preferences whether they have to provide the values / spec for subsequent executions, and whether it implicitly uses what was used before, or is explicit for each field. What we need: Flow params are serialized separately. Flow params may be values that control how things are presented, but not affect the actual functional execution, so they may be log verbosity. Item params spec must be deserialized, and overwritten by provided values. Item params spec must be serialized before executing a command. Item params must be serialized as execution happens. Item params partials do not need to be serialized, only presented, as they can be re-calculated from state for each discover / read command execution.","breadcrumbs":"Technical Concepts » Item » Item Parameters » Params Framework Support » Implications On Serialization and Flow Params","id":"50","title":"Implications On Serialization and Flow Params"},"51":{"body":"An item graph is a function graph , whose logic type is an item . Instead of storing a single function in each node of the graph, each logic type is a collection of well-defined functions adhering to the Item trait. Combining these concepts contributes to the strategy 's outcomes, by enabling the framework to address common issues in each input dimension. %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4 let graph = { let mut graph_builder = ItemGraphBuilder::::new(); let [id_1, id_2, id_3, id_4] = graph_builder.add_fns([ Item1::new(param1).into(), Item2::new(/* .. */).into(), Item3::new().into(), Item4::new().into(), ]); graph_builder.add_edges([ (id_1, id_3), (id_2, id_3), (id_2, id_4), ])?; graph_builder.build()\n}; The remainder of this section explains how using these concepts together allows sensible user facing commands to be created. Available commands are documented in the reference .","breadcrumbs":"Technical Concepts » Item Graph » Item Graph","id":"51","title":"Item Graph"},"52":{"body":"Before a process is started, make sure all the necessary information is provided. In function graph, data types in Resources are inserted by the consumer, separate from the graph. In Peace, Item::setup is run for each item, which allows data types to be inserted into Resources. let graph = /* .. */; let resources = graph.setup(Resources::new()).await?; %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4 // Item1::setup\nresources.insert(param1); // Item2::setup\nresources.insert(param2); // Item3::setup\n// no-op // Item4::setup\nresources.insert(param3);\nresources.insert(param4); ℹ️ Note: Each initialization parameter should be specified in each item's setup method, even though the parameter is inserted by a predecessor item. This is because when only a subset of the graph is executed, or if the item is used in a different graph, the parameter should still be inserted. 🚧 A wrapper type should conditionally insert the initialization parameter into Resources","breadcrumbs":"Technical Concepts » Item Graph » Initialization » Initialization","id":"52","title":"Initialization"},"53":{"body":"Before applying a change, you should understand the current state, and what the change will do. To discover the current state of all items, Item::try_state_current is run for each item concurrently. let graph = /* .. */;\nlet resources = /* .. */; let resources = StatesDiscoverCmd::current(graph, resources).await?; %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4 // Item1::StateCurrentFn::try_exec\nlet exists = param1.path().exists();\nOk(State::new(exists, ())) // Item2::StateCurrentFn::try_exec\nlet instance_url = discover(param2).await?;\nOk(State::new(Some(instance_url), ())) // Item3::StateCurrentFn::try_exec\nlet version = reqwest::get(instance_url).await?;\nOk(State::new(version, ())) // .. When all states have been collected, they are presented to the user: state1: exists\nstate2: 1.2.3.4\nstate3: 1.0.0\nstate4: abcdef0123456","breadcrumbs":"Technical Concepts » Item Graph » State Inspection » State Inspection","id":"53","title":"State Inspection"},"54":{"body":"When applying a change, the change should converge the current state to the goal state. let graph = /* .. */;\nlet resources = /* .. */; let resources = ApplyCmd::exec(graph, resources).await?; Note that the Item::apply requires implementers to return StatePhysical, which is the state information generated during the exec logic, but not necessarily within the implementers' control.","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » State Ensure","id":"54","title":"State Ensure"},"55":{"body":"To discover the current state of all items, the following method is used: ApplyFns::check is run for all items. Of the ones that return ApplyCheck::ExecRequired, Item::apply is run. Finally, Item::state_current is run so that the end state can be compared with the goal state to confirm that they match.","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » Method","id":"55","title":"Method"},"56":{"body":"%3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4 // Item1\nApplyCheck::ExecRequired { .. } // Item2\nApplyCheck::ExecNotRequired // Item3\nApplyCheck::ExecRequired { .. } // Item4\nApplyCheck::ExecRequired { .. }","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » ApplyFns::check","id":"56","title":"ApplyFns::check"},"57":{"body":"%3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4 Items 1, 3, and 4 need to be executed, but Item2's Item::apply is skipped as check indicated it isn't needed. // Item1\n() // Item2\nIpAddr::from_str(\"1.2.3.4\") // Item3\n() // Note: version is logical state // Item4\nRevision::new(\"abcdef0123456\")","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » Item::apply","id":"57","title":"Item::apply"},"58":{"body":"let resources = Item::apply_dry(graph, resources).await?; Similar to the Item::apply, Item::apply_dry is meant to simulate what would happen, and allow users to correct mistakes before actual execution. Implementers must replace all write logic with mocks. These include: File writes Web requests It is also recommended that read requests to external services are minimized to decrease the time to return feedback to the user. If possible, move read request logic to Item::state_current so that it is stored by the StatesDiscoverCmd.","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » Dry Run","id":"58","title":"Dry Run"},"59":{"body":"Since these processes happen over distributed systems, and errors can happen at any point in the process, it is realistic to assume that the process doesn't happen transactionally. ApplyFns has been designed so that implementers will consider transitions from non-atomic states to the goal state. In simpler terms, if the goal state is \"10 servers must exist\", then: When the current state is 0 servers, then 10 servers should be launched. When the current state is 6 servers, then 4 servers should be launched. As time and effort is saved by reusing existing useful state and not requiring complete clean up, recoverability and user experience is improved.","breadcrumbs":"Technical Concepts » Item Graph » State Ensure » Convergence / Non-Transactional Execution Recovery","id":"59","title":"Convergence / Non-Transactional Execution Recovery"},"6":{"body":"The following input dimensions are considered when designing the Peace framework: Approach: Choose an optimal method. Correctness: Take the right action, in success and in err. Visibility: Show the user what will happen, is happening, and has happened. Understandability: Show what is important. Don't overwhelm the user. Recoverability: Continue where the work was stopped. Performance: Use resources efficiently to execute the approach. Psychology: Design for how people behave. By keeping these dimensions in mind: For development, the framework gives people confidence that what they build is of quality, by guiding them to consider and handle cases commonly experienced by users. Through feature gates, developers are protected from mental overload by allowing parts of the automation to be developed incrementally, without risk of diverging from the ideal. For users, the framework provides tools to observe the state and have predictable outcomes, so that they can be confident in making decisions. It also lowers the chances and cost of failure. This reduces the fear of making mistakes, as the effort of recovery is also lowered. From a business perspective, increased morale, increased performance, and decreased wastage are all benefits that allow results to be achieved faster and in a reliable manner.","breadcrumbs":"Background » Strategy » Input Dimensions","id":"6","title":"Input Dimensions"},"60":{"body":"","breadcrumbs":"Technical Concepts » Item Graph » Clean » Clean","id":"60","title":"Clean"},"61":{"body":"Even though it is possible to clean up the server without uninstalling the application, it is recommended that the CleanOpSpec is implemented for every item. Imagine one has a goal to test fresh installations of different versions of an application. One approach is to deploy each version in a separate environment, and clean up the whole environment, . have a command that only uninstalls the application from the server, . Least-work approach, but needs additional engineering.","breadcrumbs":"Technical Concepts » Item Graph » Clean » Partial Clean","id":"61","title":"Partial Clean"},"62":{"body":"In peace, State represents the values of an item, and has the following usages: Showing users the state of an item. Allowing users to describe the state that an item should be. Determining what needs to change between the current state and the goal state. Therefore, State should be: Serializable Displayable in a human readable format Relatively lightweight – e.g. does not necessarily contain file contents, but a hash of it.","breadcrumbs":"Technical Concepts » State » State","id":"62","title":"State"},"63":{"body":"State can be separated into two parts: Logical state: Information that is functionally important, and can be specified by the user ahead of time. Examples of logical state are: File contents An application version Server operating system version Server CPU capacity Server RAM capacity Physical state: Information that is discovered / produced when the automation is executed. Examples of physical state are: ETag of a downloaded file. Execution time of a command. Server ID that is generated on launch. Server IP address.","breadcrumbs":"Technical Concepts » State » Logical and Physical State","id":"63","title":"Logical and Physical State"},"64":{"body":"","breadcrumbs":"Technical Concepts » State » Defining State","id":"64","title":"Defining State"},"65":{"body":"If an item's state can be fully described before the item exists, and can be made to happen without interacting with an external service, then the state is fully logical. For example, copying a file from one directory to another. The state of the file in the source directory and destination directories are fully discoverable, and there is no information generated during automation that is needed to determine if the states are equivalent.","breadcrumbs":"Technical Concepts » State » Fully Logical","id":"65","title":"Fully Logical"},"66":{"body":"If an item's goal state can be described before the item exists, but interacts with an external service which produces additional information to bring that goal state into existence, then the state has both logical and physical parts. For example, launching a server or virtual machine. The operating system, CPU capacity, and RAM are logical information, and can be determined ahead of time. However, the server ID and IP address are produced by the virtual machine service provider, which is physical state.","breadcrumbs":"Technical Concepts » State » Logical and Physical","id":"66","title":"Logical and Physical"},"67":{"body":"If an item's goal state is simply, \"automation has been executed after these files have been modified\", then the state has no logical component. For example, running a compilation command only if the compilation artifact doesn't exist, or the source files have changed since the last time the compilation has been executed. The remaining pages in this section explain how to define the logical and physical state types when implementing an item.","breadcrumbs":"Technical Concepts » State » Fully Physical","id":"67","title":"Fully Physical"},"68":{"body":"Logical state is the part of an item that is: Implementor / user definable Controllable by automation Deterministic","breadcrumbs":"Technical Concepts » State » Logical State » Logical State","id":"68","title":"Logical State"},"69":{"body":"There are three uses of logical state: Representing current state. Representing goal state. Computing state difference. let params = data.params(); // `dest` references the actual item that is being managed.\n// e.g. calculate content hash of actual file being written to.\nlet state_current = params.dest().read(); // `src` references the *specification* of what the item is intended to be.\n// e.g. retrieve content hash from a source file.\nlet state_goal = params.src().read(); // We can only compute the `diff` when both `src` and `dest` are available.\nlet state_diff = state_goal - state_current;","breadcrumbs":"Technical Concepts » State » Logical State » Uses","id":"69","title":"Uses"},"7":{"body":"Each page in this section demonstrates the examples compiled as WASM applications. If you are running this book locally, you may compile all examples before visiting the pages using the following command: for example in $(ls examples)\ndo wasm-pack build \\ --target web \\ --out-dir \"../../doc/src/examples/pkg\" \\ --release \\ \"examples/${example}\"\ndone","breadcrumbs":"Examples » Examples","id":"7","title":"Examples"},"70":{"body":"In an item's parameters, there must be the following categories of information: src: information of what the item should be, or where to look up that information. Thus, src is a reference to where to look up state_goal. dest: reference to where the actual item should be. dest is a reference to where to push state_current. Both src and dest may reference resources that are ensured by predecessor items. Meaning sometimes state_goal and state_current cannot be discovered because they rely on the predecessors' completions.","breadcrumbs":"Technical Concepts » State » Logical State » Discovery Constraints","id":"70","title":"Discovery Constraints"},"71":{"body":"A list of files in a zip file cannot be read, if the zip file is not downloaded. A file on a server cannot be read, if the server doesn't exist. A server cannot have a domain name assigned to it, if the server doesn't exist.","breadcrumbs":"Technical Concepts » State » Logical State » Examples","id":"71","title":"Examples"},"72":{"body":"If dest is not available, then state_current may simply be \"does not exist\". If src is not available, and we want to show state_goal that is not just \"we can't look it up\", then src must be defined in terms of something readable during discovery. If that is not possible, or is too expensive, then one or more of the following has to be chosen: Item::state_goal functions have to always cater for src not being available. It incurs mental effort to always cater for src not being available – i.e. implementing an item would need knowledge beyond itself. the peace framework defaults to not running state_current_fn for items that have a logical dependency on things that Item::apply_check returns ExecRequired For this to work, when the current state is requested, peace will: For each non-parent item, run state_current, state_goal, state_diff, and apply_check. If apply_check returns ApplyCheck::ExecNotRequired, then successor items can be processed as well. state_current could return Result, E>: Ok(None): State cannot be discovered, likely because predecessor hasn't run Ok(Some(State<_, _>)): State cannot be discovered. Err(E): An error happened when discovering state. May be difficult to distinguish some cases from Ok(None), e.g. failed to connect to server, is it because the server doesn't exist, or because the address is incorrect. Should we have two state_currents? Or pass in whether it's being called from Discover vs Ensure – i.e. some information that says \"err when failing to connect because the predecessor has been ensured\". Option 2 may be something we have to do anyway – we will not be able to provide current state to run Item::apply for successors for the same reason. Option 3 may coexist with option 2. Note: State discovery may be expensive, so it is important to be able to show a stored copy of what is discovered.","breadcrumbs":"Technical Concepts » State » Logical State » Implications","id":"72","title":"Implications"},"73":{"body":"Output is providing information to a user. Output can be categorized with number of input dimensions : Disclosure: Push: Information is pushed to users once available. Pull: Information is requested by users, may be real time or historical. Rate: (of requests) High: Information that constantly updates. Low: Information that once created isn't expected to change. Consumer: Human: Person using the application. Software: ReST API consumer. Both: Readable and parseable text output. Accumulation: Append: Information continuously increases. Replace: Latest information is relevant. Example scenarios and solutions for different output combinations # Disclosure Rate Consumer Accumulation Example Scenario Example solution 1 Push High Human Append Execution progress in CI / builds Text 2 Push High Human Replace Execution in interactive CLI Progress bars 3 Push High Software Append Execution progress delta web socket API Serialized 4 Push High Software Replace Execution progress web socket API Serialized 5 Push High Both Append none 6 Push High Both Replace none 7 Push Low Human Append Execution errors in CLI Friendly errors 8 Push Low Human Replace Execution outcome in CLI Markdown output 9 Push Low Software Append Execution errors web socket API Serialized 10 Push Low Software Replace Execution outcome web socket API Serialized 11 Push Low Both Append Execution errors in file Friendly serialized 12 Push Low Both Replace Execution outcome in file Friendly serialized 13 Pull High Human Append Historical execution progress logs Text 14 Pull High Human Replace none 15 Pull High Software Append none Serialized 16 Pull High Software Replace Historical execution progress ReST API Serialized 17 Pull High Both Append none 18 Pull High Both Replace none 19 Pull Low Human Append Execution errors in web page Formatted errors 20 Pull Low Human Replace Execution outcome in web page Formatted report 21 Pull Low Software Append Execution errors ReST API Serialized 22 Pull Low Software Replace Execution outcome ReST API Serialized 23 Pull Low Both Append Historical execution errors in file Friendly serialized 24 Pull Low Both Replace Historical execution outcome in file Friendly serialized From the above table, further thoughts include: Information that changes at a high rate implies a high rate of requests. Information requested at a high rate may need to be small (in size). Progress output is frequent, and is most important in real time / as it happens. If frequency is high and the output is transferred between hosts, then ideally the size of the output is reduced. The point of serialized data without the friendliness requirement is space and time efficiency. Friendly serialized data may be a format such as YAML / JSON / TOML. Pulled data is either over an API, or viewing historical information, meaning pulled data needs to be serializable. Web page output may be large, but mental overload can be avoided by hiding information through interactivity.","breadcrumbs":"Technical Concepts » Output » Output","id":"73","title":"Output"},"74":{"body":"","breadcrumbs":"Technical Concepts » Output » Outcome","id":"74","title":"Outcome"},"75":{"body":"Success: Task has completed successfully. Break: Task has stopped for manual action not managed by the command. Error: Task has stopped with an error.","breadcrumbs":"Technical Concepts » Output » Outcome Status","id":"75","title":"Outcome Status"},"76":{"body":"Nothing Informatives: What the user needs to do next. Warnings","breadcrumbs":"Technical Concepts » Output » Outcome Messages","id":"76","title":"Outcome Messages"},"77":{"body":"What happened Why it is considered an error Source of the information that led to the error Suggestions for fixing","breadcrumbs":"Technical Concepts » Output » Outcome Errors","id":"77","title":"Outcome Errors"},"78":{"body":"Output format can be optimized for different consumers. For example: Interactive command line: Hide detail to reduce mental overload. Show enough to give an appropriate picture. Use colour to highlight / dim detail based on level of importance. Show commands to display additional detail. Use a format that makes sense when copying and pasting into a different application, e.g. markdown. Web page: Use interactive elements to allow detail to be revealed when needed. Use consistent colour for different levels of detail. Network transfer: Use a serialization format that is small to cater for latency. Use a serialization format that is not difficult to deserialize to reduce CPU utilization.","breadcrumbs":"Technical Concepts » Output » Format","id":"78","title":"Format"},"79":{"body":"Execution progress output is most useful as it happens. Execution progress output should fulfill the following concerns: easy for a human to understand easy to be sent from an item implementation pushed to output in real time pulled from client in real time","breadcrumbs":"Technical Concepts » Output » Execution Progress » Execution Progress","id":"79","title":"Execution Progress"},"8":{"body":"This example manages a file download into the browser's memory. \n\n


        \n
        \n
        Loading...


        \n
        Command output:
        In-memory contents:
        \n
        '>","breadcrumbs":"Examples » Download » Download","id":"8","title":"Download"},"80":{"body":"Information that is likely useful to the consumer, and therefore should be captured, and sent if bandwidth is not an issue.","breadcrumbs":"Technical Concepts » Output » Execution Progress » Information","id":"80","title":"Information"},"81":{"body":"Whether a task has started, is in-progress, stalled, or completed. Execution Pending: Execution is pending a predecessor's execution. Running: Execution is in progress. This status is best conveyed alongside the following information: Units total: Unknown (spinner) / known (progress bar). Units current Function: Item::{state_current, state_goal, apply}. Certain functions will not be applicable, e.g. when StateCurrent is feature gated, then the function won't be available when the feature is not enabled. Running Stalled: Progress updates have not been received for a given period. Item implementations are responsible for sending progress updates, but if there are no progress updates, or an identical \"it's running\" progress update is continuously received, then Peace may determine that the task may have stalled, and user attention is required. Peace may also provide a hook for implementors to output a suggestion to the user. User Pending: Task is pending user input. Completed: Task has completed. This status is best conveyed alongside the following information: Completion Status : Success, Failed. Function: Item::{state_current, state_goal, apply}. The following variant is possible conceptually, but not applicable to the Peace framework: Stopped: Task is not running, but can be started. This is not applicable because Peace uses runtime borrowing to manage state, and a stopped task has potentially altered data non-atomically, so locking the data is not useful, and unlocking the data may cause undefined behaviour due to reasoning over inconsistent state. For rate limiting tasks, the task in its entirety would be held back.","breadcrumbs":"Technical Concepts » Output » Execution Progress » Progress Status","id":"81","title":"Progress Status"},"82":{"body":"Unit of measurement: Steps, Bytes, Percentage, None Units total: Known / Unknown Units current: Numeric / Unknown Units remaining: Numeric / Unknown. This is total - current. Unit of progress tick: as it happens.","breadcrumbs":"Technical Concepts » Output » Execution Progress » Progress Measurement","id":"82","title":"Progress Measurement"},"83":{"body":"Time started Elapsed duration Remaining duration estimate Time of completion estimate Time of completion","breadcrumbs":"Technical Concepts » Output » Execution Progress » Progress Timings","id":"83","title":"Progress Timings"},"84":{"body":"As much as possible, Peace should collect progress information without burdening the implementor. Info Produced / Captured by Progress status Framework Unit of measurement Implementor Units total Implementor Units initially completed Implementor Units remaining Framework Unit of progress tick Implementor Time started Framework Elapsed duration Framework Remaining duration estimate Framework Time of completion estimate Framework Time of completion Framework Peace should support the following usages out-of-the-box1: Interactive CLI Non-interactive CLI CI logging WASM REST endpoint (pull) REST endpoint (push) 1 even if it is not yet implemented, it should be designed in a way that allows for it","breadcrumbs":"Technical Concepts » Output » Execution Progress » Information Production / Consumption","id":"84","title":"Information Production / Consumption"},"85":{"body":"Implementors define the following in ApplyFns::check: Unit of measurement: Steps, Bytes, Percentage, None Units total: Known / Unknown Units initially completed: Numeric / Unknown Units remaining is tracked by Peace as the unit of progress is ticked (updated). There is a tradeoff between: Implementors manually ticking progress More accurate information Code becomes messy -- progress ticks scattered throughout code. zzz has a really good way of doing this without making things messy: (0..1000).into_iter().progress()\n// ^^^^^^^^^^\n// This is all that's needed to render the progress bar\n// assuming `size_hint()` is implemented. Peace could provide something like: impl ApplyFns for MyApplyFns { async fn exec(data: Data<'_>) -> Result<(), E> { [ Self::fn_1, Self::fn_2, Self::fn_3, Self::fn_4, ].progress(data); }\n} But that constrains the signature of each sub function to be the same. A type parameterized function chain – where the return value of one function is the parameter to the next – may be messy, especially for error messages. For spinners, manually ticking the progress bar can be cumbersome, but automatic ticking will give a false impression of progress happening. Somewhat mitigated by stall detection. Codegen to add progress ticks This could be done with a proc macro that counts the number of expressions, with some clever handling of conditionals, and inserts tick() expressions. For now Peace will require implementors to manual tick the progress, and in the future, explore the following option: Trait to automatically tick progress for iterators. Proc macro to automatically insert ticks.","breadcrumbs":"Technical Concepts » Output » Execution Progress » API","id":"85","title":"API"},"86":{"body":"For human readable output, it is desirable for consumers as well as the framework to be able to: Output arbitrary types. Have them formatted by the output implementation. Not require the output implementation to know the specific type that is being output. The OutputWrite trait was written to handle different output formats – human-readable vs CI logging vs structured text – but not how to present the output. Peace should provide two traits: OutputWrite: Maps between the information and the output format, e.g. human readable vs parseable. Examples: CLI output: Writes progress as log messages (CI), or progress bar (interactive), or nothing (when piped). Web output: Write JSON. Native application: Update a UI component. Presentable: Maps between the information and the presentation format, e.g. present this as an ID, short text, long text, a list, etcetera. Examples: CLI output: Colour text with ANSI colour codes. Web output: Create and style web elements. Native application: Create and style UI components.","breadcrumbs":"Technical Concepts » Output » Presentation » Presentation","id":"86","title":"Presentation"},"87":{"body":"The OutputWrite trait has methods for: writing progress: setting up state, updating progress, and ending. writing states (current, goal, diff, etc.) writing error These methods are specific to States, and if we add methods per type, it doesn't allow any arbitrary type to be formatted and written.","breadcrumbs":"Technical Concepts » Output » Presentation » Current State","id":"87","title":"Current State"},"88":{"body":"To be usable with arbitrary information, OutputWrite should have methods to output different kinds of information. These information kinds are based on the purpose of the information, not on how they should be grouped or presented.","breadcrumbs":"Technical Concepts » Output » Presentation » Goal State","id":"88","title":"Goal State"},"89":{"body":"Progress: Information about the execution of automation. Outcome: Information that the automation is purposed to produce. Notes: Meta information about the outcome or progress -- informatives, warnings. These can be used to refine the automation. For each information kind, OutputWrite should be able to: Write one or many of that information kind Reason over the parameters of that information, and potentially pass it to a formatter. For structured output, all information should be serializable.","breadcrumbs":"Technical Concepts » Output » Presentation » Information Kinds","id":"89","title":"Information Kinds"},"9":{"body":"🚧 This example is a work in progress Peace framework web application lifecycle example This example demonstrates management of a web application's lifecycle. This includes: Building the application. Starting / stopping the application in development. Deploying / upgrading / removing the application in test servers. Configuration management of the application. Deploying / upgrading / removing the application in live servers. Diffing the application and configuration across environments. Creating a replica environment from an existing environment.","breadcrumbs":"Examples » Env Man » Env Man","id":"9","title":"Env Man"},"90":{"body":"For human readable output to be understandable , the OutputWrite implementation should improve clarity by adding styling or reducing information overload. For this to work with arbitrary types, the OutputWrite needs additional hints to determine how to format the information. Examples: An object may be presented as a list, and the type needs to define which fields that list is built from. When presenting a list of named items, the type needs to define both the name and the description, which allows the names to be styled differently to the descriptions. When presenting a large object, the density of information can be reduced through collapsible sections, and more detail displayed when the sections are expanded. Implementation To achieve this, we can: Define a peace::fmt::Presentable trait, analogous to std::fmt::Display Define a peace::fmt::Presenter trait, analogous to std::fmt::Formatter Presenter has methods to format: short text descriptions long text descriptions (e.g. always split at \\ns) names, e.g. always bold lists of Presentables groups, e.g. always collapsible, or presenter may choose to not display if level of detail is too high Implementors will impl Presentable for MyType. This can be made easier with a derive macro. Update OutputWrite to take in &dyn Presentable instead of concrete types, and the OutputWrite implementation can decide whether or not to delegate to Presenter for presentation information. e.g. a serializing output write may not need to. Note: Structured output that is read by humans (e.g. prettified YAML or JSON) is not a peace::fmt::Presentable concern, but an OutputWrite parameter, as it is a standard format serialization parameter, not formatting hints that the output endpoint needs. Instead of using &strs for what is presented, we could add type safety to: Enforce certain constraints, e.g. short descriptions must be one line, less than 200 characters For human readable output, instead of std::fmt::Display, types implement peace::fmt::Presentable trait where a peace::fmt::Presenter is passed in. The type safety can be opt-in, e.g. allow &strs, but if using the type-safe wrappers, you get compilation errors when the constraints are not met. Recursion If the Presentable trait is recursive like Debug, then we need to make sure implementors understand that a \"name\" will always be styled as a name, unless one creates a wrapping type that does not delegate to the name's underlying Presentable implementation (just like Debug).","breadcrumbs":"Technical Concepts » Output » Presentation » Presentation / Formatting","id":"90","title":"Presentation / Formatting"},"91":{"body":"A tool built using the Peace framework must execute in a workspace – a location that Peace reads and writes information when commands are executed. In a native automation tool, the workspace is usually the repository in which the automation is run, so the workspace directory is the repository root. In a WASM tool, Peace currently is able to store information in the browser LocalStorage or SessionStorage.","breadcrumbs":"Technical Concepts » Workspace » Workspace","id":"91","title":"Workspace"},"92":{"body":"The following shows the file structure for data stored by Peace. Path Segments %3workspace_dirWorkspace Dirpath/to/my_repopeace_dirPeace Dir.peacepeace_app_dirPeace App Direnvmanprofile_dir🌏 Profile Dirinternal_dev_ainternal_dev_bcustomer_a_devcustomer_a_prodcustomer_b_devcustomer_b_prodflow_dir🌊 Flow Dirdeployconfigbenchmark Hierarchy $workspace_dir # usually the project repository\n|\n| # .peace, single directory to store data from tools made with Peace\n|- $peace_dir | | # directory per tool |- $peace_app_dir |- 📝 $workspace_params_file | | # profile name, directory per profile |- 🌏 $profile_dir |- 📝 $profile_params_file | | # flow name, directory per flow |- 🌊 $flow_dir |- 📝 $flow_params_file |- 📋 $states_current_file |- 📋 $states_goal_file","breadcrumbs":"Technical Concepts » Workspace » Peace Data","id":"92","title":"Peace Data"},"93":{"body":"path/to/repo\n|- .peace |- envman |- 📝 workspace_params.yaml | |- 🌏 internal_dev_a | |- 📝 profile_params.yaml | | | |- 🌊 deploy | | |- 📝 flow_params.yaml | | |- 📋 states_goal.yaml | | |- 📋 states_current.yaml | | | |- 🌊 config | | |- 📝 flow_params.yaml | | |- 📋 states_goal.yaml | | |- 📋 states_current.yaml | | | |- 🌊 benchmark | |- 📝 flow_params.yaml | |- 📋 states_goal.yaml | |- 📋 states_current.yaml | |- 🌏 customer_a_dev | |- 📝 profile_params.yaml | | | |- 🌊 deploy - .. | |- 🌊 config - .. | |- 🌏 customer_a_prod |- 📝 profile_params.yaml | |- 🌊 deploy - .. |- 🌊 config - ..","breadcrumbs":"Technical Concepts » Workspace » Concrete Hierarchy Example","id":"93","title":"Concrete Hierarchy Example"},"94":{"body":"Commands in Peace are categorized based on how they interact with a workspace . Make sure you understand the Peace workspace model . The information available within a command execution is called the command context . Depending on the scope of a command, the available information changes. Peace's command API adaptively exposes methods that are relevant to the chosen scope. This section covers: Scopes: What information is accessible for each command scope. Use Cases: Which scope to use and how to create different kinds of commands.","breadcrumbs":"Technical Concepts » Commands » Commands","id":"94","title":"Commands"},"95":{"body":"The scope of a command determines: If it has access to zero, one, or many Profile directories. If it has access to zero, one, or many Flow directories. Whether it can deserialize profile params. Whether it can deserialize flow params. Whether it can deserialize states from each flow directory. Scenario: envman is an example tool that manages server environments. In the following directory structure: internal_dev_a, customer_a_dev, customer_a_prod are all separate Profile s. deploy, config, and benchmark are separate Flow s. Each flow tracks its own flow_params.yaml, states_goal.yaml, and states_current.yaml # peace app dir\npath/to/repo/.peace/envman\n|- 📝 workspace_params.yaml\n|\n|- 🌏 internal_dev_a\n| |- 📝 profile_params.yaml\n| |\n| |- 🌊 deploy\n| | |- 📝 flow_params.yaml\n| | |- 📋 states_goal.yaml\n| | |- 📋 states_current.yaml\n| |\n| |- 🌊 config\n| |- 🌊 benchmark\n|\n|- 🌏 customer_a_dev\n| |- 📝 profile_params.yaml\n| |\n| |- 🌊 deploy - ..\n| |- 🌊 config - ..\n|\n|- 🌏 customer_a_prod |- 📝 profile_params.yaml | |- 🌊 deploy - .. |- 🌊 config - .. See each page for details of each scope: No Profile No Flow : Commands that only work with workspace parameters. Single Profile No Flow : Commands that work with a single profile, without any items. Single Profile Single Flow : Commands that work with one profile and one flow. Multi Profile No Flow : Commands that work with multiple profiles, without any items. Multi Profile Single Flow : Commands that work with multiple profiles, and a single flow.","breadcrumbs":"Technical Concepts » Commands » Scopes » Scopes","id":"95","title":"Scopes"},"96":{"body":"Reborrowing is used in scopes to so that the View structs don't hold onto the borrow for the length of 'ctx, but only for the 'view lifetime. #[derive(Debug)]\nstruct Life<'life> { value: &'life mut u8,\n} impl<'life> Life<'life> { pub fn reborrow<'short>(&'short mut self) -> Life<'short> { Life { value: &mut self.value, } }\n} // Used in\nstruct Scope<'life> { life: Life<'life>, other: u16,\n} struct ScopeView<'view> { life: Life<'view>, other: &'view mut u16,\n} impl<'life> Scope<'life> { pub fn view(&mut self) -> ScopeView<'_> { let Scope { life, other } = self; // Needed to shorten the lifetime of `'life`. let life = life.reborrow(); ScopeView { life, other } }\n} fn main() { let mut value = 123; let life = Life { value: &mut value }; let mut many_data = Scope { life, other: 456 }; let ScopeView { life: _life, other: _other, } = many_data.view();\n}","breadcrumbs":"Technical Concepts » Commands » Scopes » Reborrowing » Reborrowing","id":"96","title":"Reborrowing"},"97":{"body":"This section covers the kinds of commands that Peace is intended to support. While it is still a work in progress, the aim is for all of these commands to be easily constructed. Workspace Initialization : Like git init. Profile List : Like git branch. Workspace Stored Active Profile : Like git switch -c $branch. Workspace Active Profile Switch : Like git switch $branch. State Discovery and Display : Like git fetch. State Read and Display : Like git show. State Diff : Like git status / git diff. State Apply : Like git commit / git push / git clean, depending on your perspective. State Clean : Like rm -rf.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Use Cases","id":"97","title":"Use Cases"},"98":{"body":"This is like git init. When initializing a project workspace, the suitable scope is different depending on the amount of work done:","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Initialization » Workspace Initialization","id":"98","title":"Workspace Initialization"},"99":{"body":"If it only stores parameters provided by the user, shared across profiles, and does not use any item, use NoProfileNoFlow. To create this command: Build the command context with the provided parameters. When the command context is built: Workspace parameters are written to workspace_params.yaml. If it stores parameters for a default profile, and does not use any item, use SingleProfileNoFlow. To create this command: Build the command context with the provided parameters. When the command context is built: Workspace parameters are written to workspace_params.yaml. Profile parameters are written to profile_params.yaml. If it does any repeatable work, such as download files or clone a repository, use SingleProfileSingleFlow. To create this command: Build the command context with the provided parameters. Call StateDiscoverCmd::exec to discover the current and goal states. Call EnsureCmd::exec to execute the flow. When the command context is built: Workspace parameters are written to workspace_params.yaml. Profile parameters are written to profile_params.yaml. Flow parameters are written to flow_params.yaml.","breadcrumbs":"Technical Concepts » Commands » Use Cases » Workspace Initialization » Command Creation","id":"99","title":"Command Creation"}},"length":253,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"1":{"0":{"0":{"0":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"1":{"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":5.291502622129181}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.0}}},"1":{"1":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":3,"docs":{"198":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"252":{"tf":1.4142135623730951}}},"2":{"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":1,"docs":{"252":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"5":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"6":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"7":{"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"6":{"2":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"2":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":2.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"2":{"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"252":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":2.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"5":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951}}},"2":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"5":{"df":1,"docs":{"252":{"tf":1.0}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"1":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"1":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"3":{"0":{"df":1,"docs":{"251":{"tf":3.0}}},"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"251":{"tf":1.0}}},"6":{"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"9":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"2":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.449489742783178}}},"1":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"4":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"5":{".":{"0":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772}}},"1":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"4":{"df":3,"docs":{"17":{"tf":1.0},"252":{"tf":3.605551275463989},"27":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":3.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}},"1":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"<":{"/":{"a":{">":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"3":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"2":{"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":1,"docs":{"193":{"tf":1.0}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"[":{"1":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"194":{"tf":1.7320508075688772}}},"7":{"df":0,"docs":{},"t":{"0":{"1":{":":{"3":{"0":{":":{"3":{"1":{".":{"1":{"3":{"5":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"6":{"8":{"7":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":13,"docs":{"16":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"165":{"tf":2.0},"17":{"tf":1.4142135623730951},"223":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"59":{"tf":1.0},"8":{"tf":1.4142135623730951}},"s":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}},"1":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"0":{"\"":{">":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.0},"53":{"tf":1.0}}},"1":{"0":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"3":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":2.0}}},"5":{"2":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"251":{"tf":1.0}}},"6":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"7":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"8":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"1":{"<":{"/":{"a":{">":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{".":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{".":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":2.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":7,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"248":{"tf":1.0},"59":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"1":{"df":3,"docs":{"166":{"tf":1.0},"248":{"tf":1.0},"73":{"tf":1.0}}},"2":{"3":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"96":{"tf":1.0}}},"df":5,"docs":{"150":{"tf":1.4142135623730951},"165":{"tf":2.449489742783178},"167":{"tf":1.0},"248":{"tf":1.0},"73":{"tf":1.0}}},"3":{"df":4,"docs":{"165":{"tf":1.4142135623730951},"169":{"tf":1.0},"248":{"tf":1.0},"73":{"tf":1.0}}},"4":{"df":3,"docs":{"172":{"tf":1.0},"248":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"5":{"df":4,"docs":{"162":{"tf":1.0},"173":{"tf":1.0},"248":{"tf":1.0},"73":{"tf":1.0}}},"6":{"df":3,"docs":{"174":{"tf":1.0},"248":{"tf":1.0},"73":{"tf":1.0}}},"7":{"df":2,"docs":{"175":{"tf":1.0},"73":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"8":{"df":2,"docs":{"176":{"tf":1.0},"73":{"tf":1.0}}},"9":{"9":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"5":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"178":{"tf":1.0},"73":{"tf":1.0}}},">":{"&":{"2":{"df":3,"docs":{"161":{"tf":2.449489742783178},"162":{"tf":2.6457513110645907},"163":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":33,"docs":{"13":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"161":{"tf":2.23606797749979},"162":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}},"2":{".":{"0":{"\"":{">":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"h":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":12.449899597988733},"252":{"tf":6.244997998398398}}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"4":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"3":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"248":{"tf":1.0},"90":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.8284271247461903}}},"5":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"6":{"\"":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},")":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":3.4641016151377544}}},"7":{"df":2,"docs":{"251":{"tf":2.6457513110645907},"252":{"tf":3.0}}},"8":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":2.0}}},"9":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":3.3166247903554}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":2.449489742783178}}},"1":{"df":1,"docs":{"252":{"tf":2.449489742783178}}},"2":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"194":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.0},"73":{"tf":1.0}}},"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"5":{"df":1,"docs":{"162":{"tf":1.0}}},">":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":26,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"169":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"3":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"4":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"162":{"tf":1.0}}},"5":{"df":1,"docs":{"162":{"tf":1.0}}},"6":{"8":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"a":{"a":{"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"c":{"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"b":{"a":{"df":8,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"a":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":14,"docs":{"12":{"tf":1.0},"156":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"193":{"tf":1.0},"248":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":2,"docs":{"23":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":6,"docs":{"25":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"df":0,"docs":{},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{";":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"b":{"1":{"b":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"4":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"4":{".":{"1":{"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"162":{"tf":1.0}}},"4":{".":{"7":{"4":{"0":{"6":{"3":{"8":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":1,"docs":{"162":{"tf":1.0}}},"df":8,"docs":{"148":{"tf":1.0},"157":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}},"5":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{"0":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"6":{"8":{"3":{"7":{"0":{"9":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"106":{"tf":1.0}}},"df":3,"docs":{"162":{"tf":3.7416573867739413},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":8,"docs":{"158":{"tf":1.0},"162":{"tf":1.0},"178":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}},"6":{"7":{"df":1,"docs":{"249":{"tf":1.0}}},"df":7,"docs":{"159":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}},"s":{"df":1,"docs":{"193":{"tf":1.0}}}},"7":{".":{"1":{".":{"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"161":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"35":{"tf":1.0},"73":{"tf":1.0}}},"8":{"df":4,"docs":{"162":{"tf":1.0},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"73":{"tf":1.0}}},"9":{"4":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0}}},"6":{"df":1,"docs":{"249":{"tf":1.0}}},"9":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"163":{"tf":1.0},"179":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"73":{"tf":1.0}}},"_":{">":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"250":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"1":{"2":{"3":{"4":{"5":{"6":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.717797887081348},"46":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"118":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"47":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"d":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"165":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}},"r":{"df":2,"docs":{"49":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}},"l":{"df":1,"docs":{"183":{"tf":1.0}}},"t":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"148":{"tf":2.8284271247461903},"153":{"tf":1.0},"154":{"tf":1.0},"166":{"tf":1.0},"180":{"tf":1.0},"252":{"tf":7.681145747868608},"6":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":5,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"3":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"139":{"tf":1.0}}},"2":{"df":1,"docs":{"139":{"tf":1.0}}},"3":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"15":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"124":{"tf":1.0},"148":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":15.491933384829668},"252":{"tf":5.5677643628300215},"61":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"2":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":2.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"51":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}},"df":5,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":2.23606797749979},"90":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"133":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"153":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":3.0}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"252":{"tf":1.0}}},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"200":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"251":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"(":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":16,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"g":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"156":{"tf":1.0},"18":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":2.449489742783178},"81":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"147":{"tf":1.0},"249":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":2.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"p":{";":{"a":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"20":{"tf":1.0}}},"b":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"20":{"tf":1.0}}},"c":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"&":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"a":{"df":1,"docs":{"20":{"tf":1.0}}},"b":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"210":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"y":{"df":1,"docs":{"249":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"65":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":2.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"173":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":13.856406460551018},"252":{"tf":6.48074069840786}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":15,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.0},"195":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"73":{"tf":3.0},"85":{"tf":1.0},"94":{"tf":1.0}}},"p":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"193":{"tf":1.0},"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}},"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"181":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.3166247903554}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"163":{"tf":1.0},"73":{"tf":3.605551275463989}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"251":{"tf":10.770329614269007},"252":{"tf":4.47213595499958},"29":{"tf":1.4142135623730951},"36":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"9":{"tf":2.6457513110645907}}},"df":21,"docs":{"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":2.0},"180":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":10.677078252031311},"252":{"tf":4.0},"27":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"248":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"l":{"5":{"2":{"1":{"df":1,"docs":{"124":{"tf":1.0}}},"6":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"9":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"124":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":2.8284271247461903}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"141":{"tf":1.0},"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"59":{"tf":1.0},"85":{"tf":1.0}},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"249":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"113":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"143":{"tf":1.0},"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795},"78":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"s":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"248":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"df":0,"docs":{},"u":{"3":{"2":{">":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"132":{"tf":1.0},"148":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":7.681145747868608},"28":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"135":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"59":{"tf":1.0},"85":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"124":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"144":{"tf":1.0},"17":{"tf":1.4142135623730951},"219":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"251":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"248":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":1,"docs":{"251":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"250":{"tf":1.4142135623730951},"251":{"tf":12.649110640673518},"252":{"tf":4.898979485566356}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":9.16515138991168},"252":{"tf":8.54400374531753}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}}}}}},"o":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"\"":{">":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":10,"docs":{"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"209":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":28,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":2.0},"143":{"tf":1.7320508075688772},"149":{"tf":1.0},"154":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":3.4641016151377544},"181":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"199":{"tf":1.0},"2":{"tf":2.6457513110645907},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"18":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"26":{"tf":1.4142135623730951},"51":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"248":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"139":{"tf":1.0},"17":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":3,"docs":{"183":{"tf":2.0},"249":{"tf":2.23606797749979},"251":{"tf":4.58257569495584}}},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"9":{"1":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"b":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":2.0},"153":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"165":{"tf":3.872983346207417}}},"2":{"df":1,"docs":{"165":{"tf":3.7416573867739413}}},"3":{"df":1,"docs":{"165":{"tf":3.872983346207417}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"180":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"1":{"tf":1.0},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"73":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"ł":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"1":{"6":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"148":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}},"h":{"df":5,"docs":{"162":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"249":{"tf":1.4142135623730951}}},"i":{"c":{"df":5,"docs":{"152":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"248":{"tf":1.0}}},"df":3,"docs":{"14":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":3.4641016151377544}}}},"t":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"183":{"tf":2.0}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"16":{"tf":3.0},"17":{"tf":2.449489742783178},"180":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.449489742783178},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"27":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":7,"docs":{"248":{"tf":1.0},"252":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":18,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"173":{"tf":1.4142135623730951},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":5.0}}}},"v":{"df":1,"docs":{"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":1,"docs":{"252":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"234":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":20,"docs":{"110":{"tf":2.23606797749979},"125":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":2.0},"183":{"tf":1.0},"185":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":2.0},"25":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"133":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"252":{"tf":4.0}}}}},"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.7320508075688772},"118":{"tf":2.8284271247461903},"125":{"tf":1.7320508075688772},"147":{"tf":1.0},"251":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}}}},"l":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"7":{"tf":1.0}}},"l":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":18,"docs":{"129":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":2.0},"24":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":3.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"230":{"tf":1.0},"252":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"1":{"df":1,"docs":{"84":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{".":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"235":{"tf":2.449489742783178},"244":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}},"df":2,"docs":{"180":{"tf":1.0},"22":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.602325267042627},"252":{"tf":3.1622776601683795}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"180":{"tf":1.0},"97":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"248":{"tf":1.0},"3":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}}},"s":{"d":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"183":{"tf":2.0},"189":{"tf":1.0}},"e":{"=":{"'":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"180":{"tf":2.0},"183":{"tf":2.6457513110645907},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}}},"df":1,"docs":{"210":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":33,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.7320508075688772},"147":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"245":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"252":{"tf":2.8284271247461903},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"212":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":3.1622776601683795}}}}}}},"y":{":":{"<":{"/":{"df":0,"docs":{},"h":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"c":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"39":{"tf":1.0}}},"df":18,"docs":{"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"180":{"tf":2.449489742783178},"196":{"tf":1.4142135623730951},"20":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"72":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":3.605551275463989},"124":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"180":{"tf":1.0}},"l":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":3,"docs":{"248":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"167":{"tf":1.0},"44":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"124":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"252":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"150":{"tf":1.0},"249":{"tf":1.0}}}},"l":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907}}}}},"s":{"df":0,"docs":{},"e":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"28":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"(":{"(":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":4,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"243":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":4.242640687119285},"81":{"tf":1.0}}}}},"c":{"df":1,"docs":{"251":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"16":{"tf":3.872983346207417},"17":{"tf":3.4641016151377544},"180":{"tf":2.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":3.1622776601683795},"22":{"tf":2.6457513110645907},"23":{"tf":3.1622776601683795},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":6.557438524302},"252":{"tf":8.246211251235321},"27":{"tf":3.4641016151377544},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"250":{"tf":1.0},"251":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":22,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.7320508075688772},"148":{"tf":2.0},"150":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.0},"251":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"2":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"30":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":10.908712114635714},"252":{"tf":8.246211251235321}}},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"135":{"tf":1.0},"180":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"i":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}},"df":4,"docs":{"129":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":8.306623862918075}}}},"p":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"173":{"tf":1.0},"183":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"=":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{".":{".":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{">":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.6457513110645907}},"e":{"\"":{">":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}}},"df":22,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"123":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.0},"169":{"tf":2.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"248":{"tf":2.6457513110645907},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":2.23606797749979},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.0}}}}}},"df":2,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"201":{"tf":1.0}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"i":{"df":8,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"131":{"tf":3.0},"196":{"tf":1.0},"219":{"tf":1.0},"73":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":2.0},"79":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"174":{"tf":1.0},"251":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"124":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"26":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"m":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"184":{"tf":1.7320508075688772}}}}}}}},"t":{"df":0,"docs":{},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":6,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}},"e":{"a":{"c":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.7320508075688772},"118":{"tf":2.0},"124":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"200":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}},"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"180":{"tf":1.0}}}}},"df":6,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"248":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":30,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"143":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"180":{"tf":3.4641016151377544},"181":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.4142135623730951},"235":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":6.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"124":{"tf":2.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"165":{"tf":1.7320508075688772},"19":{"tf":1.0},"229":{"tf":1.4142135623730951},"249":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"20":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"28":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":52,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"103":{"tf":2.23606797749979},"104":{"tf":1.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.0},"110":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":2.23606797749979},"184":{"tf":1.4142135623730951},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":2.8284271247461903},"95":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"99":{"tf":3.1622776601683795}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"36":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"118":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":2.23606797749979},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"180":{"tf":2.449489742783178},"201":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"248":{"tf":1.4142135623730951},"36":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.7320508075688772},"201":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":19,"docs":{"165":{"tf":2.23606797749979},"17":{"tf":1.0},"180":{"tf":1.0},"2":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"123":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"148":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"37":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":35,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"11":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"241":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}},"u":{"df":4,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"201":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"79":{"tf":1.0},"90":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"90":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":22.693611435820433},"252":{"tf":12.083045973594572},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":4,"docs":{"251":{"tf":1.7320508075688772},"45":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"183":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":7.483314773547883},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":4.123105625617661}}}}}}}}},"i":{"d":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"15":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"201":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"39":{"tf":1.0},"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"8":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}},"t":{"df":7,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"248":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"tf":1.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"141":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":2.23606797749979},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"44":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"33":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"163":{"tf":1.0},"194":{"tf":1.0},"230":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.602325267042627}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":17.916472867168917},"252":{"tf":6.164414002968976},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}},".":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":20.0},"252":{"tf":8.94427190999916}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"251":{"tf":14.142135623730951},"252":{"tf":4.898979485566356},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.0}}},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"248":{"tf":1.0}}}},"y":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"151":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"230":{"tf":1.0},"251":{"tf":12.489995996796797},"252":{"tf":15.620499351813308},"65":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":22.135943621178654},"252":{"tf":16.822603841260722}}}}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"24":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"176":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"252":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"169":{"tf":2.0}}}}}}},"df":5,"docs":{"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"63":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"49":{"tf":1.0}}}}},"c":{"3":{"2":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":25,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"180":{"tf":2.23606797749979},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"174":{"tf":1.0},"99":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}},"x":{"df":2,"docs":{"139":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":43,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":2.6457513110645907},"250":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"v":{"df":1,"docs":{"251":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"a":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":10.14889156509222}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"<":{"'":{"_":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":31,"docs":{"11":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"14":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"180":{"tf":2.449489742783178},"181":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"248":{"tf":2.0},"25":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":1.0},"252":{"tf":5.385164807134504},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.7320508075688772},"47":{"tf":3.1622776601683795},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"73":{"tf":2.0},"81":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"15":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"17":{"tf":2.23606797749979},"23":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":10.246950765959598}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"180":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"1":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":2.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"248":{"tf":2.23606797749979},"26":{"tf":1.0},"72":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"124":{"tf":1.0},"190":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":28,"docs":{"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.7320508075688772},"180":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"185":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417},"42":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"=":{"0":{".":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"7":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"t":{"df":4,"docs":{"142":{"tf":1.0},"183":{"tf":1.4142135623730951},"248":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"t":{"a":{"df":2,"docs":{"195":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"150":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":5,"docs":{"150":{"tf":1.4142135623730951},"180":{"tf":2.0},"183":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":19,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"14":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"72":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"_":{"df":1,"docs":{"217":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"181":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"248":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":2.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"251":{"tf":27.60434748368452},"252":{"tf":10.392304845413264},"47":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"17":{"tf":2.0},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"27":{"tf":2.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"0":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"90":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"<":{"'":{"df":0,"docs":{},"s":{">":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":13,"docs":{"124":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":14,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"180":{"tf":2.0},"183":{"tf":1.0},"211":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"217":{"tf":1.0},"219":{"tf":1.0}}}}}},"t":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"b":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.1622776601683795},"159":{"tf":1.7320508075688772}}},"2":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.4641016151377544},"159":{"tf":2.23606797749979}}},"3":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"3":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.1622776601683795},"159":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"=":{"$":{"(":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"48":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"154":{"tf":1.0},"156":{"tf":2.23606797749979},"157":{"tf":1.7320508075688772},"161":{"tf":2.0},"162":{"tf":2.0},"163":{"tf":3.3166247903554},"169":{"tf":2.0},"188":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"162":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"78":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"199":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}}}},"v":{"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":2.23606797749979},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":3.4641016151377544},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}}}},"f":{"df":1,"docs":{"251":{"tf":1.0}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"9":{"tf":1.0}},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":2.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}},"df":18,"docs":{"110":{"tf":2.23606797749979},"122":{"tf":1.0},"123":{"tf":2.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"248":{"tf":2.449489742783178},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"69":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":38,"docs":{"110":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":2.0},"22":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"73":{"tf":1.0}}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":5.5677643628300215},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"150":{"tf":1.0},"180":{"tf":2.449489742783178},"199":{"tf":3.3166247903554},"248":{"tf":1.4142135623730951},"252":{"tf":2.0},"36":{"tf":2.0},"65":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":2.0},"95":{"tf":2.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"180":{"tf":1.0},"196":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":5.744562646538029}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"v":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":2.0},"112":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.7320508075688772},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":2.23606797749979},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"2":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.0}},"i":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"124":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"249":{"tf":1.0},"43":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":15,"docs":{"106":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"119":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.605551275463989},"36":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":22.627416997969522},"252":{"tf":12.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"8":{"tf":4.123105625617661}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"166":{"tf":1.7320508075688772}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"#":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"\"":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"\"":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"\"":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":9.327379053088816},"51":{"tf":1.0}}}}}}}},"df":4,"docs":{"173":{"tf":1.4142135623730951},"180":{"tf":1.0},"2":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.4142135623730951},"147":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"44":{"tf":1.7320508075688772},"59":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"&":{"#":{"df":0,"docs":{},"x":{"2":{"7":{";":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"'":{"df":0,"docs":{},"t":{"df":18,"docs":{"135":{"tf":1.0},"142":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":4.795831523312719},"252":{"tf":2.0},"3":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"193":{"tf":1.0},"248":{"tf":1.0},"7":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":1,"docs":{"248":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":2.23606797749979}}}}}}}}},"df":21,"docs":{"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":2.23606797749979},"166":{"tf":2.0},"167":{"tf":2.0},"169":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":3.0},"180":{"tf":2.0},"194":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":2.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"81":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.0},"180":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"103":{"tf":1.0},"248":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0}}}},"df":3,"docs":{"251":{"tf":1.0},"49":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":12,"docs":{"100":{"tf":1.0},"248":{"tf":1.0},"29":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":2.6457513110645907}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"189":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":2.0},"251":{"tf":12.649110640673518},"252":{"tf":4.47213595499958},"26":{"tf":2.23606797749979},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"248":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":7,"docs":{"180":{"tf":1.7320508075688772},"183":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"249":{"tf":1.0},"79":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"90":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"97":{"tf":1.0}}}}}},"y":{"@":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"d":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"142":{"tf":1.0},"24":{"tf":1.0}},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"155":{"tf":1.0},"177":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"153":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"df":1,"docs":{"193":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"78":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"245":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":8.602325267042627},"252":{"tf":3.1622776601683795}}}}},"o":{"d":{"df":7,"docs":{"142":{"tf":1.0},"180":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":12,"docs":{"119":{"tf":1.0},"165":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"230":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"251":{"tf":6.244997998398398},"252":{"tf":2.23606797749979},"55":{"tf":1.0},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":18,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"248":{"tf":2.23606797749979},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.449489742783178}},"s":{"<":{"'":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":20.97617696340303},"252":{"tf":7.211102550927978}}},"y":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"v":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"180":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"249":{"tf":2.0},"252":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"q":{"df":7,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"251":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"163":{"tf":1.0},"49":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"r":{"(":{"df":1,"docs":{"72":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":3,"docs":{"2":{"tf":1.4142135623730951},"6":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":24,"docs":{"118":{"tf":1.7320508075688772},"12":{"tf":1.0},"124":{"tf":2.8284271247461903},"144":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":3.605551275463989},"166":{"tf":3.0},"167":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"201":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"59":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"131":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":1,"docs":{"193":{"tf":1.4142135623730951}},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"c":{"df":2,"docs":{"252":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"101":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"44":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}},"v":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":47,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"185":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"251":{"tf":10.770329614269007},"252":{"tf":4.58257569495584}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"100":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}},"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"c":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":2.0},"244":{"tf":2.0}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":3,"docs":{"250":{"tf":1.0},"35":{"tf":2.23606797749979},"54":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":55,"docs":{"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"189":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"207":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":2.6457513110645907},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":3.0},"249":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"43":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"73":{"tf":4.242640687119285},"79":{"tf":1.7320508075688772},"81":{"tf":2.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"227":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":2.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"244":{"tf":2.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"238":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"148":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":2.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"157":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"106":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"198":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":1,"docs":{"248":{"tf":1.7320508075688772}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"49":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":8.660254037844387},"85":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"6":{"4":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"149":{"tf":1.0},"170":{"tf":1.0},"180":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":3.3166247903554},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"183":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"118":{"tf":3.7416573867739413},"124":{"tf":1.0},"166":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"165":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":3,"docs":{"180":{"tf":1.0},"229":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"249":{"tf":2.449489742783178}}},"df":15,"docs":{"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"183":{"tf":1.0},"235":{"tf":2.0},"244":{"tf":3.0},"27":{"tf":1.0},"49":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.0},"17":{"tf":1.7320508075688772},"248":{"tf":1.0},"250":{"tf":2.6457513110645907},"252":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"6":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"183":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903}},"l":{"df":3,"docs":{"2":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{">":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":2.6457513110645907}}}}}}}}},"df":5,"docs":{"106":{"tf":1.0},"22":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"251":{"tf":1.0}}},"i":{"df":7,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"169":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"148":{"tf":2.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"180":{"tf":1.0},"33":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":34,"docs":{"110":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":3.1622776601683795},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"180":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"251":{"tf":21.702534414210707},"252":{"tf":11.61895003862225},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"73":{"tf":2.0},"8":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.7320508075688772}},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"(":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"111":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":1,"docs":{"225":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.7320508075688772},"198":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}},"x":{"df":2,"docs":{"201":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"w":{"'":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"248":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":26,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":3.4641016151377544},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"144":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"175":{"tf":1.0},"180":{"tf":2.449489742783178},"185":{"tf":1.4142135623730951},"189":{"tf":1.0},"248":{"tf":3.1622776601683795},"249":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"92":{"tf":1.7320508075688772},"95":{"tf":3.4641016151377544},"99":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0}}}},"n":{"(":{"&":{"a":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"b":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"i":{"3":{"2":{"df":2,"docs":{"16":{"tf":2.0},"23":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}},"1":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"2":{"(":{"&":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772}}},"3":{"(":{"&":{"b":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772}}},"4":{"(":{"&":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"5":{"(":{"&":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"248":{"tf":1.0},"47":{"tf":2.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":11,"docs":{"14":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"i":{"d":{"1":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"2":{"df":2,"docs":{"17":{"tf":2.0},"27":{"tf":2.0}}},"3":{"df":2,"docs":{"17":{"tf":2.0},"27":{"tf":2.0}}},"4":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"5":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0}},"f":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"248":{"tf":2.0}}}}},"df":31,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":3.605551275463989},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":4.358898943540674},"248":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"47":{"tf":4.47213595499958},"49":{"tf":1.7320508075688772},"85":{"tf":1.0},"96":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178}},"s":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":33,"docs":{"11":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":10.816653826391969},"252":{"tf":10.0},"26":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.0}}}}}},"r":{"=":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"\"":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"\"":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{":":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{">":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"(":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"180":{"tf":1.0},"245":{"tf":1.0}}}}},"m":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"=":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"136":{"tf":1.4142135623730951},"141":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"180":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979},"86":{"tf":2.0},"87":{"tf":1.0},"90":{"tf":2.23606797749979}},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":6,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":22.80350850198276},"252":{"tf":9.16515138991168},"45":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":3,"docs":{"169":{"tf":1.0},"199":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":2.6457513110645907},"86":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"249":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}}},"l":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":3,"docs":{"47":{"tf":1.0},"65":{"tf":2.0},"67":{"tf":1.0}}}}},"n":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"26":{"tf":1.0}}},"df":49,"docs":{"101":{"tf":1.0},"11":{"tf":2.0},"14":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.7320508075688772},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.7320508075688772},"22":{"tf":2.6457513110645907},"23":{"tf":1.0},"24":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":2.8284271247461903},"249":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"26":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"28":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"81":{"tf":2.0},"85":{"tf":1.7320508075688772}}}}}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":7.280109889280518}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"73":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"230":{"tf":1.7320508075688772},"251":{"tf":3.1622776601683795},"27":{"tf":1.0},"85":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"248":{"tf":1.0},"250":{"tf":1.0},"6":{"tf":1.0},"81":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.4641016151377544},"48":{"tf":1.0},"49":{"tf":2.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"t":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"180":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":12,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"150":{"tf":1.0},"180":{"tf":2.0},"36":{"tf":1.7320508075688772},"97":{"tf":3.3166247903554},"98":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"173":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}},"n":{"df":7,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"81":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}}}},"df":8,"docs":{"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":6,"docs":{"180":{"tf":1.4142135623730951},"183":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":2.8284271247461903},"28":{"tf":1.0},"85":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":2.6457513110645907}}}}}}},"r":{"a":{"b":{"df":1,"docs":{"180":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":17.88854381999832},"252":{"tf":9.9498743710662}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"186":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"(":{"a":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"24":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"51":{"tf":2.23606797749979},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"248":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0}}}},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}},"w":{"df":2,"docs":{"133":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{";":{"a":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"b":{"2":{"b":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"2":{"b":{"2":{"b":{"1":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"2":{"b":{"3":{"b":{"3":{"b":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"1":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"b":{"3":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"1":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"⚙":{"df":0,"docs":{},"️":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"c":{"b":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"c":{"b":{"df":3,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"156":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"b":{"b":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"🪣":{"df":0,"docs":{},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📤":{"df":0,"docs":{},"s":{"3":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"🪣":{"df":0,"docs":{},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📤":{"df":0,"docs":{},"s":{"3":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"2":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"3":{"b":{"3":{"b":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"156":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"2":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"5":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}},"f":{"df":0,"docs":{},"n":{"2":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"25":{"tf":1.0}}},"2":{"df":5,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":6,"docs":{"24":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"3":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"4":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}}},"3":{"df":6,"docs":{"24":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"4":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"5":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}}},"3":{"df":1,"docs":{"24":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"4":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"193":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"h":{"2":{">":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":13,"docs":{"118":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"157":{"tf":1.0},"164":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"123":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"153":{"tf":1.0},"248":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"180":{"tf":1.0},"251":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"248":{"tf":1.0},"47":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"19":{"tf":1.0},"252":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"n":{"c":{"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"180":{"tf":2.23606797749979},"229":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.12403840463596}}}},"df":6,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":2.0},"229":{"tf":1.7320508075688772},"252":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"161":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"150":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"92":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"73":{"tf":4.123105625617661},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"148":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":2.449489742783178}},"i":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951}}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"d":{"df":8,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":8.54400374531753}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":1.0},"81":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0}}}}},"p":{"c":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"#":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"\"":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\"":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{">":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"\"":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"\"":{">":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":3.872983346207417}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":2.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":5.916079783099616},"252":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"196":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":2.23606797749979}},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"9":{"1":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"0":{".":{"1":{".":{"1":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":3.872983346207417}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"6":{"8":{"8":{"1":{"2":{"8":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"163":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.0},"79":{"tf":1.0},"86":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}}},"i":{"'":{"d":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":5,"docs":{"142":{"tf":1.0},"148":{"tf":1.0},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"3":{"2":{"df":2,"docs":{"16":{"tf":3.0},"23":{"tf":3.0}}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}},"n":{"a":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":2.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"df":0,"docs":{},"s":{">":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{">":{"<":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":18,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"165":{"tf":3.0},"225":{"tf":2.0},"248":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"248":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"157":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"156":{"tf":2.0},"157":{"tf":1.7320508075688772},"158":{"tf":4.898979485566356},"159":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}},"i":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}}}},"n":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"b":{"c":{"d":{"1":{"2":{"3":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"141":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"49":{"tf":1.0}}}},"df":12,"docs":{"118":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":2.0},"242":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"85":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":30,"docs":{"13":{"tf":1.0},"131":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"22":{"tf":2.23606797749979},"231":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"46":{"tf":1.0},"49":{"tf":1.0}}},"df":13,"docs":{"118":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":3,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":5,"docs":{"148":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":9.273618495495704},"47":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"34":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"136":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"59":{"tf":1.0},"90":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"c":{".":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":11,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":24.372115213907882},"252":{"tf":16.61324772583615},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"176":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"72":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}},"x":{"df":0,"docs":{},"e":{"d":{"d":{"b":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}},"o":{"df":3,"docs":{"165":{"tf":7.54983443527075},"229":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":2.8284271247461903},"169":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":1.4142135623730951},"180":{"tf":2.449489742783178},"184":{"tf":1.4142135623730951},"199":{"tf":1.0},"229":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":3.3166247903554},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":3.0},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":4.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":16,"docs":{"103":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":2.23606797749979}}}}}},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"<":{"df":0,"docs":{},"i":{">":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":12,"docs":{"15":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"235":{"tf":2.8284271247461903},"244":{"tf":2.8284271247461903},"51":{"tf":1.0},"6":{"tf":1.4142135623730951},"73":{"tf":1.0},"81":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":1,"docs":{"142":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"150":{"tf":1.0},"252":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"n":{"c":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"29":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":4,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"13":{"tf":1.0},"251":{"tf":1.0}},"r":{"df":4,"docs":{"163":{"tf":1.0},"194":{"tf":1.0},"245":{"tf":1.0},"28":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"180":{"tf":1.7320508075688772},"191":{"tf":1.0},"35":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":4,"docs":{"193":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":2.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"a":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"219":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951}}}}},"df":26,"docs":{"116":{"tf":1.0},"118":{"tf":2.6457513110645907},"124":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"203":{"tf":1.0},"211":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":2.449489742783178},"230":{"tf":2.23606797749979},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.7320508075688772},"248":{"tf":2.23606797749979},"252":{"tf":3.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"219":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"230":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"21":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"248":{"tf":1.0},"25":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}}}}},"o":{"c":{"df":8,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772}}},"df":0,"docs":{},"k":{"df":10,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}}}},"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"1":{".":{"2":{".":{"3":{".":{"4":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}},"df":0,"docs":{}}}}}},"s":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"_":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}},"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"51":{"tf":1.0},"80":{"tf":1.0}}}}},"t":{"'":{"df":10,"docs":{"146":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":10,"docs":{"124":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"189":{"tf":1.0},"248":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}},"(":{"df":1,"docs":{"37":{"tf":1.0}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"2":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"3":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"72":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"47":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"72":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"248":{"tf":2.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"195":{"tf":1.0},"30":{"tf":1.0}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":61,"docs":{"11":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"118":{"tf":3.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"132":{"tf":2.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":3.872983346207417},"143":{"tf":2.23606797749979},"146":{"tf":2.0},"147":{"tf":3.4641016151377544},"148":{"tf":2.6457513110645907},"180":{"tf":4.358898943540674},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"248":{"tf":5.830951894845301},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903},"36":{"tf":2.0},"37":{"tf":2.0},"38":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.6457513110645907},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{",":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"144":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}},"o":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"v":{"a":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"q":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"s":{"df":2,"docs":{"248":{"tf":1.0},"251":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"163":{"tf":2.0},"183":{"tf":2.0},"196":{"tf":1.0},"251":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"ń":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"230":{"tf":1.0},"248":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":1,"docs":{"251":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"\"":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"12":{"tf":1.0},"183":{"tf":1.4142135623730951},"198":{"tf":1.0},"249":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"143":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":8.06225774829855},"88":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"142":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":2.23606797749979},"241":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.7320508075688772},"86":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":6,"docs":{"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"5":{"2":{"5":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"1":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":3.872983346207417}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"166":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":2.8284271247461903},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"248":{"tf":1.7320508075688772},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"248":{"tf":1.0},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"32":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"251":{"tf":10.770329614269007},"252":{"tf":4.123105625617661}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"252":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"183":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}},"v":{"df":1,"docs":{"169":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"252":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":4.795831523312719}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"ń":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"178":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"118":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"180":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{">":{"<":{"a":{"df":1,"docs":{"251":{"tf":4.898979485566356}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":9.643650760992955}}}},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":38.66522985836241},"252":{"tf":18.2208671582886}},"e":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"<":{"/":{"df":0,"docs":{},"h":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":20.0},"252":{"tf":7.0}}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"96":{"tf":3.4641016151377544}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"176":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":16.61324772583615},"252":{"tf":12.569805089976535},"30":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"180":{"tf":1.0},"186":{"tf":1.0},"251":{"tf":1.0}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":9,"docs":{"110":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"17":{"tf":1.0},"193":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"=":{"$":{"(":{"(":{"$":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"k":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"x":{"df":3,"docs":{"129":{"tf":1.0},"150":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":6.48074069840786},"252":{"tf":4.58257569495584},"71":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"2":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"1":{"tf":1.0},"142":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"22":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":1,"docs":{"251":{"tf":1.0}}},"o":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"162":{"tf":3.0},"163":{"tf":2.23606797749979},"36":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"183":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"252":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"165":{"tf":2.0}}}}}}},"df":5,"docs":{"251":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"c":{"df":36,"docs":{"11":{"tf":1.4142135623730951},"14":{"tf":2.0},"147":{"tf":1.0},"159":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"174":{"tf":1.0},"18":{"tf":2.23606797749979},"180":{"tf":2.449489742783178},"181":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"241":{"tf":1.0},"243":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"248":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"180":{"tf":1.7320508075688772},"183":{"tf":1.0},"248":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"166":{"tf":2.0},"249":{"tf":1.0},"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}},"s":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}},"t":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"249":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"73":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":2,"docs":{"169":{"tf":1.0},"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"131":{"tf":1.7320508075688772},"248":{"tf":1.0},"252":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":10,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":2.449489742783178},"27":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"65":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"n":{"df":7,"docs":{"165":{"tf":4.58257569495584},"17":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"101":{"tf":1.0},"136":{"tf":1.4142135623730951},"163":{"tf":1.0},"180":{"tf":2.449489742783178},"201":{"tf":1.4142135623730951},"21":{"tf":1.0},"248":{"tf":2.6457513110645907},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"133":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"249":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":3,"docs":{"2":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"208":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"y":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}}},"p":{"(":{"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"147":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"á":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"188":{"tf":1.0},"189":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"250":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":3.1622776601683795}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"144":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"d":{"5":{"df":2,"docs":{"188":{"tf":1.0},"252":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"141":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"241":{"tf":1.0},"251":{"tf":21.908902300206645},"252":{"tf":7.745966692414834},"28":{"tf":1.0},"44":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"5":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"m":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"g":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"252":{"tf":7.211102550927978}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"201":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}},"df":2,"docs":{"252":{"tf":2.8284271247461903},"90":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":11,"docs":{"145":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":2.23606797749979},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"z":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":2,"docs":{"249":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":2.0}}}}}}}},"s":{"df":1,"docs":{"248":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"180":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":9.899494936611665}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"49":{"tf":1.0},"94":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"251":{"tf":15.491933384829668},"252":{"tf":6.164414002968976}},"i":{"df":7,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":2.0},"248":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":8.774964387392123},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":15,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"163":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"124":{"tf":1.4142135623730951},"129":{"tf":1.0},"131":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.7320508075688772},"219":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"95":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"154":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"144":{"tf":1.0},"248":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"141":{"tf":1.0},"179":{"tf":1.0}}}},"df":26,"docs":{"12":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":4.0},"17":{"tf":3.3166247903554},"184":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":2.23606797749979},"22":{"tf":2.23606797749979},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"23":{"tf":2.449489742783178},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"244":{"tf":2.0},"27":{"tf":3.3166247903554},"47":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":2.6457513110645907}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},":":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{">":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"166":{"tf":2.0},"17":{"tf":2.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"251":{"tf":13.152946437965905},"252":{"tf":6.164414002968976},"27":{"tf":2.0},"30":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"248":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":6,"docs":{"133":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"179":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.7320508075688772},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.4142135623730951}},"e":{"d":{"df":52,"docs":{"100":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":2.0},"142":{"tf":2.6457513110645907},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":3.0},"249":{"tf":1.0},"250":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":2.8284271247461903},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.449489742783178},"96":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}}}}},"t":{"df":2,"docs":{"180":{"tf":1.0},"252":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":1.0},"78":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"133":{"tf":1.4142135623730951}}}}},"w":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"141":{"tf":2.23606797749979},"225":{"tf":1.0},"248":{"tf":2.449489742783178},"252":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"142":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"248":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"230":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"181":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"248":{"tf":1.7320508075688772},"26":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}}}},"m":{"df":1,"docs":{"252":{"tf":1.0}}},"n":{"df":13,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"180":{"tf":1.0},"186":{"tf":1.0},"227":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":4.123105625617661},"35":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":12,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"73":{"tf":2.449489742783178},"82":{"tf":1.0},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":7.211102550927978}}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"196":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":2.449489742783178},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"27":{"tf":1.0}}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":18,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"h":{"df":8,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"i":{"c":{"df":3,"docs":{"251":{"tf":25.96150997149434},"252":{"tf":14.832396974191326},"36":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":2,"docs":{"165":{"tf":2.449489742783178},"248":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"w":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":1,"docs":{"90":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}},"m":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}},"df":14,"docs":{"100":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"82":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}}},"o":{">":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}},"e":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"183":{"tf":1.4142135623730951},"189":{"tf":1.0}}}}}},"df":6,"docs":{"13":{"tf":1.0},"183":{"tf":1.4142135623730951},"198":{"tf":1.0},"251":{"tf":15.524174696260024},"252":{"tf":5.291502622129181},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":7.745966692414834}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.0},"235":{"tf":3.872983346207417},"244":{"tf":3.872983346207417}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"_":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772}}},"l":{"d":{"df":4,"docs":{"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":32,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":2.0},"116":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.7320508075688772},"136":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"29":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"96":{"tf":1.0}}}}},"p":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":4.123105625617661}}}}}},"r":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}},"s":{":":{":":{"df":0,"docs":{},"{":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"28":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"78":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.4142135623730951}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.0},"185":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"248":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":4.69041575982343}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"252":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":15.491933384829668},"252":{"tf":9.643650760992955}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":26,"docs":{"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.23606797749979},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"180":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{":":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"141":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"147":{"tf":1.0},"180":{"tf":1.7320508075688772},"22":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.366600265340756},"7":{"tf":1.0},"84":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"248":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0}}},"2":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"180":{"tf":3.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":2.6457513110645907},"230":{"tf":1.0},"235":{"tf":2.0},"244":{"tf":2.0},"248":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":3.1622776601683795},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"81":{"tf":1.0},"86":{"tf":3.4641016151377544},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.23606797749979}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.23606797749979}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":15,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.4142135623730951},"27":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"141":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"6":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":14.696938456699069},"252":{"tf":5.385164807134504}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}}}},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"p":{"2":{"5":{"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":1,"docs":{"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}}}}},"df":13,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":4.898979485566356},"252":{"tf":2.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"95":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"248":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.7320508075688772},"180":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.4142135623730951},"25":{"tf":1.0}}}}}},"m":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":32,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"198":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"227":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":3.0},"244":{"tf":2.6457513110645907},"248":{"tf":5.656854249492381},"249":{"tf":2.0},"250":{"tf":2.8284271247461903},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":2.449489742783178},"47":{"tf":4.123105625617661},"48":{"tf":2.0},"49":{"tf":2.0},"50":{"tf":3.3166247903554},"69":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":35,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"142":{"tf":1.4142135623730951},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":4.358898943540674},"181":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.7320508075688772},"196":{"tf":1.0},"198":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"23":{"tf":1.0},"248":{"tf":3.0},"250":{"tf":2.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"38":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"52":{"tf":2.0},"70":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"154":{"tf":1.0},"248":{"tf":1.0},"85":{"tf":1.0}},"s":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"_":{">":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},">":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"49":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":2,"docs":{"248":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}},"{":{",":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"72":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":14,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":4.69041575982343},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"116":{"tf":1.0},"248":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":4,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"179":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.12403840463596},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"251":{"tf":8.831760866327848},"252":{"tf":3.4641016151377544}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":15,"docs":{"124":{"tf":1.0},"147":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":3.0},"198":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":3,"docs":{"178":{"tf":1.0},"251":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":16.73320053068151},"252":{"tf":5.916079783099616}}}}},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"/":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"188":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":10,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"8":{"tf":2.0},"92":{"tf":1.0}}}}},"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}},"s":{"=":{"3":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"163":{"tf":1.7320508075688772}}},"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":37,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":3.872983346207417},"181":{"tf":1.0},"183":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":2.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"94":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":2.23606797749979}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"x":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"252":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"81":{"tf":2.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":2.23606797749979}}}}}},"df":12,"docs":{"110":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"154":{"tf":1.0},"165":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"175":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":12.083045973594572}}}},"t":{"df":1,"docs":{"252":{"tf":7.810249675906654}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":8.888194417315589},"252":{"tf":3.1622776601683795}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"252":{"tf":10.246950765959598},"73":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"183":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"&":{"'":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":4,"docs":{"189":{"tf":1.0},"21":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"29":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}}}},"k":{"c":{"df":0,"docs":{},"s":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"y":{"df":1,"docs":{"1":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"14":{"tf":1.0},"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"142":{"tf":1.0},"17":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"213":{"tf":1.0},"220":{"tf":1.0},"248":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":7.14142842854285}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":16,"docs":{"116":{"tf":1.0},"124":{"tf":1.0},"142":{"tf":1.7320508075688772},"180":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"2":{"tf":1.0},"39":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"103":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}}},"df":9,"docs":{"148":{"tf":2.449489742783178},"180":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"201":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"30":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":14,"docs":{"101":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"90":{"tf":3.7416573867739413}}}}},"s":{"df":1,"docs":{"129":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":9,"docs":{"133":{"tf":2.0},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":2.23606797749979}},"s":{"df":4,"docs":{"108":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.0},"43":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"251":{"tf":4.795831523312719},"252":{"tf":2.0},"27":{"tf":1.4142135623730951}},"f":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"161":{"tf":2.6457513110645907},"162":{"tf":2.8284271247461903},"163":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"1":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"3":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"a":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":3.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"141":{"tf":1.0},"250":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.0}}}},"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}}}},"df":15,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":4.58257569495584},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"185":{"tf":1.0},"2":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.7320508075688772},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":11,"docs":{"124":{"tf":1.0},"180":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":5,"docs":{"100":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.898979485566356},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":26,"docs":{"100":{"tf":3.4641016151377544},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.7320508075688772},"174":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.4142135623730951},"248":{"tf":2.8284271247461903},"249":{"tf":1.4142135623730951},"44":{"tf":1.0},"92":{"tf":1.7320508075688772},"95":{"tf":3.4641016151377544},"97":{"tf":1.7320508075688772},"99":{"tf":2.0}},"e":{"/":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"}":{"/":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"252":{"tf":3.4641016151377544}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"199":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":2.23606797749979}},"e":{"=":{"$":{"2":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0}},"e":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"3":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"$":{"(":{"(":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"=":{"$":{"1":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":3,"docs":{"162":{"tf":3.4641016151377544},"163":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951}}}}}}},"df":21,"docs":{"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.7320508075688772},"225":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"73":{"tf":2.6457513110645907},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"81":{"tf":2.8284271247461903},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":3.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"180":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":3.3166247903554},"36":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":40,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":2.6457513110645907},"183":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":17.88854381999832},"252":{"tf":11.269427669584644},"28":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":2.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":12,"docs":{"188":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"230":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":3.0},"96":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"181":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":7.280109889280518}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"73":{"tf":3.872983346207417},"79":{"tf":1.0},"84":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":16.64331697709324},"252":{"tf":10.04987562112089},"3":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"36":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":3.7416573867739413},"79":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"q":{"df":2,"docs":{"202":{"tf":1.0},"247":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{";":{"[":{"]":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.1622776601683795},"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"n":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"199":{"tf":1.0}},"g":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":2.23606797749979},"81":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":1,"docs":{"251":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"c":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"252":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"i":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"180":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"44":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"180":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"72":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"172":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"131":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":8,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"t":{">":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"58":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"180":{"tf":1.0},"196":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":2,"docs":{"59":{"tf":1.0},"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":6.48074069840786}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"u":{"c":{"df":9,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"142":{"tf":1.7320508075688772},"179":{"tf":1.0},"248":{"tf":1.4142135623730951},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"148":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":2.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"37":{"tf":1.0}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":7,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"162":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"70":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"51":{"tf":1.0}}},"df":9,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"67":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"v":{"df":11,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"148":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":7,"docs":{"142":{"tf":1.0},"148":{"tf":2.0},"163":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"58":{"tf":1.0},"73":{"tf":3.605551275463989}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"180":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"119":{"tf":1.0},"124":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"215":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.0},"30":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"16":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"45":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":5.0990195135927845}},"t":{"df":2,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.47213595499958}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"219":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"v":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.6457513110645907}}}}},"i":{"d":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"251":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":2.0},"248":{"tf":1.0}}}},"v":{"df":3,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":21,"docs":{"11":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":2.449489742783178},"178":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":2.8284271247461903},"248":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"<":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"52":{"tf":1.0}}},"2":{"df":1,"docs":{"52":{"tf":1.0}}},"3":{"df":1,"docs":{"52":{"tf":1.0}}},"4":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{">":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{">":{"(":{")":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"196":{"tf":1.0},"2":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"81":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"131":{"tf":1.4142135623730951},"73":{"tf":2.0},"84":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":7.416198487095663}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"<":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":12,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":4.242640687119285},"2":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.7416573867739413},"6":{"tf":1.0},"85":{"tf":1.0}}}},"m":{"df":7,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":3.7416573867739413}}}}},"df":3,"docs":{"20":{"tf":2.8284271247461903},"21":{"tf":3.4641016151377544},"22":{"tf":2.449489742783178}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"119":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":24,"docs":{"118":{"tf":3.605551275463989},"12":{"tf":1.0},"124":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.0},"165":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.7320508075688772},"232":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"179":{"tf":1.0},"248":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.1622776601683795},"36":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"a":{"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"1":{"2":{"3":{"4":{"5":{"6":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"f":{"c":{"#":{"2":{"6":{"0":{"2":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"7":{"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"250":{"tf":1.0}}},"df":2,"docs":{"114":{"tf":1.0},"97":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":8.06225774829855},"6":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0}}}}},"m":{"df":11,"docs":{"114":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"183":{"tf":1.0},"97":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":4.123105625617661},"252":{"tf":1.0}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.0},"30":{"tf":1.0}}}},"n":{")":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"116":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"180":{"tf":2.8284271247461903},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":2.0},"91":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.7320508075688772},"81":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"#":{"2":{"2":{"7":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":1,"docs":{"13":{"tf":1.0}}},"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":3,"docs":{"150":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"x":{".":{"0":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"df":4,"docs":{"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"190":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":2.0}}}}},"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"180":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"df":0,"docs":{},"s":{"3":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":8,"docs":{"144":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":18,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":3.0},"45":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"153":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"59":{"tf":1.0}}}},"y":{"df":1,"docs":{"180":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"15":{"tf":1.0},"151":{"tf":1.0},"182":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"98":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"<":{"'":{"_":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.7320508075688772},"183":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"d":{"df":1,"docs":{"249":{"tf":2.0}},"k":{"df":2,"docs":{"249":{"tf":2.0},"251":{"tf":2.23606797749979}}}},"df":4,"docs":{"249":{"tf":2.0},"251":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0}}}}}}},"n":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.0}}}},"c":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"150":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"51":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"100":{"tf":1.0},"12":{"tf":1.0},"142":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":2.8284271247461903},"48":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"92":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"248":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},".":{"0":{")":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"17":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"1":{")":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{")":{"(":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"'":{"_":{"df":2,"docs":{"250":{"tf":1.0},"47":{"tf":3.0}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"2":{"df":1,"docs":{"85":{"tf":1.0}}},"3":{"df":1,"docs":{"85":{"tf":1.0}}},"4":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"49":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"<":{"'":{"_":{">":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":2.0},"47":{"tf":2.8284271247461903}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.7320508075688772},"21":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"49":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"l":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":7.874007874011811}}}},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"136":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"129":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"130":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"50":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"r":{"d":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"251":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"118":{"tf":1.7320508075688772},"124":{"tf":2.0},"137":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"73":{"tf":3.7416573867739413},"78":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"45":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"167":{"tf":1.0},"180":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"47":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"c":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":2.6457513110645907},"165":{"tf":2.449489742783178},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.7416573867739413},"35":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"105":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"195":{"tf":1.0},"249":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.0}}}}}},"h":{"a":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":24.49489742783178},"252":{"tf":13.856406460551018}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"175":{"tf":1.0},"251":{"tf":6.48074069840786},"252":{"tf":2.23606797749979},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"150":{"tf":1.0},"180":{"tf":2.0},"183":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"180":{"tf":1.0}}},"w":{"df":24,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"36":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"92":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":3,"docs":{"110":{"tf":1.0},"249":{"tf":1.0},"34":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"251":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"131":{"tf":1.0},"248":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"122":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"i":{"df":3,"docs":{"252":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}}},"l":{"a":{"b":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":3.1622776601683795}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"_":{"c":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"w":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":1,"docs":{"251":{"tf":3.1622776601683795}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"127":{"tf":1.0},"133":{"tf":2.0},"143":{"tf":1.7320508075688772},"180":{"tf":2.0},"181":{"tf":1.4142135623730951},"203":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":8.831760866327848},"252":{"tf":23.600847442411894},"3":{"tf":1.0},"73":{"tf":3.0}},"e":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"141":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"189":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"248":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"180":{"tf":1.0},"70":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"248":{"tf":2.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":12,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":21.908902300206645},"252":{"tf":8.888194417315589},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"198":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"147":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.123105625617661}}}},"df":0,"docs":{},"f":{"df":12,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":2.449489742783178},"189":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":3.7416573867739413},"37":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":9,"docs":{"189":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"df":3,"docs":{"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"$":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"a":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"a":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{":":{"<":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"=":{"$":{"(":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":4.898979485566356},"159":{"tf":2.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":2.8284271247461903},"169":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"48":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.0}}},"l":{"df":1,"docs":{"252":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"251":{"tf":1.0}},"o":{"df":0,"docs":{},"i":{"d":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"241":{"tf":1.7320508075688772}}},"l":{"df":3,"docs":{"161":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"252":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"123":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":3.605551275463989},"179":{"tf":1.0},"180":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.4142135623730951},"52":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}},"e":{"1":{"df":1,"docs":{"53":{"tf":1.0}}},"2":{"df":1,"docs":{"53":{"tf":1.0}}},"3":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":1,"docs":{"53":{"tf":1.0}}},"_":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"b":{"df":1,"docs":{"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.4142135623730951},"148":{"tf":1.0},"44":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":7,"docs":{"250":{"tf":2.8284271247461903},"37":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":7,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":2.6457513110645907},"44":{"tf":1.0},"47":{"tf":2.23606797749979},"69":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"148":{"tf":1.0},"250":{"tf":2.6457513110645907},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"148":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"44":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":69,"docs":{"106":{"tf":2.0},"107":{"tf":2.23606797749979},"108":{"tf":2.0},"109":{"tf":2.6457513110645907},"110":{"tf":2.6457513110645907},"111":{"tf":3.872983346207417},"112":{"tf":2.0},"114":{"tf":2.0},"118":{"tf":2.0},"124":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"141":{"tf":3.1622776601683795},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"188":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.7320508075688772},"248":{"tf":4.898979485566356},"249":{"tf":3.3166247903554},"250":{"tf":1.7320508075688772},"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584},"29":{"tf":3.605551275463989},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":3.3166247903554},"36":{"tf":3.1622776601683795},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"50":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"62":{"tf":2.6457513110645907},"63":{"tf":2.449489742783178},"64":{"tf":1.0},"65":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"72":{"tf":2.449489742783178},"81":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"_":{"*":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"109":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"107":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"249":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"248":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"df":3,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"df":6,"docs":{"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"235":{"tf":3.0},"244":{"tf":3.0}}},"df":0,"docs":{}},"u":{"df":11,"docs":{"110":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"36":{"tf":1.4142135623730951},"75":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"97":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"m":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{":":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"p":{"(":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"3":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"234":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"1":{"df":1,"docs":{"235":{"tf":1.0}}},"2":{"df":1,"docs":{"235":{"tf":1.0}}},"3":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"_":{"1":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"223":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"2":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"3":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"2":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"6":{"4":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"240":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"240":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":14,"docs":{"179":{"tf":2.23606797749979},"180":{"tf":2.0},"185":{"tf":1.4142135623730951},"225":{"tf":2.0},"229":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":2.8284271247461903},"82":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"239":{"tf":1.0},"242":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":2.23606797749979},"244":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"124":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":2.0},"248":{"tf":2.0},"47":{"tf":2.0},"52":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":14,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"236":{"tf":1.0},"245":{"tf":1.0},"6":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"248":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":37,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"27":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"135":{"tf":1.4142135623730951},"216":{"tf":1.0},"230":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"230":{"tf":2.0},"245":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"252":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"163":{"tf":1.0},"180":{"tf":1.4142135623730951},"235":{"tf":2.0},"244":{"tf":2.0},"249":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"201":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"17":{"tf":2.0},"188":{"tf":1.0},"20":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":2.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"96":{"tf":2.0}},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{";":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"20":{"tf":1.0}}},"2":{"df":1,"docs":{"20":{"tf":1.0}}},"3":{"df":1,"docs":{"20":{"tf":1.0}}},"4":{"df":1,"docs":{"20":{"tf":1.0}}},"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"180":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"248":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}},"u":{"b":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"=":{"$":{"1":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":8.06225774829855},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":7.483314773547883}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"t":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":5.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":8,"docs":{"103":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"50":{"tf":1.0}}}},"t":{"df":2,"docs":{"248":{"tf":1.0},"52":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":7.14142842854285}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.8284271247461903},"35":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":2.8284271247461903},"248":{"tf":1.0},"6":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"h":{"df":8,"docs":{"100":{"tf":1.0},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":26.832815729997478},"252":{"tf":10.198039027185569},"47":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"81":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"133":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"165":{"tf":1.0}},"i":{"df":4,"docs":{"201":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":2.8284271247461903},"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"180":{"tf":1.7320508075688772},"52":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"135":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"y":{"df":2,"docs":{"251":{"tf":2.8284271247461903},"252":{"tf":1.4142135623730951}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"148":{"tf":1.4142135623730951},"243":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":1,"docs":{"251":{"tf":1.7320508075688772}},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":6.164414002968976},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"2":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.605551275463989},"35":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"c":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"é":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"148":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}},"e":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{">":{"<":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}},"n":{"df":2,"docs":{"249":{"tf":1.0},"40":{"tf":1.0}}},"s":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"6":{"4":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":1,"docs":{"251":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"251":{"tf":1.7320508075688772},"27":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"75":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903}}}}},"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"y":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"22":{"tf":2.0},"235":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"166":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"161":{"tf":1.0},"180":{"tf":2.23606797749979},"199":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":2.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"133":{"tf":1.0},"166":{"tf":1.4142135623730951},"251":{"tf":18.947295321496416},"252":{"tf":7.280109889280518},"59":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"163":{"tf":1.0},"169":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{":":{"<":{"/":{"df":0,"docs":{},"h":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"163":{"tf":2.23606797749979},"251":{"tf":12.569805089976535},"252":{"tf":4.47213595499958},"73":{"tf":1.7320508075688772},"8":{"tf":1.0},"86":{"tf":2.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"249":{"tf":2.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"248":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"135":{"tf":1.0},"154":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}},"k":{"df":3,"docs":{"145":{"tf":1.0},"153":{"tf":1.0},"180":{"tf":1.0}}}},"r":{"d":{"df":3,"docs":{"180":{"tf":1.0},"251":{"tf":8.831760866327848},"252":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"136":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":4.123105625617661},"38":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}},"t":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"180":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"26":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"85":{"tf":1.0}}}}}}}}}},"u":{"df":1,"docs":{"70":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"195":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}},"m":{"df":1,"docs":{"252":{"tf":1.7320508075688772}},"e":{"df":38,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":3.0},"159":{"tf":1.4142135623730951},"163":{"tf":2.449489742783178},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"178":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"=":{"$":{"'":{"%":{"*":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"163":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}},"u":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"j":{"df":0,"docs":{},"h":{"@":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"/":{".":{"a":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"180":{"tf":1.0}}},"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"51":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"c":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"c":{":":{":":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{">":{"(":{"8":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"1":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":7,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"27":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}},"l":{"df":10,"docs":{"147":{"tf":1.0},"180":{"tf":2.6457513110645907},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"95":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.06225774829855}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":2.449489742783178}}}}}},"r":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":2.0}}},"k":{"df":6,"docs":{"14":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"26":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":2.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"73":{"tf":1.0},"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"21":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"35":{"tf":2.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"179":{"tf":1.0},"59":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"166":{"tf":1.4142135623730951},"180":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"8":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"235":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"180":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.4142135623730951},"180":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":49,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"148":{"tf":2.0},"16":{"tf":2.23606797749979},"17":{"tf":2.6457513110645907},"18":{"tf":1.0},"180":{"tf":2.449489742783178},"181":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.7320508075688772},"20":{"tf":3.1622776601683795},"201":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.6457513110645907},"23":{"tf":2.449489742783178},"235":{"tf":2.0},"244":{"tf":2.0},"248":{"tf":2.449489742783178},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":6.782329983125268},"252":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":2.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":2.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"67":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":3.0}},"i":{"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{":":{":":{"<":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}},"e":{"!":{"(":{"a":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"b":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"235":{"tf":2.0},"244":{"tf":3.1622776601683795},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"96":{"tf":1.0}}},">":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":1,"docs":{"49":{"tf":1.0}},"i":{"df":3,"docs":{"131":{"tf":1.4142135623730951},"183":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":18.681541692269406},"252":{"tf":7.874007874011811}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"230":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"251":{"tf":2.8284271247461903},"252":{"tf":4.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}},"t":{"df":4,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"147":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356},"90":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"199":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":21,"docs":{"133":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"147":{"tf":2.0},"150":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.7320508075688772},"184":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":2.449489742783178},"28":{"tf":1.0},"35":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":14,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":2.23606797749979},"141":{"tf":1.7320508075688772},"142":{"tf":2.449489742783178},"143":{"tf":3.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.449489742783178},"148":{"tf":2.449489742783178},"180":{"tf":1.0},"248":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"251":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":7,"docs":{"124":{"tf":1.0},"21":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0}}}},"df":66,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.4142135623730951},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.449489742783178},"148":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":2.449489742783178},"174":{"tf":1.0},"180":{"tf":4.47213595499958},"193":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"244":{"tf":2.0},"248":{"tf":4.358898943540674},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":21.863211109075447},"252":{"tf":17.406895185529212},"26":{"tf":1.4142135623730951},"27":{"tf":2.0},"30":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.449489742783178},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":43,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.7320508075688772},"143":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"161":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"180":{"tf":2.449489742783178},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":3.1622776601683795},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":2.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":2.0},"133":{"tf":1.0},"180":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"183":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"135":{"tf":2.0}}},"2":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.8284271247461903},"181":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":2.23606797749979},"235":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":3.4641016151377544},"38":{"tf":2.23606797749979},"39":{"tf":2.449489742783178},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":2.23606797749979},"50":{"tf":2.0},"62":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":2.23606797749979}},"e":{"(":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}},"=":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"13":{"tf":1.7320508075688772}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"141":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":2,"docs":{"100":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"166":{"tf":1.0}},"e":{"c":{"!":{"[":{"1":{"df":1,"docs":{"244":{"tf":1.0}}},"3":{"df":1,"docs":{"244":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"3":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"1":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"229":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"161":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":25,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":4.242640687119285},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":2.8284271247461903},"142":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":2.0},"17":{"tf":1.7320508075688772},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":10.816653826391969},"252":{"tf":4.795831523312719},"27":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"73":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":4,"docs":{"249":{"tf":1.0},"44":{"tf":1.4142135623730951},"72":{"tf":1.0},"86":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"1":{"0":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"165":{"tf":3.872983346207417},"178":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"135":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"191":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"252":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"243":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":16.61324772583615},"252":{"tf":12.922847983320086}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}},"m":{"df":7,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"169":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":11,"docs":{"133":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.0},"191":{"tf":1.0},"200":{"tf":1.0},"248":{"tf":1.7320508075688772},"252":{"tf":2.8284271247461903},"38":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}},"v":{"df":1,"docs":{"180":{"tf":1.0}}}},"b":{"df":20,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":2.8284271247461903},"163":{"tf":1.0},"180":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.6457513110645907},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":5,"docs":{"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"179":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"146":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}}}},"w":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"132":{"tf":1.0},"180":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"142":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":12.649110640673518},"252":{"tf":9.16515138991168},"35":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.23606797749979}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"249":{"tf":1.4142135623730951},"251":{"tf":2.6457513110645907},"252":{"tf":1.7320508075688772}},"s":{"_":{"a":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"8":{"6":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"8":{"6":{"_":{"6":{"4":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"df":1,"docs":{"249":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"<":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"139":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},":":{":":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"105":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"125":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"199":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":17.804493814764857},"252":{"tf":6.324555320336759},"37":{"tf":1.0},"54":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":14.0},"252":{"tf":14.38749456993816},"6":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"148":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":30,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.6457513110645907},"181":{"tf":1.0},"199":{"tf":1.7320508075688772},"248":{"tf":2.0},"251":{"tf":45.9782557302906},"252":{"tf":16.217274740226856},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":2.23606797749979},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"191":{"tf":1.0},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":21,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.7320508075688772},"197":{"tf":1.0},"199":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"102":{"tf":1.0},"104":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":1,"docs":{"169":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"20":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"251":{"tf":12.489995996796797},"252":{"tf":4.69041575982343},"28":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.58257569495584},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":2.449489742783178}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"201":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"'":{"_":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"217":{"tf":1.0},"249":{"tf":1.4142135623730951}},"i":{"d":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"180":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"150":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":2,"docs":{"147":{"tf":1.0},"180":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}},"v":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":2.449489742783178}}}}}},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":4.0},"252":{"tf":2.23606797749979}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":2.0}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"1":{"0":{"0":{"0":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"1":{"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":5.291502622129181}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.0}}},"1":{"1":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":3,"docs":{"198":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"252":{"tf":1.4142135623730951}}},"2":{"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":1,"docs":{"252":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"5":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"6":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"7":{"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"6":{"2":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"2":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":2.0}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"2":{"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"252":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":2.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"5":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951}}},"2":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"5":{"df":1,"docs":{"252":{"tf":1.0}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"1":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"1":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"3":{"0":{"df":1,"docs":{"251":{"tf":3.0}}},"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"251":{"tf":1.0}}},"6":{"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"9":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"2":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.449489742783178}}},"1":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"4":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"5":{".":{"0":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772}}},"1":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"4":{"df":3,"docs":{"17":{"tf":1.0},"252":{"tf":3.605551275463989},"27":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":3.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}},"1":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"5":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"<":{"/":{"a":{">":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"3":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{"3":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"2":{"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":1,"docs":{"193":{"tf":1.0}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"[":{"1":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"194":{"tf":1.7320508075688772}}},"7":{"df":0,"docs":{},"t":{"0":{"1":{":":{"3":{"0":{":":{"3":{"1":{".":{"1":{"3":{"5":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"4":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"6":{"8":{"7":{"df":0,"docs":{},"z":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":13,"docs":{"16":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"165":{"tf":2.0},"17":{"tf":1.4142135623730951},"223":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"59":{"tf":1.0},"8":{"tf":1.4142135623730951}},"s":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}},"1":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"0":{"\"":{">":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.0},"53":{"tf":1.0}}},"1":{"0":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"7":{"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"2":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"3":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":2.0}}},"5":{"2":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"251":{"tf":1.0}}},"6":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"7":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"8":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"1":{"<":{"/":{"a":{">":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"3":{".":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{".":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":2.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":7,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"248":{"tf":1.0},"59":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"1":{"df":3,"docs":{"166":{"tf":1.4142135623730951},"248":{"tf":1.0},"73":{"tf":1.0}}},"2":{"3":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"96":{"tf":1.0}}},"df":5,"docs":{"150":{"tf":1.4142135623730951},"165":{"tf":2.449489742783178},"167":{"tf":1.4142135623730951},"248":{"tf":1.0},"73":{"tf":1.0}}},"3":{"df":4,"docs":{"165":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"248":{"tf":1.0},"73":{"tf":1.0}}},"4":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"5":{"df":4,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"248":{"tf":1.0},"73":{"tf":1.0}}},"6":{"df":3,"docs":{"174":{"tf":1.4142135623730951},"248":{"tf":1.0},"73":{"tf":1.0}}},"7":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"73":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"8":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"9":{"9":{"1":{"df":1,"docs":{"252":{"tf":1.0}}},"5":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"178":{"tf":1.4142135623730951},"73":{"tf":1.0}}},">":{"&":{"2":{"df":3,"docs":{"161":{"tf":2.449489742783178},"162":{"tf":2.6457513110645907},"163":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"0":{"0":{"0":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":43,"docs":{"13":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":2.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":2.23606797749979},"160":{"tf":1.0},"161":{"tf":2.449489742783178},"162":{"tf":2.6457513110645907},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}},"2":{".":{"0":{"\"":{">":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"h":{"3":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":12.449899597988733},"252":{"tf":6.244997998398398}}},"1":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"4":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"3":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}},"8":{"df":1,"docs":{"252":{"tf":1.0}}},"9":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"248":{"tf":1.0},"90":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"3":{"df":1,"docs":{"252":{"tf":1.0}}},"4":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.8284271247461903}}},"5":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"6":{"\"":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},")":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":3.4641016151377544}}},"7":{"df":2,"docs":{"251":{"tf":2.6457513110645907},"252":{"tf":3.0}}},"8":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"252":{"tf":2.0}}},"9":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":3.3166247903554}}},"df":0,"docs":{}},"2":{"0":{"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":2.449489742783178}}},"1":{"df":1,"docs":{"252":{"tf":2.449489742783178}}},"2":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"194":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"5":{"df":1,"docs":{"162":{"tf":1.0}}},">":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":35,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"169":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0}},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"3":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"4":{".":{"0":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"162":{"tf":1.0}}},"5":{"df":1,"docs":{"162":{"tf":1.0}}},"6":{"8":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"a":{"a":{"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"c":{"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"b":{"a":{"df":8,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"a":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":14,"docs":{"12":{"tf":1.0},"156":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"193":{"tf":1.0},"248":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":2,"docs":{"23":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":6,"docs":{"25":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"df":0,"docs":{},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{";":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"b":{"1":{"b":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"4":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"4":{".":{"1":{"1":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"162":{"tf":1.0}}},"4":{".":{"7":{"4":{"0":{"6":{"3":{"8":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":1,"docs":{"162":{"tf":1.0}}},"df":8,"docs":{"148":{"tf":1.0},"157":{"tf":1.4142135623730951},"248":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}},"5":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{"0":{".":{"0":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"6":{"8":{"3":{"7":{"0":{"9":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"106":{"tf":1.0}}},"df":3,"docs":{"162":{"tf":3.7416573867739413},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":8,"docs":{"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"178":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}},"6":{"7":{"df":1,"docs":{"249":{"tf":1.0}}},"df":7,"docs":{"159":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"35":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}},"s":{"df":1,"docs":{"193":{"tf":1.0}}}},"7":{".":{"1":{".":{"3":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"161":{"tf":1.4142135623730951},"248":{"tf":1.0},"252":{"tf":1.0},"35":{"tf":1.0},"73":{"tf":1.0}}},"8":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"73":{"tf":1.0}}},"9":{"4":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0}}},"6":{"df":1,"docs":{"249":{"tf":1.0}}},"9":{")":{"<":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"163":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"73":{"tf":1.0}}},"_":{">":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"190":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"250":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"1":{"2":{"3":{"4":{"5":{"6":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.717797887081348},"46":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"118":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"47":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"d":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}},"r":{"df":2,"docs":{"49":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"23":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}},"l":{"df":1,"docs":{"183":{"tf":1.0}}},"t":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"148":{"tf":3.1622776601683795},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"166":{"tf":1.0},"180":{"tf":1.0},"252":{"tf":7.681145747868608},"6":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":6,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"3":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"139":{"tf":1.0}}},"2":{"df":1,"docs":{"139":{"tf":1.0}}},"3":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"15":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"124":{"tf":1.0},"148":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":15.491933384829668},"252":{"tf":5.5677643628300215},"61":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"2":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":2.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"51":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}}}}},"df":5,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":2.23606797749979},"90":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"133":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"153":{"tf":1.0},"177":{"tf":1.4142135623730951},"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":3.0}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"252":{"tf":1.0}}},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"200":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"251":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"(":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":16,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"g":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"12":{"tf":1.0},"156":{"tf":1.0},"18":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":2.449489742783178},"81":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"147":{"tf":1.0},"249":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.4142135623730951},"90":{"tf":2.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"p":{";":{"a":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"20":{"tf":1.0}}},"b":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"20":{"tf":1.0}}},"c":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"&":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"a":{"df":1,"docs":{"20":{"tf":1.0}}},"b":{")":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"210":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"y":{"df":1,"docs":{"249":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"65":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":2.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"173":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":13.856406460551018},"252":{"tf":6.48074069840786}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":15,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"241":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"73":{"tf":3.0},"85":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"193":{"tf":1.0},"194":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}},"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"181":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.3166247903554}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"163":{"tf":1.0},"73":{"tf":3.605551275463989}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"251":{"tf":10.770329614269007},"252":{"tf":4.47213595499958},"29":{"tf":1.4142135623730951},"36":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"9":{"tf":2.6457513110645907}}},"df":22,"docs":{"112":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":2.0},"180":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":10.677078252031311},"252":{"tf":4.0},"27":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"248":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"l":{"5":{"2":{"1":{"df":1,"docs":{"124":{"tf":1.0}}},"6":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"9":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"124":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":2.8284271247461903}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"141":{"tf":1.0},"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"59":{"tf":1.0},"85":{"tf":1.0}},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"249":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"113":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"143":{"tf":1.0},"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795},"78":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"s":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"248":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"178":{"tf":1.7320508075688772},"180":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"df":0,"docs":{},"u":{"3":{"2":{">":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"132":{"tf":1.0},"148":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":7.681145747868608},"28":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"135":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"59":{"tf":1.0},"85":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"124":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"144":{"tf":1.0},"17":{"tf":1.4142135623730951},"219":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"251":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"248":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":1,"docs":{"251":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"250":{"tf":1.4142135623730951},"251":{"tf":12.649110640673518},"252":{"tf":4.898979485566356}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":9.16515138991168},"252":{"tf":8.54400374531753}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}}}}}},"o":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"\"":{">":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":10,"docs":{"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"209":{"tf":1.4142135623730951},"25":{"tf":1.0},"50":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":53,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.4142135623730951},"127":{"tf":1.0},"133":{"tf":2.0},"143":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":3.4641016151377544},"181":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"199":{"tf":1.0},"2":{"tf":2.6457513110645907},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"6":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"18":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"26":{"tf":1.4142135623730951},"51":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"81":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"248":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"139":{"tf":1.0},"17":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":3,"docs":{"183":{"tf":2.0},"249":{"tf":2.23606797749979},"251":{"tf":4.58257569495584}}},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"9":{"1":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"b":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":2.0},"153":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"165":{"tf":3.872983346207417}}},"2":{"df":1,"docs":{"165":{"tf":3.7416573867739413}}},"3":{"df":1,"docs":{"165":{"tf":3.872983346207417}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"180":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"1":{"tf":1.0},"178":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"73":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"ł":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"1":{"6":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"148":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}},"h":{"df":5,"docs":{"162":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"249":{"tf":1.4142135623730951}}},"i":{"c":{"df":5,"docs":{"152":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"df":3,"docs":{"14":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":3.4641016151377544}}}},"t":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"183":{"tf":2.0}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"16":{"tf":3.0},"17":{"tf":2.449489742783178},"180":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.449489742783178},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"27":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":7,"docs":{"248":{"tf":1.0},"252":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":18,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"173":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":5.0}}}},"v":{"df":1,"docs":{"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":1,"docs":{"252":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":20,"docs":{"110":{"tf":2.23606797749979},"125":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":2.0},"183":{"tf":1.0},"185":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":2.0},"25":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"133":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"252":{"tf":4.0}}}}},"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.7320508075688772},"118":{"tf":2.8284271247461903},"125":{"tf":1.7320508075688772},"147":{"tf":1.0},"251":{"tf":1.0},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":5,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}}}},"l":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"l":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":18,"docs":{"129":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":2.0},"24":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":3.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"230":{"tf":1.0},"252":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"1":{"df":1,"docs":{"84":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{".":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":5,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"235":{"tf":2.449489742783178},"244":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}},"df":2,"docs":{"180":{"tf":1.0},"22":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.602325267042627},"252":{"tf":3.1622776601683795}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"180":{"tf":1.0},"97":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"28":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"248":{"tf":1.0},"3":{"tf":1.0},"66":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}}},"s":{"d":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"183":{"tf":2.0},"189":{"tf":1.0}},"e":{"=":{"'":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"180":{"tf":2.0},"183":{"tf":2.6457513110645907},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}}},"df":1,"docs":{"210":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":33,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":2.0},"147":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.4142135623730951},"245":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"252":{"tf":2.8284271247461903},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"212":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"8":{"tf":3.1622776601683795}}}}}}},"y":{":":{"<":{"/":{"df":0,"docs":{},"h":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"c":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"39":{"tf":1.0}}},"df":18,"docs":{"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"180":{"tf":2.449489742783178},"196":{"tf":1.4142135623730951},"20":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"72":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":3.605551275463989},"124":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"180":{"tf":1.0}},"l":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":3,"docs":{"248":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"167":{"tf":1.4142135623730951},"44":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"124":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"252":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"150":{"tf":1.0},"249":{"tf":1.0}}}},"l":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907}}}}},"s":{"df":0,"docs":{},"e":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"28":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"(":{"(":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":4,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"243":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":4.242640687119285},"81":{"tf":1.0}}}}},"c":{"df":1,"docs":{"251":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"16":{"tf":3.872983346207417},"17":{"tf":3.4641016151377544},"180":{"tf":2.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":3.1622776601683795},"22":{"tf":2.6457513110645907},"23":{"tf":3.1622776601683795},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":6.557438524302},"252":{"tf":8.246211251235321},"27":{"tf":3.4641016151377544},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"250":{"tf":1.0},"251":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":22,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.7320508075688772},"148":{"tf":2.0},"150":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.0},"251":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"2":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"30":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":10.908712114635714},"252":{"tf":8.246211251235321}}},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"135":{"tf":1.0},"180":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"i":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}},"df":4,"docs":{"129":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":8.306623862918075}}}},"p":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"173":{"tf":1.0},"183":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"=":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{">":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{".":{".":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{">":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.6457513110645907}},"e":{"\"":{">":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}}},"df":23,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"147":{"tf":2.0},"148":{"tf":1.0},"169":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"248":{"tf":2.6457513110645907},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":2.23606797749979},"44":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.0}}}}}},"df":2,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"201":{"tf":1.0}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"i":{"df":8,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":3.1622776601683795},"196":{"tf":1.0},"219":{"tf":1.0},"73":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":2.0},"79":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"174":{"tf":1.0},"251":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"124":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"26":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"m":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"184":{"tf":1.7320508075688772}}}}}}}},"t":{"df":0,"docs":{},"x":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":6,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}},"e":{"a":{"c":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.7320508075688772},"118":{"tf":2.0},"124":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"x":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"200":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}},"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"180":{"tf":1.0}}}}},"df":14,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":49,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"180":{"tf":3.7416573867739413},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"235":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":6.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"124":{"tf":2.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"165":{"tf":1.7320508075688772},"19":{"tf":1.0},"229":{"tf":1.4142135623730951},"249":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"20":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"28":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":70,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":2.449489742783178},"106":{"tf":1.7320508075688772},"107":{"tf":2.23606797749979},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"110":{"tf":1.7320508075688772},"111":{"tf":2.6457513110645907},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.7320508075688772},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"180":{"tf":2.23606797749979},"184":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":3.1622776601683795},"95":{"tf":2.6457513110645907},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":3.4641016151377544}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"36":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"118":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":2.23606797749979},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"180":{"tf":2.449489742783178},"201":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"248":{"tf":1.4142135623730951},"36":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":17,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.7320508075688772},"201":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":19,"docs":{"165":{"tf":2.23606797749979},"17":{"tf":1.0},"180":{"tf":1.0},"2":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"148":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"37":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":166,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":4,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"201":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"79":{"tf":1.0},"90":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":22.693611435820433},"252":{"tf":12.083045973594572},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":2,"docs":{"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":4,"docs":{"251":{"tf":1.7320508075688772},"45":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"183":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":7.483314773547883},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":4.123105625617661}}}}}}}}},"i":{"d":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"15":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"201":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"39":{"tf":1.0},"78":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"8":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}},"t":{"df":7,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"248":{"tf":1.0},"70":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"1":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"tf":1.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"141":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":2.23606797749979},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"44":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"33":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"230":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.602325267042627}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":17.916472867168917},"252":{"tf":6.244997998398398},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}},".":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":20.0},"252":{"tf":8.94427190999916}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"251":{"tf":14.142135623730951},"252":{"tf":4.898979485566356},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"54":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"248":{"tf":1.0}}}},"y":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"151":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"230":{"tf":1.0},"251":{"tf":12.489995996796797},"252":{"tf":15.620499351813308},"65":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":22.135943621178654},"252":{"tf":16.822603841260722}}}}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"24":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"176":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"252":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"169":{"tf":2.0}}}}}}},"df":5,"docs":{"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":3,"docs":{"63":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.7320508075688772},"49":{"tf":1.0}}}}},"c":{"3":{"2":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":25,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"180":{"tf":2.23606797749979},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"174":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}},"x":{"df":2,"docs":{"139":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":43,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"124":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"173":{"tf":1.4142135623730951},"180":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":2.6457513110645907},"250":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"91":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"v":{"df":1,"docs":{"251":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"a":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":10.14889156509222}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"<":{"'":{"_":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":31,"docs":{"11":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"14":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"180":{"tf":2.449489742783178},"181":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"248":{"tf":2.0},"25":{"tf":2.0},"250":{"tf":2.0},"251":{"tf":1.0},"252":{"tf":5.385164807134504},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"44":{"tf":1.7320508075688772},"47":{"tf":3.1622776601683795},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"73":{"tf":2.0},"81":{"tf":1.7320508075688772},"92":{"tf":2.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"15":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"17":{"tf":2.23606797749979},"23":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":10.246950765959598}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"180":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"1":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":2.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"105":{"tf":1.0},"248":{"tf":2.23606797749979},"26":{"tf":1.0},"72":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"124":{"tf":1.0},"190":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":28,"docs":{"11":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.7320508075688772},"180":{"tf":2.0},"191":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"17":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"=":{"0":{".":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"7":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"t":{"df":4,"docs":{"142":{"tf":1.0},"183":{"tf":1.4142135623730951},"248":{"tf":1.0},"44":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"t":{"a":{"df":2,"docs":{"195":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"150":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":5,"docs":{"150":{"tf":1.4142135623730951},"180":{"tf":2.0},"183":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":19,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"14":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"72":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"_":{"df":1,"docs":{"217":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"181":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"248":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":2.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"251":{"tf":27.60434748368452},"252":{"tf":10.392304845413264},"47":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"17":{"tf":2.0},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"27":{"tf":2.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"0":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"90":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"<":{"'":{"df":0,"docs":{},"s":{">":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":13,"docs":{"124":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":60,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"180":{"tf":2.449489742783178},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"217":{"tf":1.0},"219":{"tf":1.0}}}}}},"t":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"b":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.1622776601683795},"159":{"tf":1.7320508075688772}}},"2":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.4641016151377544},"159":{"tf":2.23606797749979}}},"3":{"=":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"b":{"3":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":3.1622776601683795},"159":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"=":{"$":{"(":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"48":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"48":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"154":{"tf":1.0},"156":{"tf":2.23606797749979},"157":{"tf":1.7320508075688772},"161":{"tf":2.0},"162":{"tf":2.0},"163":{"tf":3.3166247903554},"169":{"tf":2.0},"188":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"162":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"78":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"199":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}}}},"v":{"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":2.23606797749979},"143":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":3.4641016151377544},"183":{"tf":1.4142135623730951},"193":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}}}},"f":{"df":1,"docs":{"251":{"tf":1.0}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"9":{"tf":1.0}},"f":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":2.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"df":0,"docs":{}}},"df":19,"docs":{"110":{"tf":2.6457513110645907},"111":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"248":{"tf":2.449489742783178},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"69":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":38,"docs":{"110":{"tf":1.7320508075688772},"12":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":2.0},"22":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.0},"73":{"tf":1.0}}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":5.5677643628300215},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"150":{"tf":1.0},"180":{"tf":2.449489742783178},"199":{"tf":3.3166247903554},"248":{"tf":1.4142135623730951},"252":{"tf":2.0},"36":{"tf":2.0},"65":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":2.0},"95":{"tf":2.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"180":{"tf":1.0},"196":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":5.744562646538029}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"v":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":2.0},"112":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.7320508075688772},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":2.23606797749979},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"2":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.0}},"i":{"df":10,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"249":{"tf":1.0},"43":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":15,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":2.23606797749979},"108":{"tf":2.0},"109":{"tf":2.0},"119":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.605551275463989},"36":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":22.627416997969522},"252":{"tf":12.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"8":{"tf":4.123105625617661}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"166":{"tf":1.7320508075688772}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"#":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"\"":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"\"":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"\"":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"\"":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":9.327379053088816},"51":{"tf":1.0}}}}}}}},"df":4,"docs":{"173":{"tf":1.4142135623730951},"180":{"tf":1.0},"2":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.4142135623730951},"147":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"44":{"tf":1.7320508075688772},"59":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"&":{"#":{"df":0,"docs":{},"x":{"2":{"7":{";":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"'":{"df":0,"docs":{},"t":{"df":18,"docs":{"135":{"tf":1.0},"142":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":4.795831523312719},"252":{"tf":2.0},"3":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"193":{"tf":1.0},"248":{"tf":1.0},"7":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":1,"docs":{"248":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":2.23606797749979}}}}}}}}},"df":21,"docs":{"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":2.23606797749979},"166":{"tf":2.0},"167":{"tf":2.0},"169":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":3.0},"180":{"tf":2.0},"194":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":2.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"81":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.0},"180":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"103":{"tf":1.0},"248":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0}}}},"df":3,"docs":{"251":{"tf":1.0},"49":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":12,"docs":{"100":{"tf":1.0},"248":{"tf":1.0},"29":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":2.6457513110645907}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"189":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":2.0},"251":{"tf":12.649110640673518},"252":{"tf":4.47213595499958},"26":{"tf":2.23606797749979},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"248":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":7,"docs":{"180":{"tf":1.7320508075688772},"183":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"249":{"tf":1.0},"79":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"90":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"97":{"tf":1.0}}}}}},"y":{"@":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"d":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"142":{"tf":1.0},"24":{"tf":1.0}},"e":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"155":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"6":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"153":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":3,"docs":{"158":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"df":1,"docs":{"193":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"78":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":24,"docs":{"180":{"tf":2.23606797749979},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"245":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":8.602325267042627},"252":{"tf":3.1622776601683795}}}}},"o":{"d":{"df":7,"docs":{"142":{"tf":1.0},"180":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":12,"docs":{"119":{"tf":1.4142135623730951},"165":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"230":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"251":{"tf":6.244997998398398},"252":{"tf":2.23606797749979},"55":{"tf":1.0},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":23,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"248":{"tf":2.23606797749979},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.449489742783178}},"s":{"<":{"'":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":20.97617696340303},"252":{"tf":7.211102550927978}}},"y":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"v":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"10":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"180":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"249":{"tf":2.0},"252":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"q":{"df":7,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.7320508075688772},"251":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"163":{"tf":1.0},"49":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"252":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"r":{"(":{"df":1,"docs":{"72":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":3,"docs":{"2":{"tf":1.4142135623730951},"6":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":24,"docs":{"118":{"tf":1.7320508075688772},"12":{"tf":1.0},"124":{"tf":3.0},"144":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"165":{"tf":3.605551275463989},"166":{"tf":3.1622776601683795},"167":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"201":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"59":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":2.8284271247461903},"75":{"tf":1.4142135623730951},"77":{"tf":2.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"131":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":1,"docs":{"193":{"tf":1.4142135623730951}},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"c":{"df":2,"docs":{"252":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"101":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"44":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}},"v":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":48,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"27":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.6457513110645907},"71":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":2.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"185":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"251":{"tf":10.770329614269007},"252":{"tf":4.58257569495584}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"100":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}},"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"c":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":2.0},"244":{"tf":2.0}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":3,"docs":{"250":{"tf":1.0},"35":{"tf":2.23606797749979},"54":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":78,"docs":{"116":{"tf":2.23606797749979},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"189":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"229":{"tf":2.6457513110645907},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":3.0},"249":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.6457513110645907},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"43":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"73":{"tf":4.242640687119285},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"227":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":2.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"244":{"tf":2.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"251":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":19,"docs":{"137":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"148":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":2.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"157":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"106":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"198":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":1,"docs":{"248":{"tf":1.7320508075688772}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"49":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":8.660254037844387},"85":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"252":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"6":{"4":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":33,"docs":{"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":3.3166247903554},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"183":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"118":{"tf":3.7416573867739413},"124":{"tf":1.0},"166":{"tf":2.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"165":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":3,"docs":{"180":{"tf":1.0},"229":{"tf":1.4142135623730951},"248":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"249":{"tf":2.449489742783178}}},"df":15,"docs":{"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"183":{"tf":1.0},"235":{"tf":2.0},"244":{"tf":3.0},"27":{"tf":1.0},"49":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.0},"17":{"tf":1.7320508075688772},"248":{"tf":1.0},"250":{"tf":3.0},"252":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"6":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"183":{"tf":1.0},"58":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903}},"l":{"df":3,"docs":{"2":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{">":{"<":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":2.6457513110645907}}}}}}}}},"df":5,"docs":{"106":{"tf":1.0},"22":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"251":{"tf":1.0}}},"i":{"df":7,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"169":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"148":{"tf":2.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"37":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"180":{"tf":1.0},"33":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":34,"docs":{"110":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":3.1622776601683795},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"180":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"251":{"tf":21.702534414210707},"252":{"tf":11.61895003862225},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.0},"73":{"tf":2.0},"8":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.7320508075688772}},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"(":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"111":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"180":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":1,"docs":{"225":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.7320508075688772},"198":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}},"x":{"df":2,"docs":{"201":{"tf":1.0},"77":{"tf":1.0}},"e":{"d":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"w":{"'":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"248":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":34,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"132":{"tf":2.449489742783178},"133":{"tf":3.7416573867739413},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.23606797749979},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.449489742783178},"148":{"tf":2.0},"175":{"tf":1.4142135623730951},"180":{"tf":2.449489742783178},"185":{"tf":2.0},"186":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":3.1622776601683795},"249":{"tf":1.0},"38":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"92":{"tf":1.7320508075688772},"95":{"tf":3.4641016151377544},"99":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0}}}},"n":{"(":{"&":{"a":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"b":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"i":{"3":{"2":{"df":2,"docs":{"16":{"tf":2.0},"23":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}},"1":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"2":{"(":{"&":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772}}},"3":{"(":{"&":{"b":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772}}},"4":{"(":{"&":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"5":{"(":{"&":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"248":{"tf":1.0},"47":{"tf":2.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":11,"docs":{"14":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"i":{"d":{"1":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"2":{"df":2,"docs":{"17":{"tf":2.0},"27":{"tf":2.0}}},"3":{"df":2,"docs":{"17":{"tf":2.0},"27":{"tf":2.0}}},"4":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"5":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0}},"f":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"248":{"tf":2.0}}}}},"df":31,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":3.605551275463989},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":4.358898943540674},"248":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"47":{"tf":4.47213595499958},"49":{"tf":1.7320508075688772},"85":{"tf":1.0},"96":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178}},"s":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":33,"docs":{"11":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"180":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":10.816653826391969},"252":{"tf":10.0},"26":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.0}}}}}},"r":{"=":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"\"":{">":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"\"":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{":":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{">":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"(":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"180":{"tf":1.0},"245":{"tf":1.0}}}}},"m":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"=":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"136":{"tf":1.4142135623730951},"141":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.7320508075688772},"180":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"73":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"86":{"tf":2.0},"87":{"tf":1.0},"90":{"tf":2.449489742783178}},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":6,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":22.80350850198276},"252":{"tf":9.16515138991168},"45":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":3,"docs":{"169":{"tf":1.0},"199":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":26,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"14":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":2.6457513110645907},"86":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"249":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}}},"l":{"df":1,"docs":{"248":{"tf":1.0}},"i":{"df":3,"docs":{"47":{"tf":1.0},"65":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951}}}}},"n":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"17":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"26":{"tf":1.0}}},"df":52,"docs":{"101":{"tf":1.0},"11":{"tf":2.0},"14":{"tf":2.23606797749979},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.0},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.23606797749979},"21":{"tf":2.0},"22":{"tf":2.8284271247461903},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":2.8284271247461903},"249":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"250":{"tf":2.0},"26":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"81":{"tf":2.0},"85":{"tf":1.7320508075688772}}}}}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":7.280109889280518}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"73":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"230":{"tf":1.7320508075688772},"251":{"tf":3.1622776601683795},"27":{"tf":1.0},"85":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"6":{"tf":1.0},"81":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"162":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.4641016151377544},"48":{"tf":1.0},"49":{"tf":2.0},"54":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"t":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"180":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":12,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"150":{"tf":1.0},"180":{"tf":2.0},"36":{"tf":2.0},"97":{"tf":3.3166247903554},"98":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"173":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}},"n":{"df":7,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"81":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"248":{"tf":1.7320508075688772},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":8,"docs":{"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":1,"docs":{"29":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":6,"docs":{"180":{"tf":1.4142135623730951},"183":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":2.8284271247461903},"28":{"tf":1.0},"85":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":2.6457513110645907}}}}}}},"r":{"a":{"b":{"df":1,"docs":{"180":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":17.88854381999832},"252":{"tf":9.9498743710662}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"186":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"(":{"a":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"185":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":30,"docs":{"11":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"144":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"51":{"tf":2.6457513110645907},"52":{"tf":2.449489742783178},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"248":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0}}}},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"180":{"tf":1.0},"251":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}},"w":{"df":2,"docs":{"133":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{";":{"a":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"b":{"2":{"b":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"2":{"b":{"2":{"b":{"1":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"2":{"b":{"3":{"b":{"3":{"b":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"1":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"b":{"3":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"1":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"⚙":{"df":0,"docs":{},"️":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"c":{"b":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"c":{"b":{"df":3,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"156":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📥":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"b":{"b":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"🪣":{"df":0,"docs":{},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"189":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📤":{"df":0,"docs":{},"s":{"3":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"b":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"🪣":{"df":0,"docs":{},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"📤":{"df":0,"docs":{},"s":{"3":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"2":{"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"3":{"b":{"3":{"b":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"156":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"n":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"2":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"5":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}},"f":{"df":0,"docs":{},"n":{"2":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"25":{"tf":1.0}}},"2":{"df":5,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":6,"docs":{"24":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"3":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"4":{"df":7,"docs":{"25":{"tf":1.0},"27":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}}},"3":{"df":6,"docs":{"24":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"4":{"df":1,"docs":{"23":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"5":{"df":3,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}},"f":{"df":0,"docs":{},"n":{"2":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":2.0}}},"3":{"df":1,"docs":{"24":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"4":{":":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"193":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"1":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"h":{"2":{">":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"251":{"tf":1.0}}},"4":{">":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":13,"docs":{"118":{"tf":1.0},"124":{"tf":1.4142135623730951},"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"157":{"tf":1.0},"164":{"tf":1.4142135623730951},"22":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"123":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"153":{"tf":1.0},"248":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"180":{"tf":1.0},"251":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"248":{"tf":1.0},"47":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"1":{"tf":1.0},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"19":{"tf":1.0},"252":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"n":{"c":{"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"180":{"tf":2.23606797749979},"229":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":8.12403840463596}}}},"df":6,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":2.0},"229":{"tf":1.7320508075688772},"252":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"161":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"150":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"92":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"73":{"tf":4.123105625617661},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"148":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":2.449489742783178}},"i":{"df":2,"docs":{"136":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951}}}}}}}},"m":{"a":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"d":{"df":8,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":8.54400374531753}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":1.0},"81":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0}}}}},"p":{"c":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"=":{"\"":{"#":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"\"":{">":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\"":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{">":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"\"":{">":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"\"":{">":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":3.872983346207417}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"0":{"0":{"0":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":2.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":5.916079783099616},"252":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"196":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":2.23606797749979}},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"9":{"1":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"0":{".":{"1":{".":{"1":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":3.872983346207417}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"6":{"8":{"8":{"1":{"2":{"8":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"163":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.0},"79":{"tf":1.0},"86":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}}}},"i":{"'":{"d":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":5,"docs":{"142":{"tf":1.0},"148":{"tf":1.0},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"3":{"2":{"df":2,"docs":{"16":{"tf":3.0},"23":{"tf":3.0}}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}},"n":{"a":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":2.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"df":0,"docs":{},"s":{">":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"\"":{">":{"<":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{">":{"<":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":18,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"165":{"tf":3.0},"225":{"tf":2.0},"248":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"248":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":1.0}},"l":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"156":{"tf":2.0},"157":{"tf":1.7320508075688772},"158":{"tf":4.898979485566356},"159":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}},"i":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979}}}}}}}},"n":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"b":{"c":{"d":{"1":{"2":{"3":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"141":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"49":{"tf":1.0}}}},"df":12,"docs":{"118":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":2.0},"242":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":2.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"85":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":34,"docs":{"13":{"tf":1.0},"131":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":2.23606797749979},"22":{"tf":2.23606797749979},"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"46":{"tf":1.0},"49":{"tf":1.0}}},"df":13,"docs":{"118":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":5,"docs":{"148":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":9.273618495495704},"47":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"34":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"136":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"59":{"tf":1.0},"90":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"c":{".":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":11,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":24.372115213907882},"252":{"tf":16.61324772583615},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"132":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"176":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"72":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}},"x":{"df":0,"docs":{},"e":{"d":{"d":{"b":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"57":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}},"o":{"df":3,"docs":{"165":{"tf":7.54983443527075},"229":{"tf":1.0},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":2.8284271247461903},"169":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":2.0},"166":{"tf":2.0},"167":{"tf":1.7320508075688772},"180":{"tf":2.449489742783178},"184":{"tf":1.4142135623730951},"199":{"tf":1.0},"229":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"251":{"tf":8.774964387392123},"252":{"tf":3.1622776601683795},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":3.3166247903554},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":3.1622776601683795},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":4.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":17,"docs":{"103":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":2.23606797749979}}}}}},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"<":{"df":0,"docs":{},"i":{">":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":12,"docs":{"15":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"187":{"tf":2.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"235":{"tf":2.8284271247461903},"244":{"tf":2.8284271247461903},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"73":{"tf":1.0},"81":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":1,"docs":{"142":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"150":{"tf":1.0},"252":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"n":{"c":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"29":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":4,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"31":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"13":{"tf":1.0},"251":{"tf":1.0}},"r":{"df":4,"docs":{"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"245":{"tf":1.0},"28":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":2.8284271247461903},"180":{"tf":1.7320508075688772},"191":{"tf":1.0},"35":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":4,"docs":{"193":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":2.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"a":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"v":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"219":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951}}}}},"df":58,"docs":{"116":{"tf":1.0},"118":{"tf":2.6457513110645907},"124":{"tf":2.0},"125":{"tf":2.449489742783178},"126":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"141":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":2.0},"222":{"tf":1.4142135623730951},"223":{"tf":2.0},"224":{"tf":2.23606797749979},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"227":{"tf":2.0},"228":{"tf":2.0},"229":{"tf":2.8284271247461903},"230":{"tf":2.6457513110645907},"231":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":2.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"252":{"tf":3.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"127":{"tf":1.0},"219":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"230":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"21":{"tf":1.0}},"e":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"248":{"tf":1.0},"25":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}}}}},"o":{"c":{"df":8,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"22":{"tf":2.0}}},"df":0,"docs":{},"k":{"df":10,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}}}},"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"\"":{"1":{".":{"2":{".":{"3":{".":{"4":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}},"df":0,"docs":{}}}}}},"s":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"_":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}},"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"248":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":6,"docs":{"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"51":{"tf":1.0},"80":{"tf":1.0}}}}},"t":{"'":{"df":10,"docs":{"146":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":10,"docs":{"124":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"189":{"tf":1.0},"248":{"tf":1.4142135623730951},"52":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}},"(":{"df":1,"docs":{"37":{"tf":1.0}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"2":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"3":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},"4":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}},":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"72":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"47":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"31":{"tf":1.0},"52":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"72":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"248":{"tf":2.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"43":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"195":{"tf":1.0},"30":{"tf":1.0}},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"'":{"df":1,"docs":{"248":{"tf":1.0}}},"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":71,"docs":{"11":{"tf":2.0},"110":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"118":{"tf":3.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"132":{"tf":2.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":4.0},"143":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"147":{"tf":3.605551275463989},"148":{"tf":2.6457513110645907},"180":{"tf":4.358898943540674},"185":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"248":{"tf":5.830951894845301},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"28":{"tf":2.449489742783178},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":1.7320508075688772},"35":{"tf":3.0},"36":{"tf":2.23606797749979},"37":{"tf":2.6457513110645907},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"49":{"tf":2.0},"50":{"tf":3.0},"51":{"tf":2.449489742783178},"52":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{",":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"144":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}},"o":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"v":{"a":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"q":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"s":{"df":2,"docs":{"248":{"tf":1.0},"251":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"163":{"tf":2.0},"183":{"tf":2.0},"196":{"tf":1.0},"251":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"ń":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"230":{"tf":1.0},"248":{"tf":1.0},"6":{"tf":1.0}}}},"l":{"df":1,"docs":{"251":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"\"":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"12":{"tf":1.0},"183":{"tf":1.4142135623730951},"198":{"tf":1.0},"249":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"143":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":8.717797887081348},"252":{"tf":8.06225774829855},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"142":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":2.23606797749979},"241":{"tf":1.0},"248":{"tf":1.0},"26":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.7320508075688772},"86":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":6,"docs":{"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"5":{"2":{"5":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"1":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":3.872983346207417}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"166":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":2.8284271247461903},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"248":{"tf":1.7320508075688772},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"248":{"tf":1.0},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.0},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"32":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"251":{"tf":10.770329614269007},"252":{"tf":4.123105625617661}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"248":{"tf":1.0},"252":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"183":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":100,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0}}}},"v":{"df":1,"docs":{"169":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"252":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":4.795831523312719}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"ń":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"178":{"tf":1.0},"90":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"118":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"180":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{">":{"<":{"a":{"df":1,"docs":{"251":{"tf":4.898979485566356}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":9.643650760992955}}}},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.426149773176359}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":38.691084244306204},"252":{"tf":18.24828759089466}},"e":{"<":{"/":{"a":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"<":{"/":{"df":0,"docs":{},"h":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":20.0},"252":{"tf":7.0}}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"96":{"tf":3.4641016151377544}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"176":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":16.61324772583615},"252":{"tf":12.569805089976535},"30":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"180":{"tf":1.0},"186":{"tf":1.4142135623730951},"251":{"tf":1.0}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":9,"docs":{"110":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"17":{"tf":1.0},"193":{"tf":1.4142135623730951},"217":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"=":{"$":{"(":{"(":{"$":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"k":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"x":{"df":3,"docs":{"129":{"tf":1.0},"150":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":3.0},"101":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":6.48074069840786},"252":{"tf":4.58257569495584},"71":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"2":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"1":{"tf":1.0},"142":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"22":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":1,"docs":{"251":{"tf":1.0}}},"o":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"162":{"tf":3.0},"163":{"tf":2.23606797749979},"36":{"tf":1.0},"7":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"183":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"252":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"165":{"tf":2.0}}}}}}},"df":5,"docs":{"251":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"c":{"df":38,"docs":{"11":{"tf":1.4142135623730951},"14":{"tf":2.0},"147":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"174":{"tf":1.0},"18":{"tf":2.23606797749979},"180":{"tf":2.449489742783178},"181":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"248":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"180":{"tf":1.7320508075688772},"183":{"tf":1.0},"248":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"166":{"tf":2.0},"249":{"tf":1.0},"39":{"tf":1.0}}}}},"p":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.0}}},"s":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}},"t":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"249":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"73":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":2,"docs":{"169":{"tf":1.0},"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"131":{"tf":1.7320508075688772},"248":{"tf":1.0},"252":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":10,"docs":{"17":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":2.449489742783178},"27":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"65":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"n":{"df":7,"docs":{"165":{"tf":4.58257569495584},"17":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.7320508075688772}}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"101":{"tf":1.0},"136":{"tf":1.4142135623730951},"163":{"tf":1.0},"180":{"tf":2.449489742783178},"201":{"tf":1.4142135623730951},"21":{"tf":1.0},"248":{"tf":2.6457513110645907},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"133":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"10":{"tf":1.0},"249":{"tf":1.0},"9":{"tf":1.7320508075688772}},"i":{"df":3,"docs":{"2":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"208":{"tf":1.4142135623730951},"75":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"y":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}}},"p":{"(":{"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"147":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"á":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"188":{"tf":1.0},"189":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"250":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":100,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"252":{"tf":3.1622776601683795}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"144":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.0}}}}}}}},"df":0,"docs":{}},"d":{"5":{"df":2,"docs":{"188":{"tf":1.0},"252":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"141":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"241":{"tf":1.0},"251":{"tf":21.908902300206645},"252":{"tf":7.745966692414834},"28":{"tf":1.0},"44":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"5":{"tf":1.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"m":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.306623862918075}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"g":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"252":{"tf":7.211102550927978}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"201":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"76":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.7320508075688772}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}},"df":2,"docs":{"252":{"tf":2.8284271247461903},"90":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":11,"docs":{"145":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"6":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":2.23606797749979},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"z":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":2,"docs":{"249":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":2.0}}}}}}}},"s":{"df":1,"docs":{"248":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"180":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":9.899494936611665}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"35":{"tf":1.0},"58":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"49":{"tf":1.0},"94":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"251":{"tf":15.491933384829668},"252":{"tf":6.164414002968976}},"i":{"df":7,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":2.0},"248":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":8.774964387392123},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":15,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.0},"163":{"tf":1.0},"230":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"47":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"124":{"tf":1.4142135623730951},"129":{"tf":1.0},"131":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.7320508075688772},"219":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"248":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"95":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"154":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"144":{"tf":1.0},"248":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"141":{"tf":1.0},"179":{"tf":1.0}}}},"df":26,"docs":{"12":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":4.0},"17":{"tf":3.3166247903554},"184":{"tf":1.0},"185":{"tf":1.0},"196":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":2.23606797749979},"22":{"tf":2.23606797749979},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"23":{"tf":2.449489742783178},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"244":{"tf":2.0},"27":{"tf":3.3166247903554},"47":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":2.6457513110645907}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},":":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{">":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":15,"docs":{"166":{"tf":2.0},"17":{"tf":2.0},"180":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"251":{"tf":13.152946437965905},"252":{"tf":6.164414002968976},"27":{"tf":2.0},"30":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"248":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":6,"docs":{"133":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"179":{"tf":1.0},"189":{"tf":1.0},"248":{"tf":1.7320508075688772},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.4142135623730951}},"e":{"d":{"df":52,"docs":{"100":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":2.0},"142":{"tf":2.6457513110645907},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"180":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":3.0},"249":{"tf":1.0},"250":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":2.8284271247461903},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.449489742783178},"96":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":4.69041575982343}}}}}},"t":{"df":2,"docs":{"180":{"tf":1.0},"252":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":1.0},"78":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"133":{"tf":1.4142135623730951}}}}},"w":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"141":{"tf":2.23606797749979},"225":{"tf":1.0},"248":{"tf":2.449489742783178},"252":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"142":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"248":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"124":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"230":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"181":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"248":{"tf":1.7320508075688772},"26":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}}}},"m":{"df":1,"docs":{"252":{"tf":1.0}}},"n":{"df":13,"docs":{"127":{"tf":1.0},"129":{"tf":2.0},"180":{"tf":1.0},"186":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"251":{"tf":10.954451150103322},"252":{"tf":4.123105625617661},"35":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":12,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"73":{"tf":2.449489742783178},"82":{"tf":1.0},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":7.211102550927978}}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"180":{"tf":1.0},"196":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":2.449489742783178},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"27":{"tf":1.0}}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":18,"docs":{"129":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"h":{"df":8,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"i":{"c":{"df":3,"docs":{"251":{"tf":25.96150997149434},"252":{"tf":14.832396974191326},"36":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":2,"docs":{"165":{"tf":2.449489742783178},"248":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"w":{"df":7,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":1,"docs":{"90":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}},"m":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}},"df":14,"docs":{"100":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"235":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0}}}}},"df":1,"docs":{"251":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"82":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}}},"o":{">":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}},"e":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"183":{"tf":1.4142135623730951},"189":{"tf":1.0}}}}}},"df":6,"docs":{"13":{"tf":1.0},"183":{"tf":1.4142135623730951},"198":{"tf":1.0},"251":{"tf":15.524174696260024},"252":{"tf":5.291502622129181},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.0},"252":{"tf":7.745966692414834}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"183":{"tf":1.0},"235":{"tf":3.872983346207417},"244":{"tf":3.872983346207417}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"222":{"tf":1.0},"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"_":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772}}},"l":{"d":{"df":4,"docs":{"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":32,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":2.0},"116":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.7320508075688772},"136":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"29":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{":":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"96":{"tf":1.0}}}}},"p":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":4.123105625617661}}}}}},"r":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}}},"s":{":":{":":{"df":0,"docs":{},"{":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"28":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"78":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.4142135623730951}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"248":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":2.23606797749979},"24":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":4.69041575982343}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"252":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":15.491933384829668},"252":{"tf":9.643650760992955}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":26,"docs":{"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.23606797749979},"137":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":2.0},"180":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.23606797749979},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":2.449489742783178},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{":":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"141":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"147":{"tf":1.0},"180":{"tf":1.7320508075688772},"22":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.366600265340756},"7":{"tf":1.0},"84":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"248":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0}}},"2":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"180":{"tf":3.0},"187":{"tf":2.0},"188":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":2.8284271247461903},"230":{"tf":1.0},"235":{"tf":2.0},"244":{"tf":2.0},"248":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":3.4641016151377544},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":2.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":3.605551275463989},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.23606797749979}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":15,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.4142135623730951},"27":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"141":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"6":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":14.696938456699069},"252":{"tf":5.385164807134504}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}}}}},"o":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"p":{"2":{"5":{"6":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"df":1,"docs":{"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}}}}},"df":13,"docs":{"18":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.4142135623730951},"248":{"tf":1.0},"251":{"tf":4.898979485566356},"252":{"tf":2.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"78":{"tf":1.0},"95":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"248":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"158":{"tf":2.0},"180":{"tf":1.0},"214":{"tf":1.4142135623730951},"224":{"tf":2.0},"225":{"tf":1.0},"25":{"tf":1.0}}}}}},"m":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":34,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"198":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"227":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":3.0},"244":{"tf":2.6457513110645907},"248":{"tf":5.656854249492381},"249":{"tf":2.0},"250":{"tf":2.8284271247461903},"42":{"tf":2.0},"43":{"tf":2.0},"44":{"tf":2.6457513110645907},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":4.242640687119285},"48":{"tf":2.23606797749979},"49":{"tf":2.449489742783178},"50":{"tf":3.605551275463989},"69":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":46,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"142":{"tf":1.4142135623730951},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":4.358898943540674},"181":{"tf":1.0},"189":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"23":{"tf":1.0},"248":{"tf":3.0},"250":{"tf":2.0},"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"70":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"154":{"tf":1.4142135623730951},"248":{"tf":1.0},"85":{"tf":1.0}},"s":{"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"_":{">":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},">":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"49":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":2,"docs":{"248":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}},"{":{",":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"72":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":43,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":12.649110640673518},"252":{"tf":4.69041575982343},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"116":{"tf":1.0},"248":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"q":{"df":4,"docs":{"230":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"179":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":8.12403840463596},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"251":{"tf":8.831760866327848},"252":{"tf":3.4641016151377544}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":15,"docs":{"124":{"tf":1.0},"147":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":3.0},"198":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":3,"docs":{"178":{"tf":1.0},"251":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":16.73320053068151},"252":{"tf":5.916079783099616}}}}},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"/":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"188":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":10,"docs":{"135":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"8":{"tf":2.0},"92":{"tf":1.0}}}}},"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}},"s":{"=":{"3":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"163":{"tf":1.7320508075688772}}},"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":37,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":3.872983346207417},"181":{"tf":1.0},"183":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":2.0},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"94":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":2.23606797749979}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"x":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"252":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"81":{"tf":2.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":2,"docs":{"251":{"tf":6.4031242374328485},"252":{"tf":2.23606797749979}}}}}},"df":12,"docs":{"110":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"154":{"tf":1.0},"165":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"175":{"tf":1.0},"23":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":12.083045973594572}}}},"t":{"df":1,"docs":{"252":{"tf":7.810249675906654}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"251":{"tf":8.888194417315589},"252":{"tf":3.1622776601683795}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"252":{"tf":10.246950765959598},"73":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"183":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"&":{"'":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":4,"docs":{"189":{"tf":1.0},"21":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"29":{"tf":1.7320508075688772},"63":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"180":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"86":{"tf":1.0}}}}},"k":{"c":{"df":0,"docs":{},"s":{"8":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"n":{"df":1,"docs":{"3":{"tf":1.0}}},"y":{"df":1,"docs":{"1":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"14":{"tf":1.0},"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"142":{"tf":1.0},"17":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"248":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":7.14142842854285}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":16,"docs":{"116":{"tf":1.0},"124":{"tf":1.0},"142":{"tf":1.7320508075688772},"180":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.4142135623730951},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989},"45":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"2":{"tf":1.0},"39":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"103":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}}},"df":9,"docs":{"148":{"tf":2.449489742783178},"180":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"201":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"30":{"tf":1.0},"50":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":20,"docs":{"101":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"180":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"86":{"tf":2.6457513110645907},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":4.0}}}}},"s":{"df":1,"docs":{"129":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":9,"docs":{"133":{"tf":2.0},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":2.23606797749979}},"s":{"df":4,"docs":{"108":{"tf":1.0},"198":{"tf":1.0},"248":{"tf":1.0},"43":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"251":{"tf":4.795831523312719},"252":{"tf":2.0},"27":{"tf":1.4142135623730951}},"f":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"161":{"tf":2.6457513110645907},"162":{"tf":2.8284271247461903},"163":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"1":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"3":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"a":{"df":4,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":3.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"141":{"tf":1.0},"250":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.0}}}},"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"248":{"tf":1.0},"251":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}}}}},"df":15,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":4.58257569495584},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"185":{"tf":1.0},"2":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"52":{"tf":1.0},"59":{"tf":1.7320508075688772},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":11,"docs":{"124":{"tf":1.0},"180":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":5,"docs":{"100":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.898979485566356},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":2,"docs":{"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":26,"docs":{"100":{"tf":3.7416573867739413},"101":{"tf":1.7320508075688772},"102":{"tf":2.23606797749979},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"180":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":2.0},"248":{"tf":2.8284271247461903},"249":{"tf":1.4142135623730951},"44":{"tf":1.0},"92":{"tf":1.7320508075688772},"95":{"tf":3.4641016151377544},"97":{"tf":1.7320508075688772},"99":{"tf":2.0}},"e":{"/":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"}":{"/":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"252":{"tf":3.4641016151377544}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"199":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":2.23606797749979}},"e":{"=":{"$":{"2":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0}},"e":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"3":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"$":{"(":{"(":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"=":{"$":{"1":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":3,"docs":{"162":{"tf":3.4641016151377544},"163":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951}}}}}}},"df":22,"docs":{"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.7320508075688772},"225":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"73":{"tf":2.6457513110645907},"79":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":3.1622776601683795},"82":{"tf":2.0},"83":{"tf":1.7320508075688772},"84":{"tf":2.0},"85":{"tf":3.1622776601683795},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"180":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":3.3166247903554},"36":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.8284271247461903}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":40,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.4142135623730951},"180":{"tf":2.6457513110645907},"183":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":17.88854381999832},"252":{"tf":11.269427669584644},"28":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":2.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":12,"docs":{"188":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"230":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":3.0},"96":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"181":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":7.280109889280518}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"73":{"tf":3.872983346207417},"79":{"tf":1.0},"84":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"0":{"tf":1.0},"180":{"tf":1.0},"251":{"tf":16.64331697709324},"252":{"tf":10.04987562112089},"3":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"36":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":3.7416573867739413},"79":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"q":{"df":2,"docs":{"202":{"tf":1.7320508075688772},"247":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{";":{"[":{"]":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.1622776601683795},"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":3.7416573867739413},"252":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"n":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"199":{"tf":1.0}},"g":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":2.23606797749979},"81":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":1,"docs":{"251":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}},"c":{".":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"62":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":2.23606797749979},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"111":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":2.0},"180":{"tf":1.4142135623730951},"252":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"i":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"180":{"tf":1.0},"235":{"tf":1.4142135623730951},"245":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"180":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"72":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":2.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"172":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"131":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"3":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":8,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"t":{">":{"(":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"58":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"180":{"tf":1.0},"196":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":6.48074069840786}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}},"u":{"c":{"df":9,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"142":{"tf":1.7320508075688772},"179":{"tf":1.0},"248":{"tf":1.4142135623730951},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"148":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.8284271247461903},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":2.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"18":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"37":{"tf":1.0}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":7,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"162":{"tf":1.4142135623730951},"34":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"70":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"51":{"tf":1.0}}},"df":9,"docs":{"18":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178},"67":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0}}},"v":{"df":11,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"148":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":7,"docs":{"142":{"tf":1.0},"148":{"tf":2.0},"163":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":2.23606797749979},"58":{"tf":1.0},"73":{"tf":3.605551275463989}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"180":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"119":{"tf":1.0},"124":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.0},"30":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"16":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"45":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":5.0990195135927845}},"t":{"df":2,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.47213595499958}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"219":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"r":{"df":20,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"251":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"v":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.6457513110645907}}}}},"i":{"d":{"df":2,"docs":{"14":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"251":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":2.0},"248":{"tf":1.0}}}},"v":{"df":3,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"47":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":21,"docs":{"11":{"tf":1.0},"12":{"tf":2.8284271247461903},"13":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":2.449489742783178},"178":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":2.8284271247461903},"248":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"a":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"<":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"(":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"52":{"tf":1.0}}},"2":{"df":1,"docs":{"52":{"tf":1.0}}},"3":{"df":1,"docs":{"52":{"tf":1.0}}},"4":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{":":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{">":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{">":{"(":{")":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"196":{"tf":1.0},"2":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"81":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"131":{"tf":1.4142135623730951},"73":{"tf":2.0},"84":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":7.416198487095663}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"<":{"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":5,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":12,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":4.242640687119285},"2":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.7416573867739413},"6":{"tf":1.0},"85":{"tf":1.0}}}},"m":{"df":9,"docs":{"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"241":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":3.7416573867739413}}}}},"df":3,"docs":{"20":{"tf":2.8284271247461903},"21":{"tf":3.4641016151377544},"22":{"tf":2.449489742783178}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"119":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":24,"docs":{"118":{"tf":3.605551275463989},"12":{"tf":1.0},"124":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.0},"165":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.7320508075688772},"232":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.0},"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"179":{"tf":1.4142135623730951},"248":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.1622776601683795},"36":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"a":{"b":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"1":{"2":{"3":{"4":{"5":{"6":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"f":{"c":{"#":{"2":{"6":{"0":{"2":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"7":{"9":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"250":{"tf":1.0}}},"df":2,"docs":{"114":{"tf":1.0},"97":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":5,"docs":{"180":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":8.06225774829855},"6":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"6":{"tf":1.0}}}}},"m":{"df":11,"docs":{"114":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"183":{"tf":1.0},"97":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":2,"docs":{"251":{"tf":4.123105625617661},"252":{"tf":1.0}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"n":{")":{"<":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"116":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"180":{"tf":2.8284271247461903},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":2.0},"91":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.7320508075688772},"81":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"#":{"2":{"2":{"7":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":1,"docs":{"13":{"tf":1.0}}},"c":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"251":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":3,"docs":{"150":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":2,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"x":{".":{"0":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"df":4,"docs":{"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"190":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":2.0}}}}},"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"180":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"!":{"(":{"\"":{"df":0,"docs":{},"s":{"3":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{">":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":8,"docs":{"144":{"tf":1.0},"180":{"tf":1.0},"190":{"tf":1.0},"225":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":18,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":6.082762530298219},"252":{"tf":3.0},"45":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"153":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"59":{"tf":1.0}}}},"y":{"df":1,"docs":{"180":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":8,"docs":{"15":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"<":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979},"96":{"tf":2.0},"98":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"<":{"'":{"_":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"47":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"d":{"df":1,"docs":{"249":{"tf":2.0}},"k":{"df":2,"docs":{"249":{"tf":2.0},"251":{"tf":2.23606797749979}}}},"df":4,"docs":{"249":{"tf":2.0},"251":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}}}}}},"n":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.0}}}},"c":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"150":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"51":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"100":{"tf":1.0},"12":{"tf":1.0},"142":{"tf":1.0},"180":{"tf":2.0},"2":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":2.8284271247461903},"48":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"92":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"248":{"tf":1.4142135623730951},"28":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"235":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"0":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},".":{"0":{")":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"17":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}},"1":{")":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{")":{"(":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"'":{"_":{"df":2,"docs":{"250":{"tf":1.0},"47":{"tf":3.0}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"2":{"df":1,"docs":{"85":{"tf":1.0}}},"3":{"df":1,"docs":{"85":{"tf":1.0}}},"4":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"49":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"<":{"'":{"_":{">":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":2.0},"47":{"tf":2.8284271247461903}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.7320508075688772},"21":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"49":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"l":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":7.874007874011811}}}},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"166":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"136":{"tf":1.0},"248":{"tf":1.0},"78":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"129":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"130":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"200":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795},"50":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}}}}}}},"r":{"d":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"251":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"118":{"tf":1.7320508075688772},"124":{"tf":2.0},"137":{"tf":1.0},"158":{"tf":1.4142135623730951},"180":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"45":{"tf":2.23606797749979},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"50":{"tf":2.449489742783178},"73":{"tf":3.7416573867739413},"78":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"45":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"252":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"167":{"tf":1.0},"180":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"47":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"c":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":2.8284271247461903},"165":{"tf":2.449489742783178},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":3.7416573867739413},"35":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"105":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"195":{"tf":1.0},"249":{"tf":1.0},"87":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.0}}}}}},"h":{"a":{"1":{"df":1,"docs":{"251":{"tf":1.0}}},"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":24.49489742783178},"252":{"tf":13.856406460551018}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"175":{"tf":1.0},"251":{"tf":6.48074069840786},"252":{"tf":2.23606797749979},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"150":{"tf":1.0},"180":{"tf":2.0},"183":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"133":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"180":{"tf":1.0},"248":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"180":{"tf":1.0}}},"w":{"df":24,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"36":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"92":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":3,"docs":{"110":{"tf":1.0},"249":{"tf":1.0},"34":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"251":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"4":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"131":{"tf":1.0},"248":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"180":{"tf":1.0},"248":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"i":{"df":3,"docs":{"252":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"57":{"tf":1.0}}}}},"l":{"a":{"b":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":3.1622776601683795}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"_":{"c":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"k":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}},"i":{"df":1,"docs":{"251":{"tf":3.1622776601683795}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"46":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":55,"docs":{"127":{"tf":1.0},"133":{"tf":2.0},"143":{"tf":1.7320508075688772},"180":{"tf":2.0},"181":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":8.831760866327848},"252":{"tf":23.600847442411894},"3":{"tf":1.0},"73":{"tf":3.0}},"e":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"141":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"248":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"189":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"180":{"tf":1.4142135623730951},"201":{"tf":1.0},"248":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"180":{"tf":1.0},"70":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"248":{"tf":2.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":12,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"180":{"tf":1.0},"251":{"tf":21.908902300206645},"252":{"tf":8.888194417315589},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"198":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"147":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.123105625617661}}}},"df":0,"docs":{},"f":{"df":16,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":2.449489742783178},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"251":{"tf":6.0},"252":{"tf":3.7416573867739413},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":9,"docs":{"189":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"8":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"df":3,"docs":{"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"c":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"$":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"a":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"/":{"a":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{":":{"<":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"=":{"$":{"(":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}},"}":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":16,"docs":{"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":4.898979485566356},"159":{"tf":2.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":2.8284271247461903},"169":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"48":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"72":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.0}}},"l":{"df":1,"docs":{"252":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"251":{"tf":1.0}},"o":{"df":0,"docs":{},"i":{"d":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"241":{"tf":1.7320508075688772}}},"l":{"df":3,"docs":{"161":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"252":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"123":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":3.605551275463989},"179":{"tf":1.0},"180":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.4142135623730951},"52":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}},"e":{"1":{"df":1,"docs":{"53":{"tf":1.0}}},"2":{"df":1,"docs":{"53":{"tf":1.0}}},"3":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":1,"docs":{"53":{"tf":1.0}}},"_":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"b":{"df":1,"docs":{"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"123":{"tf":1.4142135623730951},"148":{"tf":1.0},"44":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":7,"docs":{"250":{"tf":2.8284271247461903},"37":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":7,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":2.6457513110645907},"44":{"tf":1.0},"47":{"tf":2.23606797749979},"69":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"148":{"tf":1.0},"250":{"tf":2.6457513110645907},"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"148":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"44":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":75,"docs":{"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":2.449489742783178},"109":{"tf":2.8284271247461903},"110":{"tf":3.0},"111":{"tf":4.0},"112":{"tf":2.449489742783178},"113":{"tf":1.0},"114":{"tf":2.449489742783178},"115":{"tf":1.0},"118":{"tf":2.0},"124":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":2.0},"141":{"tf":3.3166247903554},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"169":{"tf":1.0},"173":{"tf":2.0},"179":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"188":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.7320508075688772},"248":{"tf":4.898979485566356},"249":{"tf":3.3166247903554},"250":{"tf":1.7320508075688772},"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584},"29":{"tf":3.605551275463989},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":3.3166247903554},"36":{"tf":3.1622776601683795},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"50":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"55":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"6":{"tf":1.0},"62":{"tf":3.0},"63":{"tf":2.8284271247461903},"64":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":2.23606797749979},"67":{"tf":2.0},"68":{"tf":2.23606797749979},"69":{"tf":2.449489742783178},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":2.8284271247461903},"81":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"180":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"_":{"*":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"144":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"d":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"109":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"107":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"249":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"248":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"df":3,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"df":6,"docs":{"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"235":{"tf":3.0},"244":{"tf":3.0}}},"df":0,"docs":{}},"u":{"df":11,"docs":{"110":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"36":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"84":{"tf":1.0},"97":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"m":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{":":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"235":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"p":{"(":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"3":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"234":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"1":{"df":1,"docs":{"235":{"tf":1.0}}},"2":{"df":1,"docs":{"235":{"tf":1.0}}},"3":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"_":{"1":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"223":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"2":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"1":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"3":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"2":{"df":4,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"6":{"4":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"240":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"240":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":14,"docs":{"179":{"tf":2.23606797749979},"180":{"tf":2.0},"185":{"tf":1.4142135623730951},"225":{"tf":2.0},"229":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":2.8284271247461903},"82":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"235":{"tf":1.7320508075688772},"244":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"239":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"f":{"df":2,"docs":{"235":{"tf":2.23606797749979},"244":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"124":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.4142135623730951},"180":{"tf":2.0},"248":{"tf":2.0},"47":{"tf":2.0},"52":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":19,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"236":{"tf":1.0},"245":{"tf":1.0},"6":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":38,"docs":{"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"180":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"27":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":7,"docs":{"135":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"230":{"tf":2.0},"245":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":2.8284271247461903},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"252":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"163":{"tf":1.0},"180":{"tf":1.4142135623730951},"235":{"tf":2.0},"244":{"tf":2.0},"249":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"201":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"17":{"tf":2.0},"188":{"tf":1.0},"20":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":2.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"96":{"tf":2.0}},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{";":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"20":{"tf":1.0}}},"2":{"df":1,"docs":{"20":{"tf":1.0}}},"3":{"df":1,"docs":{"20":{"tf":1.0}}},"4":{"df":1,"docs":{"20":{"tf":1.0}}},"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"180":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"248":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}}},"u":{"b":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"=":{"$":{"1":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":8.06225774829855},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":7.483314773547883}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"t":{"df":2,"docs":{"251":{"tf":14.142135623730951},"252":{"tf":5.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":8,"docs":{"103":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"50":{"tf":1.0}}}},"t":{"df":2,"docs":{"248":{"tf":1.0},"52":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":7.14142842854285}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.8284271247461903},"35":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"165":{"tf":2.8284271247461903},"248":{"tf":1.0},"6":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"h":{"df":8,"docs":{"100":{"tf":1.0},"180":{"tf":1.7320508075688772},"248":{"tf":1.0},"251":{"tf":26.832815729997478},"252":{"tf":10.198039027185569},"47":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"81":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"133":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"165":{"tf":1.4142135623730951}},"i":{"df":4,"docs":{"201":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"248":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}},"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.4031242374328485},"252":{"tf":2.8284271247461903},"3":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.0}}}},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"180":{"tf":1.7320508075688772},"52":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"135":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"102":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"97":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"y":{"df":2,"docs":{"251":{"tf":2.8284271247461903},"252":{"tf":1.4142135623730951}},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"148":{"tf":1.4142135623730951},"243":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":1,"docs":{"251":{"tf":1.7320508075688772}},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"251":{"tf":6.164414002968976},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"2":{"tf":1.0},"251":{"tf":8.94427190999916},"252":{"tf":3.605551275463989},"35":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"c":{"c":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"é":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"148":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}},"e":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{">":{"<":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}},"n":{"df":2,"docs":{"249":{"tf":1.0},"40":{"tf":1.0}}},"s":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"6":{"4":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"3":{"2":{"df":2,"docs":{"235":{"tf":1.0},"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":1,"docs":{"251":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"17":{"tf":1.0},"251":{"tf":1.7320508075688772},"27":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"75":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903}}}}},"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"y":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"22":{"tf":2.0},"235":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":140,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"161":{"tf":1.0},"180":{"tf":2.23606797749979},"199":{"tf":1.0},"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":2.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"133":{"tf":1.0},"166":{"tf":1.4142135623730951},"251":{"tf":18.947295321496416},"252":{"tf":7.280109889280518},"59":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"163":{"tf":1.0},"169":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"196":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{":":{"<":{"/":{"df":0,"docs":{},"h":{"2":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"163":{"tf":2.23606797749979},"251":{"tf":12.569805089976535},"252":{"tf":4.47213595499958},"73":{"tf":1.7320508075688772},"8":{"tf":1.0},"86":{"tf":2.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"249":{"tf":2.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"248":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":3.605551275463989}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"251":{"tf":12.649110640673518},"252":{"tf":4.58257569495584}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"135":{"tf":1.0},"154":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.0}}},"k":{"df":3,"docs":{"145":{"tf":1.0},"153":{"tf":1.0},"180":{"tf":1.0}}}},"r":{"d":{"df":3,"docs":{"180":{"tf":1.0},"251":{"tf":8.831760866327848},"252":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"136":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.4142135623730951},"20":{"tf":1.0},"24":{"tf":1.0},"248":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":10.954451150103322},"252":{"tf":4.123105625617661},"38":{"tf":1.0},"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"143":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}},"t":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"180":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"1":{"tf":1.0},"124":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"26":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"85":{"tf":1.0}}}}}}}}}},"u":{"df":1,"docs":{"70":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"195":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}},"m":{"df":1,"docs":{"252":{"tf":1.7320508075688772}},"e":{"df":38,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":3.0},"159":{"tf":1.4142135623730951},"163":{"tf":2.449489742783178},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"178":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"=":{"$":{"'":{"%":{"*":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"163":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.449489742783178}}},"u":{"df":1,"docs":{"252":{"tf":1.0}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"j":{"df":0,"docs":{},"h":{"@":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"/":{".":{"a":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"180":{"tf":1.0}}},"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"19":{"tf":1.0},"51":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"_":{"c":{"(":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"c":{":":{":":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{">":{"(":{"8":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"(":{"1":{"0":{")":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":7,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"27":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"248":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}},"l":{"df":10,"docs":{"147":{"tf":1.0},"180":{"tf":2.6457513110645907},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"199":{"tf":1.0},"248":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"95":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":8.06225774829855}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":2.449489742783178}}}}}},"r":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"d":{">":{"<":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":2.0}}},"k":{"df":6,"docs":{"14":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"26":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"251":{"tf":10.954451150103322},"252":{"tf":3.872983346207417}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":2.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"73":{"tf":1.0},"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"21":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979},"35":{"tf":2.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"179":{"tf":1.0},"59":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"166":{"tf":1.4142135623730951},"180":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"8":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"235":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":3,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"<":{"'":{"_":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"37":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"180":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.4142135623730951},"180":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":49,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"148":{"tf":2.0},"16":{"tf":2.23606797749979},"17":{"tf":2.6457513110645907},"18":{"tf":1.0},"180":{"tf":2.449489742783178},"181":{"tf":1.0},"188":{"tf":1.4142135623730951},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.7320508075688772},"20":{"tf":3.1622776601683795},"201":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.6457513110645907},"23":{"tf":2.449489742783178},"235":{"tf":2.0},"244":{"tf":2.0},"248":{"tf":2.449489742783178},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":6.782329983125268},"252":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":2.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"67":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":3.0}},"i":{"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{":":{":":{"<":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.0}}}}}},"i":{"c":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}},"e":{"!":{"(":{"a":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"b":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"c":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"d":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"235":{"tf":2.0},"244":{"tf":3.1622776601683795},"27":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"96":{"tf":1.0}}},">":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":1,"docs":{"49":{"tf":1.0}},"i":{"df":3,"docs":{"131":{"tf":1.4142135623730951},"183":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"251":{"tf":2.23606797749979}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"251":{"tf":18.681541692269406},"252":{"tf":7.874007874011811}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"230":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"251":{"tf":2.8284271247461903},"252":{"tf":4.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}},"t":{"df":4,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"147":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"251":{"tf":12.489995996796797},"252":{"tf":4.898979485566356},"90":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"180":{"tf":1.0},"189":{"tf":1.0},"199":{"tf":1.0},"38":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"248":{"tf":1.0}},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":21,"docs":{"133":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"184":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"248":{"tf":2.449489742783178},"28":{"tf":1.0},"35":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":14,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":2.449489742783178},"141":{"tf":1.7320508075688772},"142":{"tf":2.449489742783178},"143":{"tf":3.1622776601683795},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.8284271247461903},"180":{"tf":1.0},"248":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"180":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"180":{"tf":1.0},"188":{"tf":1.0},"251":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":7,"docs":{"124":{"tf":1.0},"21":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":1.0}}}},"df":76,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.7320508075688772},"135":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"148":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":2.449489742783178},"174":{"tf":1.0},"180":{"tf":4.47213595499958},"193":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"23":{"tf":1.4142135623730951},"235":{"tf":1.7320508075688772},"244":{"tf":2.0},"248":{"tf":4.358898943540674},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":21.863211109075447},"252":{"tf":17.406895185529212},"26":{"tf":1.4142135623730951},"27":{"tf":2.0},"30":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.449489742783178},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"df":66,"docs":{"100":{"tf":1.0},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"135":{"tf":1.7320508075688772},"143":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.449489742783178},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":3.1622776601683795},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":2.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":2.0},"133":{"tf":1.0},"180":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"251":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"183":{"tf":1.0}}}},"v":{"1":{"df":1,"docs":{"135":{"tf":2.0}}},"2":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":2,"docs":{"180":{"tf":1.4142135623730951},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.8284271247461903},"181":{"tf":1.0},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":2.23606797749979},"235":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":3.4641016151377544},"38":{"tf":2.6457513110645907},"39":{"tf":2.8284271247461903},"40":{"tf":2.23606797749979},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":2.23606797749979},"50":{"tf":2.0},"62":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":2.23606797749979}},"e":{"(":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}},"=":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"13":{"tf":1.7320508075688772}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"141":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":2,"docs":{"100":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"166":{"tf":1.0}},"e":{"c":{"!":{"[":{"1":{"df":1,"docs":{"244":{"tf":1.0}}},"3":{"df":1,"docs":{"244":{"tf":1.0}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"3":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"1":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"229":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"u":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"161":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":30,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"132":{"tf":2.0},"133":{"tf":4.47213595499958},"134":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":3.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"148":{"tf":1.0},"17":{"tf":1.7320508075688772},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":10.816653826391969},"252":{"tf":4.795831523312719},"27":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"73":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"d":{"df":0,"docs":{},"m":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":4,"docs":{"249":{"tf":1.0},"44":{"tf":1.4142135623730951},"72":{"tf":1.0},"86":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"1":{"0":{"0":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"251":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"165":{"tf":3.872983346207417},"178":{"tf":1.0},"2":{"tf":1.0},"230":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.7320508075688772}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"135":{"tf":1.4142135623730951},"180":{"tf":2.8284271247461903},"191":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"252":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"243":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":16.61324772583615},"252":{"tf":12.922847983320086}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}},"m":{"df":7,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"169":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":11,"docs":{"133":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.0},"191":{"tf":1.0},"200":{"tf":1.0},"248":{"tf":1.7320508075688772},"252":{"tf":2.8284271247461903},"38":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}},"v":{"df":1,"docs":{"180":{"tf":1.0}}}},"b":{"df":20,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":3.0},"163":{"tf":1.0},"180":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"217":{"tf":1.0},"219":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.6457513110645907},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"252":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":5,"docs":{"157":{"tf":1.0},"161":{"tf":1.4142135623730951},"179":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"146":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"252":{"tf":2.23606797749979}}}}}},"w":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"132":{"tf":1.0},"180":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"251":{"tf":6.324555320336759},"252":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"142":{"tf":1.0},"180":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":12.649110640673518},"252":{"tf":9.16515138991168},"35":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.3166247903554},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"248":{"tf":1.0},"51":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":1.0},"252":{"tf":2.23606797749979}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"249":{"tf":1.4142135623730951},"251":{"tf":2.6457513110645907},"252":{"tf":1.7320508075688772}},"s":{"_":{"a":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"8":{"6":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"8":{"6":{"_":{"6":{"4":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"251":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}}}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}},"m":{"df":1,"docs":{"249":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{":":{":":{"<":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"l":{">":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"3":{"_":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"190":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"&":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"139":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},":":{":":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"3":{"b":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"105":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"!":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"125":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"199":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":17.804493814764857},"252":{"tf":6.324555320336759},"37":{"tf":1.0},"54":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":14.0},"252":{"tf":14.38749456993816},"6":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":4,"docs":{"148":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":30,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"180":{"tf":2.6457513110645907},"181":{"tf":1.0},"199":{"tf":1.7320508075688772},"248":{"tf":2.0},"251":{"tf":45.9782557302906},"252":{"tf":16.217274740226856},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":2.23606797749979},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"168":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"191":{"tf":1.0},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"&":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":23,"docs":{"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.7320508075688772},"197":{"tf":1.0},"199":{"tf":2.8284271247461903},"200":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.0},"99":{"tf":2.0}},"e":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"8":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"102":{"tf":1.0},"104":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"251":{"tf":8.94427190999916},"252":{"tf":3.1622776601683795}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}},"s":{"df":1,"docs":{"169":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.0}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"20":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"52":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":20,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"141":{"tf":2.0},"180":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"251":{"tf":12.489995996796797},"252":{"tf":4.69041575982343},"28":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"180":{"tf":1.0},"201":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":6.324555320336759},"252":{"tf":4.58257569495584},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":2.449489742783178}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"201":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"<":{"'":{"_":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"217":{"tf":1.0},"249":{"tf":1.4142135623730951}},"i":{"d":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"180":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"150":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":2,"docs":{"147":{"tf":1.0},"180":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}},"v":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"252":{"tf":1.0}}},"df":1,"docs":{"252":{"tf":2.449489742783178}}}}}},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":2,"docs":{"251":{"tf":4.0},"252":{"tf":2.23606797749979}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":1,"docs":{"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"251":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":2.0}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"title":{"root":{"1":{"0":{"df":1,"docs":{"165":{"tf":1.0}}},"1":{"df":1,"docs":{"166":{"tf":1.0}}},"2":{"df":1,"docs":{"167":{"tf":1.0}}},"3":{"df":1,"docs":{"169":{"tf":1.0}}},"4":{"df":1,"docs":{"172":{"tf":1.0}}},"5":{"df":1,"docs":{"173":{"tf":1.0}}},"6":{"df":1,"docs":{"174":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"176":{"tf":1.0}}},"9":{"df":1,"docs":{"178":{"tf":1.0}}},"df":2,"docs":{"149":{"tf":1.0},"153":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"179":{"tf":1.0}}},"df":2,"docs":{"154":{"tf":1.0},"170":{"tf":1.0}}},"3":{"df":1,"docs":{"156":{"tf":1.0}}},"4":{"df":1,"docs":{"157":{"tf":1.0}}},"5":{"df":1,"docs":{"158":{"tf":1.0}}},"6":{"df":1,"docs":{"159":{"tf":1.0}}},"7":{"df":1,"docs":{"161":{"tf":1.0}}},"8":{"df":1,"docs":{"162":{"tf":1.0}}},"9":{"df":1,"docs":{"163":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"148":{"tf":1.0},"153":{"tf":1.0}}}},"v":{"df":2,"docs":{"102":{"tf":1.0},"104":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"188":{"tf":1.0},"195":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"209":{"tf":1.0}}}},"df":3,"docs":{"119":{"tf":1.0},"149":{"tf":1.0},"170":{"tf":1.0}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"181":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"152":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}}}},"u":{"df":1,"docs":{"210":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"139":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"212":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"43":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"169":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}},"m":{"d":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":3,"docs":{"116":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"143":{"tf":1.0},"180":{"tf":1.0},"235":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"184":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"87":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"185":{"tf":1.0},"42":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"159":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"180":{"tf":1.0},"211":{"tf":1.0},"237":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"110":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"106":{"tf":1.0},"108":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"155":{"tf":1.0},"177":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"9":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"124":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"77":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"116":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"179":{"tf":1.0},"207":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"238":{"tf":1.0},"240":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"149":{"tf":1.0},"170":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"175":{"tf":1.0},"185":{"tf":1.0},"50":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"163":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"65":{"tf":1.0},"67":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"250":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"173":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"248":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"157":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"231":{"tf":1.0},"244":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"48":{"tf":1.0}}}}}}}}},"i":{"c":{"df":3,"docs":{"46":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"52":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"187":{"tf":1.0},"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":12,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"203":{"tf":1.0},"211":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"197":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"'":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"188":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"176":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":1,"docs":{"193":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"159":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"n":{"df":1,"docs":{"9":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"144":{"tf":1.0},"146":{"tf":1.0},"208":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"186":{"tf":1.0},"227":{"tf":1.0},"59":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"229":{"tf":1.0},"5":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"160":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"196":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"42":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"172":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"149":{"tf":1.0},"170":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"220":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"191":{"tf":1.0},"192":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"174":{"tf":1.0},"200":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"161":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"q":{"df":2,"docs":{"202":{"tf":1.0},"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"140":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"235":{"tf":1.0},"245":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"162":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"226":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":7,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"n":{"df":2,"docs":{"143":{"tf":1.0},"58":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"15":{"tf":1.0},"151":{"tf":1.0},"182":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"203":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"189":{"tf":1.0},"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":19,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"173":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"75":{"tf":1.0},"81":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"239":{"tf":1.0},"242":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"212":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"172":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"135":{"tf":1.0},"216":{"tf":1.0},"230":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}},"i":{"df":2,"docs":{"201":{"tf":1.0},"246":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"150":{"tf":1.0},"169":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":8,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"43":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"119":{"tf":1.0},"149":{"tf":1.0},"170":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":5,"docs":{"190":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"b":{"df":4,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"168":{"tf":1.0},"171":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":5,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"199":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file diff --git a/src/css/layout.css b/src/css/layout.css new file mode 100644 index 000000000..871b58fe2 --- /dev/null +++ b/src/css/layout.css @@ -0,0 +1,41 @@ +.column_half { + display: inline-block; + width: 50%; + vertical-align: top; +} + +.centered_container { + display: flex; + flex-wrap: nowrap; + align-items: center; + justify-content: space-around; +} + +.centered_container > * { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 1; +} + +code { + border-radius: 4px; +} +main pre code.hljs { + padding: 0.6em; /* override hljs padding */ +} + +hr { + border-top-width: 2px; + border-bottom-width: 0px; + border-color: #7f7f7f7f; +} + +/* === highlightjs code === */ +:not(pre) > code.hljs { + background-color: #e0e0e0; +} + +.hljs-ln-n { + border: none; + padding: 0.1em 0.5em; +} diff --git a/src/css/presentation.css b/src/css/presentation.css new file mode 100644 index 000000000..878b97ab0 --- /dev/null +++ b/src/css/presentation.css @@ -0,0 +1,43 @@ +/* e.g. title slide caption */ +div.caption > blockquote { + font-size: 1.75em; + text-align: center; + word-spacing: 0.3em; + font-weight: 600; +} +.presentation_card_container { + display: flex; + justify-content: space-evenly; +} +.presentation_card { + text-align: center; + vertical-align: middle; + + flex-grow: 0; + flex-shrink: 1; +} +.presentation_card_spacer { + height: 4.0em; +} +/*.presentation_card_content { + width: 28%; +}*/ +.presentation_card_symbol { + font-size: 5.0em; + font-weight: bold; + opacity: 0.7; +} +.emoji_image { + font-size: 5.0em; +} +.presentation_card_label { + font-size: 1.4em; + font-weight: bold; +} +.presentation_card_description { + font-size: 1.1em; +} + +.presentation_notes { + display: none; +} diff --git a/src/css/terminal.css b/src/css/terminal.css new file mode 100644 index 000000000..33fc4ef58 --- /dev/null +++ b/src/css/terminal.css @@ -0,0 +1,17 @@ +.terminal { + padding: 0.6em; + background-color: #111111; + border-radius: 4px; + color: #dddddd; + font-size: 0.8em; +} + +/* prompt arrow */ +.terminal .shell { + color: #22eeaa; + font-weight: bold; +} + +.terminal .caret { + background-color: #dddddd; +} diff --git a/src/js/highlightjs-line-numbers.min.js b/src/js/highlightjs-line-numbers.min.js new file mode 100644 index 000000000..eebf22886 --- /dev/null +++ b/src/js/highlightjs-line-numbers.min.js @@ -0,0 +1,19 @@ +!function(r,i){"use strict";var n,c="hljs-ln",u="hljs-ln-line",a="hljs-ln-n",h=/\r\n|\r|\n/g;function e(n){"interactive"===i.readyState||"complete"===i.readyState?t(n):r.addEventListener("DOMContentLoaded",function(){t(n)})}function t(n){try{var e,t=i.querySelectorAll("code.hljs,code.nohighlight");for(e in t)!t.hasOwnProperty(e)||t[e].classList.contains("nohljsln")||l(t[e],n)}catch(n){r.console.error("LineNumbers error: ",n)}}function l(n,e){"object"==typeof n&&r.setTimeout(function(){n.innerHTML=o(n,e)},0)}function o(n,e){var e={singleLine:function(n){return n.singleLine||!1}(e=(e=e)||{}),startFrom:function(n,e){var t=0;isFinite(e.startFrom)&&(t=e.startFrom);e=function(n,e){return n.hasAttribute(e)?n.getAttribute(e):null}(n,"data-ln-start-from");null!==e&&(t=function(n,e){return n&&(n=Number(n),isFinite(n))?n:e}(e,0));return t}(n,e)},n=n.innerHTML,t=function(n){return 0===n.length?[]:n.split(h)}(n);if(""===t[t.length-1].trim()&&t.pop(),1
        ${0`}return`
        ${r}
        `}return n}r.hljs?(r.hljs.initLineNumbersOnLoad=e,r.hljs.lineNumbersBlock=l,r.hljs.lineNumbersValue=function(n,e){var t;if("string"==typeof n)return(t=document.createElement("code")).innerHTML=n,o(t,e)},(n=i.createElement("style")).type="text/css",n.innerHTML=` +.${c} { display: block; } +.${u} { counter-increment: line-number-count; } +.${a} { +display: inline-block; +text-align: right; +margin-right: 2.0rem; +} +.${a}:before { +content: counter(line-number-count); +} +`,i.getElementsByTagName("head")[0].appendChild(n),e()):r.console.error("highlight.js not detected!")}(window,document); \ No newline at end of file diff --git a/technical_concepts.html b/technical_concepts.html new file mode 100644 index 000000000..613f22cf4 --- /dev/null +++ b/technical_concepts.html @@ -0,0 +1,245 @@ + + + + + + Technical Concepts - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Technical Concepts

        +

        The following sections cover essential concepts to develop automation using the framework.

        +
          +
        1. Resources: An any-map, whose values' read and write access are checked at runtime instead of compile time.
        2. +
        3. Function graph: Functions with logical and data-access-dependent concurrency.
        4. +
        5. Item: Specification that defines information and logic to manage an arbitrary item.
        6. +
        7. Item graph: Like a function graph, where each node is not just a function, but an item.
        8. +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands.html b/technical_concepts/commands.html new file mode 100644 index 000000000..f56df99d2 --- /dev/null +++ b/technical_concepts/commands.html @@ -0,0 +1,245 @@ + + + + + + Commands - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Commands

        +

        Commands in Peace are categorized based on how they interact with a workspace. Make sure you understand the Peace workspace model.

        +

        The information available within a command execution is called the command context. Depending on the scope of a command, the available information changes. Peace's command API adaptively exposes methods that are relevant to the chosen scope.

        +

        This section covers:

        +
          +
        • Scopes: What information is accessible for each command scope.
        • +
        • Use Cases: Which scope to use and how to create different kinds of commands.
        • +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/cmd_execution.html b/technical_concepts/commands/cmd_execution.html new file mode 100644 index 000000000..2f6165912 --- /dev/null +++ b/technical_concepts/commands/cmd_execution.html @@ -0,0 +1,409 @@ + + + + + + Cmd Execution - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Cmd Execution

        +

        When we run a CmdExecution, possible outcomes are:

        +
          +
        1. In a CmdBlock, failure within one or more items.
        2. +
        3. In a CmdBlock, failure within block code.
        4. +
        5. Interruption / partial execution.
        6. +
        7. Successful execution of all blocks.
        8. +
        +

        Each CmdBlock has its own block outcome type, and its own .

        +

        Framework

        +

        Use Cases: Framework Implementor

        +

        *Cmd Impls

        +
          +
        • It would be nice to not have to write interruption handling code in every CmdBlock.
        • +
        • Also, having CmdBlocks abstracted allows timings to be collected per block in a common place.
        • +
        +

        What does a CmdExecution implementor want to do?

        +
          +
        • +

          DiffCmd:

          +
            +
          • StateDiscoveryBlock: Return item failures to caller.
          • +
          • StateDiscoveryBlock: Return block failure / interruption to caller.
          • +
          • DiffBlock: Return item failures to caller.
          • +
          • DiffBlock: Return block failure / interruption to caller.
          • +
          +
        • +
        • +

          EnsureCmd:

          +
            +
          • +

            StateDiscoveryBlock: Return item failures to caller.

            +
          • +
          • +

            StateDiscoveryBlock: Return block failure / interruption to caller.

            +
          • +
          • +

            DiffBlock: Return item failures to caller.

            +
          • +
          • +

            DiffBlock: Return block failure / interruption to caller.

            +
          • +
          • +

            EnsureBlock: Serialize States on item failure, return States and item failures to caller.

            +
          • +
          • +

            EnsureBlock: Return block failure / interruption to caller.

            +
          • +
          • +

            CleanBlock: Serialize States on item failure, return States and item failures to caller.

            +
          • +
          • +

            CleanBlock: Return block failure / interruption to caller.

            +
          • +
          • +

            EnsureBlock: ditto.

            +
          • +
          • +

            CleanBlock: ditto. +The desired return type would be:

            +
          • +
          • +

            StatesEnsured on success.

            +
          • +
          +
        • +
        • +

          How should we reply to the caller?

          +
            +
          • CmdBlock block level error.
          • +
          • IndexMap<ItemId, E> item level error. +Error handlers per CmdBlock will do any serialization work if desired.
          • +
          +
        • +
        +

        Use Cases: Automation Developer / End User

        +
          +
        • Store, retrieve, and display execution report.
        • +
        +

        How do we do this in code?

        +

        What it could look like conceptually:

        +

        DiffCmd

        +
        #![allow(unused)]
        +fn main() {
        +let cmd_execution = CmdExecution::builder()
        +    .with_block(StatesDiscoverCmdBlock::<CurrentAndGoal>::new())
        +    .with_block(DiffCmdBlock::new())
        +    .build()
        +    .await;
        +}
        +

        EnsureCmd -- "simple" version

        +
        #![allow(unused)]
        +fn main() {
        +let cmd_execution = CmdExecution::builder()
        +    .with_block(StatesCurrentReadCmdBlock::new())
        +    .with_block(StatesDiscoverCmdBlock::new(Discover::Current))
        +    // Compares current with stored, and fails if
        +    // current stored doesn't match current discovered.
        +    .with_block(ApplyGuardCmdBlock::new())  // `Outcome` and `OutcomeAcc` are `()`
        +    .with_block(ApplyCmdBlock::new())       // state_goal, diff and apply.
        +    .build()
        +    .await;
        +}
        +

        EnsureCmd -- "complex" version

        +
        #![allow(unused)]
        +fn main() {
        +let cmd_execution = CmdExecution::builder()
        +    .with_block(StatesCurrentReadCmdBlock::new())
        +    .with_block(StatesDiscoverCmdBlock::new(Discover::Current))
        +    .with_block(ApplyGuardCmdBlock::new())
        +    .with_block(EnsureCmdBlock::new(item_ids_no_blockage))  // state_goal, diff and apply.
        +    .with_block(CleanCmdBlock::new(item_ids_blocking))    // state_clean, diff and apply.
        +    .with_block(EnsureCmdBlock::new(item_ids_unblocked))  // state_goal, diff and apply.
        +    .with_block(CleanCmdBlock::new(item_ids_obsolete))    // state_clean, diff and apply.
        +    .build()
        +    .await;
        +
        +// `item_ids_unblocked` is a superset of the `item_ids_blocking`.
        +//
        +// ⚠️ We could have a more granular design version that starts ensuring unblocked items
        +// while `cleaning` is happening.
        +}
        +

        Error Handling and Interruptions

        +

        When a CmdBlock fails, we need to consider what to do with:

        +
          +
        • CmdBlock::OutcomeAcc.
        • +
        • item errors.
        • +
        • CmdBlock error.
        • +
        • interruptions.
        • +
        +

        Originally an additional closure argument next to each CmdBlock argument was considered:

        +
        |_input, _outcome_acc, cmd_block_error| async move { cmd_block_error }
        +

        For example:

        +
        |(_states_current, _states_goal), states_ensured_mut, apply_error| async move {
        +    let serialize_result = StatesSerializer::serialize(states_ensured_mut).await;
        +
        +    apply_error.or(serialize_result)
        +},
        +

        However, most usages would just pass through the error.

        +

        Before this CmdExecution design, ApplyCmd would:

        +
          +
        1. +

          In the producer, send the intermediate result to the outcome collator and stop execution (apply_cmd.rs#L699-L710).

          +
        2. +
        3. +

          In the collator:

          + +
        4. +
        +

        From the use cases, what we care about are:

        +
          +
        • Returning CmdBlock errors to the caller.
        • +
        • Returning item errors to the caller.
        • +
        • Collating intermediate CmdBlock item values into the CmdExecution outcome type if possible.
        • +
        • Serializing States to storage: EnsureCmdBlock and CleanCmdBlock should still serialize each item's current state, on failure / interruption / success.
        • +
        • Serializing the CmdBlock::Outcome in the execution outcome report.
        • +
        +

        Deferred:

        +
          +
        • Serializing the CmdBlock::OutcomeAcc in the execution outcome report.
        • +
        • Deserializing the CmdBlock::OutcomeAcc to be displayed.
        • +
        +

        Interruptions

        +
          +
        1. Interrupt before execution.
        2. +
        3. Interrupt within a block.
        4. +
        5. Interrupt between blocks.
        6. +
        7. Interrupt after last block.
        8. +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/interruptibility.html b/technical_concepts/commands/interruptibility.html new file mode 100644 index 000000000..943f9929a --- /dev/null +++ b/technical_concepts/commands/interruptibility.html @@ -0,0 +1,376 @@ + + + + + + Interruptibility - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Interruptibility

        +

        How should the interrupt channel be initialized and stored?

        +

        Use Cases

        +

        When automation software is used as:

        +
          +
        1. CLI interactive / non-interactive.
        2. +
        3. Web service + browser access.
        4. +
        5. CLI + web service + browser access.
        6. +
        +

        In all cases, we need to:

        +
          +
        1. Initialize the CmdCtx with the interrupt_rx
        2. +
        3. Spawn the listener that will send InterruptSignal in interrupt_tx.
        4. +
        +

        Imagined Code

        +

        CLI Interactive / Non-interactive

        +

        Both interactive and non-interactive can listen for SIGINT:

        +
          +
        • Interactive: SIGINT will be sent by the user pressing Ctrl + C.
        • +
        • Non-interactive: SIGINT could be sent by a CI thread.
        • +
        +
        #![allow(unused)]
        +fn main() {
        +let (interrupt_tx, interrupt_rx) = oneshot::channel::<InterruptSignal>();
        +
        +tokio::task::spawn(async move {
        +    // Note: Once tokio takes over the process' `SIGINT` handler, it cannot be undone.
        +    //
        +    // This limitation is due to how Linux currently works.
        +    tokio::signal::ctrl_c()
        +        .await
        +        .expect("Failed to initialize signal handler for SIGINT");
        +
        +    let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal);
        +});
        +
        +let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx)
        +    .build();
        +
        +let cmd_outcome = EnsureCmd::exec(&mut cmd_ctx).await?;
        +}
        +

        Web Service

        +

        The interrupt_tx must be accessible from a separate web request.

        +
        #![allow(unused)]
        +fn main() {
        +async fn cmd_exec_start_handler(params: Params) -> CmdExecutionId {
        +    let (interrupt_tx, interrupt_rx) = oneshot::channel::<InterruptSignal>();
        +    let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx)
        +        .build();
        +
        +    let cmd_execution_id = EnsureCmd::exec_bg(cmd_ctx);
        +
        +    let cmd_execution_by_id = cmd_execution_by_id
        +        .lock()
        +        .await;
        +    cmd_execution_by_id.insert(cmd_execution_id, interrupt_tx);
        +
        +    cmd_execution_id
        +}
        +
        +/// Returns the progress of the `CmdExecution`.
        +async fn cmd_exec_progress_handler(cmd_execution_id: CmdExecutionId) -> Result<CmdProgress, E> {
        +    self.cmd_progress_storage.get(cmd_execution_id).await
        +}
        +
        +async fn cmd_exec_interrupt_handler(cmd_execution_id: CmdExecutionId) -> Result<(), E> {
        +    let cmd_execution_by_id = cmd_execution_by_id
        +        .lock()
        +        .await;
        +
        +    if let Some(interrupt_tx) = cmd_execution_by_id.get(cmd_execution_id) {
        +        let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal);
        +
        +        Ok(())
        +    } else {
        +        Err(E::from(Error::CmdExecutionIdNotFound { cmd_execution_id }))
        +    }
        +}
        +}
        +

        CLI + Web Service

        +

        There are two variants of CLI and web service:

        +
          +
        1. CLI command running on the user's machine, web service that is a UI for that one command execution.
        2. +
        3. CLI client to a web service, so the CLI is just a REST client.
        4. +
        +

        CLI on User's Machine + Web UI

        +

        For the first variant, the CmdExecution invocation is similar to Web Service, with the following differences:

        +
          +
        • Output progress is pushed to both CLI and CmdProgress storage.
        • +
        • Interruptions are received from both process SIGINT and client requests.
        • +
        +
        #![allow(unused)]
        +fn main() {
        +async fn cmd_exec_start(params: Params) {
        +    let (interrupt_tx, interrupt_rx) = oneshot::channel::<InterruptSignal>();
        +    let mut cmd_ctx = CmdCtx::single_profile_single_flow(output, workspace, interrupt_rx)
        +        .build();
        +
        +    let cmd_execution_id = EnsureCmd::exec_bg(cmd_ctx);
        +
        +    // We store an `interrupt_tx` per `CmdExecutionId`,
        +    // as well as spawn a Ctrl C handler.
        +    let cmd_execution_by_id = cmd_execution_by_id
        +        .lock()
        +        .await;
        +    cmd_execution_by_id.insert(cmd_execution_id, interrupt_tx.clone());
        +
        +    tokio::task::spawn(async move {
        +        tokio::signal::ctrl_c()
        +            .await
        +            .expect("Failed to initialize signal handler for SIGINT");
        +
        +        let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal);
        +    });
        +
        +    // TODO: store `cmd_execution_id` as the only running `CmdExecution`.
        +}
        +
        +/// Returns the progress of the `CmdExecution`.
        +async fn cmd_exec_progress_handler(cmd_execution_id: CmdExecutionId) -> Result<CmdProgress, E> {
        +    self.cmd_progress_storage.get(cmd_execution_id).await
        +}
        +
        +async fn cmd_exec_interrupt_handler(cmd_execution_id: CmdExecutionId) -> Result<(), E> {
        +    let cmd_execution_by_id = cmd_execution_by_id
        +        .lock()
        +        .await;
        +
        +    if let Some(interrupt_tx) = cmd_execution_by_id.get(cmd_execution_id) {
        +        let (Ok(()) | Err(InterruptSignal)) = interrupt_tx.send(InterruptSignal);
        +
        +        Ok(())
        +    } else {
        +        Err(E::from(Error::CmdExecutionIdNotFound { cmd_execution_id }))
        +    }
        +}
        +}
        +

        CLI as Rest Client to Web Service

        +

        This is essentially the Web Service implementation, but rendering the progress on the machine with the CLI.

        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/scopes.html b/technical_concepts/commands/scopes.html new file mode 100644 index 000000000..96f853fa8 --- /dev/null +++ b/technical_concepts/commands/scopes.html @@ -0,0 +1,288 @@ + + + + + + Scopes - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Scopes

        +

        The scope of a command determines:

        +
          +
        • If it has access to zero, one, or many Profile directories.
        • +
        • If it has access to zero, one, or many Flow directories.
        • +
        • Whether it can deserialize profile params.
        • +
        • Whether it can deserialize flow params.
        • +
        • Whether it can deserialize states from each flow directory.
        • +
        +

        Scenario: envman is an example tool that manages server environments.

        +

        In the following directory structure:

        +
          +
        • internal_dev_a, customer_a_dev, customer_a_prod are all separate Profiles.
        • +
        • deploy, config, and benchmark are separate Flows.
        • +
        • Each flow tracks its own flow_params.yaml, states_goal.yaml, and states_current.yaml
        • +
        +
        # peace app dir
        +path/to/repo/.peace/envman
        +|- 📝 workspace_params.yaml
        +|
        +|- 🌏 internal_dev_a
        +|   |- 📝 profile_params.yaml
        +|   |
        +|   |- 🌊 deploy
        +|   |   |- 📝 flow_params.yaml
        +|   |   |- 📋 states_goal.yaml
        +|   |   |- 📋 states_current.yaml
        +|   |
        +|   |- 🌊 config
        +|   |- 🌊 benchmark
        +|
        +|- 🌏 customer_a_dev
        +|   |- 📝 profile_params.yaml
        +|   |
        +|   |- 🌊 deploy - ..
        +|   |- 🌊 config - ..
        +|
        +|- 🌏 customer_a_prod
        +    |- 📝 profile_params.yaml
        +    |
        +    |- 🌊 deploy - ..
        +    |- 🌊 config - ..
        +
        +

        See each page for details of each scope:

        + + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/scopes/reborrowing.html b/technical_concepts/commands/scopes/reborrowing.html new file mode 100644 index 000000000..bf5ffeca2 --- /dev/null +++ b/technical_concepts/commands/scopes/reborrowing.html @@ -0,0 +1,285 @@ + + + + + + Reborrowing - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Reborrowing

        +

        Reborrowing is used in scopes to so that the View structs don't hold onto the borrow for the length of 'ctx, but only for the 'view lifetime.

        +
        #[derive(Debug)]
        +struct Life<'life> {
        +    value: &'life mut u8,
        +}
        +
        +impl<'life> Life<'life> {
        +    pub fn reborrow<'short>(&'short mut self) -> Life<'short> {
        +        Life {
        +            value: &mut self.value,
        +        }
        +    }
        +}
        +
        +// Used in
        +struct Scope<'life> {
        +    life: Life<'life>,
        +    other: u16,
        +}
        +
        +struct ScopeView<'view> {
        +    life: Life<'view>,
        +    other: &'view mut u16,
        +}
        +
        +impl<'life> Scope<'life> {
        +    pub fn view(&mut self) -> ScopeView<'_> {
        +        let Scope { life, other } = self;
        +
        +        // Needed to shorten the lifetime of `'life`.
        +        let life = life.reborrow();
        +
        +        ScopeView { life, other }
        +    }
        +}
        +
        +fn main() {
        +    let mut value = 123;
        +
        +    let life = Life { value: &mut value };
        +    let mut many_data = Scope { life, other: 456 };
        +
        +    let ScopeView {
        +        life: _life,
        +        other: _other,
        +    } = many_data.view();
        +}
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/use_cases.html b/technical_concepts/commands/use_cases.html new file mode 100644 index 000000000..8719d1db9 --- /dev/null +++ b/technical_concepts/commands/use_cases.html @@ -0,0 +1,250 @@ + + + + + + Use Cases - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Use Cases

        +

        This section covers the kinds of commands that Peace is intended to support. While it is still a work in progress, the aim is for all of these commands to be easily constructed.

        + + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/use_cases/profile_list.html b/technical_concepts/commands/use_cases/profile_list.html new file mode 100644 index 000000000..26491ba80 --- /dev/null +++ b/technical_concepts/commands/use_cases/profile_list.html @@ -0,0 +1,270 @@ + + + + + + Profile List - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Profile List

        +
        +

        This is like git branch.

        +
        +

        When listing profiles, the most suitable scope is MultiProfileNoFlow.

        +

        There are a number of variations of profile listings:

        +
          +
        • +

          Simple: Simple list of profiles within the PeaceAppDir.

          +
        • +
        • +

          Filtered: List profiles within the PeaceAppDir for some criteria, e.g. excluding a workspace_init profile.

          +

          This is especially relevant when profile parameters are loaded, as the ProfileParams must be the same across the listed profiles to be able to be loaded.

          +
        • +
        • +

          Augmented: List profiles and some profile parameters.

          +

          This is valuable when the user needs to see the profile parameter, such as whether the profile is managing a development environment or a production environment.

          +
        • +
        +

        Command Creation

        +

        To create this command:

        +
          +
        1. +

          Build the command context.

          +
            +
          • Make sure to register the workspace / profile params types, even if the value for all of them is None.
          • +
          • Provide the filter function if necessary.
          • +
          +
        2. +
        3. +

          Present the list of profiles using the goal output.

          +
        4. +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/use_cases/state_apply.html b/technical_concepts/commands/use_cases/state_apply.html new file mode 100644 index 000000000..b48c6e1c8 --- /dev/null +++ b/technical_concepts/commands/use_cases/state_apply.html @@ -0,0 +1,259 @@ + + + + + + State Apply - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        State Apply

        +
        +

        This is like git commit / git push / git clean, depending on your perspective.

        +
        +

        This kind of command applies the goal state over the current state.

        +

        This generally requires what is stored in states_current.yaml to match the newly discovered current state.

        +

        The only suitable scope for this command is SingleProfileSingleFlow.

        +

        Command Creation

        +

        To create this command:

        +
          +
        1. +

          When building the command context:

          +
            +
          • Provide the profile.
          • +
          • Provide the flow ID.
          • +
          +
        2. +
        3. +

          Call the EnsureCmd.

          +

          This will call ApplyFns::exec for each item, beginning from the first item, until the last item.

          +
        4. +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/use_cases/state_clean.html b/technical_concepts/commands/use_cases/state_clean.html new file mode 100644 index 000000000..b1858bd01 --- /dev/null +++ b/technical_concepts/commands/use_cases/state_clean.html @@ -0,0 +1,259 @@ + + + + + + State Clean - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        State Clean

        +
        +

        This is like rm -rf.

        +
        +

        This kind of command applies the clean state over the current state.

        +

        This generally requires what is stored in states_current.yaml to match the newly discovered current state.

        +

        The only suitable scope for this command is SingleProfileSingleFlow.

        +

        Command Creation

        +

        To create this command:

        +
          +
        1. +

          When building the command context:

          +
            +
          • Provide the profile.
          • +
          • Provide the flow ID.
          • +
          +
        2. +
        3. +

          Call the CleanCmd.

          +

          This will call CleanOpSpec::exec for each item, beginning from the last item, until the first item.

          +
        4. +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/use_cases/state_diff.html b/technical_concepts/commands/use_cases/state_diff.html new file mode 100644 index 000000000..f56d397ea --- /dev/null +++ b/technical_concepts/commands/use_cases/state_diff.html @@ -0,0 +1,321 @@ + + + + + + State Diff - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        State Diff

        +
        +

        This is like git status / git diff.

        +

        git status is a diff between the latest commit, and the working directory, summarized as one line per file.

        +

        git diff is that same diff, but shown with more detail.

        +
        +

        This kind of command shows the difference between two States for each managed item.

        +

        Typically this is the difference between the current or current stored state, and its goal state. It can also be the difference between the current states between two profiles.

        +

        Suitable scopes for this command are:

        +
          +
        • SingleProfileSingleFlow: For diffing state within one profile.
        • +
        • MultiProfileSingleFlow: For diffing state across multiple profiles.
        • +
        +

        Command Creation

        +

        To create this command for a single profile:

        +
          +
        1. +

          When building the command context:

          +
            +
          • Provide the profile.
          • +
          • Provide the flow ID.
          • +
          +
        2. +
        3. +

          Determine the "from" and "to" states:

          +

          The "from" state is usually one of:

          +
            +
          • +

            Discovering the current state.

            +
          • +
          • +

            Reading states_current.yaml. +The "to" state is usually one of:

            +
          • +
          • +

            Discovering the goal state.

            +
          • +
          • +

            Reading states_goal.yaml.

            +
          • +
          • +

            The clean state.

            +
          • +
          +
        4. +
        5. +

          Call the state DiffCmd.

          +
        6. +
        +

        To create this command for multiple profiles:

        +
          +
        1. +

          When building the command context:

          +
            +
          • Filter the profiles if necessary.
          • +
          • Provide the flow ID.
          • +
          +
        2. +
        3. +

          Determine the "from" and "to" states:

          +

          The "from" state is usually one of:

          +
            +
          • +

            Discovering the current state.

            +
          • +
          • +

            Reading states_current.yaml. +The "to" state is usually one of:

            +
          • +
          • +

            Discovering the goal state.

            +
          • +
          • +

            Reading states_goal.yaml.

            +
          • +
          • +

            The clean state.

            +
          • +
          +
        4. +
        5. +

          Call the state DiffCmd for each pair of states.

          +
        6. +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/use_cases/state_discovery_and_display.html b/technical_concepts/commands/use_cases/state_discovery_and_display.html new file mode 100644 index 000000000..622fab5d3 --- /dev/null +++ b/technical_concepts/commands/use_cases/state_discovery_and_display.html @@ -0,0 +1,269 @@ + + + + + + State Discovery and Display - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        State Discovery and Display

        +
        +

        This is like git fetch.

        +
        +

        This kind of command is intended for state discovery that is expensive – takes more than 500 milliseconds.

        +

        Suitable scopes for this command are:

        +
          +
        • SingleProfileSingleFlow: For discovering state for one profile.
        • +
        • MultiProfileSingleFlow: For discovering state for multiple profiles.
        • +
        +

        Command Creation

        +

        To create this command:

        +
          +
        1. +

          When building the command context:

          +
            +
          • Provide the profile.
          • +
          • Provide the flow ID.
          • +
          +
        2. +
        3. +

          Call the StatesDiscoverCmd depending on the intended use:

          +

          These will store the discovered states under the corresponding $profile/$flow_id directory as states_current.yaml or states_goal.yaml.

          +
        4. +
        5. +

          If the discovered states are to be displayed, call the relevant state display command(s):

          +
            +
          • StatesCurrentStoredDisplayCmd: For stored current states to be displayed.
          • +
          • StatesGoalDisplayCmd: For goal states to be displayed.
          • +
          +
        6. +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/use_cases/state_read_and_display.html b/technical_concepts/commands/use_cases/state_read_and_display.html new file mode 100644 index 000000000..fbfb85b4a --- /dev/null +++ b/technical_concepts/commands/use_cases/state_read_and_display.html @@ -0,0 +1,273 @@ + + + + + + State Read and Display - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        State Read and Display

        +
        +

        This is like git show.

        +
        +

        This kind of command is intended to display state that has previously been discovered.

        +

        Suitable scopes for this command are:

        +
          +
        • SingleProfileSingleFlow: For reading state for one profile.
        • +
        • MultiProfileSingleFlow: For reading state for multiple profiles.
        • +
        +

        Command Creation

        +

        To create this command:

        +
          +
        1. +

          When building the command context:

          +
            +
          • Provide the profile.
          • +
          • Provide the flow ID.
          • +
          +
        2. +
        3. +

          Call one of the state read commands depending on the intended use:

          +

          These will store the discovered states under the corresponding $profile/$flow_id directory as states_current.yaml or states_goal.yaml.

          +
            +
          • StatesCurrentReadCmd: For current states to be discovered.
          • +
          • StatesGoalReadCmd: For goal states to be discovered.
          • +
          +
        4. +
        5. +

          Call the relevant state display command(s):

          +
            +
          • StatesCurrentStoredDisplayCmd: For current states to be displayed.
          • +
          • StatesGoalDisplayCmd: For goal states to be displayed.
          • +
          +
        6. +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/use_cases/workspace_active_profile_switch.html b/technical_concepts/commands/use_cases/workspace_active_profile_switch.html new file mode 100644 index 000000000..c282e4c9b --- /dev/null +++ b/technical_concepts/commands/use_cases/workspace_active_profile_switch.html @@ -0,0 +1,255 @@ + + + + + + Workspace Active Profile Switch - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Workspace Active Profile Switch

        +
        +

        This is like git switch $branch.

        +
        +

        This changes the stored profile in workspace_params, used in conjunction with the above.

        +

        Suitable scopes for this command are NoProfileNoFlow or SingleProfileNoFlow.

        +

        Command Creation

        +

        To create this command:

        +
          +
        1. +

          When building the command context:

          +
            +
          • Include a Profile as a workspace param.
          • +
          • Also set the current profile using with_profile.
          • +
          +
        2. +
        +

        When the command context is built, the default profile is stored in workspace_params.yaml.

        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/use_cases/workspace_initialization.html b/technical_concepts/commands/use_cases/workspace_initialization.html new file mode 100644 index 000000000..ee1334a61 --- /dev/null +++ b/technical_concepts/commands/use_cases/workspace_initialization.html @@ -0,0 +1,283 @@ + + + + + + Workspace Initialization - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Workspace Initialization

        +
        +

        This is like git init.

        +
        +

        When initializing a project workspace, the suitable scope is different depending on the amount of work done:

        +

        Command Creation

        +
          +
        • +

          If it only stores parameters provided by the user, shared across profiles, and does not use any item, use NoProfileNoFlow.

          +

          To create this command:

          +
            +
          1. Build the command context with the provided parameters. +When the command context is built:
          2. +
          +
            +
          • Workspace parameters are written to workspace_params.yaml.
          • +
          +
        • +
        • +

          If it stores parameters for a default profile, and does not use any item, use SingleProfileNoFlow.

          +

          To create this command:

          +
            +
          1. Build the command context with the provided parameters. +When the command context is built:
          2. +
          +
            +
          • Workspace parameters are written to workspace_params.yaml.
          • +
          • Profile parameters are written to profile_params.yaml.
          • +
          +
        • +
        • +

          If it does any repeatable work, such as download files or clone a repository, use SingleProfileSingleFlow.

          +

          To create this command:

          +
            +
          1. Build the command context with the provided parameters.
          2. +
          3. Call StateDiscoverCmd::exec to discover the current and goal states.
          4. +
          5. Call EnsureCmd::exec to execute the flow. +When the command context is built:
          6. +
          +
            +
          • Workspace parameters are written to workspace_params.yaml.
          • +
          • Profile parameters are written to profile_params.yaml.
          • +
          • Flow parameters are written to flow_params.yaml.
          • +
          +
        • +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/commands/use_cases/workspace_stored_active_profile.html b/technical_concepts/commands/use_cases/workspace_stored_active_profile.html new file mode 100644 index 000000000..4979bd910 --- /dev/null +++ b/technical_concepts/commands/use_cases/workspace_stored_active_profile.html @@ -0,0 +1,258 @@ + + + + + + Workspace Stored Active Profile - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Workspace Stored Active Profile

        +
        +

        This is like git switch -c $branch.

        +
        +

        This stores the profile to use in workspace_params, so the use does not have to provide the profile on every command invocation.

        +

        Suitable scopes for this command are NoProfileNoFlow or SingleProfileNoFlow.

        +

        Command Creation

        +

        To create this command:

        +
          +
        1. +

          When building the command context:

          +
            +
          • Include a Profile as a workspace param.
          • +
          • If setting profile parameters, use the SingleProfileNoFlow scope, and set the current profile using with_profile.
          • +
          +
        2. +
        3. +

          When building the command context, load the profile from workspace params using: with_profile_from_workspace_params.

          +
        4. +
        +

        It is best practice to set the active profile during workspace initialization, so that it is never None when subsequent commands are invoked.

        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/flow_versioning.html b/technical_concepts/flow_versioning.html new file mode 100644 index 000000000..9760c82bc --- /dev/null +++ b/technical_concepts/flow_versioning.html @@ -0,0 +1,296 @@ + + + + + + Flow Versioning - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Flow Versioning

        +

        A flow's version needs to be increased whenever:

        +
          +
        • Item: An associated data type is changed -- State, Diff, Params.
        • +
        • Flow: An item is added.
        • +
        • Flow: An item is removed.
        • +
        • Flow: An item is renamed.
        • +
        +

        Flow Version Maintenance

        +

        For developers, maintaining multiple versions of flows is a cost, and usually one that is necessary. As items are created, modified, and removed throughout a flow's evolution, automation software needs to manage stored information from previous versions of the flow.

        +

        There are a number of ways to manage and ship flow versions:

        +
          +
        • +

          One version: Only ship with one flow version.

          +

          Items never persist beyond the lifetime of the automation software.

          +

          Suitable for once off flows where ensure (and clean up) are done with the same version of the automation software.

          +
        • +
        • +

          Blue-green versioning: Ship with the previous and the next version.

          +

          Automation software is compatible with the previous version of each flow, as well as the next.

          +

          All stored information must be upgraded to the newer version before a new flow version is shipped.

          +

          Suitable for flows that do not evolve often, and not all previous versions of flows need to be supported.

          +
        • +
        • +

          n-versioning: Ship with n-versions of flows.

          +

          n may be all flows.

          +

          Each flow's state will need to adhere to the following, mainly for deserialization:

          +
            +
          • Either never evolve its data type, or be an enum, with a variant per version / evolution.
          • +
          • Ship with upgrade code from old versions to the current version. +This is the highest cost in terms of code maintenance, and the shipped binary may grow unreasonably large over time.
          • +
          +
        • +
        +

        Flow Upgrades

        +

        Upgrade Strategies

        +

        For blue-green / n versioning, there are a number of strategies for upgrading stored information in the flow:

        +
          +
        • +

          Automatic upgrade:

          +
            +
          • Implementors and developers need to ship with v1 -> v2 migration code.
          • +
          • Simplest for users, assuming migration path is well understood / no surprises.
          • +
          • Developers may want to diff this.
          • +
          +
        • +
        • +

          Manual upgrade:

          +
            +
          • Implementors and developers need to ship with v1 -> v2 migration code.
          • +
          • Users have to choose to migrate.
          • +
          • Developers and users may want to diff things.
          • +
          +
        • +
        +

        For n-versioning, upgrading from v1 -> v3 should use v1 -> v2 -> v3, so that developers don't have to write migration code form every version to the latest.

        +

        Execution History

        +

        To render old either we have one standard format that doesn't need old data types to present, or we ship those types.

        +

        Makes sense to have a standard format -- shipping with previous data types creates bloat, and makes it impossible to support execution history for shipping single versions of flows.

        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/flow_versioning/seamless_execution.html b/technical_concepts/flow_versioning/seamless_execution.html new file mode 100644 index 000000000..6d692e042 --- /dev/null +++ b/technical_concepts/flow_versioning/seamless_execution.html @@ -0,0 +1,418 @@ + + + + + + Seamless Execution - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Seamless Execution

        +

        Seamless execution when multiple flow versions exist requires handling the following:

        +
          +
        • Reading and writing (serialization) stored state / outcomes from different flow versions.
        • +
        • Reading and writing to (adding, removing, modifying) the items from different flow versions.
        • +
        +

        Stored State

        +

        Stored state is accessed when:

        +
          +
        • CmdCtx is built: Read and write.
        • +
        • Commands are run: +
            +
          • StatesCurrentStoredReadCmd, StatesGoalReadCmd, ExecutionHistoryListCmd / ExecutionHistoryShowCmd: Read.
          • +
          • StatesDiscoverCmd, EnsureCmd, CleanCmd: Write.
          • +
          +
        • +
        +

        CmdCtx Build

        +

        For cmd ctx build, because state could be in any version (current or any previous version), deserialization needs to be stateful -- like how type_reg::untagged::TypeReg is done.

        +
        fn envman_cmd_ctx() {
        +    let flow_versions = FlowVersions::builder()
        +        .add_flow(flow_v1)
        +        .add_flow(flow_v2)
        +        .add_flow(flow_v3)
        +        .build();
        +
        +    let cmd_ctx = CmdCtx::builder_single_profile_single_flow(&mut output, &workspace)
        +        // .with_flow(flow)
        +        .with_flow_versions(flow_versions)
        +        .await?;
        +}
        +

        Cmd States and Outcome: Read

        +

        StatesCurrentStoredReadCmd and StatesGoalReadCmd needs to read states from any supported flow version.

        +

        ExecutionHistoryListCmd / ExecutionHistoryShowCmd (not implemented yet) need to read outcomes (and hence states and diffs) from any previous flow version.

        +

        Cmd States and Outcome: Write

        +
          +
        • +

          StatesDiscoverCmd: Some overlap with migrating stored states to latest format.

          +
        • +
        • +

          EnsureCmd / CleanCmd: Write new version after ensuring.

          +

          What about interruptions?

          +

          We'd probably have to write the version of each item state then. Enum variant per version solves this.

          +
        • +
        +
        /// Indicates when stored state can be upgraded.
        +///
        +/// Note: Stored outcomes also contain state, so for an upgrade between two
        +/// given versions, an `OutcomeUpgradeReq` will be the same as this.
        +///
        +/// However, should we mutate stored outcomes? I imagine not.
        +enum StateUpgradeReq {
        +    /// Data can be upgraded without discovering state.
        +    None,
        +    /// State needs to be discovered in order to store the new version.
        +    ///
        +    /// Existing stored state doesn't carry enough information to construct the
        +    /// new version, but the existing item does.
        +    Discover,
        +    /// Item needs an ensure / clean to be run to store the new version.
        +    ///
        +    /// The existing item doesn't carry enough information to construct the new
        +    /// state, and needs `apply` to be run to do so.
        +    ///
        +    /// This means `ApplyCmd`, and hence `Item{,Rt,Wrapper}`, need to work with
        +    /// different state versions.
        +    Apply,
        +}
        +

        Items: Use Latest / Migrate to Latest

        +

        An item upgrade may be one of:

        +
          +
        • Only modifying the data type, and changing the information stored about the item (see StateUpgradeReq::Discover above).
        • +
        • Modifying the item in place.
        • +
        • Cleaning up the item then re-ensuring it.
        • +
        +

        Notes:

        +
          +
        • It may not be possible to migrate an item to a newer version without cleaning up its successors.
        • +
        • It is possible if successors don't "live inside" the item, but only need their parameters changed.
        • +
        • it is not possible if successors live inside the item, and need to be deleted in order to modify the item.
        • +
        +

        Whether or not a successor needs to be cleaned up likely should be encoded into the Edge type, not part of the item upgrade parameters -- an item is unable to know if its successors live inside it or point to it.

        +
        /// Indicates what is needed for an instance of an item to be upgraded.
        +enum ItemUpgradeReq {
        +    /// Item instance does not need to be upgraded, i.e. only state data type is changed.
        +    None,
        +    /// Item can and needs to be re-ensured as part of this upgrade.
        +    Modify,
        +    /// Item needs to be cleaned and re-ensured as part of this upgrade.
        +    Replace,
        +}
        +

        Running The Upgrade Code

        +

        The following use cases seem natural for developers / users:

        +
          +
        1. Manually upgrade state after automation software has been updated.
        2. +
        3. Automatically upgrade state as part of using regular commands.
        4. +
        5. Manually upgrade items after automation software has been updated.
        6. +
        7. Automatically upgrade items as part of using regular commands.
        8. +
        +

        Some use cases are mutually exclusive, though mutually exclusive may still exist in the same automation software, for different version or kinds of upgrades.

        +

        For example, automatic item upgrades as part of using regular commands are appropriate when nothing needs to be cleaned up, but manual item upgrades should be used when some items need to be cleaned as part of the upgrade.

        +

        Manual State Upgrade

        +

        Developers must provide an upgrade command, to call StateUpgradeCmd::exec.

        +
        impl StateUpgradeCmd {
        +    /// # Note
        +    ///
        +    /// This is single profile single flow.
        +    ///
        +    /// To upgrade the states of multiple profiles and multiple flows, this
        +    /// must be called per flow, and maybe per profile as well.
        +    ///
        +    /// `MultiProfileSingleFlow` may only be safe for `StateUpgradeReq::None`
        +    /// and `StateUpgradeReq::Discover`.
        +    async fn state_upgrade_exec(cmd_ctx: &mut CmdCtx<SingleProfileSingleFlow>)
        +    -> Result<(), Error> {
        +        match state_upgrade_req {
        +            StateUpgradeReq::None => {
        +                let states = resources.get::<StatesCurrentStored>();
        +                let states_upgraded = flow
        +                    .graph()
        +                    .iter()
        +                    .for_each(|item| item.state_upgrade(states));
        +                states_serializer.serialize(&states_upgraded).await?;
        +            }
        +            StateUpgradeReq::Discover => {
        +                let CmdOutcome {
        +                    value: (states_current, states_goal),
        +                    errors,
        +                } = StatesDiscoverCmd::current_and_goal(&mut cmd_ctx).await?;
        +                states_serializer.serialize_current(&states_upgraded).await?;
        +                states_serializer.serialize_goal(&states_upgraded).await?;
        +            }
        +            StateUpgradeReq::Apply => {
        +                let CmdOutcome {
        +                    value: states_upgraded,
        +                    errors,
        +                } = EnsureCmd::exec_with(&mut cmd_ctx.as_sub_cmd()).await?;
        +            }
        +        }
        +    }
        +}
        +

        Automatic State Upgrade

        +

        The above method, but called automatically from a set of chosen commands: EnsureCmd, CleanCmd.

        +

        May need to think about this more carefully.

        +

        Manual Item Upgrade

        +

        Developers must provide an upgrade command.

        +

        For actual item modification, it may be one of:

        +
        // Only discovery needed
        +fn env_ensure_cmd() {
        +    env_flow_current_version_ensure();
        +    env_flow_ensure();
        +}
        +
        +// apply needed
        +fn env_ensure_cmd() {
        +    // Item implementation needs to handle upgrade from whatever version the
        +    // state is in, to the current version.
        +    //
        +    // Meaning, there is no API support / constraints from the `peace`
        +    // framework. It's all handled from within the item implementation.
        +    env_flow_ensure();
        +}
        +

        Automatic Item Upgrade

        +

        Same as manual item upgrade, except the upgrade command is not separate to the regular ensure command.

        +
        +

        For item upgrades, state could always be an enum, and peace doesn't include API support, constraints, or special handling for migrating between item versions -- the current building blocks are enough to implement seamless upgrades if items are implemented well.

        +

        For flow upgrades, we still need to handle clean up of old items no longer needed in subsequent flow versions, meaning the items must still be included in the development tool for their clean up logic.

        +

        For the developer, this could be either:

        +
          +
        • Passing in the previous and current flow versions, and the framework working out which items need to be cleaned up.
        • +
        • Passing in the current flow version, and old items and params for the framework to clean up those items.
        • +
        +
        +

        Is this enough to start working on StatesSerde?

        +

        Yes:

        +
          +
        • StatesSerde should hold unknown entries (removed items).
        • +
        • States should be mapped From<StatesSerde> after deserialization.
        • +
        • Users should be informed when there are unknown entries.
        • +
        • States should be mapped Into<StatesSerde>, with an entry for each item in the flow.
        • +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/flow_versioning/upgrade_actions.html b/technical_concepts/flow_versioning/upgrade_actions.html new file mode 100644 index 000000000..4d3413325 --- /dev/null +++ b/technical_concepts/flow_versioning/upgrade_actions.html @@ -0,0 +1,275 @@ + + + + + + Upgrade Actions - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Upgrade Actions

        +

        There are 4 levels of upgrade actions that can be applied to items.

        +
          +
        • Reserialization with existing stored values.
        • +
        • State discovery: current / goal.
        • +
        • Item ensure.
        • +
        • Replacement (clean and ensure) required.
        • +
        +

        The following table shows what is required for ensuring an environment to be in sync with the change. If multiple changes are involved, then the highest level of upgrade action needs to be applied to the environment for params and state, and the environment to be in sync, i.e. max(upgrade_actions).

        +
        +

        Notes:

        +
          +
        • +

          "Data" refers to an item's Params, State, or StateDiff.

          +
        • +
        • +

          Apply is associated with params, state, and diff.

          +

          apply_clean needs to know state_clean based on the parameters used to compute state_goal at the time of the previous apply_goal.

          +
        • +
        • +

          "Predecessor action" means what upgrade action is needed for this item, given a predecessor has had action applied to it. In other words, the change for an item can imply an upgrade action for successors.

          +
        • +
        +
        +
        + + + + + + + + + + + + +
        ChangeUpgrade action
        Param valueapply_goal
        Data type field renamereserialization
        Data type field additionstate_discovery
        Data type field removalstate_discovery
        Data type field modificationapply_goal
        Flow item additionapply_goal
        Flow item removalapply_clean
        Flow item replacementapply_clean, apply_goal
        Predecessor replacement, Edge::Linkapply_goal
        Predecessor replacement, Edge::Containsapply_clean, apply_goal
        Predecessor addition / modificationapply_goal (in case of update)
        Predecessor removalapply_clean (successor first)
        +
        +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/function_graph.html b/technical_concepts/function_graph.html new file mode 100644 index 000000000..f7426ec86 --- /dev/null +++ b/technical_concepts/function_graph.html @@ -0,0 +1,420 @@ + + + + + + Function Graph - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Function Graph

        +

        A fn_graph is a data structure that holds functions, tracks their dependencies, and streams the functions in dependency order.

        +

        This is the basis of a framework that enables:

        +
          +
        • Consumer provided logic and data.
        • +
        • Framework controlled invocation of logic.
        • +
        +

        When consumers can plug in their logic and data to the framework, control now resides with the framework on invoking that logic and presenting the data in a goal form.

        +

        Scenario

        +

        Consider the following program:

        +
          +
        1. Initialize two inputs, a and b, and two outputs c and d.
        2. +
        3. Add a to c.
        4. +
        5. Add b to c.
        6. +
        7. Add c to d.
        8. +
        9. Print the values of a, b, and c.
        10. +
        +

        Static Representation

        +

        The above program can be represented by the following code:

        +
        #![allow(unused)]
        +fn main() {
        +// Define data to work on.
        +let mut a = -1;
        +let mut b = -1;
        +let mut c = -1;
        +let mut d = -1;
        +
        +type Fn1 = fn(&mut i32, &mut i32, &mut i32, &mut i32);
        +type Fn2 = fn(&i32, &mut i32);
        +type Fn3 = fn(&i32, &mut i32);
        +type Fn4 = fn(&i32, &mut i32);
        +type Fn5 = fn(&i32, &i32, &i32);
        +
        +// Define logic.
        +let fn1: Fn1 = |a, b, c, d| { *a = 1; *b = 2; *c = 0; *d = 0; };
        +let fn2: Fn2 = |a,    c   | *c += *a;
        +let fn3: Fn3 = |   b, c   | *c += *b;
        +let fn4: Fn4 = |      c, d| *d += *c;
        +let fn5: Fn5 = |a, b, c   | println!("{a} + {b} = {c}");
        +
        +// Invoke logic over data.
        +fn1(&mut a, &mut b, &mut c, &mut d);
        +fn2(&a, &mut c);
        +fn3(&b, &mut c);
        +fn4(&c, &mut d);
        +fn5(&a, &b, &c);
        +}
        +

        Dynamic Representation

        +

        The following shows the complete logic implemented using fn_graph:

        +
        // [dependencies]
        +// fn_graph = { version = "0.5.4", features = ["fn_meta", "resman"] }
        +// futures = "0.3.21"
        +// resman = { version = "0.15.0", features = ["fn_meta", "fn_res"] }
        +// tokio = { version = "1.20.0", features = ["rt", "macros", "time"] }
        +use std::{
        +    fmt,
        +    ops::{AddAssign, Deref, DerefMut},
        +};
        +
        +use fn_graph::FnGraphBuilder;
        +use futures::stream::StreamExt;
        +use resman::{IntoFnRes, Resources};
        +
        +// Define newtypes for each parameter.
        +#[derive(Debug)] struct A(u32);
        +#[derive(Debug)] struct B(u32);
        +#[derive(Debug)] struct C(u32);
        +#[derive(Debug)] struct D(u32);
        +
        +fn main() {
        +// Initialize data.
        +let mut resources = Resources::new();
        +resources.insert(A(0));
        +resources.insert(B(0));
        +resources.insert(C(0));
        +resources.insert(D(0));
        +let resources = &resources; // Now the map is compile time immutable.
        +
        +type Fn1 = fn(&mut A, &mut B, &mut C, &mut D);
        +type Fn2 = fn(&A, &mut C);
        +type Fn3 = fn(&B, &mut C);
        +type Fn4 = fn(&C, &mut D);
        +type Fn5 = fn(&A, &B, &C);
        +
        +// Define logic and insert them into graph structure.
        +let fn_graph = {
        +    let fn1: Fn1 = |a, b, c, d| { a.0 = 1; b.0 = 2; c.0 = 0; d.0 = 0; };
        +    let fn2: Fn2 = |a,    c   | *c += a.0;
        +    let fn3: Fn3 = |   b, c   | *c += b.0;
        +    let fn4: Fn4 = |      c, d| *d += c.0;
        +    let fn5: Fn5 = |a, b, c   | println!("{a} + {b} = {c}");
        +
        +    let mut fn_graph_builder = FnGraphBuilder::new();
        +
        +    // Store functions in graph.
        +    let [fn_id1, fn_id2, fn_id3, fn_id4, fn_id5] = fn_graph_builder.add_fns([
        +        fn1.into_fn_res(),
        +        fn2.into_fn_res(),
        +        fn3.into_fn_res(),
        +        fn4.into_fn_res(),
        +        fn5.into_fn_res(),
        +    ]);
        +
        +    // Define dependencies to control ordering.
        +    fn_graph_builder
        +        .add_edges([
        +            (fn_id1, fn_id2),
        +            (fn_id1, fn_id3),
        +            (fn_id2, fn_id4),
        +            (fn_id2, fn_id5),
        +            (fn_id3, fn_id4),
        +            (fn_id3, fn_id5),
        +        ])
        +        .unwrap();
        +
        +    fn_graph_builder.build()
        +};
        +
        +// Invoke logic over data.
        +//
        +// For synchronous sequential execution, you may uncomment the next line:
        +// fn_graph.iter().for_each(|fun| fun.call(resources));
        +//
        +// For asynchronous concurrent execution, use the following:
        +let rt = tokio::runtime::Builder::new_current_thread()
        +    .enable_time()
        +    .build()
        +    .unwrap();
        +rt.block_on(async move {
        +    fn_graph
        +        .stream()
        +        .for_each_concurrent(None, |fun| async move { fun.call(resources); })
        +        .await;
        +});
        +
        +// prints:
        +// 1 + 2 = 3
        +}
        +
        +macro_rules! u32_newtype {
        +    ($name:ident) => {
        +        impl fmt::Display for $name {
        +            fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
        +                self.0.fmt(f)
        +            }
        +        }
        +        impl Deref for $name {
        +            type Target = u32;
        +            fn deref(&self) -> &Self::Target {
        +                &self.0
        +            }
        +        }
        +        impl DerefMut for $name {
        +            fn deref_mut(&mut self) -> &mut Self::Target {
        +                &mut self.0
        +            }
        +        }
        +        impl AddAssign<u32> for $name {
        +            fn add_assign(&mut self, other: u32) {
        +                *self = Self(self.0 + other);
        +            }
        +        }
        +    };
        +}
        +u32_newtype!(A);
        +u32_newtype!(B);
        +u32_newtype!(C);
        +u32_newtype!(D);
        +

        Note that the knowledge of types is only needed at the point of definition for both data and logic. At the point of invocation, it's dynamic:

        +
        let resources: &Resources = /* .. */;
        +
        +fn_graph
        +    .stream()
        +    .for_each_concurrent(None, |fun| async move { fun.call(resources); })
        +    .await;
        +

        How It Works

        +

        The remainder of this section shows how fn_graph is implemented.

        +

        Generic data storage and dynamic access is already solved by Resources from the previous page. The remaining parts to solve all relate to the logic:

        +
          +
        • Abstraction: Abstraction over different logic types to retrieve parameters and invoke the logic.
        • +
        • Ordering: Sort logic by their dependencies and how they access data.
        • +
        • Streaming: Concurrently stream logic once they are available without violating data access rules.
        • +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/function_graph/abstraction.html b/technical_concepts/function_graph/abstraction.html new file mode 100644 index 000000000..e1e33fd08 --- /dev/null +++ b/technical_concepts/function_graph/abstraction.html @@ -0,0 +1,351 @@ + + + + + + Abstraction - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Abstraction

        +

        To abstract over the logic, the following needs to be solved:

        +
          +
        • Storage: Single type to be held together in a collection.
        • +
        • Instantiation: Easy to instantiate from functions or closures.
        • +
        • Invocation: Able to be invoked with Resources.
        • +
        +

        The concept applies to function with any number of parameters1; the code snippets on this page shows implementations for a function with 2 parameters – one mutable parameter, and one immutable parameter.

        +

        Storage

        +

        We can store different types under a single abstraction by defining a trait, and implementing the trait for each of those different types.

        +
        %3fn_res_traittraitFnRes {}fn1Fn1fn_res_trait->fn1fn2Fn2fn_res_trait->fn2fn3Fn3fn_res_trait->fn3fn4Fn4fn_res_trait->fn4fn5Fn5fn_res_trait->fn5
        +
        // Trait for all logic types to implement.
        +pub trait FnRes {
        +    // ..
        +    /// Return type of the function.
        +    type Ret;
        +    /// Runs the function.
        +    fn call(&self, resources: &Resources) -> Self::Ret;
        +}
        +

        In order to name the logic type in code, the logic is stored in a wrapper type called FnResource.

        +

        FnRes is implemented for each type parameter combination of FnResource1:

        +
        %3fn_res_traittraitFnRes {}fn_resourcestructFnResource<Fun, Ret, Args> {}structFnResource<Fn1, (), (&mut A, &mut B)> {}structFnResource<Fn2, (), (&mut C, &A)> {}structFnResource<Fn3, (), (&mut C, &B)> {}structFnResource<Fn4, (), (&mut D, &C)> {}structFnResource<Fn5, (), (&A, &B, &C)> {}fn_res_trait->fn_resource
        +
        // Intermediate type so that traits can be implemented on this.
        +pub struct FnResource<Fun, Ret, Args> {
        +    pub func: Fun,
        +    marker: PhantomData<(Fun, Ret, Args)>,
        +}
        +
        +// Implement `FnRes` for `FnResource` with different type parameters.
        +impl<Fun, Ret, C, A> FnRes for FnResource<F, Ret, (&mut C, &A)>
        +where
        +    Fun: Fn(&mut C, &A) -> Ret + 'static,
        +    Ret: 'static,
        +{
        +    // ..
        +}
        +

        Once a function or closure is wrapped in a FnResource, then we can hold different functions and closures as Box<dyn FnRes>.

        +

        Instantiation

        +

        To make it easy to transform functions and closures into Box<dyn FnRes>, the IntoFnResource and IntoFnRes traits are provided generically:

        +
        // Turns a function or closure into the `FnResource` wrapper type.
        +impl<Fun, Ret, C, A> IntoFnResource<Fun, Ret, (&mut C, &A)> for Fun
        +where
        +    Fun: Fn(&mut C, &A) -> Ret + 'static,
        +    Ret: 'static,
        +{
        +    fn into_fn_resource(self) -> FnResource<Fun, Ret, (&mut C, &A)> {
        +        FnResource {
        +            func: self,
        +            marker: PhantomData,
        +        }
        +    }
        +}
        +
        +// Turns a function or closure into a `Box<dyn FnRes>`
        +impl<Fun, Ret, C, A> IntoFnRes<Fun, Ret, (&mut C, &A)> for Fun
        +where
        +    Fun: Fn(&mut C, &A) -> Ret + 'static,
        +    Ret: 'static,
        +    A: 'static,
        +    B: 'static,
        +    FnResource<Fun, Ret, (&mut C, &A)>: FnRes<Ret = Ret>,
        +{
        +    fn into_fn_res(self) -> Box<dyn FnRes<Ret = Ret>> {
        +        Box::new(self.into_fn_resource())
        +    }
        +}
        +

        Usage:

        +
        let fn_res = (|c: &mut u32, a: &u32| *c += *a).into_fn_res();
        +

        Invocation

        +

        Now that we can easily hold different types under the Box<dyn FnRes> abstraction, the remaining issue is to invoke the logic through that common abstraction.

        +

        To do this, FnRes has a method that takes a &Resources parameter, and each trait implementation will handle parameter fetching and function invocation:

        +
        // Trait for all logic types to implement.
        +pub trait FnRes {
        +    /// Return type of the function.
        +    type Ret;
        +
        +    /// Runs the function.
        +    fn call(&self, resources: &Resources) -> Self::Ret;
        +}
        +
        +// Implementation to fetch the parameters from `Resources`, and invoke the function.
        +impl<Fun, Ret, C, A> FnRes for FnResource<F, Ret, (&mut C, &A)>
        +where
        +    Fun: Fn(&mut C, &A) -> Ret + 'static,
        +    Ret: 'static,
        +{
        +    pub fn call(&self, resources: &Resources) -> Ret {
        +        let c = resources.borrow_mut::<C>();
        +        let a = resources.borrow::<A>();
        +
        +        (self.func)(c, a)
        +    }
        +}
        +

        With this, consumers are able to invoke functions generically:

        +
        let mut resources = Resources::new();
        +resources.insert(A::new(1));
        +resources.insert(C::new(0));
        +
        +let fn_res: Box<dyn FnRes> = (|c: &mut C, a: &A| *c += *a).into_fn_res();
        +
        +// Generically invoke logic with generic data type.
        +fn_res.call(&resources);
        +

        Notably:

        +
          +
        • Parameters must be &T or &mut T, as T is owned by Resources.
        • +
        • Parameters must be distinct types, as it is invalid to borrow &mut T twice.
        • +
        • Borrowing and invocation is implemented by the function type – FnResource in this example. Out of the box, this lives in the resman crate instead of fn_graph.
        • +
        +
        +

        1 resman implements FnRes for functions with up to 6 parameters.

        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/function_graph/ordering.html b/technical_concepts/function_graph/ordering.html new file mode 100644 index 000000000..f2c304180 --- /dev/null +++ b/technical_concepts/function_graph/ordering.html @@ -0,0 +1,267 @@ + + + + + + Ordering - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Ordering

        +

        To define the order of execution, fn_graph uses two kinds of dependencies – logical and data. Logical dependencies are defined by consumers of the crate. Data dependencies are calculated by inspecting the type and mutability of function parameters.

        +

        Using the example:

        +
        type Fn1 = fn(&mut i32, &mut i32, &mut i32, &mut i32);
        +type Fn2 = fn(&i32, &mut i32);
        +type Fn3 = fn(&i32, &mut i32);
        +type Fn4 = fn(&i32, &mut i32);
        +type Fn5 = fn(&i32, &i32, &i32);
        +
        +let fn1: Fn1 = |a, b, c, d| { *a = 1; *b = 2; *c = 0; *d = 0; };
        +let fn2: Fn2 = |a,    c   | *c += *a;
        +let fn3: Fn3 = |   b, c   | *c += *b;
        +let fn4: Fn4 = |      c, d| *d += *c;
        +let fn5: Fn5 = |a, b, c   | println!("{a} + {b} = {c}");
        +

        Even though it is possible to order these sequentially, we also want to be able to achieve concurrency to increase performance.

        +
        %3fn1fn1fn2fn2fn1->fn2fn3fn3fn2->fn3fn4fn4fn3->fn4fn5fn5fn4->fn5
        +

        Logical Dependencies

        +

        To encode this into a function graph, logical dependencies can be specified through edges:

        +
        %3fn1fn1fn2fn2fn1->fn2fn3fn3fn1->fn3fn4fn4fn2->fn4fn5fn5fn2->fn5fn3->fn4fn3->fn5
        +

        For correctness, fn1 must be executed before both fn2 and fn3, and those must complete before fn4 and fn5 are executed.

        +

        Data Dependencies

        +

        Note that fn4 and fn5 can both be executed in parallel, as there is no overlap in accessed data.

        +

        However, fn2 and fn3 both require mutable access to C. Since it is not possible to safely provide both fn2 and fn3 with mutable access, fn_graph automatically introduces a data dependency between those functions to ensure consistent ordering:

        +
        %3fn1fn1fn3fn3fn1->fn3fn2fn2fn1->fn2fn5fn5fn3->fn5fn4fn4fn3->fn4fn2->fn3fn2->fn5fn2->fn4
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/function_graph/streaming.html b/technical_concepts/function_graph/streaming.html new file mode 100644 index 000000000..757bff39c --- /dev/null +++ b/technical_concepts/function_graph/streaming.html @@ -0,0 +1,412 @@ + + + + + + Streaming - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Streaming

        +

        When ordering has been defined, consumers can use FnGraph::iter to iterate through the graph and invoke each function sequentially. When the "async" feature is enabled, which is on by default, FnGraph::stream will produce each function once all of its predecessors have been streamed and returned.

        +

        To know when a function is available to be streamed, fn_graph uses the following algorithm:

        +
          +
        • Track the number of predecessors of each node.
        • +
        • When streaming, each time a function is streamed and the closure returns, subtract 1 from the predecessor counts of each of that function's successors.
        • +
        • If the predecessor count of a function is 0, it is now available to be streamed.
        • +
        +

        Visualized

        +
          +
        1. +

          In the example scenario, each function has a number of predecessors:

          +
          %3fn1fn1:0fn3fn3:2fn1->fn3fn2fn2:1fn1->fn2fn5fn5:2fn3->fn5fn4fn4:2fn3->fn4fn2->fn3fn2->fn5fn2->fn4
          +
        2. +
        3. +

          When a function completes, subtract 1 from each of its successors' predecessor counts:

          +
          %3fn1fn1:0fn3fn3:1fn1->fn3fn2fn2:0fn1->fn2fn5fn5:2fn3->fn5fn4fn4:2fn3->fn4fn2->fn3fn2->fn5fn2->fn4
          +
        4. +
        5. +

          This applies to both logical and data dependencies:

          +
          %3fn1fn1:0fn3fn3:0fn1->fn3fn2fn2:0fn1->fn2fn5fn5:1fn3->fn5fn4fn4:1fn3->fn4fn2->fn3fn2->fn5fn2->fn4
          +
        6. +
        7. +

          Performance is gained when multiple functions can be executed concurrently:

          +
          %3fn1fn1:0fn3fn3:0fn1->fn3fn2fn2:0fn1->fn2fn5fn5:0fn3->fn5fn4fn4:0fn3->fn4fn2->fn3fn2->fn5fn2->fn4
          +
        8. +
        +

        This can be seen by timing the executions:

        +
        // [dependencies]
        +// fn_graph = { version = "0.5.4", features = ["fn_meta", "resman"] }
        +// futures = "0.3.21"
        +// resman = { version = "0.15.0", features = ["fn_meta", "fn_res"] }
        +// tokio = { version = "1.20.0", features = ["rt", "macros", "time"] }
        +use std::{
        +    fmt,
        +    ops::{AddAssign, Deref, DerefMut},
        +};
        +
        +use fn_graph::FnGraphBuilder;
        +use futures::stream::StreamExt;
        +use resman::{IntoFnRes, Resources};
        +
        +// Define newtypes for each parameter.
        +#[derive(Debug)]
        +struct A(u32);
        +#[derive(Debug)]
        +struct B(u32);
        +#[derive(Debug)]
        +struct C(u32);
        +#[derive(Debug)]
        +struct D(u32);
        +
        +fn main() {
        +    // Initialize data.
        +    let mut resources = Resources::new();
        +    resources.insert(A(0));
        +    resources.insert(B(0));
        +    resources.insert(C(0));
        +    resources.insert(D(0));
        +    let resources = &resources; // Now the map is compile time immutable.
        +
        +    // Define logic and insert them into graph structure.
        +    type Fn1 = fn(&mut A, &mut B, &mut C, &mut D);
        +    type Fn2 = fn(&A, &mut C);
        +    type Fn3 = fn(&B, &mut C);
        +    type Fn4 = fn(&C, &mut D);
        +    type Fn5 = fn(&A, &B, &C);
        +
        +    let fn_graph = {
        +        let fn1: Fn1 = |a, b, c, d| { a.0 = 1; b.0 = 2; c.0 = 0; d.0 = 0; };
        +        let fn2: Fn2 = |a,    c   | *c += a.0;
        +        let fn3: Fn3 = |   b, c   | *c += b.0;
        +        let fn4: Fn4 = |      c, d| *d += c.0;
        +        let fn5: Fn5 = |a, b, c   | println!("{a} + {b} = {c}");
        +
        +        let mut fn_graph_builder = FnGraphBuilder::new();
        +
        +        // Store functions in graph.
        +        let [fn_id1, fn_id2, fn_id3, fn_id4, fn_id5] = fn_graph_builder.add_fns([
        +            fn1.into_fn_res(),
        +            fn2.into_fn_res(),
        +            fn3.into_fn_res(),
        +            fn4.into_fn_res(),
        +            fn5.into_fn_res(),
        +        ]);
        +
        +        // Define dependencies to control ordering.
        +        fn_graph_builder
        +            .add_edges([
        +                (fn_id1, fn_id2),
        +                (fn_id1, fn_id3),
        +                (fn_id2, fn_id4),
        +                (fn_id2, fn_id5),
        +                (fn_id3, fn_id4),
        +                (fn_id3, fn_id5),
        +            ])
        +            .unwrap();
        +
        +        fn_graph_builder.build()
        +    };
        +
        +// Invoke logic over data.
        +let sequential_start = tokio::time::Instant::now();
        +fn_graph.iter().for_each(|fun| {
        +    fun.call(resources);
        +    std::thread::sleep(std::time::Duration::from_millis(10));
        +});
        +let sequential_elapsed = sequential_start.elapsed();
        +println!("sequential_elapsed: {sequential_elapsed:?}");
        +
        +// prints:
        +// 1 + 2 = 3
        +// sequential_elapsed: 50.683709ms
        +
        +let rt = tokio::runtime::Builder::new_current_thread()
        +    .enable_time()
        +    .build()
        +    .unwrap();
        +rt.block_on(async move {
        +    let concurrent_start = tokio::time::Instant::now();
        +    fn_graph
        +        .stream()
        +        .for_each_concurrent(None, |fun| async move {
        +            fun.call(resources);
        +            tokio::time::sleep(tokio::time::Duration::from_millis(10)).await;
        +        })
        +        .await;
        +    let concurrent_elapsed = concurrent_start.elapsed();
        +    println!("concurrent_elapsed: {concurrent_elapsed:?}");
        +});
        +
        +// prints:
        +// 1 + 2 = 3
        +// concurrent_elapsed: 44.740638ms
        +}
        +
        +macro_rules! u32_newtype {
        +    ($name:ident) => {
        +        impl fmt::Display for $name {
        +            fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
        +                self.0.fmt(f)
        +            }
        +        }
        +        impl Deref for $name {
        +            type Target = u32;
        +
        +            fn deref(&self) -> &Self::Target {
        +                &self.0
        +            }
        +        }
        +        impl DerefMut for $name {
        +            fn deref_mut(&mut self) -> &mut Self::Target {
        +                &mut self.0
        +            }
        +        }
        +        impl AddAssign<u32> for $name {
        +            fn add_assign(&mut self, other: u32) {
        +                *self = Self(self.0 + other);
        +            }
        +        }
        +    };
        +}
        +u32_newtype!(A);
        +u32_newtype!(B);
        +u32_newtype!(C);
        +u32_newtype!(D);
        +

        Notably there is some overhead with the asynchronous execution, but as the number of functions grow, so should the concurrency, and the performance gains should increase proportionally.

        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/item.html b/technical_concepts/item.html new file mode 100644 index 000000000..99b5bf8bd --- /dev/null +++ b/technical_concepts/item.html @@ -0,0 +1,386 @@ + + + + + + Item - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Item

        +
        +

        Note: 🚧 means the concept is not yet implemented.

        +
        +

        An item is something that can be created, inspected, and cleaned up by automation.

        +

        An itemification defines data types and logic to manage that item.

        +

        The Item and associated types are how consumers integrate with the Peace framework. Consumers provide a unique ID, data types, and functions, which will be selectively executed by the framework to provide lean, robust automation, and a good user experience.

        +

        This logical breakdown guides automation developers to structure logic to handle cases that are not normally considered of when writing automation. Combined with trait requirements on data types, the framework is able to provide commands, workflow optimizations, and understandable output to ensure a pleasant automation experience.

        +

        Data Types

        +
          +
        1. Error: The umbrella error type returned when anything goes wrong when managing the item.
        2. +
        3. State: Information about a managed item, can be divided into logical and physical state.
        4. +
        5. Logical state: Part of the state that can be controlled, e.g. application server's existence.
        6. +
        7. Physical state: Part of the state that cannot be controlled, e.g. application server's instance ID.
        8. +
        9. Current state: Current State of the managed item, both logical and physical.
        10. +
        11. Goal state: Logical State that one wants the item to be in.
        12. +
        13. State difference: Difference between the current Logical state and the Goal state.
        14. +
        +

        Logic – Building Blocks

        +
        +1. Define an ID. +
        +

        Item::id

        +

        Provide the framework with a unique ID for this item.

        +

        These are intended to be safe to use as file names, as well as avoid surprises, and so have been limited to alphanumeric characters and underscores, and cannot begin with a number. This is validated at compile time by using the item_id!("..") macro.

        +

        The examples in the peace repository will use snake_case, but the rules are flexible enough to accept PascalCase or camelCase if that is preferred.

        +

        Examples

        +
          +
        • Item that manages a file download: "download".
        • +
        • Item that manages a server: "server_existence".
        • +
        +
        +
        +
        +2. Initialize framework with parameters to manage item. +
        +

        Item::setup

        +

        🚧 parameters are passed in for each command

        + +

        Provide the framework with enough information to begin managing the item.

        +

        This function also instantiates the data types referenced by this Item into the Resources map.

        +

        Examples

        +
          +
        • +

          Item that manages a file download:

          +

          Required parameters are the URL to download from, and the destination file path.

          +
        • +
        • +

          Item that manages a server:

          +

          Required parameters are the base image ID to launch the server with, and hardware specs.

          +
        • +
        +
        +
        +
        +3. Fetch current item state. +
        +

        Item::state_current

        +

        This may not necessarily be a cheap function, for example if it needs to make web requests that take seconds to complete.

        +

        Examples

        +
          +
        • +

          Item that manages a file download:

          +

          Current state is checking a file's existence and contents.

          +
        • +
        • +

          Item that manages a server:

          +

          Current state is checking a server's existence and its base image ID.

          +
        • +
        +
        +
        +
        +4. Fetch goal item state. +
        +

        Item::StateGoalFn

        +

        This may not necessarily be a cheap function, for example if it needs to make web requests that take seconds to complete.

        +

        Examples

        +
          +
        • +

          Item that manages a file download:

          +

          Goal state is file metadata retrieved from a remote server.

          +
        • +
        • +

          Item that manages a server:

          +

          Goal state is one server exists with the specified the base image ID.

          +
        • +
        +
        +
        +
        +5. Return the difference between current and goal states. +
        +

        Item::StateDiffFn

        +

        It is important that both the from and to are shown for values that have changed, and values that have not changed or are not relevant, are not returned.

        +

        Examples

        +
          +
        • +

          Item that manages a file download:

          +

          State difference is a change from a file that does not exist, to a file with contents "abc".

          +
        • +
        • +

          Item that manages a server:

          +

          State difference is a change from a non-existent server, to a server exists with the specified the base image ID.

          +
        • +
        +
        +
        +
        +6. Ensure that the item is in the goal state. +
        +

        Transforms the current state to the goal state.

        +
          +
        1. +

          check: Returns whether exec needs to be run to transform the current state into the goal state.

          +
        2. +
        3. +

          exec: Actual logic to transform the current state to the goal state.

          +
        4. +
        5. +

          exec_dry: Dry-run transform of the current state to the goal state.

          +

          Like exec, but all interactions with external services, or writes to the file system should be substituted with mocks.

          +
        6. +
        +
        +
        +
        +7. Clean up the item. +
        +

        Cleans up the item from existence.

        +
          +
        1. check: Returns whether exec needs to be run to clean up the item.
        2. +
        3. exec: Actual logic to clean up the item.
        4. +
        5. exec_dry: Dry-run clean up of the item.
        6. +
        +
        +
        +

        Comparison with git

        +

        Readers may notice the function breakdown is git-like. The following table compares the concepts:

        +
        + + + + + + + + +
        SubjectPeaceGit
        ItemAny consumer defined item.A directory of files.
        Project initializationinit command takes in parameters to manage the item.Uses the current directory or passed in directory.
        StateConsumer defined information about the item.Current state is the latest commit, goal state is the working directory.
        State retrievalOn request by user using the StatesDiscover command.Retrieved each time the status command is run, cheap since it is all local.
        State displayOn request using state and goal commandsshow $revision:path command shows the state at a particular $revision.
        State differenceOn request using diff commandstatus command shows a summary, show and diff commands shows the state difference.
        State applicationOn request through the ensure command.On request through commit and push commands.
        EnvironmentsHandled by updating initialization parameters.Defined through remote URLs.
        +
        +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/item/item_parameters.html b/technical_concepts/item/item_parameters.html new file mode 100644 index 000000000..1e8051309 --- /dev/null +++ b/technical_concepts/item/item_parameters.html @@ -0,0 +1,268 @@ + + + + + + Item Parameters - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Item Parameters

        +

        For an item to work with different values, the values must be passed in. These values are called item parameters.

        +
        %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest
        +

        There are a number of related concepts:

        +
          +
        • +

          User needs to be able to specify how the values are defined:

          +
            +
          • Plain Values: Use a value provided by the user.
          • +
          • Referenced Values: Use a value produced by a predecessor item.
          • +
          • Transformed Values: Take values produced by predecessor item(s), transform it, then use that.
          • +
          +
        • +
        • +

          Implementors:

          +
            +
          • Need to define the parameters.
          • +
          • Take in parameter values for state_current, state_goal.
          • +
          • Take in Option<Field> for each field within the parameter for try_state_current, try_state_goal.
          • +
          +
        • +
        • +

          Peace should be able to store and load:

          +
            +
          • The specification by the user.
          • +
          • The actual values computed and used during command execution.
          • +
          +
        • +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/item/item_parameters/params_definition.html b/technical_concepts/item/item_parameters/params_definition.html new file mode 100644 index 000000000..79bd3c817 --- /dev/null +++ b/technical_concepts/item/item_parameters/params_definition.html @@ -0,0 +1,435 @@ + + + + + + Params Definition - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Params Definition

        +

        For an item to work with different values, the values must be passed in.

        +

        Item implementors define these as part of the Item trait:

        +
        trait Item {
        +    type Params: ..;
        +}
        +

        Use Cases

        +

        The following shows a number of use cases of these params:

        +
          +
        • +

          State Apply: Param values must be known, and Peace should pass concrete values to the Item::{state_current, state_goal, apply} functions.

          +
        • +
        • +

          State Discovery (fallible):

          +

          Param values may be known, if predecessors have previously executed.

          +
            +
          • +

            try_state_current: StateDiscoverCmd::current

            +

            e.g. Look up file contents on a remote host:

            +
            match params_partial.dest_ip() {
            +    Some(dest_ip) => Some(file_hash(dest_ip, path)),
            +    None => None, // or `Some(FileState::None)`
            +}
            +
          • +
          • +

            try_state_goal: StateDiscoverCmd::goal

            +

            e.g. Look up source file contents:

            +
            match params_partial.src_path() {
            +    Some(src_path) => file_hash(src_path),
            +    None => None, // or `Some(FileState::None)`
            +}
            +
          • +
          +
        • +
        +

        By Item Function

        +
          +
        • +

          try_state_current: Should work with field_partials.

          +
        • +
        • +

          try_state_goal: Should work with field_partials.

          +
        • +
        • +

          state_current: Needs real concrete param values.

          +
        • +
        • +

          state_goal: Needs real concrete param values.

          +
        • +
        • +

          state_diff: Doesn't need parameters or data; everything should be captured in States.

          +

          But for presentation, it's useful to know what a file should be (current vs goal), or difference between params (multiple profile current vs current).

          +
        • +
        • +

          state_clean: Maybe always returns ItemState::None, and doesn't need parameters or data.

          +

          However, presenting state_clean with e.g. a file path, would mean the None state contains the value, which means state_clean needs params.

          +

          Arguably state_goal will show the path that would be created.

          +

          StateDiff for cleaning should also show the deletion of the path.

          +
        • +
        • +

          apply_check: Doesn't need parameters or data.

          +
        • +
        • +

          apply_dry: Needs concrete param values, even if they are fake.

          +
        • +
        • +

          apply: Needs real concrete param values.

          +
        • +
        +

        Encoding: Serialization / Deserialization

        +

        Because:

        +
          +
        • It is convenient to serialize Item::Params::Spec and store it, and deserialize it for use at a later time.
        • +
        • It is useful to support config-based parameter specification (no compiler needed).
        • +
        • It is not possible to serialize closures.
        • +
        +

        Then there must be a way to encode the same functionality that Item::Params::Spec::field_from_map provides, as something serializable.

        +

        Possibilities:

        +
          +
        • ToString and FromStr impls that represent the logic
        • +
        • Serialized form uses enum variants, and when deserializing, map that back to functions.
        • +
        • Custom language.
        • +
        +

        Code Implications

        +

        From the implementor's perspective, item trait needs to change to support the above use cases.

        +

        The following snippets are here to show the changes that include the above concepts. These are:

        +
          +
        • non-compilable.
        • +
        • just enough to show where types are changed.
        • +
        • show certain trait bounds (non-exhaustive).
        • +
        • do not include the encoding / decoding of field_from_map concept.
        • +
        +

        Framework

        +
        // Traits in Peace Framework
        +trait Item {
        +    type Params: Params + Serialize + Deserialize;
        +
        +    fn setup(&self, resources);
        +    fn try_state_current(fn_ctx, params_partial, data);
        +    fn try_state_goal(fn_ctx, params_partial, data);
        +    fn state_clean      (        params_partial, data);
        +    fn state_current    (fn_ctx, params,         data);
        +    fn state_goal    (fn_ctx, params,         data);
        +    fn apply_dry        (fn_ctx, params,         data, state_current, state_target, diff);
        +    fn apply            (fn_ctx, params,         data, state_current, state_target, diff);
        +    fn apply_check      (        params_partial, data, state_current, state_target, diff);
        +    fn state_diff       (        params_partial, data, state_a, state_b);
        +
        +    // Once more, with types:
        +    fn setup(&self, &mut Resources<Empty>);
        +    fn try_state_current(FnCtx<'_>, Self::Params<'_>::Partial, Self::Data<'_>);
        +    fn try_state_goal(FnCtx<'_>, Self::Params<'_>::Partial, Self::Data<'_>);
        +    fn state_clean      (           Self::Params<'_>::Partial, Self::Data<'_>);
        +    fn state_current    (FnCtx<'_>, Self::Params<'_>         , Self::Data<'_>);
        +    fn state_goal    (FnCtx<'_>, Self::Params<'_>         , Self::Data<'_>);
        +    fn apply_dry        (FnCtx<'_>, Self::Params<'_>         , Self::Data<'_>, Self::State, Self::State, Self::StateDiff);
        +    fn apply            (FnCtx<'_>, Self::Params<'_>         , Self::Data<'_>, Self::State, Self::State, Self::StateDiff);
        +    fn apply_check      (           Self::Params<'_>::Partial, Self::Data<'_>, Self::State, Self::State, Self::StateDiff);
        +    fn state_diff       (           Self::Params<'_>::Partial, Self::Data<'_>, Self::State, Self::State);
        +}
        +
        +/// For Peace to access <Item::Params as Params>::Spec
        +trait Params {
        +    type Spec: Serialize + Deserialize;
        +    type SpecBuilder: SpecBuilder<Output = Self::Spec>;
        +    type Partial: Serialize + Deserialize;
        +}
        +
        +enum ValueSpec<T> {
        +    Value(T),
        +    From,
        +    FromMap(Box<dyn Fn(&Resources) -> Option<T>>),
        +}
        +

        Also need to provide a Params derive macro.

        +

        Design Note

        +

        The apply_check and state_diff functions usually are not expected to need params and data, but some items may use them, such as the ShCmdItem which accesses params to determine the script to run.

        +

        Regarding params will be Params or Params<'_>::Partial for state_diff, if we call state_diff for a file upload item, we must have both the current state and goal state. Then we need to ask, does having both states imply Params is fully resolvable?

        +

        If we call state_current for a file upload:

        +
          +
        • the destination server may not be there
        • +
        • so params may not have the IP
        • +
        • we may still return Some(State::Empty)
        • +
        • So params may still be partial, even if State is Some.
        • +
        +

        If we call state_goal for a file upload:

        +
          +
        • the source file may not be there
        • +
        • so params may not have the source content hash
        • +
        • we may still return Some(State::Empty)
        • +
        • So params may still be partial, even if State is Some.
        • +
        +

        Implementor

        +
        // Implementation
        +struct FileUploadItem;
        +
        +impl Item for FileUploadItem {
        +    type Params = FileUploadParams;
        +}
        +
        +#[derive(Clone, Debug, Params, Serialize, Deserialize)]
        +struct FileUploadParams {
        +    src: PathBuf,
        +    dest_ip: IpAddr,
        +    dest_path: PathBuf,
        +}
        +

        Auto generated by Params derive:

        +
        impl Params for FileUploadParams {
        +    type Spec = FileUploadParamsSpec;
        +    type SpecBuilder = FileUploadParamsSpecBuilder;
        +    type Partial = FileUploadParamsPartial;
        +}
        +
        +// Serialize / Deserialize not needed.
        +struct FileUploadParamsPartial {
        +    src: Option<PathBuf>,
        +    dest_ip: Option<IpAddr>,
        +    dest_path: Option<PathBuf>,
        +}
        +
        +#[derive(Clone, Debug, Serialize, Deserialize)]
        +struct FileUploadParamsSpec {
        +    src: ValueSpec<PathBuf>,
        +    dest_ip: ValueSpec<IpAddr>,
        +    dest_path: ValueSpec<PathBuf>,
        +}
        +
        +#[derive(Clone, Debug)]
        +struct FileUploadParamsSpecBuilder {
        +    src: Option<ValueSpec<PathBuf>>,
        +    dest_ip: Option<ValueSpec<IpAddr>>,
        +    dest_path: Option<ValueSpec<PathBuf>>,
        +}
        +

        See:

        + + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/item/item_parameters/params_framework_support.html b/technical_concepts/item/item_parameters/params_framework_support.html new file mode 100644 index 000000000..313d7e897 --- /dev/null +++ b/technical_concepts/item/item_parameters/params_framework_support.html @@ -0,0 +1,318 @@ + + + + + + Params Framework Support - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Params Framework Support

        +

        For ergonomic usage and accurate data modelling, the following types need to exist for each item:

        +
          +
        • Params
        • +
        • ParamsPartial
        • +
        • ParamsSpec
        • +
        • ParamsSpecBuilder
        • +
        +

        Since Params is defined by the item implementor, the other three structs can only be defined after it, and can be generated by a proc macro.

        +

        Questions:

        +
          +
        • +

          How does Peace know what fields to fill in, and how?

          +

          The fields are known by the ParamsSpec impl, though it resides in the implementor's crate.

          +

          Peace can reference the ParamsSpec through a Params::Spec associated type.

          +
        • +
        • +

          Does Peace need to know about the field, or can it be in the generated impl?

          +

          It needs to go, for each field on the ParamsSpec, fill in the ParamsPartial. This could be implemented by ParamsSpec::partial_from(&Resources) -> ParamsPartial:

          +
          impl ParamsSpec {
          +    fn partial_from(resources: &Resources) -> ParamsPartial {
          +        // for each field (generated by proc macro)
          +        let value_0 = value_0_spec.try_value_from(resources);
          +        let value_1 = value_1_spec.try_value_from(resources);
          +
          +        ParamsPartial { value_0, value_1 }
          +    }
          +}
          +
          +enum ValueSpec<T> {
          +    Value(T),
          +    From,
          +    FromMap(Box<dyn Fn(&Resources) -> Option<T>>),
          +}
          +
          +impl<T> ValueSpec<T> {
          +    fn try_value_from(&self, resources: &Resources) -> Option<T> {
          +        match self {
          +            Self::Value(t) => Some(t.clone()),
          +            Self::From => resources.try_borrow::<T>().cloned(),
          +            Self::FromMap(f) => f(resources),
          +        }
          +    }
          +}
          +
        • +
        • +

          How does ValueSpec::FromMap get instantiated:

          +

          Probably something like this:

          +
          impl ParamsSpecBuilder {
          +    // for each field
          +    fn field_from_map<F, U>(mut self, f: F) -> Self
          +    where F: &U -> Field {
          +        let from_map_boxed = Box::new(move |resources| {
          +            resources.try_borrow::<Field>().map(f)
          +        });
          +        self.field_spec = ValueSpec::FromMap(from_map_boxed);
          +        self
          +    }
          +}
          +
        • +
        +

        To allow Peace to reference those types, and for Peace to expose that to users, we need the following traits:

        +
          +
        • dyn Params: To know what type the ParamsPartial, ParamsSpec, and ParamsSpecBuilder are.
        • +
        • dyn ParamsSpec: Peace needs the spec to generate a ParamsPartial from Resources.
        • +
        +

        Implications On Serialization and Flow Params

        +

        It is inconvenient to have to register item params types as flow params, because the presence of the item could automatically tell Peace its params type.

        +

        However, users:

        +
          +
        • Must provide the param values / spec for each item for the first execution of a flow.
        • +
        • May have different preferences whether they have to provide the values / spec for subsequent executions, and whether it implicitly uses what was used before, or is explicit for each field.
        • +
        +

        What we need:

        +
          +
        • Flow params are serialized separately. Flow params may be values that control how things are presented, but not affect the actual functional execution, so they may be log verbosity.
        • +
        • Item params spec must be deserialized, and overwritten by provided values.
        • +
        • Item params spec must be serialized before executing a command.
        • +
        • Item params must be serialized as execution happens.
        • +
        • Item params partials do not need to be serialized, only presented, as they can be re-calculated from state for each discover / read command execution.
        • +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/item/item_parameters/value_specification.html b/technical_concepts/item/item_parameters/value_specification.html new file mode 100644 index 000000000..ba1f91288 --- /dev/null +++ b/technical_concepts/item/item_parameters/value_specification.html @@ -0,0 +1,296 @@ + + + + + + Value Specification - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Value Specification

        +

        Item parameter values are eventually concrete values.

        +

        Some of those concrete values are not necessarily known until partway through a flow execution. When a flow is defined, a user needs a way to encode where a value comes from.

        +
        %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest
        +

        Plain Values

        +

        Plain values are values that a user provides before a command is executed.

        +
        %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:/path/to/appdest:user@ip:/path/to/dest
        +

        A variation of plain values is to provide a lookup function that is evaluated at the point the value is needed, but that has potential negative effects for user experience:

        +
          +
        • Performance: Web service call(s) may take seconds to complete.
        • +
        • Consistency: Multiple executions may discover different values between different command executions.
        • +
        +

        In code, this may look like:

        +
        let app_params_spec = AppParams::spec()
        +    .repo_path(Path::from("/path/to/project"))
        +    .build();
        +let server_params_spec = ServerParams::spec()
        +    .image_id(image_id!("abcd1234"))
        +    .instance_size(InstanceSize::Large)
        +    .build();
        +
        +cmd_ctx_builder
        +    .with_item_params(app_params_spec)
        +    .with_item_params(server_params_spec)
        +    .await?;
        +

        Referenced Values

        +

        Referenced values are values directly taken from a predecessor's state output.

        +
        %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:${app_path}dest:user@ip:/path/to/desta_stateStateapp_path:target/debug/appa_state->c_params
        +

        In code, this may look like:

        +
        let file_upload_params_spec = FileUploadParams::spec()
        +    .src_from::<AppOutputPath>()
        +    // ..
        +    .build();
        +
        +cmd_ctx_builder
        +    .with_item_params(file_upload_params_spec)
        +    .await?;
        +

        Transformed Values

        +
        %3cluster_acluster_bcluster_caabba->ba_text⚙️appcompilea_paramsParamsrepo_path:/path/to/projectb_stateStateip:192.168.0.100ccb->cb_text🖥️serverlaunchb_paramsParamsimage_id:abcd1234instance_size:largec_text📤fileuploadc_paramsParamssrc:${app_path}dest:user@${server.ip}:/path/to/destb_state->c_params
        +

        In code, this may look like:

        +
        let file_upload_params_spec = FileUploadParams::spec()
        +    // ..
        +    .dest_from_map::<Server>(|server| {
        +        let ip = server.ip();
        +        format!("user@${ip}:/path/to/dest")
        +    })
        +    .build();
        +
        +cmd_ctx_builder
        +    .with_item_params(file_upload_params_spec)
        +    .await?;
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/item_graph.html b/technical_concepts/item_graph.html new file mode 100644 index 000000000..d66f69d64 --- /dev/null +++ b/technical_concepts/item_graph.html @@ -0,0 +1,265 @@ + + + + + + Item Graph - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Item Graph

        +

        An item graph is a function graph, whose logic type is an item.

        +

        Instead of storing a single function in each node of the graph, each logic type is a collection of well-defined functions adhering to the Item trait.

        +

        Combining these concepts contributes to the strategy's outcomes, by enabling the framework to address common issues in each input dimension.

        +
        +
        %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4
        +
        +
        +
        let graph = {
        +    let mut graph_builder = ItemGraphBuilder::<XError>::new();
        +    let [id_1, id_2, id_3, id_4] = graph_builder.add_fns([
        +        Item1::new(param1).into(),
        +        Item2::new(/* .. */).into(),
        +        Item3::new().into(),
        +        Item4::new().into(),
        +    ]);
        +    graph_builder.add_edges([
        +        (id_1, id_3),
        +        (id_2, id_3),
        +        (id_2, id_4),
        +    ])?;
        +
        +    graph_builder.build()
        +};
        +
        +

        The remainder of this section explains how using these concepts together allows sensible user facing commands to be created. Available commands are documented in the reference.

        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/item_graph/clean.html b/technical_concepts/item_graph/clean.html new file mode 100644 index 000000000..31f365ca8 --- /dev/null +++ b/technical_concepts/item_graph/clean.html @@ -0,0 +1,244 @@ + + + + + + Clean - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Clean

        +

        Partial Clean

        +

        Even though it is possible to clean up the server without uninstalling the application, it is recommended that the CleanOpSpec is implemented for every item.

        + +

        Imagine one has a goal to test fresh installations of different versions of an application. One approach is to deploy each version in a separate environment, and clean up the whole environment, . have a command that only uninstalls the application from the server, .

        +

        Least-work approach, but needs additional engineering.

        + + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/item_graph/initialization.html b/technical_concepts/item_graph/initialization.html new file mode 100644 index 000000000..ef3f38163 --- /dev/null +++ b/technical_concepts/item_graph/initialization.html @@ -0,0 +1,271 @@ + + + + + + Initialization - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Initialization

        +
        +

        Before a process is started, make sure all the necessary information is provided.

        +
        +

        In function graph, data types in Resources are inserted by the consumer, separate from the graph.

        +

        In Peace, Item::setup is run for each item, which allows data types to be inserted into Resources.

        +
        let graph = /* .. */;
        +
        +let resources = graph.setup(Resources::new()).await?;
        +
        +
        +
        %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4
        +
        +
        +
        // Item1::setup
        +resources.insert(param1);
        +
        +// Item2::setup
        +resources.insert(param2);
        +
        +// Item3::setup
        +// no-op
        +
        +// Item4::setup
        +resources.insert(param3);
        +resources.insert(param4);
        +
        +
        +

        ℹ️ Note: Each initialization parameter should be specified in each item's setup method, even though the parameter is inserted by a predecessor item.

        +

        This is because when only a subset of the graph is executed, or if the item is used in a different graph, the parameter should still be inserted.

        +

        🚧 A wrapper type should conditionally insert the initialization parameter into Resources

        +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/item_graph/state_ensure.html b/technical_concepts/item_graph/state_ensure.html new file mode 100644 index 000000000..1398ee45f --- /dev/null +++ b/technical_concepts/item_graph/state_ensure.html @@ -0,0 +1,312 @@ + + + + + + State Ensure - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        State Ensure

        +
        +

        When applying a change, the change should converge the current state to the goal state.

        +
        +
        let graph = /* .. */;
        +let resources = /* .. */;
        +
        +let resources = ApplyCmd::exec(graph, resources).await?;
        +

        Note that the Item::apply requires implementers to return StatePhysical, which is the state information generated during the exec logic, but not necessarily within the implementers' control.

        +

        Method

        +

        To discover the current state of all items, the following method is used:

        +
          +
        1. ApplyFns::check is run for all items.
        2. +
        3. Of the ones that return ApplyCheck::ExecRequired, Item::apply is run.
        4. +
        5. Finally, Item::state_current is run so that the end state can be compared with the goal state to confirm that they match.
        6. +
        +

        ApplyFns::check

        +
        +
        +
        %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4
        +
        +
        +
        // Item1
        +ApplyCheck::ExecRequired { .. }
        +
        +// Item2
        +ApplyCheck::ExecNotRequired
        +
        +// Item3
        +ApplyCheck::ExecRequired { .. }
        +
        +// Item4
        +ApplyCheck::ExecRequired { .. }
        +
        +

        Item::apply

        +
        +
        +
        %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4
        +
        +
        +

        Items 1, 3, and 4 need to be executed, but Item2's Item::apply is skipped as check indicated it isn't needed.

        +
        // Item1
        +()
        +
        +// Item2
        +IpAddr::from_str("1.2.3.4")
        +
        +// Item3
        +()  // Note: version is logical state
        +
        +// Item4
        +Revision::new("abcdef0123456")
        +
        +

        Dry Run

        +
        let resources = Item::apply_dry(graph, resources).await?;
        +

        Similar to the Item::apply, Item::apply_dry is meant to simulate what would happen, and allow users to correct mistakes before actual execution.

        +

        Implementers must replace all write logic with mocks. These include:

        +
          +
        • File writes
        • +
        • Web requests
        • +
        +

        It is also recommended that read requests to external services are minimized to decrease the time to return feedback to the user. If possible, move read request logic to Item::state_current so that it is stored by the StatesDiscoverCmd.

        +

        Convergence / Non-Transactional Execution Recovery

        +

        Since these processes happen over distributed systems, and errors can happen at any point in the process, it is realistic to assume that the process doesn't happen transactionally.

        +

        ApplyFns has been designed so that implementers will consider transitions from non-atomic states to the goal state. In simpler terms, if the goal state is "10 servers must exist", then:

        +
          +
        • When the current state is 0 servers, then 10 servers should be launched.
        • +
        • When the current state is 6 servers, then 4 servers should be launched.
        • +
        +

        As time and effort is saved by reusing existing useful state and not requiring complete clean up, recoverability and user experience is improved.

        + + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/item_graph/state_inspection.html b/technical_concepts/item_graph/state_inspection.html new file mode 100644 index 000000000..1c7ec0d47 --- /dev/null +++ b/technical_concepts/item_graph/state_inspection.html @@ -0,0 +1,273 @@ + + + + + + State Inspection - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        State Inspection

        +
        +

        Before applying a change, you should understand the current state, and what the change will do.

        +
        +

        To discover the current state of all items, Item::try_state_current is run for each item concurrently.

        +
        let graph = /* .. */;
        +let resources = /* .. */;
        +
        +let resources = StatesDiscoverCmd::current(graph, resources).await?;
        +
        +
        +
        %3fn1fn1fn3fn3fn1->fn3fn2fn2fn2->fn3fn4fn4fn2->fn4fn3->fn4
        +
        +
        +
        // Item1::StateCurrentFn::try_exec
        +let exists = param1.path().exists();
        +Ok(State::new(exists, ()))
        +
        +// Item2::StateCurrentFn::try_exec
        +let instance_url = discover(param2).await?;
        +Ok(State::new(Some(instance_url), ()))
        +
        +// Item3::StateCurrentFn::try_exec
        +let version = reqwest::get(instance_url).await?;
        +Ok(State::new(version, ()))
        +
        +// ..
        +
        +

        When all states have been collected, they are presented to the user:

        +
        state1: exists
        +state2: 1.2.3.4
        +state3: 1.0.0
        +state4: abcdef0123456
        +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/output.html b/technical_concepts/output.html new file mode 100644 index 000000000..d9ccf5a8e --- /dev/null +++ b/technical_concepts/output.html @@ -0,0 +1,355 @@ + + + + + + Output - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Output

        +

        Output is providing information to a user.

        +

        Output can be categorized with number of input dimensions:

        +
          +
        • Disclosure: +
            +
          • Push: Information is pushed to users once available.
          • +
          • Pull: Information is requested by users, may be real time or historical.
          • +
          +
        • +
        • Rate: (of requests) +
            +
          • High: Information that constantly updates.
          • +
          • Low: Information that once created isn't expected to change.
          • +
          +
        • +
        • Consumer: +
            +
          • Human: Person using the application.
          • +
          • Software: ReST API consumer.
          • +
          • Both: Readable and parseable text output.
          • +
          +
        • +
        • Accumulation: +
            +
          • Append: Information continuously increases.
          • +
          • Replace: Latest information is relevant.
          • +
          +
        • +
        +
        +Example scenarios and solutions for different output combinations +
        + + + + + + + + + + + + + + + + + + + + + + + + +
        #DisclosureRateConsumerAccumulationExample ScenarioExample solution
        1PushHighHumanAppendExecution progress in CI / buildsText
        2PushHighHumanReplaceExecution in interactive CLIProgress bars
        3PushHighSoftwareAppendExecution progress delta web socket APISerialized
        4PushHighSoftwareReplaceExecution progress web socket APISerialized
        5PushHighBothAppendnone
        6PushHighBothReplacenone
        7PushLowHumanAppendExecution errors in CLIFriendly errors
        8PushLowHumanReplaceExecution outcome in CLIMarkdown output
        9PushLowSoftwareAppendExecution errors web socket APISerialized
        10PushLowSoftwareReplaceExecution outcome web socket APISerialized
        11PushLowBothAppendExecution errors in fileFriendly serialized
        12PushLowBothReplaceExecution outcome in fileFriendly serialized
        13PullHighHumanAppendHistorical execution progress logsText
        14PullHighHumanReplacenone
        15PullHighSoftwareAppendnoneSerialized
        16PullHighSoftwareReplaceHistorical execution progress ReST APISerialized
        17PullHighBothAppendnone
        18PullHighBothReplacenone
        19PullLowHumanAppendExecution errors in web pageFormatted errors
        20PullLowHumanReplaceExecution outcome in web pageFormatted report
        21PullLowSoftwareAppendExecution errors ReST APISerialized
        22PullLowSoftwareReplaceExecution outcome ReST APISerialized
        23PullLowBothAppendHistorical execution errors in fileFriendly serialized
        24PullLowBothReplaceHistorical execution outcome in fileFriendly serialized
        +
        +

        From the above table, further thoughts include:

        +
          +
        • Information that changes at a high rate implies a high rate of requests.
        • +
        • Information requested at a high rate may need to be small (in size).
        • +
        • Progress output is frequent, and is most important in real time / as it happens.
        • +
        • If frequency is high and the output is transferred between hosts, then ideally the size of the output is reduced.
        • +
        • The point of serialized data without the friendliness requirement is space and time efficiency.
        • +
        • Friendly serialized data may be a format such as YAML / JSON / TOML.
        • +
        • Pulled data is either over an API, or viewing historical information, meaning pulled data needs to be serializable.
        • +
        • Web page output may be large, but mental overload can be avoided by hiding information through interactivity.
        • +
        +

        Outcome

        +

        Outcome Status

        +
          +
        • Success: Task has completed successfully.
        • +
        • Break: Task has stopped for manual action not managed by the command.
        • +
        • Error: Task has stopped with an error.
        • +
        +

        Outcome Messages

        +
          +
        • Nothing
        • +
        • Informatives: What the user needs to do next.
        • +
        • Warnings
        • +
        +

        Outcome Errors

        +
          +
        • What happened
        • +
        • Why it is considered an error
        • +
        • Source of the information that led to the error
        • +
        • Suggestions for fixing
        • +
        +

        Format

        +

        Output format can be optimized for different consumers. For example:

        +
          +
        • +

          Interactive command line:

          +
            +
          • Hide detail to reduce mental overload.
          • +
          • Show enough to give an appropriate picture.
          • +
          • Use colour to highlight / dim detail based on level of importance.
          • +
          • Show commands to display additional detail.
          • +
          • Use a format that makes sense when copying and pasting into a different application, e.g. markdown.
          • +
          +
        • +
        • +

          Web page:

          +
            +
          • Use interactive elements to allow detail to be revealed when needed.
          • +
          • Use consistent colour for different levels of detail.
          • +
          +
        • +
        • +

          Network transfer:

          +
            +
          • Use a serialization format that is small to cater for latency.
          • +
          • Use a serialization format that is not difficult to deserialize to reduce CPU utilization.
          • +
          +
        • +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/output/execution_progress.html b/technical_concepts/output/execution_progress.html new file mode 100644 index 000000000..67124f20b --- /dev/null +++ b/technical_concepts/output/execution_progress.html @@ -0,0 +1,395 @@ + + + + + + Execution Progress - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Execution Progress

        +

        Execution progress output is most useful as it happens. Execution progress output should fulfill the following concerns:

        +
          +
        • easy for a human to understand
        • +
        • easy to be sent from an item implementation
        • +
        • pushed to output in real time
        • +
        • pulled from client in real time
        • +
        +

        Information

        +

        Information that is likely useful to the consumer, and therefore should be captured, and sent if bandwidth is not an issue.

        +

        Progress Status

        +

        Whether a task has started, is in-progress, stalled, or completed.

        +
          +
        • +

          Execution Pending: Execution is pending a predecessor's execution.

          +
        • +
        • +

          Running: Execution is in progress.

          +

          This status is best conveyed alongside the following information:

          +
            +
          • +

            Units total: Unknown (spinner) / known (progress bar).

            +
          • +
          • +

            Units current

            +
          • +
          • +

            Function: Item::{state_current, state_goal, apply}.

            +

            Certain functions will not be applicable, e.g. when StateCurrent is feature gated, then the function won't be available when the feature is not enabled.

            +
          • +
          +
        • +
        • +

          Running Stalled: Progress updates have not been received for a given period.

          +

          Item implementations are responsible for sending progress updates, but if there are no progress updates, or an identical "it's running" progress update is continuously received, then Peace may determine that the task may have stalled, and user attention is required.

          +

          Peace may also provide a hook for implementors to output a suggestion to the user.

          +
        • +
        • +

          User Pending: Task is pending user input.

          +
        • +
        • +

          Completed: Task has completed.

          +

          This status is best conveyed alongside the following information:

          +
            +
          • Completion Status: Success, Failed.
          • +
          • Function: Item::{state_current, state_goal, apply}.
          • +
          +
        • +
        +

        The following variant is possible conceptually, but not applicable to the Peace framework:

        +
          +
        • +

          Stopped: Task is not running, but can be started.

          +

          This is not applicable because Peace uses runtime borrowing to manage state, and a stopped task has potentially altered data non-atomically, so locking the data is not useful, and unlocking the data may cause undefined behaviour due to reasoning over inconsistent state.

          +

          For rate limiting tasks, the task in its entirety would be held back.

          +
        • +
        +

        Progress Measurement

        +
          +
        • Unit of measurement: Steps, Bytes, Percentage, None
        • +
        • Units total: Known / Unknown
        • +
        • Units current: Numeric / Unknown
        • +
        • Units remaining: Numeric / Unknown. This is total - current.
        • +
        • Unit of progress tick: as it happens.
        • +
        +

        Progress Timings

        +
          +
        • Time started
        • +
        • Elapsed duration
        • +
        • Remaining duration estimate
        • +
        • Time of completion estimate
        • +
        • Time of completion
        • +
        +

        Information Production / Consumption

        +

        As much as possible, Peace should collect progress information without burdening the implementor.

        +
        + + + + + + + + + + + +
        InfoProduced / Captured by
        Progress statusFramework
        Unit of measurementImplementor
        Units totalImplementor
        Units initially completedImplementor
        Units remainingFramework
        Unit of progress tickImplementor
        Time startedFramework
        Elapsed durationFramework
        Remaining duration estimateFramework
        Time of completion estimateFramework
        Time of completionFramework
        +
        +

        Peace should support the following usages out-of-the-box1:

        +
          +
        • Interactive CLI
        • +
        • Non-interactive CLI
        • +
        • CI logging
        • +
        • WASM
        • +
        • REST endpoint (pull)
        • +
        • REST endpoint (push)
        • +
        +

        1 even if it is not yet implemented, it should be designed in a way that allows for it

        +

        API

        +

        Implementors define the following in ApplyFns::check:

        +
          +
        • Unit of measurement: Steps, Bytes, Percentage, None
        • +
        • Units total: Known / Unknown
        • +
        • Units initially completed: Numeric / Unknown
        • +
        +

        Units remaining is tracked by Peace as the unit of progress is ticked (updated).

        +

        There is a tradeoff between:

        +
          +
        • +

          Implementors manually ticking progress

          +
            +
          • +

            More accurate information

            +
          • +
          • +

            Code becomes messy -- progress ticks scattered throughout code.

            +
          • +
          • +

            zzz has a really good way of doing this without making things messy:

            +
            #![allow(unused)]
            +fn main() {
            +(0..1000).into_iter().progress()
            +//                    ^^^^^^^^^^
            +// This is all that's needed to render the progress bar
            +// assuming `size_hint()` is implemented.
            +}
            +

            Peace could provide something like:

            +
            #![allow(unused)]
            +fn main() {
            +impl ApplyFns for MyApplyFns {
            +    async fn exec(data: Data<'_>) -> Result<(), E> {
            +        [
            +            Self::fn_1,
            +            Self::fn_2,
            +            Self::fn_3,
            +            Self::fn_4,
            +        ].progress(data);
            +    }
            +}
            +}
            +

            But that constrains the signature of each sub function to be the same. A type parameterized function chain – where the return value of one function is the parameter to the next – may be messy, especially for error messages.

            +
          • +
          • +

            For spinners, manually ticking the progress bar can be cumbersome, but automatic ticking will give a false impression of progress happening. Somewhat mitigated by stall detection.

            +
          • +
          +
        • +
        • +

          Codegen to add progress ticks

          +

          This could be done with a proc macro that counts the number of expressions, with some clever handling of conditionals, and inserts tick() expressions.

          +
        • +
        +

        For now Peace will require implementors to manual tick the progress, and in the future, explore the following option:

        +
          +
        • Trait to automatically tick progress for iterators.
        • +
        • Proc macro to automatically insert ticks.
        • +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/output/presentation.html b/technical_concepts/output/presentation.html new file mode 100644 index 000000000..0c9d40fdb --- /dev/null +++ b/technical_concepts/output/presentation.html @@ -0,0 +1,338 @@ + + + + + + Presentation - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Presentation

        +

        For human readable output, it is desirable for consumers as well as the framework to be able to:

        +
          +
        • Output arbitrary types.
        • +
        • Have them formatted by the output implementation.
        • +
        • Not require the output implementation to know the specific type that is being output.
        • +
        +

        The OutputWrite trait was written to handle different output formats – human-readable vs CI logging vs structured text – but not how to present the output.

        +

        Peace should provide two traits:

        +
          +
        • +

          OutputWrite: Maps between the information and the output format, e.g. human readable vs parseable.

          +

          Examples:

          +
            +
          • CLI output: Writes progress as log messages (CI), or progress bar (interactive), or nothing (when piped).
          • +
          • Web output: Write JSON.
          • +
          • Native application: Update a UI component.
          • +
          +
        • +
        • +

          Presentable: Maps between the information and the presentation format, e.g. present this as an ID, short text, long text, a list, etcetera.

          +

          Examples:

          +
            +
          • CLI output: Colour text with ANSI colour codes.
          • +
          • Web output: Create and style web elements.
          • +
          • Native application: Create and style UI components.
          • +
          +
        • +
        +

        Current State

        +

        The OutputWrite trait has methods for:

        +
          +
        • writing progress: setting up state, updating progress, and ending.
        • +
        • writing states (current, goal, diff, etc.)
        • +
        • writing error
        • +
        +

        These methods are specific to States, and if we add methods per type, it doesn't allow any arbitrary type to be formatted and written.

        +

        Goal State

        +

        To be usable with arbitrary information, OutputWrite should have methods to output different kinds of information. These information kinds are based on the purpose of the information, not on how they should be grouped or presented.

        +

        Information Kinds

        +
          +
        • +

          Progress: Information about the execution of automation.

          +
        • +
        • +

          Outcome: Information that the automation is purposed to produce.

          +
        • +
        • +

          Notes: Meta information about the outcome or progress -- informatives, warnings.

          +

          These can be used to refine the automation.

          +
        • +
        +

        For each information kind, OutputWrite should be able to:

        +
          +
        • Write one or many of that information kind
        • +
        • Reason over the parameters of that information, and potentially pass it to a formatter.
        • +
        +

        For structured output, all information should be serializable.

        +

        Presentation / Formatting

        +

        For human readable output to be understandable, the OutputWrite implementation should improve clarity by adding styling or reducing information overload. For this to work with arbitrary types, the OutputWrite needs additional hints to determine how to format the information.

        +

        Examples:

        +
          +
        • An object may be presented as a list, and the type needs to define which fields that list is built from.
        • +
        • When presenting a list of named items, the type needs to define both the name and the description, which allows the names to be styled differently to the descriptions.
        • +
        • When presenting a large object, the density of information can be reduced through collapsible sections, and more detail displayed when the sections are expanded.
        • +
        +

        Implementation

        +

        To achieve this, we can:

        +
          +
        • +

          Define a peace::fmt::Presentable trait, analogous to std::fmt::Display

          +
        • +
        • +

          Define a peace::fmt::Presenter trait, analogous to std::fmt::Formatter

          +
        • +
        • +

          Presenter has methods to format:

          +
            +
          • short text descriptions
          • +
          • long text descriptions (e.g. always split at \ns)
          • +
          • names, e.g. always bold
          • +
          • lists of Presentables
          • +
          • groups, e.g. always collapsible, or presenter may choose to not display if level of detail is too high
          • +
          +
        • +
        • +

          Implementors will impl Presentable for MyType. This can be made easier with a derive macro.

          +
        • +
        • +

          Update OutputWrite to take in &dyn Presentable instead of concrete types, and the OutputWrite implementation can decide whether or not to delegate to Presenter for presentation information. e.g. a serializing output write may not need to.

          +
        • +
        +

        Note: Structured output that is read by humans (e.g. prettified YAML or JSON) is not a peace::fmt::Presentable concern, but an OutputWrite parameter, as it is a standard format serialization parameter, not formatting hints that the output endpoint needs.

        +

        Instead of using &strs for what is presented, we could add type safety to:

        +
          +
        • Enforce certain constraints, e.g. short descriptions must be one line, less than 200 characters
        • +
        • For human readable output, instead of std::fmt::Display, types implement peace::fmt::Presentable trait where a peace::fmt::Presenter is passed in.
        • +
        +

        The type safety can be opt-in, e.g. allow &strs, but if using the type-safe wrappers, you get compilation errors when the constraints are not met.

        +

        Recursion

        +

        If the Presentable trait is recursive like Debug, then we need to make sure implementors understand that a "name" will always be styled as a name, unless one creates a wrapping type that does not delegate to the name's underlying Presentable implementation (just like Debug).

        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/resources.html b/technical_concepts/resources.html new file mode 100644 index 000000000..ccbb3f1c5 --- /dev/null +++ b/technical_concepts/resources.html @@ -0,0 +1,280 @@ + + + + + + Resources - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Resources

        +

        In Peace, Resources refers to an any-map – a map that can store one value of different types – whose borrowing rules are checked per entry at runtime, instead of compile time.

        +

        Example of an any-map:

        +
        + + + +
        KeyValue
        TypeId::of::<u32>()1u32
        TypeId::of::<bool>()true
        TypeId::of::<A>()A { value: 1u32 }
        +
        +
        use peace::resources::Resources;
        +
        +let mut resources = Resources::new();
        +resources.insert(1u32);
        +resources.insert(2u64);
        +
        +// Change `resources` to be immutable.
        +let resources = resources;
        +
        +// We can validly have two mutable borrows
        +// from the map!
        +let mut a = resources.borrow_mut::<u32>();
        +let mut b = resources.borrow_mut::<u64>();
        +*a = 2;
        +*b = 3;
        +
        +// Accessing the same value while it is already
        +// mutably borrowed returns an error.
        +assert!(resources.try_borrow::<u32>().is_err())
        +

        For more information about the underlying type, see resman.

        +

        Java Equivalent

        +

        The conceptual Java equivalent looks like this:

        +
        var resources = new MagicMap(); // new HashMap<Class<?>, Object>();
        +resources.insert((Integer) 1);  // innerMap.put(Integer.class, 1);
        +resources.insert((Long)    2);  // innerMap.put(Long.class,    2L);
        +
        +var anInt = (Integer) resources.get(Integer.class);
        +var aLong = (Long)    resources.get(Long.class);
        +
        +// Can mutate both.
        +anInt = 2;
        +aLong = 3L;
        +
        +

        Rust's does not allow access to multiple mutable entries at the same time with the built in HashMap, so Resources is an implementation to bypass the compilation strictness.

        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/state.html b/technical_concepts/state.html new file mode 100644 index 000000000..465112d9f --- /dev/null +++ b/technical_concepts/state.html @@ -0,0 +1,287 @@ + + + + + + State - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        State

        +

        In peace, State represents the values of an item, and has the following usages:

        +
          +
        • Showing users the state of an item.
        • +
        • Allowing users to describe the state that an item should be.
        • +
        • Determining what needs to change between the current state and the goal state.
        • +
        +

        Therefore, State should be:

        +
          +
        • Serializable
        • +
        • Displayable in a human readable format
        • +
        • Relatively lightweight – e.g. does not necessarily contain file contents, but a hash of it.
        • +
        +

        Logical and Physical State

        +

        State can be separated into two parts:

        +
          +
        • +

          Logical state: Information that is functionally important, and can be specified by the user ahead of time.

          +

          Examples of logical state are:

          +
            +
          • File contents
          • +
          • An application version
          • +
          • Server operating system version
          • +
          • Server CPU capacity
          • +
          • Server RAM capacity
          • +
          +
        • +
        • +

          Physical state: Information that is discovered / produced when the automation is executed.

          +

          Examples of physical state are:

          +
            +
          • ETag of a downloaded file.
          • +
          • Execution time of a command.
          • +
          • Server ID that is generated on launch.
          • +
          • Server IP address.
          • +
          +
        • +
        +

        Defining State

        +

        Fully Logical

        +

        If an item's state can be fully described before the item exists, and can be made to happen without interacting with an external service, then the state is fully logical.

        +

        For example, copying a file from one directory to another. The state of the file in the source directory and destination directories are fully discoverable, and there is no information generated during automation that is needed to determine if the states are equivalent.

        +

        Logical and Physical

        +

        If an item's goal state can be described before the item exists, but interacts with an external service which produces additional information to bring that goal state into existence, then the state has both logical and physical parts.

        +

        For example, launching a server or virtual machine. The operating system, CPU capacity, and RAM are logical information, and can be determined ahead of time. However, the server ID and IP address are produced by the virtual machine service provider, which is physical state.

        +

        Fully Physical

        +

        If an item's goal state is simply, "automation has been executed after these files have been modified", then the state has no logical component.

        +

        For example, running a compilation command only if the compilation artifact doesn't exist, or the source files have changed since the last time the compilation has been executed.

        +
        +

        The remaining pages in this section explain how to define the logical and physical state types when implementing an item.

        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/state/logical_state.html b/technical_concepts/state/logical_state.html new file mode 100644 index 000000000..b3f061d3d --- /dev/null +++ b/technical_concepts/state/logical_state.html @@ -0,0 +1,328 @@ + + + + + + Logical State - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Logical State

        +

        Logical state is the part of an item that is:

        +
          +
        • Implementor / user definable
        • +
        • Controllable by automation
        • +
        • Deterministic
        • +
        +

        Uses

        +

        There are three uses of logical state:

        +
          +
        1. Representing current state.
        2. +
        3. Representing goal state.
        4. +
        5. Computing state difference.
        6. +
        +
        let params = data.params();
        +
        +// `dest` references the actual item that is being managed.
        +// e.g. calculate content hash of actual file being written to.
        +let state_current = params.dest().read();
        +
        +// `src` references the *specification* of what the item is intended to be.
        +// e.g. retrieve content hash from a source file.
        +let state_goal = params.src().read();
        +
        +// We can only compute the `diff` when both `src` and `dest` are available.
        +let state_diff = state_goal - state_current;
        +

        Discovery Constraints

        +

        In an item's parameters, there must be the following categories of information:

        +
          +
        • +

          src: information of what the item should be, or where to look up that information.

          +

          Thus, src is a reference to where to look up state_goal.

          +
        • +
        • +

          dest: reference to where the actual item should be.

          +

          dest is a reference to where to push state_current.

          +
        • +
        +

        Both src and dest may reference resources that are ensured by predecessor items. Meaning sometimes state_goal and state_current cannot be discovered because they rely on the predecessors' completions.

        +

        Examples

        +
          +
        • A list of files in a zip file cannot be read, if the zip file is not downloaded.
        • +
        • A file on a server cannot be read, if the server doesn't exist.
        • +
        • A server cannot have a domain name assigned to it, if the server doesn't exist.
        • +
        +

        Implications

        +
          +
        • +

          If dest is not available, then state_current may simply be "does not exist".

          +
        • +
        • +

          If src is not available, and we want to show state_goal that is not just "we can't look it up", then src must be defined in terms of something readable during discovery.

          +
        • +
        • +

          If that is not possible, or is too expensive, then one or more of the following has to be chosen:

          +
            +
          1. +

            Item::state_goal functions have to always cater for src not being available.

            +

            It incurs mental effort to always cater for src not being available – i.e. implementing an item would need knowledge beyond itself.

            +
          2. +
          3. +

            the peace framework defaults to not running state_current_fn for items that have a logical dependency on things that Item::apply_check returns ExecRequired

            +

            For this to work, when the current state is requested, peace will:

            +
              +
            1. For each non-parent item, run state_current, state_goal, state_diff, and apply_check.
            2. +
            3. If apply_check returns ApplyCheck::ExecNotRequired, then successor items can be processed as well.
            4. +
            +
          4. +
          5. +

            state_current could return Result<Option<Status>, E>:

            +
              +
            • +

              Ok(None): State cannot be discovered, likely because predecessor hasn't run

              +
            • +
            • +

              Ok(Some(State<_, _>)): State cannot be discovered.

              +
            • +
            • +

              Err(E): An error happened when discovering state.

              +

              May be difficult to distinguish some cases from Ok(None), e.g. failed to connect to server, is it because the server doesn't exist, or because the address is incorrect.

              +

              Should we have two state_currents? Or pass in whether it's being called from Discover vs Ensure – i.e. some information that says "err when failing to connect because the predecessor has been ensured".

              +
            • +
            + +
          6. +
          +

          Option 2 may be something we have to do anyway – we will not be able to provide current state to run Item::apply for successors for the same reason.

          +

          Option 3 may coexist with option 2.

          +

          Note: State discovery may be expensive, so it is important to be able to show a stored copy of what is discovered.

          +
        • +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/technical_concepts/workspace.html b/technical_concepts/workspace.html new file mode 100644 index 000000000..bc4a0dcdf --- /dev/null +++ b/technical_concepts/workspace.html @@ -0,0 +1,302 @@ + + + + + + Workspace - The Peace Framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + +
        +
        +

        Workspace

        +

        A tool built using the Peace framework must execute in a workspace – a location that Peace reads and writes information when commands are executed.

        +

        In a native automation tool, the workspace is usually the repository in which the automation is run, so the workspace directory is the repository root. In a WASM tool, Peace currently is able to store information in the browser LocalStorage or SessionStorage.

        +

        Peace Data

        +

        The following shows the file structure for data stored by Peace.

        +

        Path Segments

        +
        %3workspace_dirWorkspace Dirpath/to/my_repopeace_dirPeace Dir.peacepeace_app_dirPeace App Direnvmanprofile_dir🌏 Profile Dirinternal_dev_ainternal_dev_bcustomer_a_devcustomer_a_prodcustomer_b_devcustomer_b_prodflow_dir🌊 Flow Dirdeployconfigbenchmark
        +

        Hierarchy

        +
        $workspace_dir  # usually the project repository
        +|
        +|  # .peace, single directory to store data from tools made with Peace
        +|- $peace_dir
        +    |
        +    |  # directory per tool
        +    |- $peace_app_dir
        +        |- 📝 $workspace_params_file
        +        |
        +        |  # profile name, directory per profile
        +        |- 🌏 $profile_dir
        +            |- 📝 $profile_params_file
        +            |
        +            |  # flow name, directory per flow
        +            |- 🌊 $flow_dir
        +                |- 📝 $flow_params_file
        +                |- 📋 $states_current_file
        +                |- 📋 $states_goal_file
        +
        +

        Concrete Hierarchy Example

        +
        path/to/repo
        +|- .peace
        +    |- envman
        +        |- 📝 workspace_params.yaml
        +        |
        +        |- 🌏 internal_dev_a
        +        |   |- 📝 profile_params.yaml
        +        |   |
        +        |   |- 🌊 deploy
        +        |   |   |- 📝 flow_params.yaml
        +        |   |   |- 📋 states_goal.yaml
        +        |   |   |- 📋 states_current.yaml
        +        |   |
        +        |   |- 🌊 config
        +        |   |   |- 📝 flow_params.yaml
        +        |   |   |- 📋 states_goal.yaml
        +        |   |   |- 📋 states_current.yaml
        +        |   |
        +        |   |- 🌊 benchmark
        +        |       |- 📝 flow_params.yaml
        +        |       |- 📋 states_goal.yaml
        +        |       |- 📋 states_current.yaml
        +        |
        +        |- 🌏 customer_a_dev
        +        |   |- 📝 profile_params.yaml
        +        |   |
        +        |   |- 🌊 deploy - ..
        +        |   |- 🌊 config - ..
        +        |
        +        |- 🌏 customer_a_prod
        +            |- 📝 profile_params.yaml
        +            |
        +            |- 🌊 deploy - ..
        +            |- 🌊 config - ..
        +
        + +
        + + +
        +
        + + + +
        + + + + + + + + + + + + + + + + + + + +
        + + diff --git a/tomorrow-night.css b/tomorrow-night.css new file mode 100644 index 000000000..81fe276e7 --- /dev/null +++ b/tomorrow-night.css @@ -0,0 +1,102 @@ +/* Tomorrow Night Theme */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment { + color: #969896; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #cc6666; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #de935f; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rule .hljs-attribute { + color: #f0c674; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.hljs-name, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #b5bd68; +} + +/* Tomorrow Aqua */ +.hljs-title, +.css .hljs-hexcolor { + color: #8abeb7; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #81a2be; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #b294bb; +} + +.hljs { + display: block; + overflow-x: auto; + background: #1d1f21; + color: #c5c8c6; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} + +.hljs-addition { + color: #718c00; +} + +.hljs-deletion { + color: #c82829; +}

    G?n(BX)#K5$&+n3l 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�WcSB4*cKU8tdvBP|Y z+zlyDvQw|cNG@s{bv+Zkal`&EFD@_GTBqx*rhj71VLiQ5L2ui(9Xw~(c}2-(c1U>G zx@NUKyJot3PtX~7Cx3vC&I{}N#&fUmZ&s?cndmVl>9II>xA?|bo{GKF1oO6;(|Gxl zUY;NN&fd4P?wKPSSgX42IQ#Z`-;Wk|{MFawO||L&ZHTC>DCYQVwXI5&^XkK}v&vGS zoOcilz-7ybMU!%_LJQkTpK`uOY}v|`^IKvYtwA|AqK%U=RgZF>Q;OCLO7MOqu};0N zPC0KQR>^r?%K0!_xqwW92+t8app(GK9byNB61aJVb{@i%z)?M65UZp{Ip-X~HwakL zp`4c^!zZvMMasF5a0I*r4oe7Efe?{Iz@A#%AG9IxC;G&kqMV+w2n-5k`|y`-NyDKS z_k|N^Sd`R##+BPI2s}#azMygt4U`^0dDHI5X-?VMPG;9jbwjs8sH_~YM z6v}o1{wsGzXBtLDyML4vweJyuQxW$Ww=QtPX;>9;KQB8pQ;&vMp}ZSa+^N1@1P!x7 zWffG&r-NI|))TmuF0ch7dib6F@|3`?(0#?8z9vWZ1{3%d%JP*IEZbxDIE}!tK<>gR znd>yKVNQPS&CCw};vTkNKI0^d?}+TosC;Cy$C3=QK_Rk*FS zN4UVRjXVwK(t24@7vJahM`Ixk>rybRe|=U>$-2v|^90_d@}|f0Nh_8#mA!T%FfT0| z!-3TXdd*)JZYFRq1?SifE`>EspAIMy*q6$Jino_lR!`~@NyEQ1_lDEUA7t^RMH9lSWeBwYw8aAf4cWk=Oq+M?>^`qfqN}*SluDcsp zI763)k*SZboG9o2Y0-;t8cwGBW@VL;zhM#N;QySIh*qFkg3D>4O5O|sTv1`_C z7N=^@-YiRCW;#7i-8U}nG(W(DhMOr>>{m~UNlDqJErp$xY`B|y`qHJmP#S)wvuMW4 zgNKi2tq!DNXo~43lIL5C!v%X)2^>xBdeWpv*B&~0w4-5Z+7ZIs0UfuUiv5&F;Ax5( zXWl=EAJVEt*9W7E=i@V@=^oMHT-7y@TgFp_Pr)Qx)E@8xL%Yg4H^zxA4H#+JKJ z(h0mxb6;?0e&@QGG8QzusFS&$6us} zT3v4YM3%tgl&fvRH4ZhNR=(>+U~=l5-V^VcG#(tXD3rkEbbEWW>1@|CdH)Js8aB7! z_Qkyw0|wS`X!x9Z>L9nrc561=bERQ)y0bpWR-Kq?B>QRtfzv6)*3D&omb^RPfrizo zWf#4ll2jJ!Y$1i$UESKvYV*=3*^SQ#%ueyll4*_$N_Af~tRZkawTTT+&wVzn=`ewY z-Dy_^DmZC5>{vRdCxPE7_D)f`AePNNWFU$1WFqsD(X&9i!!sPY)bKc42CD3p{ zy*m}B27OTz21U@YKqckzX-0c>&U~IMg$G_=Hh9dVbrU`Y(J(>Xj^b<6W1pV?nr}tm zf=ZT~bDj%>Szp*RY*5`{!S;5t2aXnJtt9Y49f|g~PkiNXK8ZApP^nj_#-56RZZ&Oa zIH6kgxO?|Y%%-inltW;JI!EPRon7Rhye^D}7b?E1u4y_b3)|8(%uwyE%j!v++f;4O z@g#6V?UY&Vy-g~e23)rwutPgS2ik0%+@8Wy;t^d z7=bxzZ0rB^tX%(V7R$#FxTBt@#rWoDZ)*Z68uqBHUq7^Y&FG+%@;U;4RDYIkIk{h- z{R`?|(=bR&&q=vnIlG6e(Qrs5hx>tD+L^C@uT8@u)nx;^mKT0=s|}^$k-CwC4GzeR zn0+;nhDj>1icBKplWO~YI!54DS9_W6gioh?m zdJn%|*0IR?jV%qsR8X=$A8#2jdGk~&0>@NYI;lLT!F2VdnnnW4)YS7Ha$R@Ax^+8N z(eTWtq2>cR44*xFI1STOSzVuA@OI3O`1h#cBx9g}ESr*i$3%&{(S zX4U0BBk)cQyIJl17H!`4I*EpP>V?}bDIPKNb<%SO0{2vEJbvimo~_U3wWDF5>W#&n zZWSys=-Qcvf9mS(8kTL?WWyRy!$6fJfny4{Ic6Tc*^R(K)yj(HRW;8)vbr#hz(RGt z%ro9*QEsNc_A-HoDt6tQm}hVKZR4zL0uxos49%U?Z^C|`Z7&I2RA>H5&D`zV5(gD2 z5!k5WXYK=Qt)Xor18DfDY8QT9S+K=rCo>vGs{Mddmb#)b%iV#7lPcagv3)V8as9CV zG^|v$%~-ARt`1&S_jVF^saEC8x^sm!7w*m4PGF`A_C=-{s`}HGn9*=km44T|J-8Lo zvEe`+ft_m2ecJAvJC(OGiH4slSQm6|9!51yRgl6^duD$=GA6@uqY4d2)%5CAY(DqF zx$2vV1eU6wu-x+Q5V;2i6#@cJRhB(Ju)?}Puf`?M8jD1L~#S--Mr&&jHltO$~l!C zWHlbotkR-kt?F;>Yvu0^H_Z&8;jOwU)Am-3J~;f{1RCb5bm{4%aVIzJHoJ3@z+Kg+ z7v$gEH&DNaFAaOu^>bypD=pl^S=5feUzMU3vu<5WE#UT`VX$h)zfYNWZgE8)0S$-M zDRCHhYjxntoD=Z`7OVI?r{;oS@6_#kWeGf1?eSZ^lOB&cXsw$|V6xf+{JUt!Z40RD zK*MDf*L0%RR_4XV#M7`@RgbP2G7U}Hef!h!S#2+adD8<|@0H8#Ov7l`nAkkG5j?I= zq~WxxGB(cb*p;`l+S0IEt?A{X{MQ6V?VjmC;I#^y>W&qP_Hy)#&Jvid%Eh82RnN62 zIxd|=!)-a9qvpid*rn;wuv-OA(6NNGt31@6_9pOKl@p)edrsot$zSbDV7QuNi!C1L z3NL5QcuwHB`jr=Si2mT#?GC(*it2&h6Sr;d8zEKDRI!8NW+7*m3DdN zR)0Kc(T0WzD-OP^pTtSrf9Rq;4HquD^2~dx*M?4~WC(0n>(!IGT}lHt-8vLO;KK?X z^T!N(8wZW3Wnw5@} z@)XYX>^0b)hBvF3n+a4Vx2f(t%ag#IbsQ&5jcFSdGW=RR4R`j;-_Y0hc#rpIa|rBN zO`n~sX>3#R_DCFoKWqDjd~3T*?C9T(hCwTCKKRAAY}D*d(c0Eek0kJEmC~nMM~pkJSu=o!QES>Jyh=CKvfNSkjliiDTs$N4 z_KO>C#n7;76~FtFC)F4qQp`R@;MJO)uIt~^`(UEhiH2G0k9&H#--m9u258Z6Yh}#` z*}8QneI7m#5!khczQ!xVm@n%!htlwCJ>^=ZrR%f=JNNG(Fl^-;h1Vx|J`}FlkWb*) z>T?&%uUM@q%gJREShjBZ#O$M-x~Cz_9uj!A()ATDcX5k?OPX&In6|pStK=T<`q#~q zX}Gp-cE9Gru<7}g-ZX4msgrKm;)Y1};m5`VzO9!0#Qab_i?daShH>judNukvK79D{ z-D(2oRvf?9p>X!l<&w9jOClmIoz%3>p1o3AOEtepk8+yga6!9nWb>0xi-UVvzjm&; z&>>W@$hOzWq(j}SdqxiW?z*EyHGo^))#oKYs}1W}ceUXr+WSJ+7$gpQqPQh^-s3kn zzA1zs5*4B&Qt{jeAF|=pRG)sl= z76xe}I*Vdvaq8xb+~lD0b-c-vE@Nc{vD_Fd+l&1*Ki}FjzTCIUJ)3vBH0$Il{ad4a z1`PR_VU`lMVsN7Uab<<9^}%sg57P!saCz+|Q>^j-ir}lIxh1O=dZL4$b6?OOjVj>b zc9S3QSy10fuEC>kI`Q=bfXV=~K3=XrTu7h!`Z*8s1Ce9{gFj$SDRXmkssqZYQdZ_x zK-QF*nHhzV{s_p`+r@uCA1^;M5)_J_|0%i_SD1+5pcpEU8c$86dI9>=>_=FDpz(Ab zWGeRUGtj?}mrEZyOjGdyXCEIAuf7ZmaX5Q=IQvp@63_+@cpwC%#KBV(tcPpMK(;+5 zBr*vV)G|8Y;f9xvpq|RW0YtA+Ykn-;(h!B0zme><9L{)oObDaruw+6nL&a0PH-F)H(IQBVeu15o|H=wa1^+gE!Uu5F%1A2F*Y$ET0aR- z()7avAmZV!MnG!-s1^H3kh9m&AZWSXuFzZ!7(`r4W*{o*GZS;vR4@5cWXW)4QQVKn z3<&tW6%WM-+LEPRp4_&QnEd0lxMN4L!7omry|r>MVS zt-#3K=*K8Z{n;^G34wR^h^06nx}`wHfQn_j=L-}}!f^Amo8Oc5^Zfbeh`<*pwpFSsfd#^#nf{Mqjhe=uA9DXLZ;>DNC6`&(4MtXckCh?pL@4OZGVi7E=_svAaW zsK1|^S$AQEBQZ@H5W4Fn_CIucatN@M(BG(jLM z)C-IsF!uvS&605mr5gI9n#8FDs!a0o!@u-8kEE9B`MrpVa@BCS76Xxb(y&_r_I@B5 znWX&g23H&a1_bb_Bqa8?8u?QM47${x(KXAgX{1F4!(ccl>i**}14>vy*?SZK(SPoo z%vePi`j3+NJF$mVw{;Pd>0xYCd<;N~5jELT&j0@|EToH=#H3#* z??0E916?m>WJ2o+0Jgty)>6|_hrjkV)O*oV_smU4*puk#8kYIL`T&hDsW2;ow_o4T zEuXylb87GvJr~9$|Ap@#3Q+zcM@D8wSV?pT`inrM)9hb_fOGq=Nhg_Nrt`n>XJl$b z=9xfdNc%Bn5%2#xR>t>4qrdoYqFd)r9~uPi$JC&-mVUtCf1Mxc09w8Od7@%bwTH?m zoTmwBJ|ZQK=$T>epZxpK(!X9b;~JSpw2pLErBLCx7Tr{3M3NG-C3KQd9Uf9Q|I&g!6JO5;BjZYw#J5zG5bb6wt>G}QJ?4L{p`PM_t zD6PK#T0R{O{_yGempz+=B<*7hAWzu;CIT4%{p+twy3PFkT++9>;AgazIeoz~$qA~F zf;6P{Q6&oSW`P~+-9y^zQ4azrP^Wd7h|Q_z;11j5Cos`n6PTo};s-UTA3*IT%y%BS z4lYD&YZeM02e7(_r2&pWl!lusePbXqvcL@>;v{kfh}aX}q0rf{;WOz;pf3lZ(!d=m z&G=`^1(YpF@Y-idVn|F-LP{d&U}>c+a2~`x2I5`-Wol;aB~_ zul|Lf0X!;3V8YJ^d*@cX6WCFi9rM07*u_9Zd4d?$VgK;Wlh7*eZj&-Mm!VvxcHGhM0Xr(s5swGuP+-R&nrtvp$wLCz zv5kQ?ei`Qd1nK)pQWL|>13L%YVZT~0^&=iH(-J1*XQ$L1#(fU#7&oJN^9JzFb@Q)M zvX@yuZYPo|cto|AsLLWgAq5wzaEVrMa4_ENOe|C#_{DLN_wj11{=>`-$PA zPIIEMklfB^4jU!#O_UA`Ral4zNiRbq4y2Fpjxxei)P7K`gL-x_j|aeV5U2#`KULau z2m^y3*7aeq|EG!^hz_w|Zdyt1_rFuxa~0g9(w@g){z+*M)t?@JnD?D22DFEvfcTGb6Sk63k&d|KJBJ*PKzoN5u+spy-GS~T^W&}Zd;;uDc-tX79RC^q z8}O)9is8QlZwNfxd5*e+aCMO;hVFv*#em+Vs5Dr2;5~3jcvUjETj52oUABOU?f1V> zGEs1;A{|Ss_Q|ZJuRuH_A)bdo*gjz&=-*XZ{r8gwTkBErpzpX#S92@6*T6mR7TBCD zP{kD1Tf8@|WT+oBaI;qF8}x4|Xg&$`gg@*X*PxRA(F9|=hXjj#==83ENUT)L&e*Bs_?zM#^R&y$;KSGWlP&vlhSMP^O*0KNHqi;2m4>*}!`M z4}~6wK~kl2B}hFF#pr>GATJ++G3L|;NtOE3v+V|_;O_w zzFFYS>PZ$PHuCXe1Mx*be7K&%{GWohiQ^~IX|T8ED}LcCf%k&LLSOhYZ|&|3JZIY1 zztbPif_rA%J_q)HpzcB0TXIya!~&LX(InrNzVx?oGUOBc18!WzB|+!Lqat(#`^K=0 zvxf>Ichx$IVO9<+zFV7>pYWSCr3hl^M-$cuaV4+siy?hpDt z!7bw#=S<=kww7S;5YBi&L?9#`)?~@_71Tep5Dsu266Dio5NHJT6(>j%L2GJ~*w_U8 zKY(;}2UEkJUhBbnTmK&@fFvBiLqn3oMg_H`m2L+R?`VjBjx;ZpQeFo7EanY=(ryc1 z&*J|fM-){K{&6f|^23DZ1L5J?kv_O1dwSuxEcsCw;#6{6%j^_^{KthB=Haf=g%jaPwNV$L&s+k!40HwPD$q5c>p(YvZUQl7@$Za5x4=FAARE+e zuz!Ja9tL&}420HTGQ1-29>CuLH+O;V0sZ~<`p1k0!6*%xZ7F){K>)obnh9(6Zjc6s z-wQnUA?YQOVn?yP817aK0imFDV5m_;XoZi7VB($%G?$0-;eFo8W~AxUnD6#X7>)2Cp)Sva*fpVjTrc_bB{kfMntoASqV1DP62nY;97y zr{H7i8iWbWj=Ci^?}3T?P7kH#6Y2BkQvQ|Hd@D8IfeG2AK7fgBIIB@LP1cYZqzkJ)n<=N;r zm{#EZ(`UaJrGdzOm?+=}muM!LgMaP_RkEIB!uM_{utx-C2iK*OjFHRCDZ@Zjazp(fFmbObAL7G$X5zJm#)b3l z@9UdbIG2N!4O!;EE|9T_e_V82d}^F8HdE?(tFn9ncI*|g37~pCUOYM;R(CKC#KW#6 zbJ+zgy9mL+egbLec6Km-|EC@Dr%gE0q^L&7pF8AZ84!Fjw(vW_j(c7IX;gn2S4NHe zd0g=ei5w7;0JA9kg)!JUCfOs&D<1wh`%0kM!!kMC6IRYG415#xfwD@+hXX)V%@Y4u z;UB-Km>3t>kV*D~VbdR$4$fBV1tIa!K@z7zDSx zq$Lc%HDN2OB#CC+U`K?uxr8L(MD`Ptgy|2!OPH-(r01P(QE7cZb|XO&E;an%`r;&L zzp+elU;zy9f`apb1#k*2N;4RwXCu-vG%OmcmS6{X`NhY3hJY4oQh=n)NGTGV8{S#t z3$i##5$V`@NPi&Rgn9{WmHC!>1$I1H!e`95@EYtm-twh{b{r4U#5n|Kf8>!c95iu_ zfPD+wUF&!F9)cs!@E!VR!iMc7@*Lw~;>Ix04dWK~h|!MWpg;73N)(VsfA|djpq)tr zzC%Aqm=^Sd;h%sudm89G&}E=&K(~SJ0lfmEf?(VSk^xczQU?+Pbq4ARWCzp>s4tK= z&~Tt&pwU37K;wWifMx*A23i2L1ZX+X2B6(Qhk+`At^+*;dI9tr=mQWZ7{(_cMIaR* zeV`6N=0H7woPqiS`2!6D3IY1B^yyafxkD&DpYMl)!}+5%Z_tY03h!I<_E5lv@c!>l z7jf~iX5C=Q>_VnY6kbTCkE*G2kT#qr)FCcdZcy$aNuyBC38c9t%(lZ#y80Z4<`1=eEAKN0fy)R(@3iJ&~dQ}um zQ*etlxW#t+4NS}vt{uq*aA21U|M?vV2S9&@LlEh0*v9Z4`vT(^S6i?Z0n375${pTe zzhK_cQ=^y)hv(QI$hmV!Vqyp^NR#0i_7%83J((6n2ZbflXY_iSe!2plLGtk%0w-~l zno9|T&5@n(9Q!FFc~Sv9<{Q5EsT*L&K8ou4pMV|9LK+V_#H@p7t;3WahfrJzeg2aS z7h*^tdg2)T>cDdxALzJ$ys&}imANpZW^Vu})0I&|V_wwaE=>8#1?~sP9lfOgpLv zdjnAGXN|!BLpjB{DFi>bTp?YM6(SP=$)p%w6YT0hFmFkbHE>oC6N6O@a^_?`2BXU; zsTCIaxMmCYjZaAolb}F$6QmvflXlSzmL&4V0lxLHC5QJ^ilo~nRytD#EU^Fm{KiH} zV7+Dr+xLJSqW42d+(CH6Mn)VPh&v3@<`1L{#D;i{rD^4WoeRVR;sXhQgh2m`?@&q} z+%tJ^1NOE+3P8?bcydD~?0DE^q2+1u1EFP$7LT}z%st41CSx5@+N0?6DI9~(LAvn= z+m!fqk3Nam9NDpfV^r`A@}E(XaM;d-8*IoG9)Rpgfdj3dp1|48sCW<^X?59LoFq9l z9yUH(J!<8Je4R_eF+%B6sK)Sc_`)YQbwC6RhfYGq!mNE_l(5$b}payZ&dN|&Tb!eEh!6DV@BknzF+M5DEL<`+Dold1{Sap&oJwGy#lT{r!;{BwDo@KVVhH#aVxcdR!SjoraCATe=$;R-YAaI0?mB5~AIzabeYLg@;#=}lM-jNg;p9tS! z09wIE-bqC8S`qpW&M`^Y2+OFT(d~`yy22p_&!0Y1~?RfNmo27K0cbh zawvp;0+kR6@3Gq*fG}+S5C`#z?jW9z;0Dh_W&mM43_lgh0Qa?9kDD5h;MR4e`3tWF zyf%;y5U!Q5-gLpP2c!>#Kdc`y*uCPD-B1z$zr9f0BtFiS43jP`!{i`(lx+O~21$1q zB>jI}$mvCok*%KmaPN%!my&RZN%~9@?hFH@N1T6>1TFBwnHd(P;kd%6*qe-sJ}@Xc z)1zS@G8hKnX+Ur6t?18{3{B8c;G?_6-eLh4FOFW) zsPTUEmW}>7e9-gOVi4m5fSB;1|DlJz;Q4k|qj0;2`8I z9fWXu0iysxYY)6Sl^%Eee;juDw_NZ9+X0Xh?}!0pu<^#h#=rG2^J4@{N+A<;L`qCp zd|WuJO~tA3kwT`ImKnMvUX@%d^lQI|BL5d>uF~+J58MI&xL=RoVAuz+?cyF4t~1e& zgliJyu^Hpq7yB@-Cve@5b|jSH#CPZx#}f>bS+k*A3>(+}7#@y8_zvA;m>4&XfhYrs z&(IC-BVo802inmc+A;hgum%|gln#^wln=BO=m^jSpu0e?fT$=~^8={^nF2Wj`2dXs z8UwTxs2b=wP&1J1X!srm(gQLF>H{AYmCI&y)wg$2?)VVEz~r-!pZ9<$?KU${WMQvP6GKSeEz>3B$+t=m&X> z6U&Qn%akGRRiHgP7A^w>DgfFAR1Q=P^bqJhP!o_K4$2Rx9grzd4u5GzMq_&`h93K+Ays)wg$X zqV(GvMK>+NB?(CuzkEc~a%QbRqHlnoPLTH@K*m619&U9|XaEI+WryQ;JFvG0G6Z7! z*N^Q`2sLP|Bno&(bb$Erhx13rKc*!j7QdY;ATFFY!yzs)n9MfV)ehf3fQWf(5$r{I1F z_{TOKCpD*niFy0UhhvME;E?2CP$Li%#fXMs==;GBjt>Q3Vjp0_U=rQ3mkj#>&@{rV zBVw?L5KtUsfqDY|jKJSOAT${sWsb4WF#H;@i(Byrz}}%1Ujueb2jjjL>{tiz6S9OH zAzwkHAg`dLp{}8;VJPk_?gC}uX6$1;+&I!Q$uh%oZub@4w{}0&{hZTXr&=erhpLB( zN6&%21EU6J49pw4b7vRn$3ot0`$mdQ5@PghvKmWbQmlMTPP5ckOX|Th$G^X;5b4SmoE~qNuVqdCE##{ zd=3d3;^Par92TF1&lT{6907|bWRpnP93ht_0&vFT3WRhKa3N!S7F#IbPyzu*BrQ=$hmb?@xg0(Z z>RZHzbdxfKys~&4HcQCni=ZG_T)L1j(*i!960ta3C=yD*rpt>Bx#vJYTpnM*;Xo?* zkOHg~7MBP01!WG=@cEDwA;qVQQNR}PAi;bVlpcr6=7}f{hb~bLpCb?nghHrA5lg^g zi+C)Ek}h0mmm;Bv3-!w733+_3fCsVC=A(ls_8+Veu%s$#9_@xB?E3 z5(@cH7c2;cCtw;9n=Rl7poV!|E(gj3${Y#}5=U1Ai^bs!vBm{#s3ATSKa?JXEp2u@ zzL3j-EC~59eF-TRG#U|KC=y8tD?p&4<7T&_qUZK5oAO$i}&P(*m% z1`SKVWwW_Lp0wo(SQL*7351fuaRyqNP{3lbxok);-6wcFwgA$I1%{)v2%0nxItB~s zL0Xvt0iOfugq9BbGdygJd;$1{nt-AtjbA7fvINkMAzc*qB`60Dc;<09&~E7}=5o1| z5Sz9TB7sJSg#o_Ve7=AUHAeSA=z3f(GRfd(Oz_8%6DMM2}I*j((( zJU$N!219^K7Q*sC+O2rdZdfcB1+XIvglqxDhFXJO2ZAI}o6^q4hEBzUnuLaqO_v3Q z2GvJF&4YXJBkh7L=xUH-0W>Mnl%edPCqZ|FHU#wxBLdw_psfpqFd|^9fu@a>4owV3 z1;`JyY{)g;U!n1fAfM1MacIC646OmWt`Itq00vIz9n!`FqX-laG*f6zq(Q?d1p@>Z zx)etQqYQKxx^oM`#%Do8goZ_$w*VU=ADRLM@jx^jzO>8#7_S4NL9`z4hXRl5Q0RUl zc?D&4EnNdcqt515UAv=H68`FX(WapjZ4RYPr(D|1K2DpXzY;TJs<|@-zY9uX#GHD4 zDKRDI&!Y+Y%Gtfa1YPCb&;&i@v0$Q#^0i>1cJgarqGED67mBDPcXpwOGV-x5R0XOb z-|9jU1>_H1q?*TFX_e#sU1?S08LpIb`PZwI>^0~n^bZ%B_zR~E>N)g({3+l}2)}~q zv`eSnxP+vrj3s%*q#k~Ph6}$l%jwd1BJ0OSo~T*}Q(?oE=g1c%dTHP))oGl<2b4a@ zIJJJ#98Sw3>W`B%5n8~hnWD-kz=0H)JAklqem^h=sq>iR5OGgOvE`p<{HXLGa*RO& zRGp|wHa$EcEKC-|dr5iB1Ac^509}CYD~1q%SKK|{TE(r%6WDJxSl7&nqZzce8%M?iK}nkm|>x+bjs&mbV6Le z>b5r)UyU2HyW`G?Q`-z}Rdt75?(NXVuQ{wd$^V>s?KjDL-H-hj?h|5Y=Zsq@MrE zGyGBDvCbL(JJ@kO&G0aiQntYVF)xsD^RQ8pFci~HN(nWFvcT*SojNq0vn3oj-};Mm z(*@WP4s1vCJl#49}0hBSu?!sFTC6@{21U3Te(L8@PJl)7Vwx~COir7 zt;?f7@amQ&H0(-k z{#<{D@N(CpoonY0KBCz0gzydxljm*Izc9zN;Wgp2mit>7j~IB_t>Gi#_f~G)mRmGt zWk^E<;m_v0ZJ*k1#mn&x+-8g~);G;*zQ?)kOB&<|A5gU~FkQ(Zb60~3;kym4A7Hyk z;n>**9m0F(xp$9$xn$nc21CN1w#)2rc3Sdvs?n72AD5ObJzqV&K)ca~@HIu9)bnI) zYP&W%5Pt6NuAS;5yYKdCbS1ofuTz)qU#XZH-RMd9lJl3fj9l-YoYv?^_$8Gc4pps= zURcmLg78x}gibV!DY{+K7*6=lw}Rw{L~LDmwK0b99p4?lxA5zu54DZSgg=ncT)27L z-n}wS69}KvZ$b<&D0D`Lrm2MYwLEGQ+HUqlP3sB2Xkv19bcVU9-!4plzgpXEjTlTe1 zIO~4XVZ!gTvXc0B*m?e2(+R>CO&)*Y)T3U@RGQBbo^Ri|(+PzUa0BKQ!e3sH6t&FI zu+XFV4&mFJp|alZozWQ9{DknYv=kSF3u_KfYJN@lbJ;%eqH~95FKhltcvFeyqao`1 zFYak>Xr`PuPQQjXcdV#thT*mtnH9P?**wRyJn{=II{7MX8;6YJ@Hr@2^fj$VuPJ)u z}Qy`7~L&M6?KE7__wS9m(>2IWWi<+@{ff71;- z@tzt%_#w}??$~v(#UDXK%ry zeD)o}FWK{Wgzv?hoAqn;s3Y@`E8bsOpHoOAuE#dX|$*yZa3ie z0mE+rJC3#tU-%2Z^%s7-l>e*Q3w9jnxdyf!jIG2D4q{s?lUCv53afQ|INRXXV=EEE z@Tjo>0EeR-F`g2(@{2P8&a6yYoqplB{Sr2|G>q%_v>M>l4odpSp{cP6vv2ip$XGLR z-+{RQ9JX}%(klCmpSw~&41Z6`gF&`p!@++{nT5L!fgarPWFeXFZ zaJ3PU7#|x1tIwdsknpH9lw`M~l~Tq;;T|G6=VjCDNHlw8r#C4D! z2MFVjB}X;573&Pdbi03NyVwrm!5^l}{;%SUN(h3*E{Uuh;?f7VI*?dDFqynz z9!!D9JUD>e5vV5+<30;2sRO*Tvx|VA9VO18>kUP>88_+R2J6Uf_>XX1!5yZJG3jGp z+*D5%+rj5=>-6`6_~>nGsTcr(X(!o{Mu_{?u-yz|3?O3wC(pD)cmf}_5C<4k0hm~) zm>0|kk`vfl^UlCKIvO~FkQ01QwED^l28oJfu{bd*aun=x(Vu22&kOwb``D-p?MWA@*?UAX6WO#?|8`CTYCg!0x*j<2J zfyDS5FE)igGNv+MGdCAcG$nsQW5-1CL}O!kK0Z)7Z$LqVNP4IQ^sk6RKtv@KP zjMI=zX5OOXr%zfS0T?+^{0T{dhfs?E`9sZRlsovxw!?&z_s4Le;-WwTln#d=-%;KG z)INcJJrEvBgmC8l63$y`IF@OD%mExqkS<8w0)N^Ne-seb>;EfivVWf!IuZD0Pq9@G zCeJUSgW}i>dH!3!3>Yu54BtawIL0vi0~i-@9>z8e`?{n}TY^0zBnE^j5>ud=wYcpH z4spz7{F(#b4*1_{FA1bRL4}YcHf$6QY<4;?6U zg|ad98)%JU5+pu?u?BUl-GDH0Jb4Kwrh#^e(n@p)I`ioM%)F=l)9*-3AeIJ03XWLd zi7=D{_`z|05SYL96RB6snN*x60)=~F@{Wp4iKQ_l;5PyMT7mgfA8+k9B>{W=Pu_~a z503AQ@K#E41n3N91bAD^2*H9tn!g9&2kYWHm{<<2^tjR9iA-@z7`T*>`h@vqK7G6k z``-UYf0Xlr_3)9}h5avou&4ji56%bRguwX%dd+tDz3l^5(?aZ}W7-u%r18T+0QQMn5g;n6!pPWvWx<+t>o;xQR&w|RUsg_4*REHefg3lSJ6|Bs)N0qEXRl|kYnxA=;)>gM z=xE%fyPbPKPaj|Z!9#|P7#SQUiHJ^0n>cya`obMM%P(x-5f^`C;mCI5c^s}8CxXMW zFwe-;=L*KO#jo zrOR)_6;7EwlN-&G=ZFLf3xfNKk{vQW%OnXCRNcm@$f?K$h%_^1OzF#+*1N6h zR3CjlKjUg=UQYv7f*D7P%bwz-uV}|(O}Wr1^J&Hx6Hl%Tmz|~P>gkwq%mI$>{CV0o z>?v(bx#4nyWiqyR*OfPg(^+;Ke#Y{w8(c+>JSUYK#Fyi;+RAaeL*|Ty?YyS=$>~B` zY=v#WsYsAV`|y#ntJmw^WlhUjzwt=f$0`Uh``k=dp*EMVIHjmf##WxbXo@yR6Ha(7xHfRw&l2zjiZVWJ zl?489467pphr4jj4=39kIXLx}<+IwT^1KAvf&e(7R+sbPx^T>3cv9rIm9yjOb_f#3 zaz}T_sNiMpOsGu{?O~#Z9ZG&SaYs%H)!*$O^@XEq! z04HO;(1FvI;~?lR?99t-R@4w$D4KB$+8VUYn9a>xswu0Qy@+SQvxk2<@DMIwq3}aH6mp^#XMu?-QWD9h*M}(B=b=* z3c|p(XA#UjIDh`W7LSXk_ZxnHLoNVFg3UskKWy#Lg7J6|NPfev*)O=}`|)ir`!#%% z!d{ABB@*q3;vtI#Ck@vRJ#)I>*s`8$CqLX?;_=x`zV2{(pl^KDtozG`y||N!L*&e5}D=YA2lsrgiA+2p-?$%tvS!rfiB3>?|TthBU!-@|(%I_KQWRDRkuBh7T% z*dl*RalKlO)wvx8K4Ryj7 z>=N%d=E{sw+iILRHyn1=qq9gS^9xtEkT*4Eiyd4DgWgLbJBJ2pA5 zY4O+%Qv>=3f3e)xpOrno=Op_pRU6DkcJErcZk6-Pu2q5kX7;W=m@+-H$df;4_rrp5 zRf}g%Stwd`@l~x$lD?LQX7Bn}Yre{UJNfjLio(X={MAa|BhGyGN=<#xQR~Wu?wNg; z9-tbF+xaif+bN!z8MbTo$RzQqon8F{gW`()Ll57zu${O0q;6KB&6k-5uf})2ddQ_% z>C2P$S6L~qUu-b5m-rX%j9wmR+rgl+%kI8kXC8TZWd;AJ%+$E3L*=WMjWvzyAmi%( zPQJq#mzN3r@-w%?1EzO6zr;9TM9mWE_6~`V+UCkasG2>73_d78JZP zAJyfQYrpAV)=e5>HDkEzLS2Ig^`qbJ8Rxlbd*i4?)dS%sH%fRfgNHIFgr!~Pn#?df z7{4{zk{^2XLhj%PU(>JbyS!n^^uses-ksPJqmi07bG>`6!{)6fCg%Gd%(%CxY3q5d zE*(5%OK#p7Gh0PgcXCd7-RgMlxyA~9b9dYv@MPrny4Qk!Yj;_zycl!aCuHU4o2Jhz z<9It(7g-t2yfmVnolwW>2y-II|5)fQ6IL2KF>T7hm5u|h33pw+b?%U<$m> zIpEE_iq&&&`Zz3IDp9JMysp4_Z;9Yt+ZwrvjZI6A2A!)&4Bg`K##fIy0Ug)&kn)P> z&pYfA*?w`XE?iyo!f$rS{9UQKvpFg9S&L7r8;-6$_-W~(c)AH#aq^JBd>onQFHc}2TfR|daHXRrOxR`FnfB8Xj~7Hv zzPZV9d%ybCAM=b{cdbZuzF)0)ewps~(^iwM7T?Xfs(9UHu#?lE2A#>ZJtxje><}IC zva7Lsg#D9|Tj%O*tA5L)BrevsocgV_9lSg2M&@XNQ_m|$=8f`d_bA1?=ZyJlxz9Jc zrVe92DjeqfSbmG`S>D`72-})wh#rfZ}R}VS-cA;b48KaU(Tm8GH?+x4EHDyA_CHIEdSmgL0 z?Z4KcL)HTAorl!oS@mxUcdcSh%i(|kSi{C8Q~KqZwo z-#zw^kI;{No$;+|>PNMqo6~h_w49!07(Lvdd1=V@ZlZHmxeD3yb{=@W`=X$B*)-W+ zO}kYKi|;($q(8lKG!_57px~?FGTHN%_tUHIcz*Jl2lgYTP3HSAFL?WYM11-E${YRmY}9jqS?*qF z@iAv-K*LA zduQTVQRBqwK#N6N*s>y7RlmR{&k2DpUG2YJez>uw;~c;5t9Ha{^<$kJe`2}9>V%yy z4xG{!ty$r`Z+X}9E2n1b7)E{#?O(~c6vjIK)wSXJ{IO2?y48Wb!|pvux0OmDJn8*O zsX=vU-iglR9=aS{^nT^S-Rk3q$M+mI{B_Kk4=a}TUQzwlbQy1xRicrw)N*R6Z&p^P zwB}PjrCwJ3UOUvhHV!xJI=JlXdfSU5w=27~U9{|o?Zd^X+B2q3`@AeqUHM?IxT!6lzT>2AQY>X|hbw_a*>VI&?5#?}T_T&n98c4Qb|cEjP~Exyqy;{hjQ;_A~P;kBOb+ER_w?fk=GhGw+t~@ba?PHJ7{QXzE1r}YcYIiclSjUQyu*k`b zwq0l)Ht}%ym@lg?Z=Sx?io;&f9Ju{e>43e{g}$2`8nf70lRw>zFk2J4`Ap=c@r{PZ z!|o?u2tK^tam&4otXRD-Lsy;c+dJ)*{2X7kkoCf+$#v6?+#EDGVqn7a;pyjd^cTb! zna_*-eBat_%+2VGeZIHX-OwqaK1d}x)*D|s*Jl0mjJk^!(dl7YR;S)>JicP5JulhT^6}Y*;L_B>c^{9jn8jCgZMc2J{$P>n z)#7&_UCrE8{p%OJJ^3NWjHjr+te?&RGu6A=Df{Z)rny}mQ5G0hkT&c}=%pu82@;zL z6>4K<)=zI!G_K9+=^2X)1~_hi+BNWsQh??qx6KbqL~G6s4bDoQdA(@$^dXn>Ui7c* zmC$|t#m@Y5?fp`-n&(&FHF8_W4;wEmGd1xKpS-X4)m`eI74}+Z-lisvcGQ2eu-_`( zpprA0F zhi}~-6diK7cQ4OzI-GTHWJ348IjXYT`&@C~<+Igr$=KO^&9}Ga+zb%q-!;6p&Aw87 zef5>iUuRsa$&k6e!L#PD?i`NH<GQa`jJtT_;}y3jD$?m z183^v&DSQP>eSQfGW8qg4H-m@Q5f~{+%f-yE6=4@7r%{gnxm3Arfk{Og^%=$rdawr zx!>@7cglh~+x@nY`q~MjeTKCu*ml6aypezD-HJ0h)1K5R3U6-gXIYxU$5x5s%eHb*K6+3<%~p5qe-u658u@~86VAlXt~($%Y=_}pALQ7`QpK} zPqTa8U9`Mvh^FP&=%3xc#&2SHG#l=zy zAe+}msGIV;&eYr2Mje~scA)pBw@%&z10BE1M059;40)bE!ecKVW9owizm4oOsA_3`*OnlsiX3=+RXZP&u%9T$XotN zD&bV}>cOQ8!99=exwv29ZLcNgHg{Ym;C-88rGKhs(TnOs&4Usqd$^^(YrLG_w((ua z)zw`#*1pMkxv!}r(|1B#$(hsTxzR7oH-tBh4;!T|6IJ?cXVR&4<}quiP!`~!2MYTAC+J{~Ibq1xLc&Yh8{`hKqV_`2IOhwUG07d_&3Y@W`8lwocr zOTJ1}MAN$rnt7!C5aoAE_Z<2>d1y{#`Nqy~P0feAnOHD7xmJC@Q+M~h`GbH)Ar zww>~=yp$Jnbh>M5@VKktD{t)IJYG1nq*LPks-^>P^qLmAY%tE2ye;-x zdaS3>mW__%7FAilY%&RL=a@9(fJt`5Ih`p%gL(~{*p)Bb+|i~}MswJjFCD9Q-Z>^X zGe|0-wzrObcj2Cy4UrSxId|`6+VH5zm0mZ=}Y z=Ce;K-oGLlnZ8P9;$=zQ;jS*9ud4NH-mC65z1i%>iqgC z;pNvJjRpIJa!DzdeJB;_$c6@Xw$JSrw z%S`Ufn%leAZQXh6rTNsC=aP&1bdIm|c8lI#v0&u_C8{z<*8c3F$LjoBa< zy6kF@N1a=j*k}DWESzfg^vvXGx6KC2Ijv8KpDUI48+0(bt~^sF{gpqHWT@=@p+n*nG*Z zz^SwM;ptPZ@9(&#X>-{Oj|zp)k8D5gd}@8baCPPNk7g6k+?02*3M}aL^v$V5@`>p> zjz04l3BykFtCog&u1}dz<-Ygf?Wp_`t%p62?3iAu&CYLkYmn=)Q6bB!whez?zxJ5( z)_IXv-yc8NtM{_RN8dMSilR$`PcGHE5?Q%=#`!yKgU|9_9N1SXt~`2Z#{XB-S%*c@ zg;9KGcj*r42I)rWS~^5&0i{7wLOP_oK}rM!rAt7hOOOzdlnzPhkdPAi20mb)XZJlb zd+(jOvw!f+oZq?Y5KRI>ad~PX9aVC64~D9R@DI+27h&# zAQi9rER8J&^J4izbi3(P=Y2zsh(vl6-DvDmK|LRZ^rr%AB_3M}pUTxHI`=a40y$*p zNK%=|r)SJ#PHbg)mQU^+lvg_BX1$p)IJf111}R&NUQN+PRL(dDlBiUBf#IEFQ^fVRm zZxCa-IdY<5am)_8hBc!i>l=1PSy{jJvq$hKhx5kg`>*Mc1XVJ<~Nws}vXYuxT~f#pSss;RZ#RCg+qJVocR%_|^ftUN<;8 zgt0Ok>NeQk!cqFuY)wYF^RYovm6FL+is)95I3C8X$RE8X*j36>1e^=?_T|X? zx#rBhw~peUvYawCp%SN;MGU8NUG>wp#~tVa{Vo0^{}(kzY@uQ|#~qHyC+PODOcr z(8oVIh=Ff8H}4K&eYbxAXewW2f{!W1aW**bVCrK3)frDAc*Aa0xFpf zTBL6()piJ?`lezygdjSuE7-MZ5ixpG(ljuOLu1o8R0M)EtP`TYfgXulCzJcWi!5X8uhfVX@nkAWbTZbS!X zDHM4Ce`Fy+fub{vGYu>Ksc(%gH7zAlITGCha&X<0p zao;P`Oe-{ywKeVC=$|1}hhbP>RNuNLUu!=ZLIR#m)x{hM!fU%HBui_O_~QNwScTcpu#% zqwH9cG&WK+3uq%o__9?vBtP={sV28~Fa?psGjyHB6vg?$aKPp|5eDhDKDR;-%hiDF z>{h?QE{1r@dcv_bV(xtReiLJG6Z_9eOIMO5-S|H3M=WbLQgx2w zPeKjQ%_#eg-Z&Z8_jxCW?@+DV?>k_uTvm;0$Pe=GL+^b4apsBaQYPcTSdm}G?jBv& zkxyOCu&|0$1S-gOo)>{*NDUl!V_9&@RaVZ)EnxLEuwqu*U<_Go04 zs5;rPpmEwrNtkk@8D}}}2hXM4x>k7OY*qX)Vet=@G##_WA&zYy z(d6XLt%xiKqZ*&+52Bg_E0k3K?l^{CWfp0}-1{Qv%~4X1^uY1~2M2wy|Q?a;%BrIG{Z)M*{umj+;1}_n7LmVDwOz z(9W*tsm&48C5f*E9G)@`6r&kj{QePQZ}5c?`e@tT7^73qpxmzt=^2lX{}atIp%}M6 zE;CuQT@_+wV95BRZpYD=ZwS7x3sU_c6>fwX3im51y6c?NcbQ9ODHOxKmRtKdl!-H3 z(C%jFAxgrpAtT%4v&PN_*OFmmNu{|_~YYo;dmT!Bh9uE*izV%si zU9^_nZENw#qivtqmdN}-_^yMf`139m?#996^?{C+EkBVRrNJb8rB^ybf3h2>nT>l2 z^<^4TW@5@@?IKtiU!95)y4>4ndc#XLj>d6x$AxI88#*vDit2JMd>C+RpRcwJbi*v? zinRB98`-XPn7S-)mV}dj{t{zLLLlu+>aUm*gQjpq6NCIJP6uSkC#CXfHTzcl*0#=q z#^2U=24cUqmjo=TEm*j058vw0J`0I--U)yV&wDh5I<}Ur|FI~;EBfe%tUIx_e#@aG zCHB!M*ki9%>V(8yK0t)c&iE2WBcbuk?c_fY4^S(*_w&8(o}6-1^2X5DAB!tL$-bjF zl#pcFX7bX%Z7szKE}w;W+6*khWUp*mxZi5zQQQlukqev-BD#{>_4ZvGFio>CCo#kS zZD$yDuk6Vmf1g$(iCCZBCyKY+OU9lc4xd5u5`|VV;D?FU+rf@9(sES#+?16Fn)Rgj z;_q>H7njqdlh2e2@D1;M=2_b8%*Cn&Go@NK@Ni77vlh6gd9mPMX`YKF)fPE%%qT@x z=&eUbZHOXgrTcU>O~@r?g)196Puid&zQ0+3%QL8%sz~9X}bXmJ-zu8ZMN* z=s(FocZV1!F{P8nQFy7TUAL``9|qQxJmuddJN7wx*Upn zw%bNxerToNX81y<(g!N|cGQEbCDqt-@?64=YZn%BrKEGd(|k5DaE7CGUKC`}qR&}h zv?DkWc&fo#pHz9vNd+43dpYYR&i)D$6LL0osb4uF-fFGE+w^d*eitczeDz3ta+ zo9FALh!_;7pk{(t9YTuFzdg-Jhby{c@0U$f+UeeLSq%qelQD)p_B$eQzcKo)2u&R< zg*vaf`|CygnXislghx;x>99#)!BWus&Q^MbcN!6fndh5UQ4#JzNzkFz%WOc`Z zCB<3!1lFBNbMB(xw^c$18V+Fw%ND1Jua9Ju>pmI#AGx>H@63}^&hQdt=9AZF^AbB* zu}+$py=i$D9RGp2=W=EM<`V1m+WixB^rRM2EE5lM1Uuy{Y3ufU&Z|JPc715jhuu&<7Klx~PoEz6>gvQHlJWPL1 z23F?Xk(IODmj&IHM6tLT+GHLsIkAnQGFGnvyHhQhEu-;-=+7mEN$oTK-vz9-n1rH_ z9p;G%y$&@N8-h)eYNcz_`rMsgCcSB>&(nN?(D_u!1W6g{_7t?X8eDHt#= zF)>H#3RZj^WTDLw`qy>{zoEHPFn`+E94I+quIdUNx3W7y9#XGw2FCgM7Sca6LS>)j z1UNk)HkO07ZUq^YOA)QKnC>{fLqyeaG;E8fKbfyv3d(ZjsGjZO2)FP- zh|@G#WqZ6283|hNG=bm@saUdqL(}Q9ME(8I-K$ky);K`mAtvW(K*X;;?KFq{UhfL2 z?5@Ul@zofTu10xbm(%)h!cU9a9_C;VzBw7NzEppBvU#k1AgzM`t@dvq(%daKsN@jo z$>;g1eXL+zxBL%z^YcfXx~(KnoG}T^94K}^Y&-q(u-}_A!CQ?K?;QFWoLInCBCFjy z8?nIIFMzC+Uzfm7JkBPb^zv=}*N#vMyfp#%Y+rTsS$7uU+v%Sb= zL&Xd3JCnF1+PwXvI!o$y%={RiYl!Q+=+afPdW3yZ+N6U`Q-Iew#!QRoY6*rGfUDAJ zYpQpKJ+g~IJMp*((40S(7j=KWzT}cm80v`b|6uE^#Qctn#8Sydqi-v{G19NLw5eXskq9Q%RwR}J+N%pkJL!Y#+z;YD>t#!GJ_sUHuVX9$g{tXD*vUcQ>lo?CMBF(?(>g8GucnFml*_F(L;v6G&Z(7UebmecL%X+ zoh-hyaZaduw_J53dco^vT|FHTf>)E>MoGsP)hKZfDJOw`ZFE_QFLy)YQ!x%lV4et3 z1yU@wWd44rN-xU^eO%8o%C1U$T(#YG8gb{p><^kMm)(C6Y2LSCC{&5R<4j{TkK3xl z2gzvK2R|0SN-nEl`QpS-5|q7m@GVLkM|6tH`9mDX_{w)jl5^tZaPzQ)Fmq4uJT9N; zxzmjEO`oEgjmuQ>xQ1CCZTH}_JgQOiTybAIXI8Dbhc<7XGxG%-GKIz_g$a*p!{ln6 z_I>jN{#YK=vxZ09ajn4|(&bhzY#i?@|5{id5d=8>W5G6I5lNRaJOn!SQ$NIdRmImI zCygEk*XT*^@r7NcV$!F}d$xhIb5@SMY5@(rjIaZ{0W&5 z4&@JQ!D<<@>06n!L)c@hC$q952kHUE3vXawq`t4jHS`dpm#>--P1Q=9yb+;xu@<}I zc7F=Hqg&v2U@nFNvagM;<2o23U-+?|Gfk}{l4nkXs{U?s_!<2@txz)?ZqN|STX3=x z$~tj!H>mV6)q1dm61}!SZ|0?dF>PqjXbsFLmYYnmi=~nE#~-`cbO0L9XU=im`y{gw zuJtUYTy_j$CD&W_8&C=zm07dY!(wP^2KK9AzEeop$2aTt&1%6^M8(5XhhZ8BD0C$QM( zszc*~r~Cd9@8E$mXO5PEZ%u)>c)fk4#5Zny;UAk14OfQA`V85D z-lUK4z1L1_8L~rpvWDjWu(rJ$BERLw6@uPvV)AG~D(~>DRfoyAf$2xn>!yLe_0`mL z_motZ+b;{YdhGvFe_6w%QYWTJ?;^Y<0+hv4;6jwgzO1RueM6pjEbL z{B&!XR(EhMTbBm1qq_(A>OmYpM3e)>NTA>gP{826hYOg4K36CdfYSq1ND#klG9`jEguq1T!M zDg++i-6)iR0vM(Qb`B;zsR2+FOjHvv{tE*|5lRmB2LJ-t*NIR_7yttr@B$7dP=SOB zDHIOFg=2vwGJpf7kU?OSP%7{x3FdBr31k>(0O;xkT%dG-D;P6|1|Y+x!ASs*7L3sX zM@B_PhXUNxJaBGMBLU24m{1zf zqJbb=fq_>5It>(Dg6EoT07$_|s}v|1J{G`;N{Yb=;|9+S3S|PM!I_6bF~RfV0{FmQ z!FV?Cyjj82texv=1LLe9xVX3=jsh$KN!Qs~V6YuCm=}->_78!o!sIY`;9dYf4hwjm z=rA6zPZU55#sKE2i36C>2WX(F9WVs*+5m7Cpg;x~cy;e)W&wZ*zy{O9+QED(03g1e zRq$F}e-D6eg2x8tgh9!nTBz4stgq(-+-nX4FDep!eLn zN*+!Da2Y%rWzfIRJ1vVg{{2_2" + ], + "description": "Peace framework file download example", + "version": "0.0.12", + "license": "MIT OR Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/azriel91/peace" + }, + "files": [ + "download_bg.wasm", + "download.js", + "download.d.ts" + ], + "module": "download.js", + "types": "download.d.ts", + "sideEffects": [ + "./snippets/*" + ] +} \ No newline at end of file diff --git a/examples/pkg/snippets/peace_rt_model_web-17f5c9cf14e3eb56/js/workspace.js b/examples/pkg/snippets/peace_rt_model_web-17f5c9cf14e3eb56/js/workspace.js new file mode 100644 index 000000000..96e8a8a26 --- /dev/null +++ b/examples/pkg/snippets/peace_rt_model_web-17f5c9cf14e3eb56/js/workspace.js @@ -0,0 +1,43 @@ +/** + * Returns whether local storage is available. + */ +export function localStorageAvailable() /* -> bool */ { + return storageAvailable('localStorage'); +} + +/** + * Returns whether session storage is available. + */ +export function sessionStorageAvailable() /* -> bool */ { + return storageAvailable('sessionStorage'); +} + +/** + * Returns whether a particular storage is available. + * + * From . + */ +export function storageAvailable(type) /* -> bool */ { + let storage; + try { + storage = window[type]; + const x = '__storage_test__'; + storage.setItem(x, x); + storage.removeItem(x); + return true; + } + catch (e) { + return e instanceof DOMException && ( + // everything except Firefox + e.code === 22 || + // Firefox + e.code === 1014 || + // test name field too, because code might not be present + // everything except Firefox + e.name === 'QuotaExceededError' || + // Firefox + e.name === 'NS_ERROR_DOM_QUOTA_REACHED') && + // acknowledge QuotaExceededError only if there's something already stored + (storage && storage.length !== 0); + } +} diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b1aa16c4dcb6c872cb5af799bfc9b5552c7b9e GIT binary patch literal 5679 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 A;{X5v literal 0 HcmV?d00001 diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 000000000..90e0ea58b --- /dev/null +++ b/favicon.svg @@ -0,0 +1,22 @@ + + + + + diff --git a/fonts/OPEN-SANS-LICENSE.txt b/fonts/OPEN-SANS-LICENSE.txt new file mode 100644 index 000000000..d64569567 --- /dev/null +++ b/fonts/OPEN-SANS-LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/fonts/SOURCE-CODE-PRO-LICENSE.txt b/fonts/SOURCE-CODE-PRO-LICENSE.txt new file mode 100644 index 000000000..366206f54 --- /dev/null +++ b/fonts/SOURCE-CODE-PRO-LICENSE.txt @@ -0,0 +1,93 @@ +Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/fonts.css b/fonts/fonts.css new file mode 100644 index 000000000..858efa598 --- /dev/null +++ b/fonts/fonts.css @@ -0,0 +1,100 @@ +/* Open Sans is licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0 */ +/* Source Code Pro is under the Open Font License. See https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */ + +/* open-sans-300 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 300; + src: local('Open Sans Light'), local('OpenSans-Light'), + url('open-sans-v17-all-charsets-300.woff2') format('woff2'); +} + +/* open-sans-300italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 300; + src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), + url('open-sans-v17-all-charsets-300italic.woff2') format('woff2'); +} + +/* open-sans-regular - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), + url('open-sans-v17-all-charsets-regular.woff2') format('woff2'); +} + +/* open-sans-italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 400; + src: local('Open Sans Italic'), local('OpenSans-Italic'), + url('open-sans-v17-all-charsets-italic.woff2') format('woff2'); +} + +/* open-sans-600 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), + url('open-sans-v17-all-charsets-600.woff2') format('woff2'); +} + +/* open-sans-600italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 600; + src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), + url('open-sans-v17-all-charsets-600italic.woff2') format('woff2'); +} + +/* open-sans-700 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), + url('open-sans-v17-all-charsets-700.woff2') format('woff2'); +} + +/* open-sans-700italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 700; + src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), + url('open-sans-v17-all-charsets-700italic.woff2') format('woff2'); +} + +/* open-sans-800 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 800; + src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), + url('open-sans-v17-all-charsets-800.woff2') format('woff2'); +} + +/* open-sans-800italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 800; + src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), + url('open-sans-v17-all-charsets-800italic.woff2') format('woff2'); +} + +/* source-code-pro-500 - latin_vietnamese_latin-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Source Code Pro'; + font-style: normal; + font-weight: 500; + src: url('source-code-pro-v11-all-charsets-500.woff2') format('woff2'); +} diff --git a/fonts/open-sans-v17-all-charsets-300.woff2 b/fonts/open-sans-v17-all-charsets-300.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..9f51be370fa913ce6de2922b580c262c4822b337 GIT binary patch literal 44352 zcmV(;K-<4}Pew8T0RR910Ifg(5dZ)H0f7hr0Ib{q0RR9100000000000000000000 z0000QE*lUWfmQ}!0EY+&fhq})G!YOAg!yQMtSAeP3IG8%0we>R0t6rhgFFYi4Ge-h zTM$x_K;*{m=TyO<(oF`$dr#+gT@uRz<@OP72f1way{Ld4djxa`IG0*=K;{4c|Nq>i zF~-^s+Z{rPn$}0zLzV=G*ddk#MfRZCOSo7Svxg)@O1QTM(GtC{-8am>TkfXJ&}5JO zXokZnNWAaG&x#r1r&DFc3k@sfl$|@RDaX?kWW{EN@TZnHp}gCDd}u9PW@H>gZ142z+QEhtr+J1&#|>KAj6Y2`)3tZkBe+ebjmTS6=W*;+$iHPBB3Un)Qo?6q*dE(P3T9y565vHowfyevYxI9K2P(y z$<_L{@8?J5hBF;TxvX%vUMY{MW;AQOFw;MRE?UNs>(i)Pw#F30SO&%}gA&nV#5ynh z%lr4w|41^EwI78NR7X_&MdMPeXq|gj4oJ6}tzd{4Fvwwq1Zjy_sfS1l0YYgJLOuSa zG~qZt#{MG5VL1;uY?c0qywYwhjn*_`$CiZFZCFDFz-?kG;zz}gkK?(Z;(4Ip0|Y@p zL`0q-DhfWlFW)O~_Uv1l(z*7n%=kiif-51?{(S1>dTz;-%RXz{zW_NG4POWVdSfQ{H?gb&VPWmSuI@as@lXQ zCML+EVq_sv+K31qR)E!rHdbOZcI*#x`rpX1-FQZd2?w2J5+HD^d^xN_9WLUu;R1_>$Sl2l1j{i_PqRoxBKXmEfAv5RRCG~gHz zoRPqp)jl)`>4DtY_ee=+oD0vBlrtv1+}R|)Aj>WYFNl--dsEGJL13vB!x?g=A&fDlOONKn#&pyZ<<^Gt#Y5O9+B{||V8CFK!GIY^G7 ziird-fZ=XPfYkAzOvx!^1&5rvR8_9Zlqy%TZCti4x_G(NsHD}UoUD}Q&&1ywU=hnR zK_eK;d!w1V-89?ZEBgl|7bFMOFTBI&;bU#pwZ9KM5d*ckoOlTrnn@#e=0bxf_LKF$ zd-0Mi4MXYT*CGx?Tq%ZXXdY`yIWWVJf|?K(5DNrL%GP_mZs@nw-vBb}Rw0W;wB!)N z5TjzUSNZXIA7943^nXK*r#Dw9|Mtf&ksu-=h_`Yp9V;Dkh;8<4psUZVb-$?#qp%T! ziAdB1b$5t5hjOzR8iD$*)2$e71R6>Zt8%DEY$Sg2KWN&b4Cqr8h>8`6#((@8#L}XktLaTS zryU~vMx03nNxOB%uQY)H>VL7pz)zP2nhY%8WH@)-0RsdY-07d0c5ee-ah{%=QSM%u z*8so2)#K3GU!m!|?O$6+?&yD~(Fj>ZOxK05BApxGi zJr7YET6WG{j1#TYt(MkW%SPIA4dOUU&zsN+<{}nS6r*LQrr)v8tl?2R`* z6w<>(odO>Dg>%+<`=H~%Re+D2bI267Gb@WPo}vT*tKEȮck{9tEK*~BMoW% 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 literal 0 HcmV?d00001 diff --git a/fonts/open-sans-v17-all-charsets-300italic.woff2 b/fonts/open-sans-v17-all-charsets-300italic.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..2f545448418cba6668a2e7d49e9616e8c69dfd15 GIT binary patch literal 40656 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 bQBM5)6s%p?oy_T)fR3IrepgG2|qH4K6n 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