[
  {
    "path": ".gitignore",
    "content": "# Prerequisites\n*.d\n\n# Compiled Object files\n*.slo\n*.lo\n*.o\n*.obj\n\n# Precompiled Headers\n*.gch\n*.pch\n\n# Compiled Dynamic libraries\n*.so\n*.dylib\n*.dll\n\n# Fortran module files\n*.mod\n*.smod\n\n# Compiled Static libraries\n*.lai\n*.la\n*.a\n*.lib\n\n# Executables\n*.exe\n*.out\n*.app\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<https://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<https://www.gnu.org/licenses/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "谢绝将配网库修改进行商业项目 或不注明来源 强制做为自己项目在网络中分享。 请尊重开源协议，谢谢！  \nhttps://keai.icu/wifilinktool\n# Arduino ESP8266 SDK 3.0.0 以上版本不在支持保存网络状态！！！ 请不要使用高于3.0.0的SDK\n# wifi_link_tool\n这是一个为esp8266设计的通用配网及集群库   \n该库免费提供 使用请注明出处 允许毕业设计使用本库   \n请在发行页面下载稳定的发布版本  \n## 当前版本v1.1.9 开源协议：GPL3.0\n* 如果是旧版库项目安装目前最新版请在项目第一行加入 #define FS_CONFIG 来启动fs模式\n# v1.1.x版本视频：https://www.bilibili.com/video/BV1Ek4y1r75J?p=2\n# 操作视频：https://www.bilibili.com/video/BV1Ek4y1r75J/\n\n****\n![img](./img/index.jpg)\n![img](./img/index2.jpg)\n****\n# 集群方式配网\n* 该模式并不完善，还在增加正常工作后保持集群通信，目前可完美实现其中一个节点正常联网后，其他节点从中获取网络配置信息。\n### 关闭集群\n* 集群模式默认开启 如需关闭请在头文件前加入 #define OFF_colony 来关闭集群模式\n### 集群密钥\n* 在WiFi_link_tool.h 22行进行编辑 密钥使用PSK 请保证密钥大于8位小于32位\n* 默认密钥 keaino:1 (可爱天下第一 不接受反驳)\n### 集群工作抛出信息\n* 正常情况下抛出信息  \n![image](./img/jqcg.jpg)  \n* 未发现集群或集群密钥不正确  会自动进入普通配网模式\n![image](./img/jqsb.jpg)  \n* “组网失败 节点提供信息可能有误 ” 这可能是WiFi密码或SSID有所变动，导致节点无法连接。\n\n## 普通配网流程 1.连接WiFi(wifi_link_tool) 2.自动弹出配网或打开浏览器访问6.6.6.6 3.输入WiFi密码   \n## 微信小程序配网（兼容性已废弃推荐普通方式配网） 使用微信扫描二维码 打开小程序 点击通用设备配网  输入WiFi密码\n****\n# 关于配网操作\n* 默认情况下 下拉gpio0(nodemcu D3可以按flash按键)5秒 重置已有配网 第一次使用该库请重置一次或用官方工具擦除flash  \n* 默认情况下 状态指示灯gpio02（nodemcu D4） 也就是12f的板载led  \n* 指示灯常亮 未连接网络 处于未配置 或 无法连接网络  \n* 指示灯闪烁 正在抹除配置  \n* 指示灯熄灭 联网正常  \n\n# 微信小程序配网（兼容性已废弃推荐普通方式配网）\n## 使用微信扫一扫进行加载小程序\n\n![image](./img/wxxcx.jpg)\n\n## 小程序页面\n![image](./img/wx1.jpg)  \n\n![image](./img/wx2.jpg)  \n点击通用设备配网 即可弹出配网 如未弹出请检查文件系统是否上传成功！  \n点击设备列表可搜索局域网中可被搜索的设备\n\n# 普通配网\n## 扫描二维码直接连接或手动连接 SSID：wifi_link_tool\n### 该二维码支持国内大部分手机相机 （例如使用MIUI系统相机）\n![image](/img/ptlink.png)  \n连接成功后 会弹出配网web 如为弹出 请检查设备支持性（安卓4.4.4以上大部分支持 ios 11+）和文件系统是否上传成功！\n\n# 安装库wif link tool 库\n## 安装库本身\n* 请保证已经安装了 arduino esp8266 sdk （已在2.7.1测试）\n* 在github上下载本库\n* 打开arduino  项目—>加载库—>添加.zip库 —>选择刚才下载的zip导入 (手动库安装目录Arduino\\libraries\\WiFi_link_tool)\n\n# 二进制固化模式\n* 二进制固化模式为默认模式 不过还是推荐使用文件系统方式 固化方式是将web页直接放入程序空间  \n## 测试\n* 打开测试demo 文件—>示例—>wifi_link_tool—>hex_demo\n* 选择串口及波特率\n* 点击验证 验证库是否能正常编译\n\n# 文件系统模式\n* 使用文件系统模式请在项目第一行加入 #define FS_CONFIG 来激活文件系统模式\n## 安装文件系统\n* 下载文件系统上传工具 [工具地址](https://github.com/esp8266/arduino-esp8266fs-plugin/releases)\n* 导入工具参考目录 ******/tools/ESP8266FS/tool/esp8266fs.jar  \n* 重启arduino\n\n## 测试\n* 打开测试demo 文件—>示例—>wifi_link_tool—>fs_demo\n* 选择串口及波特率\n* 选择合适的flash size\n![image](./img/flash.jpg)  \n* 点击验证 验证库是否能正常编译\n* 检查文件系统上传工具  工具下会显示 ESP8266 sketch Data Upload 证明安装成功\n* 上传文件系统 工具 —>ESP8266 sketch Data Upload \n\n# 库基础配置及api\n* 配置设备  \n在setup中配置设备io名称  \n    rstb=D3;  \n    //重置io  \n    stateled=D4;  \n    //指示灯io  \n    Hostname = \"ESP8266\";  \n    //设备名称 允许中文名称 不建议太长  \n    wxscan=true;  \n    //是否被小程序发现设备 开启意味该设备具有后台 true开启 false关闭  \n    Version=\"1.0.0\";\n    //程序版本号\n* load()函数 加载启动等 必须存在\n\n* pant()函数 维持系统正常运行 请保证在loop 函数的第一行 保证系统稳定性\n\n* link()函数 (有值发回)获取当前WiFi配置状态   \n 注意请在load()函数之后或在loop区块中使用  \n 返回类型 int 返回内容 0 当前未配置WiFi 1 以配置WiFi  \n 作用 识别当前是否已经配网实现数码管或oled屏幕内容的显示与切换  \n 示例：   if(link()){/*设备以配置网络触发内容*/}else{/*设备未配置网络触发内容*/}\n \n * torest() 函数 无返回值   \n  作用软重置配网！\n\n* 局域网中获得设备名称API(用来配合网关或设备通信)    \n该api以集成进库中  \n作用 获得设备设备名称 方便设备联动  \n请求方法 http get 返回类型 String  \n地址 http://x.x.x.x/opera?opera=sb\n\n* 自定义http get请求   \n语法： webServer.on(\"/<请求地址>\", <处理函数>);   \n请写在setup函数中 load函数之后  \n处理函数请自定义一个新函数  \n请参考demo中get请求处理\n\n* 自定义添加web\n文件系统模式下 库自动添加 config.html(配网web) index.html(设备主页)  \n将自定义的html 放入Data目录下（将demo另存为 在另存目录就会出现data目录）  \n语法： webServer.on(\"/<请求地址>\", <加载函数>);  \n请写在setup函数中 load函数之后  \n加载函数 语法 void <加载函数>(){File file = SPIFFS.open(\"/<自定义html文件名>\", \"r\"); webServer.streamFile(file, \"text/html\");file.close(); }  \n请参考demo中加载多个web  \n二进制固化模式下  \n将自定义的html 使用tool目录中所提供的工具进行二进制转换， 如果页面中存在中文请先转换成UTF-8编码后转换\n语法： webServer.on(\"/<请求地址>\", <加载函数>);  \n请写在setup函数中 load函数之后  \n加载函数 语法 void <加载函数>() { wifi_link_tool_hex(200, \"text/html\", <二进制数组>, sizeof(二进制数组));} //该函数必须在固化模式下才可使用\n请参考示例中命名规则  \n* 发起HTTP_GET请求  \n语法：gethttp_API((ULR);   \n例子：String r = gethttp_API((\"http://keai.icu\");  \n发起带参数GET ：String r = gethttp_API((\"http://keai.icu?<参数1=值><&参数2 = 值>\", 80);  \n返回值 String\n* 获得当前程序版本号   \n该api以集成进库中  \n作用 获得设备设备程序版本号 方便进行ota升级  \n请求方法 http get 返回类型 String  \n地址 http://x.x.x.x/opera?opera=version\n# 版本更新说明\n****\n* v1.0.1：基础库发布！\n* v1.0.2：更新函数link() //获取当前WiFi配置状态\n* v1.0.3：更新函数torest()//软重置配网\n* v1.0.4：更新兼容性，以适配最新sdk（2.7.1），修复了一些语法问题\n* v1.0.5：修复严重配网BUG（在连接WiFi中重置会导致无限重启） ，优化了结构。\n* v1.0.6：修复了臃肿ui(例如miui)和ios扫描出WiFi点击不弹出密码框。\n* v1.0.7：修复配网后正常联网某些手机会出现一个乱码WiFi，可能sdk的bug 解决思路是首先建立隐藏网络在识别配网状态。\n* v1.1.0：双模式配网，全新的配网页面，增加wifi_link_tool_hex()函数 修复一下语法错误  如果是旧项目升级请在第一行加入  #define FS_CONFIG \n* v1.1.1：加入集群模式，该模式默认开启 如需关闭请在头文件前加入#define OFF_colony 增加httpget请求函数。\n* v1.1.2：修复一严重bug 瞎乱请求 会跳转的到配置页\n* v1.1.3：修复了集群模式下wifi密码可能泄露的风险，请保管好您项目中集群密钥！ 修复了一些文字错误，修改输出逻辑。\n* v1.1.4：修复了集群模式下勿连接到未配网的设备上，导致集群配网失败；添加了启动输出信息。\n* v1.1.5：增加了对网络状态的测试，默认返回网易云热评（ https://keai.icu/apiwyy ）  ，删除启动logo换成输出版本。\n* v1.1.6：优化连接网络逻辑，增加OTA功能 详情请查看ota_demo 加入程序版本号返回（增加对版本的输出） ，输出信息改为 wifilinktoos版本号 和程序版本号 增加向服务器请求（服务端不会收集任何设备信息 只记录请求次数不放心可以注释gethttp_API(\"http://keai.icu/wifilinktool/up\",80);）。\n* v1.1.7：1.修复了一个历史遗留问题，导致的高版本sdk循环重复“第一次启动请重置” 2.修复了连接失败 第二次连接永远不会返回 3.修改了一些很矛盾的逻辑理论上能优化性能 \n* v1.1.8：修改get请求参数 去除端口号 兼容以前的写法 \n* v1.1.9：修复链接开发Wi-Fi 密码错误问题  \n****\n\n\n\n## 测试环境  sdk版本：3.0.0 arduino版本1.8.16\n"
  },
  {
    "path": "examples/OTA_demo/OTA_demo.ino",
    "content": "/*\n项目地址：https://github.com/bilibilifmk/wifi_link_tool  by:发明控 \n测试环境sdk版本：2.7.1 arduino版本1.8.8\n默认重置 D3（gpio 0） 默认状态led gpio2  \nD3---------/ --------gnd\n\nOTAdemo  该实例为OTA空中升级demo \n\n*/\n//普通配网流程 1.链接WiFi 2.自动弹出配网或打开浏览器访问6.6.6.6 3.输入WiFi密码 \n//微信小程序配网 使用微信扫描二维码 打开小程序 点击通用设备配网  输入WiFi密码\n#define FS_CONFIG\n//激活文件系统模式配网\n#include <wifi_link_tool.h>\n//引入wifilinktool头文件\nvoid setup() {\n  Serial.begin(115200);\n  //开启串口\n /////////////////////////////////////////////////////////基础设置//////////////////////////////////////////////////////////\n    rstb=0;\n    //重置io\n    stateled=2;\n    //指示灯io\n    Hostname = \"ESP8266\";\n    //设备名称 允许中文名称 不建议太长\n    wxscan=true;\n    //是否被小程序发现设备 开启意味该设备具有后台 true开启 false关闭\n    Version=\"1.0.0\";\n    //程序版本号\n//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n  //此处请勿添加代码\n  load();\n  //初始化WiFi link tool \n  //在下面添加代码\n  ota();\n  //启用ota服务功能\n}\n\nvoid loop() {\n  //请勿此处添加代码\n  pant();\n  //WiFi link tool 服务维持函数  请勿修改位置 \n  //请在下面添加自己的代码\n}\n"
  },
  {
    "path": "examples/OTA_demo/data/config.html",
    "content": "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n\t\r\n\t<meta name=\"fs_wifi_link_tool\" content=\"width=device-width,initial-scale=1\">\r\n\t<style>\r\n\r\n\r\n.ball-grid-pulse{width:200px}.ball-grid-pulse>div:nth-child(1){-webkit-animation-delay:-0.06s;animation-delay:-0.06s;-webkit-animation-duration:.72s;animation-duration:.72s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1.02s;animation-duration:1.02s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:-0.17s;animation-delay:-0.17s;-webkit-animation-duration:1.28s;animation-duration:1.28s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:.48s;animation-delay:.48s;-webkit-animation-duration:1.42s;animation-duration:1.42s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:.31s;animation-delay:.31s;-webkit-animation-duration:1.45s;animation-duration:1.45s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:.03s;animation-delay:.03s;-webkit-animation-duration:1.18s;animation-duration:1.18s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:.46s;animation-delay:.46s;-webkit-animation-duration:.87s;animation-duration:.87s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:.78s;animation-delay:.78s;-webkit-animation-duration:1.45s;animation-duration:1.45s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.45s;animation-delay:.45s;-webkit-animation-duration:1.06s;animation-duration:1.06s}.ball-grid-pulse>div{background-color:#ebadbe;width:50px;height:50px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(0.5);transform:scale(0.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(0.5);transform:scale(0.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}body{color:#434343;font-family:\"SF Pro Text\",\"SF Pro Icons\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;font-size:10px;line-height:1.42857142857143;padding:20px}a{text-decoration:none}input:focus,button:focus{outline:0}#container{margin:0 auto;max-width:350px}#scan-btn{display:block;background:#d0d3d4;border:0;border-radius:25px;cursor:pointer;font-size:18px;height:45px;line-height:45px;margin:18px auto;padding:0 30px}#reboot-btn{display:block;background:#d0d3d4;border:0;border-radius:25px;cursor:pointer;font-size:18px;height:45px;line-height:45px;margin:18px auto;padding:0 30px}#ssid-list{margin-top:20px;box-sizing:border-box;border-radius:18px;width:100%;background:#f4f6f6}#ssid-list>li{line-height:32px;position:relative;cursor:pointer;display:block;padding:8px 15px}#ssid-list>li:first-child{border-top:0;border-top-left-radius:20px;border-top-right-radius:20px}#ssid-list>li:last-child{border-bottom-left-radius:20px;border-bottom-right-radius:20px}#ssid-list>li:hover{background:#d0d3d4}.wifi-logo{position:absolute;top:14px;height:18px}.encrytype{color:#999;display:inline-block;z-index:1;position:absolute;right:16px}.ssid_name{margin-left:34px;font-size:16px}#secondary-menu{display:none;width:300px;height:180px;position:fixed;top:180px;left:calc(50% - 150px);background:#f4f6f6;border-radius:25px;text-align:center}#secondary-menu-ssid{margin-top:12px;font-size:20px;display:inline-block}#key-icon{position:absolute;left:30px;top:75px;width:25px}#wifi-pass{margin-top:25px;width:260px;height:40px;font-size:18px;border:0;border-radius:25px;text-align:center}#wifi-pass-sub{width:100px;height:40px;border:0;border-radius:25px;background:#d0d3d4;line-height:18px;margin:18px 5px 0 5px;font-size:18px;opacity:.6}#secondary-menu-back{cursor:pointer;position:absolute;top:18px;left:18px;font-family:Consolas;font-size:16px;width:13px;height:13px;line-height:30px;border-top:3px solid #a1a1a1;border-left:3px solid #a1a1a1;transform:rotate(-45deg)}#status{display:none;margin-top:50px;font-size:28px;text-align:center}function echo(stringA,stringB){var hello=\"你好\";alert(\"hello world\")}\r\n\t</style>\r\n<style>html, * {-webkit-user-select:text!important; -moz-user-select:text!important;}</style></head>\r\n\r\n<body>\r\n\t<h1 style=\"text-align:center;font-size:40px;\">WiFi配置</h1>\r\n\t<p style=\"color:#999;text-align: center;\">仓库地址 :github.com/bilibilifmk/wifi_link_tool</p>\r\n    <p style=\"color:#999;text-align: center;\">当前设备类型 :ESP8266EX 仅支持2.4G</p>\r\n\t<div id=\"container\">\r\n\t\t<button onclick=\"scan()\" id=\"scan-btn\">扫描WIFI</button>\r\n\t\t\r\n\t\t<div id=\"ssid-list\"></div>\r\n\t</div>\r\n\t<div id=\"secondary-menu\">\r\n\t\t<div id=\"secondary-menu-back\" onclick=\"back()\"></div>\r\n\t\t<div id=\"secondary-menu-ssid\"></div>\r\n\t\t<img id=\"key-icon\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAATlBMVEVHcEzX0tEcHBxQUE0JCQpBQkFSOhIDAgIaEgwlJCNua21VVFU2NDSfnZ0zMzOQkI3qowbVlQ71rBDingh6VR/lpSeSaRyqeho2JhXHjh15Vp8lAAAAEHRSTlMAGmi/6yL+/v3OaaDxP8N7JJi/XQAAAXxJREFUOMuN1YluwyAMAFBoAnbOcSQc//+jM5C0lQZhliq1ypMNxjSMvYNvQmycdYLP+4oAYV3Eo5uTKoHDA12I4eG8d5K+jXPLDcTcaXLEg3405AIgtVHWqvQxHiFsNbfRg9MoyqZSWOMB1trud8BITrtYpDIOoFJcIBzkKA34O2eA6S98AaRUIXVGK5shpRSVLYeTnuY+6pJRxVrtCSRBQ11JSyhQI7wakBYpnUmVbQvuBeb22LxGVYfXGr+isca57PoipZFHbdelj98JraL2TNWRiMZ+6iZ51GQ6a/0trdVnVdI0hnhNTy5tdUumebRlHq3JsJ0TUDoKif5Rbvv7zsCzZPOyBsQwjQB0lFq3JeNcCM5ElrTWB3kdAMkgg1P/kjRySvflsOfZ7FdnbATpndexK3P1oPvVRxjTXbO3fDWXKWioMJ5nltiGZfqkDJ6Sxme4w92lDvwZlgHpkOgGPcMUK3WJ/jS7kK/3RHUhjjm6pe+XBO++LD7xCyeFJi1gbDaNAAAAAElFTkSuQmCC\">\r\n\t\t<input type=\"text\" id=\"wifi-pass\" oninput=\"pass_change()\">\r\n\t\t<button id=\"wifi-pass-sub\" onclick=\"connect()\" disabled=\"\">连接</button>\r\n\t</div>\r\n\t<div id=\"status\">      \r\n\t\t<div class=\"loader-inner ball-grid-pulse\" style=\"margin: 0 auto;\">\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t</div>\r\n</div>\r\n\r\n<script>\r\n\r\nfunction $(id){return document.getElementById(id)}function reboot(){var xmlhttp;if(window.XMLHttpRequest){xmlhttp=new XMLHttpRequest()}xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4&&xmlhttp.status==200){if(xmlhttp.responseText!=\"\"){window.open(\"http://\"+xmlhttp.responseText)}}};xmlhttp.open(\"GET\",\"/opera?opera=reboot\");xmlhttp.send()}function scan(){$(\"scan-btn\").setAttribute(\"disabled\",\"disabled\");$(\"scan-btn\").style.cursor=\"default\";$(\"scan-btn\").style.opacity=\"0.6\";$(\"ssid-list\").innerHTML=\"\";$(\"ssid-list\").style.display=\"none\";$(\"status\").style.display=\"block\";var xmlhttp=new XMLHttpRequest();xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4&&xmlhttp.status==200){$(\"scan-btn\").style.cursor=\"pointer\";$(\"scan-btn\").style.opacity=\"1\";$(\"ssid-list\").style.display=\"block\";$(\"status\").style.display=\"none\";res_json=JSON.parse(xmlhttp.responseText);var i,j,max;for(i=0;i<res_json.req.length;i++){max=0;for(j=0;j<res_json.req.length;j++){if(res_json.req[max].rssi<res_json.req[j].rssi){max=j}}var para=document.createElement(\"li\");para.id=\"ssid\"+i;para.setAttribute(\"onclick\",\"ssid_select('\"+para.id+\"')\");if(res_json.req[max].rssi>=-45){para.innerHTML+=\"<img class='wifi-logo' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAArBAMAAADWAfZiAAAAIVBMVEVkZGRHcEzj4+N4eHisrKySkpJ4eHiXl5eHh4eAgIBqamownJsxAAAACnRSTlP+ABXfPZL6ZK/JavXHrwAAAeVJREFUOMt9k8tPAjEQxichMdpbyxIft4rP2wo+uUFQzqj44GSibtSbhojxZoyKnNRED542IUTcv9KZtstugbWnbn+dzjff7AC3lpTS+oZoKypH+Xx+q9aQI7DY/gp8oBVc7g9h51Eztdha0caLBbDW700cL7omLAgM71xHePJEsdNWs9Fsvno+MIwvhth5U/dfTMK5O5WpJw2+B7x/UYzKcQ6In2m8TJo3LDvEHiWrEhZvmGojPA9v3ZJ8wju46UqdtLV+2tISRB2PVzg4qDpFJ+LuytR0SJcdF1hKgnBVEu48R6YomUsYJoFnoUu0HTetR7wOOZJWwL1o26ae4/uZjqTC5pRQrI5t1hqVGvWGwSoelkLPMz6e/e6bzpJpLOY5b4f5tGnf+Dke4WmLEmfA3vt4wZTOy+VyybTQz/WxcNkHBR17fuB90sVlrDnKnaXSJ7/1/6Q63c7FpImqEaQ5FS0HfuR6ZMrP8I88RS8HnheYTttY0A910ZidrVBrekPY1Ubj7oAZ2fHHszBhjMFO54aHyH3oy+gHx5TP0zgcPdETu6MmFI0pAOsUEwaYSsfqukk4o+esmoDTjLC/koCFmtOUTMo9E47WaMwxfCxZOU9DZNgIzN0J+R/O2sGDWMh/8eD6A1I5i3duz7rVAAAAAElFTkSuQmCC'>\"}else{if(res_json.req[max].rssi>=-60){para.innerHTML+=\"<img class='wifi-logo' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAMAAAAO9CvbAAAAP1BMVEVHcEzf39/R0dHu7u52dnaJiYmAgIBmZmbc3Nza2tqSkpKXl5elpaXd3d3g4ODe3t5xcXHe3t7d3d3d3d1iYmIxMAOHAAAAE3RSTlMAiTAN/LXT/v0akWpOY0W54NjrSWdzrwAAAjFJREFUSMe1lokWoyAMRcsmsikI//+tEwIRHeu09pzJ6are8PISaV+v/xCcL6xF4PwBZxa2plxjnmd8TytbxDdkWDfkKklRv25r+IAuSOL18yVyYvxfaCdn0lu/5oOAnMItelCZt4RurSmleVSR87q8qZV1sfBI4PDRIHCQbaQCcPMXGzp3b0w1sqffTleYdW7C8hrqimNVcWpEIg/YYSBSqyjPd92gHGHr5SfyfSGLmTgsxY0JzjlvjDlbU92EhZYTe/DBeDtJqSHgRcrJ+iGfryg9N3pDIXkvQ3gldYHQGO1TVIMP2Mqcef88b9Q94aImrtP4LDo6krakSjPKlCitmzSRpQcdKHpye3fyrjSwzvIdrYtLGWOspZeBk8nsMmdWt3XgtZrkl5cQi6/mIY8p3E0vbS2t0lK58wRyp2TpJ+11eqrklrxI9e7GMw2HBOq6LXBZWlnq7p7lSmPXSjQX0QrTSr8fEN5hjEt9REvUm8wKzkxkIq8uNevAOxJjJjig3upS0tIS6G+hduthg7phYbjIG+rsmBetuvoPu6CjrtCEtdbLb3ZvKzsK1dagASt383GesjYrMGJwKxsBA0by7SdYIasnfzjmO64+Lg2DVqS9+vANW7sRr974+BULN0jvCvdWQeE0NY9+ZC1uYlra57/PgjwG88RD1sixj5XJPINtabtemw/3VHUZm+dj3SL2oQTVPzgWu2Hxl/9DTfkv6+70jyzuOo+9OtDWvP5b/AEEbikOWznHDAAAAABJRU5ErkJggg=='>\"}else{if(res_json.req[max].rssi>=-75){para.innerHTML+=\"<img class='wifi-logo' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAArCAMAAAAT8RtjAAAAP1BMVEVHcEzs7Ozj4+NtbW3W1tbe3t7a2trd3d1lZWXf39/g4ODi4uKLi4vg4OB2dnaIiIiioqJ7e3t3d3fd3d1iYmIuIQKqAAAAE3RSTlMADh39N+BM+/21f2SCmaTKlvjg1bcnLQAAAgpJREFUSMe1lYmSrCAMRQ2rbC4t//+tAwmgjvRr7VeTUqtETm4ICQ7DnxhTQgiVr4eYNVLqrZo01gp2hxTOFExvGo1etFEfSHAGJ54MB/Itg/oXKhu5HU0TnWJ5J1/QjcD0lIasDpDPLi4KmufJ4Bi0DDHmnJFb82x+5w6Cbt9sd29U0A13V1kct2e30FvXWdxW1PQLorkQJs/Mk8WZ/Y0yAOWcAoAjn9RJXFUWX6XaZZjNSS5ZliaIY3ZISuPCBQUSWmygDGWmlFj+KpGnKarQ+IKubMtq2ZVDhdFT2uqeyVPcjWXhUA+HAqPbFXEwjU1qdePcvpepVFI3pe7C9kI2DVXEqst+hEZKqxiqQO7QgCvBK7zpC1V3QV5qLOew1ILpNrYrSdQWun1eCniTnc+iyPZRTKYh96bzDRcsxR6pn+Zk3u8nkNqr40rvC/LTysc45ovz1YtDA705DmxNpX/xGBNXLEY+ixq6+3B4TnwHx5EC4B7uHJ+KU7gRxWsEcZxv0J6UUqivlCy/zCsv/Avu6Oa5q2dlLhMzxRJfH5WnHCP3pzoScxKPfBlu0JFfTiPPb7GJXkXrFajrXNbl3o+uADlXKWvFk3r0q5w5bRX3j//OYo2tRmZ4xsJaKyXj00PlCVkqTr48jXuiYsnPxyzRuTbG5wmr2pEvw/AtHf0wfEt/q4v0f7Cf7AeBdSgaJTCRHQAAAABJRU5ErkJggg=='>\"}else{para.innerHTML+=\"<img class='wifi-logo' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAArBAMAAADWAfZiAAAAKlBMVEXc3NxHcEzb29tkZGTe3t7g4ODq6urf39/a2trf39/i4uJ3d3eQkJCNjY3QLHilAAAADnRSTlP+AAP+lGcU10G3KtqS3sn92jQAAAIZSURBVDjLdZOxbhRBDIZd7ClcaSsZnSIaj0JIRLllKDiJ6ESXlRIRpduGIGhOiBCRikN34USVIgcK3RYRD3ASBR1KCRVPhO3Zzc1ODjc7s9/YY/8eAzbmuVmRv/0JzS9Gmu4/Fds9l6MJFnr9FWp7e677CBO75xDZLtccAu09gZa9HwVu+A4FyCpqMLtAu7PJwcFkPIy4YMI9g0elJszsJnY6Y1ZM/F13s0rqMUPctDzPSDE/0PU3Il+bnELjhUcg0lBnIppfiMbGM2Tgh7I4QS+FuMmzq6vZYYnKNZ8vBE4S7ZaETNchZclRsmV3ISsEp5fodrAoeqbHVyU6AR/DPeKm9No6SMQfoC+p4WnFhIlsJ3JZL7PCXkgkKx0uj6afx+ESKbqWRb5rdUqhs5ZiwbWoGEJ3Sm/KsF8f2PVNS2g7tMDbe1LZ9Hifm4YeS+SKVJjpR1XNrw81euMt0hRa3PgCVk6t6A1YiZ7Ddlx6NiJpRD96TNQqXVrBPVx4iwbInxaivCNsvVTZrYUnGF5zgZSMgYbOZAJeDSx8MiXa105pw7KnnUywNC4rg2pSwRtKZ8wNizB60oFuyQlGfimBt37/kaK5ojS4Ng635nm+M+LbAYywDu1NLvYYkfEuRryfm/2KfsX4UcB/l2Pyc6U7JS/39ub+k/4TnKjOfDlGfp3nP2LnNiY3b92cYHFvOyeYXNs5wchtZ/wHCeuN70G4JAkAAAAASUVORK5CYII='>\"\r\n}}}para.innerHTML+=\"<span class='encrytype'>\"+res_json.req[max].encryptionType+\"</span>\"+\"<span id='ssid_name\"+i+\"' class='ssid_name'>\"+res_json.req[max].ssid+\"</span>\";$(\"ssid-list\").appendChild(para);res_json.req[max].rssi=-999}$(\"scan-btn\").removeAttribute(\"disabled\")}};xmlhttp.open(\"GET\",\"/wifiscan\",true);xmlhttp.send()}var ssid_name;function ssid_select(ssid_num){ssid_name=$(ssid_num).children[2].innerHTML;$(\"container\").style.display=\"none\";if($(ssid_num).children[1].innerHTML==\"Open\"){connect()}else{$(\"wifi-pass-sub\").setAttribute(\"disabled\",\"disabled\");$(\"secondary-menu-ssid\").innerHTML=ssid_name;$(\"secondary-menu\").style.display=\"block\";if($(\"secondary-menu-ssid\").offsetWidth>150){var str=$(\"secondary-menu-ssid\").innerHTML;$(\"secondary-menu-ssid\").innerHTML=str.substr(0,str.length-4)+\"...\"}$(\"wifi-pass\").focus()}}function back(){$(\"secondary-menu\").style.display=\"none\";$(\"container\").style.display=\"block\";$(\"wifi-pass-sub\").style.cursor=\"default\";$(\"wifi-pass-sub\").style.opacity=\"0.6\";$(\"wifi-pass\").value=\"\"}function pass_change(){if($(\"wifi-pass\").value.length>=8){$(\"wifi-pass-sub\").style.cursor=\"pointer\";$(\"wifi-pass-sub\").style.opacity=\"1\";$(\"wifi-pass-sub\").removeAttribute(\"disabled\")}else{$(\"wifi-pass-sub\").style.cursor=\"default\";$(\"wifi-pass-sub\").style.opacity=\"0.6\";$(\"wifi-pass-sub\").setAttribute(\"disabled\",\"disabled\")}}function connect(){$(\"secondary-menu\").style.display=\"none\";$(\"status\").style.display=\"block\";var xmlhttp=new XMLHttpRequest();var requestString=\"./wificonfig?ssid=\"+ssid_name+\"&password=\"+$(\"wifi-pass\").value;xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4&&xmlhttp.status==200){if(xmlhttp.responseText==\"0\"){$(\"status\").innerHTML=\"连接失败\"}else{$(\"status\").innerHTML=' <button onclick=\"reboot()\" id=\"reboot-btn\">配置完成重启并跳转</button> <p style=\"color:#999;text-align: center;\"> '+\"本机IP:\"+xmlhttp.responseText+' </p>  <p style=\"color:#999;text-align: center;\">--参-数-设-置--</p> <iframe  src=\"/\"  id=\"myiframe\" width=\"100%\"  height=\"10000px\"\" id=\"win\" name=\"win\" onload=\"Javascript:SetWinHeight(this)\" frameborder=\"0\" scrolling=\"no\"></iframe>'}}};xmlhttp.open(\"GET\",requestString,true);xmlhttp.send();$(\"wifi-pass-sub\").style.cursor=\"default\";$(\"wifi-pass-sub\").style.opacity=\"0.6\";$(\"wifi-pass\").value=\"\"}document.onkeydown=function(event){var e=event||window.event;if(e&&e.keyCode==13&&$(\"wifi-pass\").value.length>=8){connect()}};\r\n</script>\r\n\r\n</body></html>"
  },
  {
    "path": "examples/OTA_demo/data/index.html",
    "content": "<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n \r\n    <meta http-equiv='Content-type' content='text/html; charset=utf-8'> \r\n    <title>OTA示例程序</title> \r\n    \r\n</head>\r\n<body>\r\n    <div style=\"text-align: center; padding-top: 50px\">\r\n      \r\n      <h2>OTA升级示例程序</h2>\r\n      <p></p>\r\n\r\n      <h3 id=\"sj\">正在获取</h3>\r\n\r\n     \r\n       \r\n        <div style=\"text-align: left;display: inline-block;width: 300px; height: 20px; border: 1px solid #f844a7ea; border-radius: 2px;position: relative\">\r\n            <div id=\"progress_bar\" style=\"display: inline-block; width: 0px; height: 20px;background-color: #b56486de\"></div>\r\n            <div style=\"text-align: center;width: 300px;position: absolute; top: 0; font-size:16px; color: #413F43\">\r\n                <div id=\"loading\">\r\n                    上传进度0%\r\n                </div>\r\n            </div>\r\n            \r\n        </div>\r\n        <br>\r\n        <br>\r\n        <input type=\"file\" id=\"avatar\" />\r\n        <button onclick=\"to_upload_file()\">OTA升级</button>\r\n\r\n    </div>\r\n        <script>\r\n\r\nwindow.onload=function(){\r\n    hqsj();\r\n\r\n}\r\n\r\nfunction hqsj(){\r\n                var xmlhttp;\r\n                    if (window.XMLHttpRequest) {\r\n                        xmlhttp = new XMLHttpRequest();\r\n                    }\r\n                    xmlhttp.onreadystatechange = function () {\r\n                        if ( xmlhttp.status == 200){\r\n                           \r\n                            document.getElementById(\"sj\").innerHTML = \"当前程序版本：\"+xmlhttp.responseText\r\n                         \r\n                           \r\n                        }\r\n                    }\r\n                \r\n                    xmlhttp.open(\"GET\", \"/opera?opera=version\");\r\n                    xmlhttp.send();\r\n                }\r\n\r\n\r\n            // 处理上传进度\r\n            function progressFunction(e){\r\n                var progress_bar = document.getElementById(\"progress_bar\");\r\n                var loading_dom = document.getElementById(\"loading\");\r\n                var loading = Math.round(e.loaded / e.total * 100);\r\n                console.log(\"loading::\", loading);\r\n\r\n                if(loading === 100){\r\n                    loading_dom.innerHTML = \"上传成功 等待升级完成\";\r\n                    location.reload();\r\n                }else{\r\n                    loading_dom.innerHTML = \"上传进度\"+loading+\"%\"\r\n                }\r\n                \r\n                progress_bar.style.width = String(loading * 3) + \"px\";\r\n            }\r\n            // 上传成功\r\n            function uploadComplete(e) {\r\n                console.log(\"上传成功！\", e);\r\n                alert(\"升级成功，设备会自动重启\");\r\n                location.reload();\r\n\r\n            }\r\n            // 上传失败\r\n            function uploadFailed(e) {\r\n                console.log(\"升级失败\", e);\r\n    \r\n            }\r\n    \r\n            function to_upload_file(){\r\n                var file_obj = document.getElementById(\"avatar\").files[0]\r\n                if(file_obj){\r\n                    var url = \"/upota\";\r\n                    var form = new FormData();\r\n                    form.append(\"file\", file_obj);\r\n                    var xhr = new XMLHttpRequest();\r\n                    xhr.onload = uploadComplete; \r\n                    xhr.onerror =  uploadFailed;\r\n                    xhr.upload.onprogress = progressFunction; \r\n                    xhr.open(\"POST\", url, true);\r\n                    xhr.send(form);\r\n                }else{\r\n                    alert(\"文件错误\")\r\n                }\r\n            }\r\n        </script>\r\n</body>\r\n</html>"
  },
  {
    "path": "examples/fs_demo/data/config.html",
    "content": "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n\t\r\n\t<meta name=\"fs_wifi_link_tool\" content=\"width=device-width,initial-scale=1\">\r\n\t<style>\r\n\r\n\r\n.ball-grid-pulse{width:200px}.ball-grid-pulse>div:nth-child(1){-webkit-animation-delay:-0.06s;animation-delay:-0.06s;-webkit-animation-duration:.72s;animation-duration:.72s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1.02s;animation-duration:1.02s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:-0.17s;animation-delay:-0.17s;-webkit-animation-duration:1.28s;animation-duration:1.28s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:.48s;animation-delay:.48s;-webkit-animation-duration:1.42s;animation-duration:1.42s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:.31s;animation-delay:.31s;-webkit-animation-duration:1.45s;animation-duration:1.45s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:.03s;animation-delay:.03s;-webkit-animation-duration:1.18s;animation-duration:1.18s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:.46s;animation-delay:.46s;-webkit-animation-duration:.87s;animation-duration:.87s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:.78s;animation-delay:.78s;-webkit-animation-duration:1.45s;animation-duration:1.45s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.45s;animation-delay:.45s;-webkit-animation-duration:1.06s;animation-duration:1.06s}.ball-grid-pulse>div{background-color:#ebadbe;width:50px;height:50px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(0.5);transform:scale(0.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(0.5);transform:scale(0.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}body{color:#434343;font-family:\"SF Pro Text\",\"SF Pro Icons\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;font-size:10px;line-height:1.42857142857143;padding:20px}a{text-decoration:none}input:focus,button:focus{outline:0}#container{margin:0 auto;max-width:350px}#scan-btn{display:block;background:#d0d3d4;border:0;border-radius:25px;cursor:pointer;font-size:18px;height:45px;line-height:45px;margin:18px auto;padding:0 30px}#reboot-btn{display:block;background:#d0d3d4;border:0;border-radius:25px;cursor:pointer;font-size:18px;height:45px;line-height:45px;margin:18px auto;padding:0 30px}#ssid-list{margin-top:20px;box-sizing:border-box;border-radius:18px;width:100%;background:#f4f6f6}#ssid-list>li{line-height:32px;position:relative;cursor:pointer;display:block;padding:8px 15px}#ssid-list>li:first-child{border-top:0;border-top-left-radius:20px;border-top-right-radius:20px}#ssid-list>li:last-child{border-bottom-left-radius:20px;border-bottom-right-radius:20px}#ssid-list>li:hover{background:#d0d3d4}.wifi-logo{position:absolute;top:14px;height:18px}.encrytype{color:#999;display:inline-block;z-index:1;position:absolute;right:16px}.ssid_name{margin-left:34px;font-size:16px}#secondary-menu{display:none;width:300px;height:180px;position:fixed;top:180px;left:calc(50% - 150px);background:#f4f6f6;border-radius:25px;text-align:center}#secondary-menu-ssid{margin-top:12px;font-size:20px;display:inline-block}#key-icon{position:absolute;left:30px;top:75px;width:25px}#wifi-pass{margin-top:25px;width:260px;height:40px;font-size:18px;border:0;border-radius:25px;text-align:center}#wifi-pass-sub{width:100px;height:40px;border:0;border-radius:25px;background:#d0d3d4;line-height:18px;margin:18px 5px 0 5px;font-size:18px;opacity:.6}#secondary-menu-back{cursor:pointer;position:absolute;top:18px;left:18px;font-family:Consolas;font-size:16px;width:13px;height:13px;line-height:30px;border-top:3px solid #a1a1a1;border-left:3px solid #a1a1a1;transform:rotate(-45deg)}#status{display:none;margin-top:50px;font-size:28px;text-align:center}function echo(stringA,stringB){var hello=\"你好\";alert(\"hello world\")}\r\n\t</style>\r\n<style>html, * {-webkit-user-select:text!important; -moz-user-select:text!important;}</style></head>\r\n\r\n<body>\r\n\t<h1 style=\"text-align:center;font-size:40px;\">WiFi配置</h1>\r\n\t<p style=\"color:#999;text-align: center;\">仓库地址 :github.com/bilibilifmk/wifi_link_tool</p>\r\n    <p style=\"color:#999;text-align: center;\">当前设备类型 :ESP8266EX 仅支持2.4G</p>\r\n\t<div id=\"container\">\r\n\t\t<button onclick=\"scan()\" id=\"scan-btn\">扫描WIFI</button>\r\n\t\t\r\n\t\t<div id=\"ssid-list\"></div>\r\n\t</div>\r\n\t<div id=\"secondary-menu\">\r\n\t\t<div id=\"secondary-menu-back\" onclick=\"back()\"></div>\r\n\t\t<div id=\"secondary-menu-ssid\"></div>\r\n\t\t<img id=\"key-icon\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAATlBMVEVHcEzX0tEcHBxQUE0JCQpBQkFSOhIDAgIaEgwlJCNua21VVFU2NDSfnZ0zMzOQkI3qowbVlQ71rBDingh6VR/lpSeSaRyqeho2JhXHjh15Vp8lAAAAEHRSTlMAGmi/6yL+/v3OaaDxP8N7JJi/XQAAAXxJREFUOMuN1YluwyAMAFBoAnbOcSQc//+jM5C0lQZhliq1ypMNxjSMvYNvQmycdYLP+4oAYV3Eo5uTKoHDA12I4eG8d5K+jXPLDcTcaXLEg3405AIgtVHWqvQxHiFsNbfRg9MoyqZSWOMB1trud8BITrtYpDIOoFJcIBzkKA34O2eA6S98AaRUIXVGK5shpRSVLYeTnuY+6pJRxVrtCSRBQ11JSyhQI7wakBYpnUmVbQvuBeb22LxGVYfXGr+isca57PoipZFHbdelj98JraL2TNWRiMZ+6iZ51GQ6a/0trdVnVdI0hnhNTy5tdUumebRlHq3JsJ0TUDoKif5Rbvv7zsCzZPOyBsQwjQB0lFq3JeNcCM5ElrTWB3kdAMkgg1P/kjRySvflsOfZ7FdnbATpndexK3P1oPvVRxjTXbO3fDWXKWioMJ5nltiGZfqkDJ6Sxme4w92lDvwZlgHpkOgGPcMUK3WJ/jS7kK/3RHUhjjm6pe+XBO++LD7xCyeFJi1gbDaNAAAAAElFTkSuQmCC\">\r\n\t\t<input type=\"text\" id=\"wifi-pass\" oninput=\"pass_change()\">\r\n\t\t<button id=\"wifi-pass-sub\" onclick=\"connect()\" disabled=\"\">连接</button>\r\n\t</div>\r\n\t<div id=\"status\">      \r\n\t\t<div class=\"loader-inner ball-grid-pulse\" style=\"margin: 0 auto;\">\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t  <div></div>\r\n\t\t</div>\r\n</div>\r\n\r\n<script>\r\n\r\nfunction $(id){return document.getElementById(id)}function reboot(){var xmlhttp;if(window.XMLHttpRequest){xmlhttp=new XMLHttpRequest()}xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4&&xmlhttp.status==200){if(xmlhttp.responseText!=\"\"){window.open(\"http://\"+xmlhttp.responseText)}}};xmlhttp.open(\"GET\",\"/opera?opera=reboot\");xmlhttp.send()}function scan(){$(\"scan-btn\").setAttribute(\"disabled\",\"disabled\");$(\"scan-btn\").style.cursor=\"default\";$(\"scan-btn\").style.opacity=\"0.6\";$(\"ssid-list\").innerHTML=\"\";$(\"ssid-list\").style.display=\"none\";$(\"status\").style.display=\"block\";var xmlhttp=new XMLHttpRequest();xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4&&xmlhttp.status==200){$(\"scan-btn\").style.cursor=\"pointer\";$(\"scan-btn\").style.opacity=\"1\";$(\"ssid-list\").style.display=\"block\";$(\"status\").style.display=\"none\";res_json=JSON.parse(xmlhttp.responseText);var i,j,max;for(i=0;i<res_json.req.length;i++){max=0;for(j=0;j<res_json.req.length;j++){if(res_json.req[max].rssi<res_json.req[j].rssi){max=j}}var para=document.createElement(\"li\");para.id=\"ssid\"+i;para.setAttribute(\"onclick\",\"ssid_select('\"+para.id+\"')\");if(res_json.req[max].rssi>=-45){para.innerHTML+=\"<img class='wifi-logo' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAArBAMAAADWAfZiAAAAIVBMVEVkZGRHcEzj4+N4eHisrKySkpJ4eHiXl5eHh4eAgIBqamownJsxAAAACnRSTlP+ABXfPZL6ZK/JavXHrwAAAeVJREFUOMt9k8tPAjEQxichMdpbyxIft4rP2wo+uUFQzqj44GSibtSbhojxZoyKnNRED542IUTcv9KZtstugbWnbn+dzjff7AC3lpTS+oZoKypH+Xx+q9aQI7DY/gp8oBVc7g9h51Eztdha0caLBbDW700cL7omLAgM71xHePJEsdNWs9Fsvno+MIwvhth5U/dfTMK5O5WpJw2+B7x/UYzKcQ6In2m8TJo3LDvEHiWrEhZvmGojPA9v3ZJ8wju46UqdtLV+2tISRB2PVzg4qDpFJ+LuytR0SJcdF1hKgnBVEu48R6YomUsYJoFnoUu0HTetR7wOOZJWwL1o26ae4/uZjqTC5pRQrI5t1hqVGvWGwSoelkLPMz6e/e6bzpJpLOY5b4f5tGnf+Dke4WmLEmfA3vt4wZTOy+VyybTQz/WxcNkHBR17fuB90sVlrDnKnaXSJ7/1/6Q63c7FpImqEaQ5FS0HfuR6ZMrP8I88RS8HnheYTttY0A910ZidrVBrekPY1Ubj7oAZ2fHHszBhjMFO54aHyH3oy+gHx5TP0zgcPdETu6MmFI0pAOsUEwaYSsfqukk4o+esmoDTjLC/koCFmtOUTMo9E47WaMwxfCxZOU9DZNgIzN0J+R/O2sGDWMh/8eD6A1I5i3duz7rVAAAAAElFTkSuQmCC'>\"}else{if(res_json.req[max].rssi>=-60){para.innerHTML+=\"<img class='wifi-logo' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAMAAAAO9CvbAAAAP1BMVEVHcEzf39/R0dHu7u52dnaJiYmAgIBmZmbc3Nza2tqSkpKXl5elpaXd3d3g4ODe3t5xcXHe3t7d3d3d3d1iYmIxMAOHAAAAE3RSTlMAiTAN/LXT/v0akWpOY0W54NjrSWdzrwAAAjFJREFUSMe1lokWoyAMRcsmsikI//+tEwIRHeu09pzJ6are8PISaV+v/xCcL6xF4PwBZxa2plxjnmd8TytbxDdkWDfkKklRv25r+IAuSOL18yVyYvxfaCdn0lu/5oOAnMItelCZt4RurSmleVSR87q8qZV1sfBI4PDRIHCQbaQCcPMXGzp3b0w1sqffTleYdW7C8hrqimNVcWpEIg/YYSBSqyjPd92gHGHr5SfyfSGLmTgsxY0JzjlvjDlbU92EhZYTe/DBeDtJqSHgRcrJ+iGfryg9N3pDIXkvQ3gldYHQGO1TVIMP2Mqcef88b9Q94aImrtP4LDo6krakSjPKlCitmzSRpQcdKHpye3fyrjSwzvIdrYtLGWOspZeBk8nsMmdWt3XgtZrkl5cQi6/mIY8p3E0vbS2t0lK58wRyp2TpJ+11eqrklrxI9e7GMw2HBOq6LXBZWlnq7p7lSmPXSjQX0QrTSr8fEN5hjEt9REvUm8wKzkxkIq8uNevAOxJjJjig3upS0tIS6G+hduthg7phYbjIG+rsmBetuvoPu6CjrtCEtdbLb3ZvKzsK1dagASt383GesjYrMGJwKxsBA0by7SdYIasnfzjmO64+Lg2DVqS9+vANW7sRr974+BULN0jvCvdWQeE0NY9+ZC1uYlra57/PgjwG88RD1sixj5XJPINtabtemw/3VHUZm+dj3SL2oQTVPzgWu2Hxl/9DTfkv6+70jyzuOo+9OtDWvP5b/AEEbikOWznHDAAAAABJRU5ErkJggg=='>\"}else{if(res_json.req[max].rssi>=-75){para.innerHTML+=\"<img class='wifi-logo' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAArCAMAAAAT8RtjAAAAP1BMVEVHcEzs7Ozj4+NtbW3W1tbe3t7a2trd3d1lZWXf39/g4ODi4uKLi4vg4OB2dnaIiIiioqJ7e3t3d3fd3d1iYmIuIQKqAAAAE3RSTlMADh39N+BM+/21f2SCmaTKlvjg1bcnLQAAAgpJREFUSMe1lYmSrCAMRQ2rbC4t//+tAwmgjvRr7VeTUqtETm4ICQ7DnxhTQgiVr4eYNVLqrZo01gp2hxTOFExvGo1etFEfSHAGJ54MB/Itg/oXKhu5HU0TnWJ5J1/QjcD0lIasDpDPLi4KmufJ4Bi0DDHmnJFb82x+5w6Cbt9sd29U0A13V1kct2e30FvXWdxW1PQLorkQJs/Mk8WZ/Y0yAOWcAoAjn9RJXFUWX6XaZZjNSS5ZliaIY3ZISuPCBQUSWmygDGWmlFj+KpGnKarQ+IKubMtq2ZVDhdFT2uqeyVPcjWXhUA+HAqPbFXEwjU1qdePcvpepVFI3pe7C9kI2DVXEqst+hEZKqxiqQO7QgCvBK7zpC1V3QV5qLOew1ILpNrYrSdQWun1eCniTnc+iyPZRTKYh96bzDRcsxR6pn+Zk3u8nkNqr40rvC/LTysc45ovz1YtDA705DmxNpX/xGBNXLEY+ixq6+3B4TnwHx5EC4B7uHJ+KU7gRxWsEcZxv0J6UUqivlCy/zCsv/Avu6Oa5q2dlLhMzxRJfH5WnHCP3pzoScxKPfBlu0JFfTiPPb7GJXkXrFajrXNbl3o+uADlXKWvFk3r0q5w5bRX3j//OYo2tRmZ4xsJaKyXj00PlCVkqTr48jXuiYsnPxyzRuTbG5wmr2pEvw/AtHf0wfEt/q4v0f7Cf7AeBdSgaJTCRHQAAAABJRU5ErkJggg=='>\"}else{para.innerHTML+=\"<img class='wifi-logo' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAArBAMAAADWAfZiAAAAKlBMVEXc3NxHcEzb29tkZGTe3t7g4ODq6urf39/a2trf39/i4uJ3d3eQkJCNjY3QLHilAAAADnRSTlP+AAP+lGcU10G3KtqS3sn92jQAAAIZSURBVDjLdZOxbhRBDIZd7ClcaSsZnSIaj0JIRLllKDiJ6ESXlRIRpduGIGhOiBCRikN34USVIgcK3RYRD3ASBR1KCRVPhO3Zzc1ODjc7s9/YY/8eAzbmuVmRv/0JzS9Gmu4/Fds9l6MJFnr9FWp7e677CBO75xDZLtccAu09gZa9HwVu+A4FyCpqMLtAu7PJwcFkPIy4YMI9g0elJszsJnY6Y1ZM/F13s0rqMUPctDzPSDE/0PU3Il+bnELjhUcg0lBnIppfiMbGM2Tgh7I4QS+FuMmzq6vZYYnKNZ8vBE4S7ZaETNchZclRsmV3ISsEp5fodrAoeqbHVyU6AR/DPeKm9No6SMQfoC+p4WnFhIlsJ3JZL7PCXkgkKx0uj6afx+ESKbqWRb5rdUqhs5ZiwbWoGEJ3Sm/KsF8f2PVNS2g7tMDbe1LZ9Hifm4YeS+SKVJjpR1XNrw81euMt0hRa3PgCVk6t6A1YiZ7Ddlx6NiJpRD96TNQqXVrBPVx4iwbInxaivCNsvVTZrYUnGF5zgZSMgYbOZAJeDSx8MiXa105pw7KnnUywNC4rg2pSwRtKZ8wNizB60oFuyQlGfimBt37/kaK5ojS4Ng635nm+M+LbAYywDu1NLvYYkfEuRryfm/2KfsX4UcB/l2Pyc6U7JS/39ub+k/4TnKjOfDlGfp3nP2LnNiY3b92cYHFvOyeYXNs5wchtZ/wHCeuN70G4JAkAAAAASUVORK5CYII='>\"\r\n}}}para.innerHTML+=\"<span class='encrytype'>\"+res_json.req[max].encryptionType+\"</span>\"+\"<span id='ssid_name\"+i+\"' class='ssid_name'>\"+res_json.req[max].ssid+\"</span>\";$(\"ssid-list\").appendChild(para);res_json.req[max].rssi=-999}$(\"scan-btn\").removeAttribute(\"disabled\")}};xmlhttp.open(\"GET\",\"/wifiscan\",true);xmlhttp.send()}var ssid_name;function ssid_select(ssid_num){ssid_name=$(ssid_num).children[2].innerHTML;$(\"container\").style.display=\"none\";if($(ssid_num).children[1].innerHTML==\"Open\"){connect()}else{$(\"wifi-pass-sub\").setAttribute(\"disabled\",\"disabled\");$(\"secondary-menu-ssid\").innerHTML=ssid_name;$(\"secondary-menu\").style.display=\"block\";if($(\"secondary-menu-ssid\").offsetWidth>150){var str=$(\"secondary-menu-ssid\").innerHTML;$(\"secondary-menu-ssid\").innerHTML=str.substr(0,str.length-4)+\"...\"}$(\"wifi-pass\").focus()}}function back(){$(\"secondary-menu\").style.display=\"none\";$(\"container\").style.display=\"block\";$(\"wifi-pass-sub\").style.cursor=\"default\";$(\"wifi-pass-sub\").style.opacity=\"0.6\";$(\"wifi-pass\").value=\"\"}function pass_change(){if($(\"wifi-pass\").value.length>=8){$(\"wifi-pass-sub\").style.cursor=\"pointer\";$(\"wifi-pass-sub\").style.opacity=\"1\";$(\"wifi-pass-sub\").removeAttribute(\"disabled\")}else{$(\"wifi-pass-sub\").style.cursor=\"default\";$(\"wifi-pass-sub\").style.opacity=\"0.6\";$(\"wifi-pass-sub\").setAttribute(\"disabled\",\"disabled\")}}function connect(){$(\"secondary-menu\").style.display=\"none\";$(\"status\").style.display=\"block\";var xmlhttp=new XMLHttpRequest();var requestString=\"./wificonfig?ssid=\"+ssid_name+\"&password=\"+$(\"wifi-pass\").value;xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4&&xmlhttp.status==200){if(xmlhttp.responseText==\"0\"){$(\"status\").innerHTML=\"连接失败\"}else{$(\"status\").innerHTML=' <button onclick=\"reboot()\" id=\"reboot-btn\">配置完成重启并跳转</button> <p style=\"color:#999;text-align: center;\"> '+\"本机IP:\"+xmlhttp.responseText+' </p>  <p style=\"color:#999;text-align: center;\">--参-数-设-置--</p> <iframe  src=\"/\"  id=\"myiframe\" width=\"100%\"  height=\"10000px\"\" id=\"win\" name=\"win\" onload=\"Javascript:SetWinHeight(this)\" frameborder=\"0\" scrolling=\"no\"></iframe>'}}};xmlhttp.open(\"GET\",requestString,true);xmlhttp.send();$(\"wifi-pass-sub\").style.cursor=\"default\";$(\"wifi-pass-sub\").style.opacity=\"0.6\";$(\"wifi-pass\").value=\"\"}document.onkeydown=function(event){var e=event||window.event;if(e&&e.keyCode==13&&$(\"wifi-pass\").value.length>=8){connect()}};\r\n</script>\r\n\r\n</body></html>"
  },
  {
    "path": "examples/fs_demo/data/index.html",
    "content": "<!DOCTYPE html> \r\n<html> \r\n<head> \r\n  <meta http-equiv='Content-type' content='text/html; charset=utf-8'> \r\n  <title>index</title> \r\n\r\n  <style>\r\n\r\nbody{text-align:center} \r\n        h1{\r\n          color:#ff8eb3;\r\n       text-align:center;\r\n    font-size: 30px;\r\n    \r\n        }\r\n        h2{\r\n          color:#ff8eb3;\r\n          font-size: 40px;\r\n    \r\n    \r\n        }\r\n        p{\r\n            color:#ff8eb3;\r\n\r\n        }\r\n        a{\r\n            color:#ff8eb3;\r\n\r\n        }\r\n        h3{\r\n            color:#ff8eb3;\r\n\r\n        }\r\n        span{\r\n            color:#ff8eb3;\r\n          font-size: 75px;\r\n    \r\n    \r\n        }\r\n       \r\n    \r\n            .af {\r\n               \r\n                border: none;\r\n                border-radius: 5px;\r\n                cursor: pointer;\r\n               \r\n                margin: 20px;\r\n                text-align: center;\r\n                font-size: 25px;\r\n                color: #fff;\r\n                background: #ff8eb3;\r\n              \r\n                \r\n            }\r\n            /*.af:hover{\r\n                opacity: 0.8;\r\n            }*/\r\n            .title {\r\n                font-size: 60px;\r\n                color: #ff8eb3;\r\n                margin-bottom: 30px;\r\n            }\r\n    \r\n            input {\r\n               \r\n                font-size: 25px;\r\n                margin-top: 25px;\r\n                border-top: none;\r\n                border-left: none;\r\n                border-right: none;\r\n                border-bottom: 3px solid #ff8eb3;\r\n                color: #ff8eb3;\r\n            }\r\n      #touch {\r\n        width: 60px;\r\n        height: 60px;\r\n        position: absolute;\r\n        left: 300px;\r\n        top: 79px;\r\n        margin-left: -30px;\r\n        margin-top: -30px;\r\n        z-index: 999999;\r\n    }\r\n    \r\n    \r\n    \r\n    \r\n    #simple-menu {\r\n        width: 60px;\r\n        height: 60px;\r\n        cursor: move;\r\n    }\r\n      </style>\r\n      <style lang=\"scss\" scoped>\r\n    \r\n        .wave-mask {\r\n            position: absolute;\r\n            width: 200px;\r\n            height: 200px;\r\n            top: 10px;\r\n            left: 55%;\r\n            border-radius: 40%;\r\n            background-color: rgba(212, 24, 24, 0.9);\r\n            transform: translate(-50%, -70%) rotate(0);\r\n            animation: toRotate 10s linear -5s infinite;\r\n            z-index: 20;\r\n        }\r\n    \r\n        @keyframes toRotate {\r\n            50% {\r\n                transform: translate(-50%, -70%) rotate(180deg);\r\n            }\r\n    \r\n            100% {\r\n                transform: translate(-50%, -70%) rotate(360deg);\r\n            }\r\n        }\r\n    \r\n        .container {\r\n            width: 100px;\r\n            height: 100px;\r\n            border-radius: 50%;\r\n            border: 3px solid #67c23a;\r\n            background: #ffffff;\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            transform: translate(-50%, -50%);\r\n            padding: 5px;\r\n        }\r\n    \r\n        .wave {\r\n            position: relative;\r\n            width: 100px;\r\n            height: 100px;\r\n            background-image: linear-gradient(-180deg, #aaff80 13%, #67c23a 91%);\r\n            border-radius: 50%;\r\n        }\r\n    \r\n        .container {\r\n            overflow: hidden;\r\n        }\r\n    \r\n        .wave-mask {\r\n            background-color: rgba(255, 255, 255, 0.9);\r\n        }\r\n      \r\n  </style>\r\n</head> \r\n<body> \r\n  \r\n  <h2>请求测试</h2>\r\n<input class=\"af\" type=\"button\" value=\"测试\" onclick=\"opera()\">\r\n</body> \r\n<script>\r\n\r\n\r\nfunction opera() {\r\n    var xmlhttp;\r\n if (window.XMLHttpRequest) {\r\n     xmlhttp = new XMLHttpRequest();\r\n }\r\n xmlhttp.onreadystatechange = function () {\r\n   if ( xmlhttp.status == 200){                          \r\n      alert(\"成功\");                                   \r\n    }\r\n\r\n }\r\n xmlhttp.open(\"GET\", \"/gettool?gettool=call\" );\r\n xmlhttp.send();\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</script>\r\n\r\n\r\n</html>"
  },
  {
    "path": "examples/fs_demo/fs_demo.ino",
    "content": "/*\r\n项目地址：https://github.com/bilibilifmk/wifi_link_tool  by:发明控 \r\n测试环境sdk版本：2.7.1 arduino版本1.8.8\r\n默认重置 D3（gpio 0） 默认状态led gpio2  \r\nD3---------/ --------gnd\r\n\r\nfsdemo  该实例为文件系统模式 \r\n\r\n*/\r\n//普通配网流程 1.链接WiFi 2.自动弹出配网或打开浏览器访问6.6.6.6 3.输入WiFi密码 \r\n//微信小程序配网 使用微信扫描二维码 打开小程序 点击通用设备配网  输入WiFi密码\r\n#define FS_CONFIG\r\n//激活文件系统模式配网\r\n#include <wifi_link_tool.h>\r\n//引入wifilinktool头文件\r\nvoid setup() {\r\n  Serial.begin(115200);\r\n  //开启串口\r\n /////////////////////////////////////////////////////////基础设置//////////////////////////////////////////////////////////\r\n    rstb=0;\r\n    //重置io\r\n    stateled=2;\r\n    //指示灯io\r\n    Hostname = \"ESP8266\";\r\n    //设备名称 允许中文名称 不建议太长\r\n    wxscan=true;\r\n    //是否被小程序发现设备 开启意味该设备具有后台 true开启 false关闭\r\n//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n  //此处请勿添加代码\r\n  load();\r\n  //初始化WiFi link tool \r\n  //在下面添加代码\r\n  //get请求示例（配合index.html）\r\n  webServer.on(\"/gettool\", gettool);\r\n  //对应请求方法就是 ip/gettool?gettool=xxx\r\n  //加载多个web 按照这种写法 以此类推\r\n  //webServer.on(\"/lodweb\", lodweb);\r\n}\r\n////加载多个web 按照这种写法 以此类推\r\n//void lodweb(){File file = SPIFFS.open(\"/xxxx.html\", \"r\"); webServer.streamFile(file, \"text/html\");file.close(); }\r\n\r\n//get请求识别处理 \r\nvoid gettool() {\r\n  if(webServer.arg(\"gettool\") == \"call\") {\r\n    //当有请求gettool参数是call激活请求返回ojbk\r\n    Serial.println(\"get\");\r\n    //串口输出\r\n    webServer.send(200, \"text/plain\", \"ojbk\");\r\n  }\r\n}\r\n\r\n\r\nvoid loop() {\r\n  //请勿此处添加代码\r\n  pant();\r\n  //WiFi link tool 服务维持函数  请勿修改位置 \r\n  //请在下面添加自己的代码\r\n}\r\n"
  },
  {
    "path": "examples/hex_demo/data/index.html",
    "content": "<!DOCTYPE html> \r\n<html> \r\n<head> \r\n  <meta http-equiv='Content-type' content='text/html; charset=utf-8'> \r\n  <title>index</title> \r\n\r\n  <style>\r\n\r\nbody{text-align:center} \r\n        h1{\r\n          color:#ff8eb3;\r\n       text-align:center;\r\n    font-size: 30px;\r\n    \r\n        }\r\n        h2{\r\n          color:#ff8eb3;\r\n          font-size: 40px;\r\n    \r\n    \r\n        }\r\n        p{\r\n            color:#ff8eb3;\r\n\r\n        }\r\n        a{\r\n            color:#ff8eb3;\r\n\r\n        }\r\n        h3{\r\n            color:#ff8eb3;\r\n\r\n        }\r\n        span{\r\n            color:#ff8eb3;\r\n          font-size: 75px;\r\n    \r\n    \r\n        }\r\n       \r\n    \r\n            .af {\r\n               \r\n                border: none;\r\n                border-radius: 5px;\r\n                cursor: pointer;\r\n               \r\n                margin: 20px;\r\n                text-align: center;\r\n                font-size: 25px;\r\n                color: #fff;\r\n                background: #ff8eb3;\r\n              \r\n                \r\n            }\r\n            /*.af:hover{\r\n                opacity: 0.8;\r\n            }*/\r\n            .title {\r\n                font-size: 60px;\r\n                color: #ff8eb3;\r\n                margin-bottom: 30px;\r\n            }\r\n    \r\n            input {\r\n               \r\n                font-size: 25px;\r\n                margin-top: 25px;\r\n                border-top: none;\r\n                border-left: none;\r\n                border-right: none;\r\n                border-bottom: 3px solid #ff8eb3;\r\n                color: #ff8eb3;\r\n            }\r\n      #touch {\r\n        width: 60px;\r\n        height: 60px;\r\n        position: absolute;\r\n        left: 300px;\r\n        top: 79px;\r\n        margin-left: -30px;\r\n        margin-top: -30px;\r\n        z-index: 999999;\r\n    }\r\n    \r\n    \r\n    \r\n    \r\n    #simple-menu {\r\n        width: 60px;\r\n        height: 60px;\r\n        cursor: move;\r\n    }\r\n      </style>\r\n      <style lang=\"scss\" scoped>\r\n    \r\n        .wave-mask {\r\n            position: absolute;\r\n            width: 200px;\r\n            height: 200px;\r\n            top: 10px;\r\n            left: 55%;\r\n            border-radius: 40%;\r\n            background-color: rgba(212, 24, 24, 0.9);\r\n            transform: translate(-50%, -70%) rotate(0);\r\n            animation: toRotate 10s linear -5s infinite;\r\n            z-index: 20;\r\n        }\r\n    \r\n        @keyframes toRotate {\r\n            50% {\r\n                transform: translate(-50%, -70%) rotate(180deg);\r\n            }\r\n    \r\n            100% {\r\n                transform: translate(-50%, -70%) rotate(360deg);\r\n            }\r\n        }\r\n    \r\n        .container {\r\n            width: 100px;\r\n            height: 100px;\r\n            border-radius: 50%;\r\n            border: 3px solid #67c23a;\r\n            background: #ffffff;\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            transform: translate(-50%, -50%);\r\n            padding: 5px;\r\n        }\r\n    \r\n        .wave {\r\n            position: relative;\r\n            width: 100px;\r\n            height: 100px;\r\n            background-image: linear-gradient(-180deg, #aaff80 13%, #67c23a 91%);\r\n            border-radius: 50%;\r\n        }\r\n    \r\n        .container {\r\n            overflow: hidden;\r\n        }\r\n    \r\n        .wave-mask {\r\n            background-color: rgba(255, 255, 255, 0.9);\r\n        }\r\n      \r\n  </style>\r\n</head> \r\n<body> \r\n  \r\n  <h2>请求测试</h2>\r\n<input class=\"af\" type=\"button\" value=\"测试\" onclick=\"opera()\">\r\n</body> \r\n<script>\r\n\r\n\r\nfunction opera() {\r\n    var xmlhttp;\r\n if (window.XMLHttpRequest) {\r\n     xmlhttp = new XMLHttpRequest();\r\n }\r\n xmlhttp.onreadystatechange = function () {\r\n   if ( xmlhttp.status == 200){                          \r\n      alert(\"成功\");                                   \r\n    }\r\n\r\n }\r\n xmlhttp.open(\"GET\", \"/gettool?gettool=call\" );\r\n xmlhttp.send();\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</script>\r\n\r\n\r\n</html>"
  },
  {
    "path": "examples/hex_demo/hex_demo.ino",
    "content": "/*\r\n  项目地址：https://github.com/bilibilifmk/wifi_link_tool  by:发明控\r\n  测试环境sdk版本：2.5.0 arduino版本1.8.8\r\n  默认重置 D3（gpio 0） 默认状态led gpio2\r\n  D3---------/ --------gnd\r\n\r\n  hexdemo  该示例是固化配网方式 您依然可以使用文件系统来加载其他网页\r\n  详情请查看库中 wifi_link_tool_user_config.h 文件\r\n*/\r\n//普通配网流程 1.链接WiFi 2.自动弹出配网或打开浏览器访问6.6.6.6 3.输入WiFi密码\r\n//微信小程序配网 使用微信扫描二维码 打开小程序 点击通用设备配网  输入WiFi密码\r\n//#define FS_CONFIG\r\n//禁用文件系统配网\r\n#include <wifi_link_tool.h>\r\n//引入wifilinktool头文件\r\n#include\"user_html.h\"\r\n//加载其他web固化数据\r\nvoid gettool();\r\nvoid user_index();\r\nvoid fs_index();\r\n//声明函数\r\nvoid setup() {\r\n  Serial.begin(115200);\r\n  //开启串口\r\n  /////////////////////////////////////////////////////////基础设置//////////////////////////////////////////////////////////\r\n  rstb = 0;\r\n  //重置io\r\n  stateled = 2;\r\n  //指示灯io\r\n  Hostname = \"ESP8266\";\r\n  //设备名称 允许中文名称 不建议太长\r\n  wxscan = true;\r\n  //是否被小程序发现设备 开启意味该设备具有后台 true开启 false关闭\r\n  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n  //此处请勿添加代码\r\n  load();\r\n  //是否配置网络并注册网络\r\n  \r\n  if (link()) webServer.on(\"/\", user_index);\r\n  // 使用固化模式加载其他网页\r\n// if (link()) webServer.on(\"/\", fs_index);\r\n  // 使用文件系统加载其他网页\r\n  \r\n  //初始化WiFi link tool\r\n  //在下面添加代码\r\n  //get请求示例（配合index.html）\r\n  webServer.on(\"/gettool\", gettool);\r\n  //对应请求方法就是 ip/gettool?gettool=xxx\r\n  //加载多个web 按照这种写法 以此类推\r\n  //webServer.on(\"/lodweb\", lodweb);\r\n}\r\n////加载多个web 按照这种写法 以此类推\r\n//void lodweb(){File file = SPIFFS.open(\"/xxxx.html\", \"r\"); webServer.streamFile(file, \"text/html\");file.close(); }\r\n\r\n\r\n//get请求识别处理\r\nvoid gettool() {\r\n  if (webServer.arg(\"gettool\") == \"call\") {\r\n    //当有请求gettool参数是call激活请求返回ojbk\r\n    Serial.println(\"get\");\r\n    //串口输出\r\n    webServer.send(200, \"text/plain\", \"ojbk\");\r\n  }\r\n}\r\n//固化方式\r\nvoid user_index() {\r\n  wifi_link_tool_hex(200, \"text/html\", user_html, sizeof(user_html));\r\n  // wifi_link_tool_hex(200, \"text/html\", 数组, 长度);\r\n}\r\n//文件系统方式\r\nvoid fs_index() {\r\n    File file = SPIFFS.open(\"/index.html\", \"r\");\r\n      webServer.streamFile(file, \"text/html\");\r\n      file.close();\r\n}\r\n\r\n\r\nvoid loop() {\r\n  //请勿此处添加代码\r\n  pant();\r\n  //WiFi link tool 服务维持函数  请勿修改位置\r\n  //请在下面添加自己的代码\r\n}\r\n"
  },
  {
    "path": "examples/hex_demo/user_html.h",
    "content": "/*使用二级制模式固化网页在程序存储区\r\n请使用所提供的工具将h5代码转义成十六制数组（tool文件夹）\r\n* 如果网页中出现中文需要将中文转UTF-8编码，网络上很多工具\r\n*/\r\n\r\nconst char user_html[] PROGMEM = {0x3c,0x21,0x44,0x4f,0x43,0x54,0x59,0x50,0x45,0x20,0x68,0x74,0x6d,0x6c,0x3e,0x20,0x0a,0x3c,0x68,0x74,0x6d,0x6c,0x3e,0x20,0x0a,0x3c,0x68,0x65,0x61,0x64,0x3e,0x20,0x0a,0x20,0x20,0x3c,0x6d,0x65,0x74,0x61,0x20,0x68,0x74,0x74,0x70,0x2d,0x65,0x71,0x75,0x69,0x76,0x3d,0x27,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x27,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3d,0x27,0x74,0x65,0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x3b,0x20,0x63,0x68,0x61,0x72,0x73,0x65,0x74,0x3d,0x75,0x74,0x66,0x2d,0x38,0x27,0x3e,0x20,0x0a,0x20,0x20,0x3c,0x74,0x69,0x74,0x6c,0x65,0x3e,0x69,0x6e,0x64,0x65,0x78,0x3c,0x2f,0x74,0x69,0x74,0x6c,0x65,0x3e,0x20,0x0a,0x0a,0x20,0x20,0x3c,0x73,0x74,0x79,0x6c,0x65,0x3e,0x0a,0x0a,0x62,0x6f,0x64,0x79,0x7b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x63,0x65,0x6e,0x74,0x65,0x72,0x7d,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x31,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x32,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x34,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x33,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x73,0x70,0x61,0x6e,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x37,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x61,0x66,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x32,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x66,0x66,0x66,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2a,0x2e,0x61,0x66,0x3a,0x68,0x6f,0x76,0x65,0x72,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x30,0x2e,0x38,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x2a,0x2f,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x74,0x69,0x74,0x6c,0x65,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x36,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x6e,0x70,0x75,0x74,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x69,0x67,0x68,0x74,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x33,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x23,0x74,0x6f,0x75,0x63,0x68,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x36,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x36,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6c,0x65,0x66,0x74,0x3a,0x20,0x33,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x6f,0x70,0x3a,0x20,0x37,0x39,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x2d,0x33,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x2d,0x33,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7a,0x2d,0x69,0x6e,0x64,0x65,0x78,0x3a,0x20,0x39,0x39,0x39,0x39,0x39,0x39,0x3b,0x0a,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x23,0x73,0x69,0x6d,0x70,0x6c,0x65,0x2d,0x6d,0x65,0x6e,0x75,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x36,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x36,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x6d,0x6f,0x76,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x73,0x74,0x79,0x6c,0x65,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x74,0x79,0x6c,0x65,0x20,0x6c,0x61,0x6e,0x67,0x3d,0x22,0x73,0x63,0x73,0x73,0x22,0x20,0x73,0x63,0x6f,0x70,0x65,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x77,0x61,0x76,0x65,0x2d,0x6d,0x61,0x73,0x6b,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x32,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x32,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x6f,0x70,0x3a,0x20,0x31,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6c,0x65,0x66,0x74,0x3a,0x20,0x35,0x35,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x34,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x72,0x67,0x62,0x61,0x28,0x32,0x31,0x32,0x2c,0x20,0x32,0x34,0x2c,0x20,0x32,0x34,0x2c,0x20,0x30,0x2e,0x39,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x74,0x72,0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x35,0x30,0x25,0x2c,0x20,0x2d,0x37,0x30,0x25,0x29,0x20,0x72,0x6f,0x74,0x61,0x74,0x65,0x28,0x30,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x74,0x6f,0x52,0x6f,0x74,0x61,0x74,0x65,0x20,0x31,0x30,0x73,0x20,0x6c,0x69,0x6e,0x65,0x61,0x72,0x20,0x2d,0x35,0x73,0x20,0x69,0x6e,0x66,0x69,0x6e,0x69,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7a,0x2d,0x69,0x6e,0x64,0x65,0x78,0x3a,0x20,0x32,0x30,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x6b,0x65,0x79,0x66,0x72,0x61,0x6d,0x65,0x73,0x20,0x74,0x6f,0x52,0x6f,0x74,0x61,0x74,0x65,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x35,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x74,0x72,0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x35,0x30,0x25,0x2c,0x20,0x2d,0x37,0x30,0x25,0x29,0x20,0x72,0x6f,0x74,0x61,0x74,0x65,0x28,0x31,0x38,0x30,0x64,0x65,0x67,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x31,0x30,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x74,0x72,0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x35,0x30,0x25,0x2c,0x20,0x2d,0x37,0x30,0x25,0x29,0x20,0x72,0x6f,0x74,0x61,0x74,0x65,0x28,0x33,0x36,0x30,0x64,0x65,0x67,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x35,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x33,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x36,0x37,0x63,0x32,0x33,0x61,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x66,0x66,0x66,0x66,0x66,0x66,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x6f,0x70,0x3a,0x20,0x35,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6c,0x65,0x66,0x74,0x3a,0x20,0x35,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x74,0x72,0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x35,0x30,0x25,0x2c,0x20,0x2d,0x35,0x30,0x25,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x77,0x61,0x76,0x65,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x72,0x65,0x6c,0x61,0x74,0x69,0x76,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x69,0x6d,0x61,0x67,0x65,0x3a,0x20,0x6c,0x69,0x6e,0x65,0x61,0x72,0x2d,0x67,0x72,0x61,0x64,0x69,0x65,0x6e,0x74,0x28,0x2d,0x31,0x38,0x30,0x64,0x65,0x67,0x2c,0x20,0x23,0x61,0x61,0x66,0x66,0x38,0x30,0x20,0x31,0x33,0x25,0x2c,0x20,0x23,0x36,0x37,0x63,0x32,0x33,0x61,0x20,0x39,0x31,0x25,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x35,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,0x76,0x65,0x72,0x66,0x6c,0x6f,0x77,0x3a,0x20,0x68,0x69,0x64,0x64,0x65,0x6e,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x77,0x61,0x76,0x65,0x2d,0x6d,0x61,0x73,0x6b,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x72,0x67,0x62,0x61,0x28,0x32,0x35,0x35,0x2c,0x20,0x32,0x35,0x35,0x2c,0x20,0x32,0x35,0x35,0x2c,0x20,0x30,0x2e,0x39,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x3c,0x2f,0x73,0x74,0x79,0x6c,0x65,0x3e,0x0a,0x3c,0x2f,0x68,0x65,0x61,0x64,0x3e,0x20,0x0a,0x3c,0x62,0x6f,0x64,0x79,0x3e,0x20,0x0a,0x20,0x20,0x0a,0x20,0x20,0x3c,0x68,0x32,0x3e,0x26,0x23,0x78,0x38,0x42,0x46,0x37,0x3b,0x26,0x23,0x78,0x36,0x43,0x34,0x32,0x3b,0x26,0x23,0x78,0x36,0x44,0x34,0x42,0x3b,0x26,0x23,0x78,0x38,0x42,0x44,0x35,0x3b,0x3c,0x2f,0x68,0x32,0x3e,0x0a,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x61,0x66,0x22,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x26,0x23,0x78,0x36,0x44,0x34,0x42,0x3b,0x26,0x23,0x78,0x38,0x42,0x44,0x35,0x3b,0x22,0x20,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x3d,0x22,0x6f,0x70,0x65,0x72,0x61,0x28,0x29,0x22,0x3e,0x0a,0x3c,0x2f,0x62,0x6f,0x64,0x79,0x3e,0x20,0x0a,0x3c,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0x0a,0x0a,0x0a,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x6f,0x70,0x65,0x72,0x61,0x28,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x3b,0x0a,0x20,0x69,0x66,0x20,0x28,0x77,0x69,0x6e,0x64,0x6f,0x77,0x2e,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x20,0x3d,0x20,0x6e,0x65,0x77,0x20,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x28,0x29,0x3b,0x0a,0x20,0x7d,0x0a,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x6e,0x72,0x65,0x61,0x64,0x79,0x73,0x74,0x61,0x74,0x65,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x28,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x69,0x66,0x20,0x28,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x3d,0x3d,0x20,0x32,0x30,0x30,0x29,0x7b,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6c,0x65,0x72,0x74,0x28,0x22,0x6f,0x6b,0x22,0x29,0x3b,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x7d,0x0a,0x0a,0x20,0x7d,0x0a,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x70,0x65,0x6e,0x28,0x22,0x47,0x45,0x54,0x22,0x2c,0x20,0x22,0x2f,0x67,0x65,0x74,0x74,0x6f,0x6f,0x6c,0x3f,0x67,0x65,0x74,0x74,0x6f,0x6f,0x6c,0x3d,0x63,0x61,0x6c,0x6c,0x22,0x20,0x29,0x3b,0x0a,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x65,0x6e,0x64,0x28,0x29,0x3b,0x0a,0x7d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x3c,0x2f,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0x0a,0x0a,0x0a,0x3c,0x2f,0x68,0x74,0x6d,0x6c,0x3e};\r\n"
  },
  {
    "path": "keywords.txt",
    "content": "Hostname\t\tLITERAL1\t\nload\tKEYWORD2\npant\tKEYWORD2\nrstb\tKEYWORD2\nstateled\tKEYWORD2\nwxscan\tKEYWORD2\nlink\tKEYWORD2\nwifi_link_tool_hex\tKEYWORD2\ngethttp_API\tKEYWORD2\nVersion\tKEYWORD2\nota\tKEYWORD2\n\n"
  },
  {
    "path": "library.properties",
    "content": "name=wifi_link_tool\nversion=1.1.6\nauthor=发明控\nmaintainer=blblfmk\nsentence=wifi_link_tool\nparagraph=wifi_link_tool\ncategory=Uncategorized\nurl=https://github.com/bilibilifmk/wifi_link_tool\narchitectures=*\n"
  },
  {
    "path": "tool/h5转二进制工具.html",
    "content": "<!Doctype html>\n<html>\n\t<head>\n\t\t<meta charset=\"utf-8\">\n\t\t<title>转换工具</title>\n\t\t<meta name=\"description\" content=\"OConvert Text into Hex-Bytes\">\n\t\t<meta name=\"author\" content=\"Spacehuhn - Stefan Kremser\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> \n\t\t<script src=\"jquery-3.2.1.min.js\"></script>\n\t\t<style>\n\t\t\ttextarea{\n\t\t\t\twidth: 96%;\n\t\t\t\theight: 350px;\n\t\t\t}\n\t\t</style>\n\t</head>\n\t<body>\n\n\n\t\t\n\t\t<div class=\"container\">\n\t\t\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-12\">\n\t\t\t\t\t<h1 class=\"header\">将h5文件转换成二进制</h1>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t如果页面内容包含中文请先将中文转换为UTF-8\n\t\t\t\t\t</p>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-6\">\n\t\t\t\t\t<textarea id=\"input\"></textarea>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"col-6\">\n\t\t\t\t\t<textarea id=\"output\" onclick=\"this.focus();this.select()\" readonly=\"readonly\"></textarea>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"row\">\n                <div class=\"col-6\">\n                    <label>\n                        启用HTML压缩：\n                        <input id=\"enable_minify\" type=\"checkbox\" checked>\n                    </label>\n                </div>\n\t\t\t\t<div class=\"col-6\">\n\t\t\t\t\t<button onclick=\"convert()\" class=\"fullWidth button-primary\">转换</button>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-12\">\n\t\t\t\t\t<p>长度: <span id=\"info_len\">0</span> Bytes</p>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t\n\t\t</div>\n\t\t\n\t\t<script>\n\t\t\tconst Minifier = require('html-minifier-terser');\n\n\t\t\tconst defaultOptions = {\n\t\t\t\tcollapseWhitespace: true,\n\t\t\t\tminifyJS: true,\n\t\t\t\tminifyCSS: true,\n\t\t\t};\n\n\t\t\tString.prototype.convertToHex = function (delim) {\n\t\t\t\treturn this.split(\"\").map(function (c) {\n\t\t\t\t\treturn (\"0\" + c.charCodeAt(0).toString(16)).slice(-2);\n\t\t\t\t}).join(delim || \"\");\n\t\t\t};\n\n\t\t\tfunction convert() {\n\t\t\t\tvar input = $('#input').val();\n\t\t\t\tvar enable_minify = $('#enable_minify').prop('checked');\n\t\t\t\tif (input.length === 0) {\n\t\t\t\t\talert(\"请输入html内容后再点击转换\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (enable_minify) {\n\t\t\t\t\tinput = Minifier.minify(input, defaultOptions);\n\t\t\t\t}\n\t\t\t\tconsole.log(input);\n\t\t\t\tinput = input.convertToHex(\",0x\");\n\t\t\t\t$('#output').val(\"0x\" + input);\n\t\t\t\t$('#info_len').html((input.match(new RegExp(\",\", \"g\")) || []).length + 1);\n\t\t\t}\n\t\t</script>\n\t</body>\n</html>\n"
  },
  {
    "path": "wifi_link_tool.h",
    "content": "/*\r\nwifi link tool 配网库\r\nby:发明控 \r\n版本v1.1.9\r\n测试环境 sdk版本：3.0.0 arduino版本1.8.16\r\n项目地址：https://github.com/bilibilifmk/wifi_link_tool \r\n*/\r\n#include <Arduino.h>\r\n#include <ESP8266WiFi.h>\r\n#include <ESP8266HTTPClient.h>\r\n#include <ESP8266WebServer.h>\r\n#include <EEPROM.h>\r\n#include <FS.h>\r\n#include <DNSServer.h>\r\n#include <ESP8266mDNS.h>\r\n#define fs_server true\r\n#ifndef FS_CONFIG\r\n#include <wifi_link_tool_user_config.h>\r\n#define fs_server false\r\n#endif\r\nvoid  ICACHE_RAM_ATTR blink();\r\n#define colony_password  \"keaino:1\"\r\n//组网密钥 可修改为自己的集群密钥 使用PSK 请保证密钥大于8位小于32位\r\nconst char *AP_name = \"wifi_link_tool\";\r\n//修改后即不支持微信配网\r\n/////////////////////////////////////////////////////不建议修改部分//////////////////////////////////////////////////////////////////\r\n#define  wifilinktoolversion  \"1.1.8\"\r\nString Version =\"1.0.0\";\r\nString Hostname = \"ESP8266\";\r\nint Signal_filtering = -200;\r\nconst byte DNS_PORT = 53;\r\nint WiFi_State;\r\n#define WiFi_State_Addr  0\r\nbool wxscan=true;\r\nint rstb=0;\r\nint stateled=2;\r\nIPAddress apIP(6, 6, 6, 6);\r\nDNSServer dnsServer;\r\nESP8266WebServer webServer(80);\r\n\r\nvoid info(void);\r\nvoid pant(void);\r\nvoid torest(void);\r\nint link(void);\r\nvoid sendBuffer(void);\r\nvoid sendHeader(int code, String type, size_t _size);\r\nvoid  wifi_link_tool_hex(int code, String type, const char* adr, size_t len);\r\n\r\nvoid wwwroot(void);\r\nvoid wifiConfig(void);\r\nString wifi_type(int typecode);\r\nvoid wifiScan(void);\r\nvoid opera(void);\r\nString gethttp_API(String url,int port);\r\nvoid load(void);\r\n\r\n//输出信息\r\nvoid info(){\r\nSerial.println(\"\");\t\r\nSerial.print(\"wifi_link_tool Version:\");\t\r\nSerial.print(wifilinktoolversion);\t\r\nSerial.println(\"\");\t\r\nSerial.print(\"Program Version:\");\t\r\nSerial.print(Version);\t\r\nSerial.print(\"\");\t\r\n}\r\n\r\n//心跳服务\r\nvoid pant() {\r\n\tMDNS.update();\r\n\tdnsServer.processNextRequest();\r\n\twebServer.handleClient();\r\n}\r\nvoid torest() {\r\n\tWiFi.disconnect(true);\r\n\tdelay(100);\r\n\tEEPROM.write(WiFi_State_Addr, 0);\r\n\tEEPROM.commit();\r\n\tdelay(300);\r\n\tSerial.print(\"重置成功！正在重启。\");\r\n\tESP.restart();\r\n}\r\nint link() {\r\n\tint a=0;\r\n\tif(WiFi_State==1) {\r\n\t\ta=1;\r\n\t}\r\n\treturn a;\r\n}\r\n#define buf_s 6000\r\nchar data_buffer[buf_s];\r\nint bufwz = 0;\r\nvoid sendBuffer() {\r\n\tif(bufwz > 0) {\r\n\t\twebServer.sendContent_P(data_buffer, bufwz);\r\n\t\tbufwz = 0;\r\n\t}\r\n}\r\nvoid sendToBuffer(String str) {\r\n\tsize_t len = str.length();\r\n\tif(bufwz + len > buf_s) {\r\n\t\twebServer.sendContent_P(data_buffer, bufwz);\r\n\t\tbufwz = 0;\r\n\t}\r\n\tmemcpy(data_buffer + bufwz, str.c_str(), len);\r\n\tbufwz += len;\r\n}\r\nvoid sendHeader(int code, String type, size_t _size) {\r\n\twebServer.setContentLength(_size);\r\n\twebServer.send(code, type, \"\");\r\n}\r\nvoid  wifi_link_tool_hex(int code, String type, const char* adr, size_t len) {\r\n\tsendHeader(code,type,len);\r\n\twebServer.sendContent_P(adr,len);\r\n\tsendBuffer();\r\n}\r\nvoid wwwroot() {\r\n\tif(fs_server) {\r\n\t\tif (WiFi_State == 1) {\r\n\t\t\tFile file = SPIFFS.open(\"/index.html\", \"r\");\r\n\t\t\twebServer.streamFile(file, \"text/html\");\r\n\t\t\tfile.close();\r\n\t\t} else if (WiFi_State == 0) {\r\n\t\t\tFile file = SPIFFS.open(\"/config.html\", \"r\");\r\n\t\t\twebServer.streamFile(file, \"text/html\");\r\n\t\t\tfile.close();\r\n\t\t}\r\n\t} else {\r\n\t\tif (WiFi_State == 1) {\r\n\t\t\tFile file = SPIFFS.open(\"/index.html\", \"r\");\r\n\t\t\twebServer.streamFile(file, \"text/html\");\r\n\t\t\tfile.close();\r\n\t\t} else if (WiFi_State == 0) {\r\n\t\t\t#ifndef FS_CONFIG\r\n\t\t\t   wifi_link_tool_hex(200, \"text/html\", wifi_config, sizeof(wifi_config));\r\n\t\t\t#endif\r\n\t\t}\r\n\t}\r\n}\r\nvoid wifiConfig() {\r\n\tif (webServer.hasArg(\"ssid\") && webServer.hasArg(\"password\") && WiFi_State == 0) {\r\n\t\tint ssid_len = webServer.arg(\"ssid\").length();\r\n\t\tint password_len = webServer.arg(\"password\").length();\r\n\t\t//if ((ssid_len > 0) && (ssid_len < 33) && (password_len > 7) && (password_len < 65)) {\r\n\t\tif ((ssid_len > 0) && (ssid_len < 33) && (password_len < 65)) {\r\n\t\t\tString ssid_str = webServer.arg(\"ssid\");\r\n\t\t\tString password_str = webServer.arg(\"password\");\r\n\t\t\tconst char *ssid = ssid_str.c_str();\r\n\t\t\tconst char *password = password_str.c_str();\r\n\t\t\tWiFi.mode(WIFI_AP_STA);\r\n\t\t\tWiFi.disconnect(true);\r\n\t\t\tSerial.print(\"SSID: \");\r\n\t\t\tSerial.println(ssid);\r\n\t\t\tSerial.print(\"Password: \");\r\n\t\t\tSerial.println(password);\r\n\t\t\tWiFi.begin(ssid, password);\r\n\t\t\tSerial.print(\"尝试连接\");\r\n\t\t\tunsigned long millis_time = millis();\r\n\t\t\twhile ((WiFi.status() != WL_CONNECTED) && (millis() - millis_time < 80000)) {\r\n\t\t\t\tdelay(500);\r\n\t\t\t\tSerial.print(\".\");\r\n\t\t\t}\r\n\t\t\tif (WiFi.status() == WL_CONNECTED) {\r\n\t\t\t\tdigitalWrite(stateled, HIGH);\r\n\t\t\t\tSerial.println(\"\");\r\n\t\t\t\tSerial.println(\"连接成功->\"+WiFi.SSID());\r\n\t\t\t\tSerial.print(\"IP 地址: \");\r\n\t\t\t\tSerial.println(WiFi.localIP());\r\n\t\t\t\t//Serial.print(\"http://\");\r\n\t\t\t\tSerial.println(Hostname);\r\n\t\t\t\t// webServer.send(200, \"text/plain\", \"1\");\r\n\t\t\t\tIPAddress ips;\r\n\t\t\t\tips = WiFi.localIP();\r\n\t\t\t\twebServer.send(200, \"text/plain\", String(ips[0])+\".\"+String(ips[1])+\".\"+String(ips[2])+\".\"+String(ips[3]));\r\n\t\t\t\tdelay(300);\r\n\t\t\t\tWiFi_State = 1;\r\n\t\t\t\tEEPROM.write(WiFi_State_Addr, 1);\r\n\t\t\t\tEEPROM.commit();\r\n\t\t\t\tdelay(50);\r\n\t\t/* 取消注释后 配网成功后直接重启\r\n        WiFi.softAPdisconnect();\r\n        delay(1000);\r\n        ESP.restart();\r\n        */\r\n\t\t\t} else {\r\n\t\t\t\tSerial.println(\"链接失败\");\r\n\t\t\t\twebServer.send(200, \"text/plain\", \"0\");\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\tSerial.println(\"密码错误\");\r\n\t\t\twebServer.send(200, \"text/plain\", \"0\");\r\n\t\t}\r\n\t} else {\r\n\t\tSerial.println(\"参数错误\");\r\n\t\twebServer.send(200, \"text/plain\", \"0\");\r\n\t}\r\n}\r\nString wifi_type(int typecode) {\r\n\tif (typecode == ENC_TYPE_NONE) return \"Open\";\r\n\tif (typecode == ENC_TYPE_WEP) return \"WEP \";\r\n\tif (typecode == ENC_TYPE_TKIP) return \"WPA \";\r\n\tif (typecode == ENC_TYPE_CCMP) return \"WPA2\";\r\n\tif (typecode == ENC_TYPE_AUTO) return \"WPA*\";\r\n}\r\nvoid wifiScan() {\r\n\tWiFi.disconnect();\r\n\tString req_json = \"\";\r\n\tSerial.println(\"Scan WiFi\");\r\n\tint n = WiFi.scanNetworks();\r\n\t\tint m = 0;\r\n  if (n > 0) {\r\n\t\treq_json = \"{\\\"req\\\":[\";\r\n\t\tfor (int i = 0; i < n; i++) {\r\n\t\t\tif ((int)WiFi.RSSI(i) >= Signal_filtering)\r\n\t\t\t     //  if (1) {\r\n\t\t\t\tm++;\r\n\t\t\t\tString a=\"{\\\"ssid\\\":\\\"\" + (String)WiFi.SSID(i) + \"\\\",\" + \"\\\"encryptionType\\\":\\\"\" + wifi_type(WiFi.encryptionType(i)) + \"\\\",\" + \"\\\"rssi\\\":\" + (int)WiFi.RSSI(i) + \"},\";\r\n\t\t\t\tif(a.length()>15)\r\n\t\t\t\t        req_json += a;\r\n\t\t\t}\r\n\t\t}\r\n\t\treq_json.remove(req_json.length() - 1);\r\n\t\treq_json += \"]}\";\r\n\t\twebServer.send(200, \"text/json;charset=UTF-8\", req_json);\r\n\t\tSerial.print(\"Found \");\r\n\t\tSerial.print(m);\r\n\t\tSerial.print(\" WiFi!  >\");\r\n\t\tSerial.print(Signal_filtering);\r\n\t\tSerial.println(\"dB\");\r\n\t}\r\n\r\nvoid opera() {\r\n\tif(webServer.arg(\"opera\") == \"sb\") {\r\n\t\twebServer.send(200, \"text/plain\", Hostname);\r\n\t}\r\n\tif(webServer.arg(\"opera\") == \"reboot\") {\r\n\t\tIPAddress ips;\r\n\t\tips = WiFi.localIP();\r\n\t\twebServer.send(200, \"text/plain\", String(ips[0])+\".\"+String(ips[1])+\".\"+String(ips[2])+\".\"+String(ips[3]));\r\n\t\tdelay(1000);\r\n\t\tWiFi.softAPdisconnect();\r\n\t\tESP.restart();\r\n\t}\r\n\tif(webServer.arg(\"opera\") == \"version\"){\r\n\t\twebServer.send(200, \"text/plain\", Version);\r\n\t}\r\n\t\t#ifndef OFF_colony\r\n\r\n\t\tif(webServer.arg(\"opera\") == \"SSID\")\r\n\t\tif(webServer.arg(\"colony_password\") ==colony_password)\r\n\t\twebServer.send(200, \"text/plain\",WiFi.SSID().c_str());\r\n    \t\r\n\t    if(webServer.arg(\"opera\") == \"PSK\")\r\n\t\tif(webServer.arg(\"colony_password\") ==colony_password)\r\n\t\t webServer.send(200, \"text/plain\",WiFi.psk().c_str()); \t \r\n\t\t\r\n\t\t#endif\r\n\t\r\n\t\r\n}\r\n// http get 请求函数 \r\nString gethttp_API(String url){\r\n  String payload=\"\";\r\n  WiFiClient client;\r\n  HTTPClient http;\r\n  if (http.begin(client,url)) { \r\n    int httpCode = http.GET();\r\n    payload = http.getString();\r\n    http.end();\r\n }\r\nreturn payload;\r\n}\r\n//兼容以前httpget \r\nString gethttp_API(String url,int port){\r\nreturn gethttp_API(url);\r\n}\r\n// ota升级服务函数 \r\nvoid ota(){\r\n\t  webServer.on(\"/upota\", HTTP_POST, []() {\r\n      webServer.sendHeader(\"Connection\", \"close\");\r\n      webServer.send(200, \"text/plain\", (Update.hasError()) ? \"FAIL\" : \"OK\");\r\n      ESP.restart();\r\n    }, []() {\r\n      HTTPUpload& upload =  webServer.upload();\r\n      if (upload.status == UPLOAD_FILE_START) {\r\n        Serial.setDebugOutput(true);\r\n        WiFiUDP::stopAll();\r\n        Serial.printf(\"升级文件: %s\\n\", upload.filename.c_str());\r\n        uint32_t maxSketchSpace = (ESP.getFreeSketchSpace() - 0x1000) & 0xFFFFF000;\r\n        if (!Update.begin(maxSketchSpace)) {\r\n          Update.printError(Serial);\r\n        }\r\n      } else if (upload.status == UPLOAD_FILE_WRITE) {\r\n        if (Update.write(upload.buf, upload.currentSize) != upload.currentSize) {\r\n          Update.printError(Serial);\r\n        }\r\n      } else if (upload.status == UPLOAD_FILE_END) {\r\n        if (Update.end(true)) { \r\n          Serial.printf(\"更新成功: %u\\n等待重启...\\n\", upload.totalSize);\r\n        } else {\r\n          Update.printError(Serial);\r\n        }\r\n        Serial.setDebugOutput(false);\r\n      }\r\n      yield();\r\n    });\r\n}\r\nvoid blink() {\r\n\tSerial.println(\"长按3秒后重置\");\r\n\tbool res_state = true;\r\n\tunsigned int res_time = millis();\r\n\twhile (millis() - res_time < 3000) {\r\n\t\tESP.wdtFeed();\r\n\t\t//喂狗\r\n\t\tif (digitalRead(rstb) != LOW) {\r\n\t\t\tres_state = false;\r\n\t\t\tSerial.println(\"终止重置\");\r\n\t\t\tbreak;\r\n\t\t}\r\n\t}\r\n\tif (res_state == true) {\r\n\t\tEEPROM.write(WiFi_State_Addr, 0);\r\n\t\tEEPROM.commit();\r\n\t\tif (WiFi.status() == WL_CONNECTED) {\r\n\t\t\tWiFi.disconnect(true);\r\n\t\t}\r\n\t\tdelay(300);\r\n\t\tSerial.println(\"等待重启\");\r\n\t\tfor (int i=0;i<10;i++) {\r\n\t\t\tdigitalWrite(stateled, LOW);\r\n\t\t\tres_time = millis();\r\n\t\t\twhile (millis() - res_time < 200);\r\n\t\t\tdigitalWrite(stateled, HIGH);\r\n\t\t\tres_time = millis();\r\n\t\t\twhile (millis() - res_time < 200);\r\n\t\t}\r\n\t\tSerial.println(\"重置!\");\r\n\t\tESP.restart();\r\n\t}\r\n}\r\n//加载部分\r\nvoid load() {\r\n\t//输出信息\r\n\tinfo();\r\n\tSerial.println(\"\");\r\n\tif(fs_server) Serial.println(\"文件系统模式\"); else Serial.println(\"二进制固化模式\");\r\n\tWiFi.softAP(\"wif_link_tool_colony\",colony_password, 3, 1);\r\n    //启动加密网络 辅助集群系统\r\n\tWiFi.softAPConfig(apIP, apIP, IPAddress(255, 255, 255, 0));\r\n\tattachInterrupt(digitalPinToInterrupt(rstb), blink, FALLING);\r\n\tEEPROM.begin(4096);\r\n\tSPIFFS.begin();\r\n\tWiFi.hostname(Hostname);\r\n\tpinMode(stateled, OUTPUT);\r\n\tWiFi_State = EEPROM.read(WiFi_State_Addr);\r\n\tdelay(300);\r\n\tif (WiFi_State == 1) {\r\n\t\tWiFi.mode(WIFI_STA);\r\n\t\tWiFi.begin();\r\n\t\tSerial.println(\"找到配置!\");\r\n\t\tSerial.print(\"WiFi_link to \" + WiFi.SSID());\r\n\t\tdelay(500);\r\n\t\tunsigned millis_time = millis();\r\n\t\twhile ((WiFi.status() != WL_CONNECTED) && (millis() - millis_time < 80000)) {\r\n\t\t\tdelay(250);\r\n\t\t\tESP.wdtFeed();\r\n\t\t\t//喂狗\r\n\t\t\tSerial.print(\"📡\");\r\n\t\t}\r\n\t\tif (wxscan) {\r\n\t\t\tif (MDNS.begin(Hostname)) {\r\n\t\t\t\tSerial.println(\"\");\r\n\t\t\t\tSerial.println(\"mDNS以启动\");\r\n\t\t\t}\r\n\t\t\tMDNS.addService(\"http\", \"tcp\", 80);\r\n\t\t}\r\n\t\tif (WiFi.status() == WL_CONNECTED) {\r\n\t\t\tSerial.print(\"IP 地址: \");\r\n\t\t\tSerial.println(WiFi.localIP());\r\n\t\t\tSerial.print(\"http://\");\r\n\t\t\tSerial.println(Hostname);\r\n\t\t\tdigitalWrite(stateled, HIGH);\r\n\t\t\tSerial.println(\"准备测试互联网通信！\");\r\n\t\t\tString buf= gethttp_API(\"http://keai.icu/apiwyy/apitext\",80);\r\n\t\t\t//String buf= gethttp_API(\"http://baidu.com\",80);\r\n\t\t\tif(buf!=\"\"){\r\n\t\t\t\tSerial.println(\"网络正常接口返回：\"+buf);\r\n\t\t\t\tSerial.println(\"向服务器发送一次请求\");\r\n\t\t\t\tgethttp_API(\"http://keai.icu/wifilinktool/up\",80);\r\n\t\t\t\t//向服务端发送一次get请求 服务端不会收集任何设备信息 只记录请求次数\r\n\t\t\t}\r\n\t\t\t\t\r\n\t\t\telse{\r\n\t\t\t\tSerial.println(\"请检查网络，或接口失效\");\r\n\t\t\t}\r\n\t\t\t\t\r\n\r\n\t\t} else {\r\n\t\t\tSerial.println(\"连接失败!\");\r\n\t\t\tSerial.println(\"SSID或密钥可能失效!\");\r\n\t\t\tdigitalWrite(stateled, LOW);\r\n\t\t\tdelay(5000);\r\n\t\t}\r\n\t} else if (WiFi_State == 0) {\r\n\t\tdigitalWrite(stateled, LOW);\r\n\t\tWiFi.disconnect(true);\r\n\t\tSerial.println(\"\");\r\n\t\tSerial.print(\"启动WiFi配置 \\n建立AP 名称 -->  \");\r\n\t\tSerial.println(AP_name);\r\n\t\tWiFi.mode(WIFI_AP_STA);\r\n\t\tWiFi.softAP(AP_name);\r\n\r\n\t\t#ifndef OFF_colony\r\n        Serial.print(\"扫描网络环境尝试组网\");\r\n        WiFi.begin(\"wif_link_tool_colony\",colony_password);\r\n\t\tunsigned millis_time = millis();\r\n\t\twhile ((WiFi.status() != WL_CONNECTED) && (millis() - millis_time < 10000)) {\r\n\t\t\tdelay(250);\r\n\t\t\tESP.wdtFeed();\r\n\t\t\tSerial.print(\"-\");\r\n\t\t}\r\n\t\tif(WiFi.status()==WL_CONNECTED)\r\n\t\t{\r\n        Serial.println(\"发现集群 正在尝试加入集群\");\r\n        String getssid=gethttp_API(\"http://6.6.6.6/opera?opera=SSID&colony_password=\"+(String)colony_password,80);\r\n\t\tString getpsk=gethttp_API(\"http://6.6.6.6/opera?opera=PSK&colony_password=\"+(String)colony_password,80);\r\n\t\tString getsb=gethttp_API(\"http://6.6.6.6/opera?opera=sb\",80);\r\n\t\tif(getssid!=\"\"&& getpsk!=\"\"){\r\n        WiFi.disconnect(); \r\n\t\tWiFi.begin(getssid, getpsk);\r\n\t\tmillis_time = millis();  \r\n        \twhile ((WiFi.status() != WL_CONNECTED) && (millis() - millis_time < 8000)) {\r\n\t\t\tdelay(250);\r\n\t\t\tESP.wdtFeed();\r\n\t\t\tSerial.print(\".\");\r\n\t\t}\r\n\t\tif(WiFi.status()==WL_CONNECTED)\r\n\t\t{\r\n         Serial.println(\"网络信息贡献节点：\"+getsb);\r\n\t\t Serial.println(\"SSID：\"+getssid+\" password：\"+getpsk);\r\n\t\t WiFi_State = 1;\r\n\t\t EEPROM.write(WiFi_State_Addr, 1);\r\n\t\t EEPROM.commit();\r\n\t\t delay(50);\r\n         Serial.println(\"等待重启\"); \r\n\t\t delay(500);\r\n\t\t ESP.restart();\r\n\t\t}else\r\n\t\t{\r\n    \t Serial.println(\"组网失败 节点提供信息可能有误\");\r\n\t\t Serial.println(\"启动配网模式\");\r\n         WiFi.disconnect();\r\n\t\t}\r\n\t\t}else\r\n\t\t{\r\n         Serial.println(\"组网失败 当前网络环境中可能不存在联网的节点\");\r\n\t\t}\r\n\r\n\t\t}else\r\n\t\t{\r\n        Serial.println(\"组网失败 当前网络环境中可能不存在当前密钥的集群\");\r\n\t\tSerial.println(\"启动配网模式\");\r\n        WiFi.disconnect();\r\n\t\t}\r\n\t #endif\r\n\t} else {\r\n\t\tSerial.println(\"初次启动\");\r\n\t\tEEPROM.write(WiFi_State_Addr, 0);\r\n\t\tEEPROM.commit();\r\n\t\tdelay(300);\r\n\t\tSerial.println(\"请重置系统！\");\r\n\t\twhile (1) {\r\n\t\t\tdigitalWrite(stateled, LOW);\r\n\t\t\tdelay(250);\r\n\t\t\tdigitalWrite(stateled, HIGH);\r\n\t\t\tdelay(250);\r\n\t\t}\r\n\t}\r\n\tSerial.println(\"正在启动http服务\");\r\n  if(WiFi_State == 0) {\r\n    webServer.on(\"/\", wwwroot);\r\n    } else {\r\n      if(fs_server)\r\n   webServer.on(\"/\", wwwroot);\r\n  }\r\n\twebServer.on(\"/wificonfig\", wifiConfig);\r\n\twebServer.on(\"/wifiscan\", wifiScan);\r\n\twebServer.on(\"/opera\", opera);\r\n\t//WiFi.softAPConfig(apIP, apIP, IPAddress(255, 255, 255, 0));\r\n\tdnsServer.start(DNS_PORT, \"*\", apIP);\r\n\tif (WiFi_State == 0) \r\n\twebServer.onNotFound([]() {\r\n\t\tif(fs_server) {\r\n\r\n\t\t\tFile file = SPIFFS.open(\"/config.html\", \"r\");\r\n\t\t\twebServer.streamFile(file, \"text/html\");\r\n\t\t\tfile.close();\r\n\r\n\t\t} else {\r\n\t\t\t#ifndef FS_CONFIG\r\n\t\t\t   wifi_link_tool_hex(200, \"text/html\", wifi_config, sizeof(wifi_config));\r\n\t\t\t#endif\r\n\t\t}\r\n\t}\r\n\t);\r\n\twebServer.begin();\r\n\tSerial.println(\"http服务启动完成\");\r\n\tSerial.println(\"加载用户程序\");\r\n}\r\n\r\n\r\n\r\n\r\n"
  },
  {
    "path": "wifi_link_tool_user_config.h",
    "content": "\r\n/*使用二级制模式固化网页在程序存储区\r\n请使用所提供的工具将h5代码转义成十六制数组（tool文件夹）\r\n* 如果网页中出现中文需要将中文转UTF-8编码，网络上很多工具\r\n*/\r\nconst char wifi_config[] PROGMEM = {0x3c,0x21,0x44,0x4f,0x43,0x54,0x59,0x50,0x45,0x20,0x68,0x74,0x6d,0x6c,0x3e,0x0a,0x0a,0x3c,0x68,0x74,0x6d,0x6c,0x3e,0x3c,0x68,0x65,0x61,0x64,0x3e,0x3c,0x6d,0x65,0x74,0x61,0x20,0x68,0x74,0x74,0x70,0x2d,0x65,0x71,0x75,0x69,0x76,0x3d,0x22,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x54,0x79,0x70,0x65,0x22,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3d,0x22,0x74,0x65,0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x3b,0x20,0x63,0x68,0x61,0x72,0x73,0x65,0x74,0x3d,0x55,0x54,0x46,0x2d,0x38,0x22,0x3e,0x0a,0x09,0x0a,0x09,0x3c,0x6d,0x65,0x74,0x61,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x77,0x69,0x66,0x69,0x5f,0x6c,0x69,0x6e,0x6b,0x5f,0x74,0x6f,0x6f,0x6c,0x22,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3d,0x22,0x77,0x69,0x64,0x74,0x68,0x3d,0x64,0x65,0x76,0x69,0x63,0x65,0x2d,0x77,0x69,0x64,0x74,0x68,0x2c,0x69,0x6e,0x69,0x74,0x69,0x61,0x6c,0x2d,0x73,0x63,0x61,0x6c,0x65,0x3d,0x31,0x22,0x3e,0x0a,0x09,0x3c,0x73,0x74,0x79,0x6c,0x65,0x3e,0x0a,0x0a,0x0a,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x7b,0x0a,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x32,0x30,0x30,0x70,0x78,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x31,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x2d,0x30,0x2e,0x30,0x36,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x2d,0x30,0x2e,0x30,0x36,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x30,0x2e,0x37,0x32,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x30,0x2e,0x37,0x32,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x32,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x32,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x32,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x30,0x32,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x30,0x32,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x33,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x2d,0x30,0x2e,0x31,0x37,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x2d,0x30,0x2e,0x31,0x37,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x32,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x32,0x38,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x34,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x32,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x32,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x35,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x33,0x31,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x33,0x31,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x35,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x36,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x30,0x33,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x30,0x33,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x31,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x31,0x38,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x37,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x36,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x36,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x30,0x2e,0x38,0x37,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x30,0x2e,0x38,0x37,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x38,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x37,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x37,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x35,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x39,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x30,0x36,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x30,0x36,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x65,0x62,0x61,0x64,0x62,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x35,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x35,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x31,0x30,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x32,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x66,0x69,0x6c,0x6c,0x2d,0x6d,0x6f,0x64,0x65,0x3a,0x20,0x62,0x6f,0x74,0x68,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x66,0x69,0x6c,0x6c,0x2d,0x6d,0x6f,0x64,0x65,0x3a,0x20,0x62,0x6f,0x74,0x68,0x3b,0x0a,0x20,0x20,0x20,0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x69,0x6e,0x6c,0x69,0x6e,0x65,0x2d,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x6e,0x61,0x6d,0x65,0x3a,0x20,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x6e,0x61,0x6d,0x65,0x3a,0x20,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x69,0x74,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x63,0x6f,0x75,0x6e,0x74,0x3a,0x20,0x69,0x6e,0x66,0x69,0x6e,0x69,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x69,0x74,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x63,0x6f,0x75,0x6e,0x74,0x3a,0x20,0x69,0x6e,0x66,0x69,0x6e,0x69,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x3b,0x20,0x7d,0x0a,0x40,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x6b,0x65,0x79,0x66,0x72,0x61,0x6d,0x65,0x73,0x20,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x7b,0x0a,0x20,0x20,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x20,0x7d,0x0a,0x0a,0x20,0x20,0x35,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x30,0x2e,0x35,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x30,0x2e,0x35,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x30,0x2e,0x37,0x3b,0x20,0x7d,0x0a,0x0a,0x20,0x20,0x31,0x30,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x31,0x3b,0x20,0x7d,0x20,0x7d,0x0a,0x0a,0x40,0x6b,0x65,0x79,0x66,0x72,0x61,0x6d,0x65,0x73,0x20,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x7b,0x0a,0x20,0x20,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x20,0x7d,0x0a,0x0a,0x20,0x20,0x35,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x30,0x2e,0x35,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x30,0x2e,0x35,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x30,0x2e,0x37,0x3b,0x20,0x7d,0x0a,0x0a,0x20,0x20,0x31,0x30,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x31,0x3b,0x20,0x7d,0x20,0x7d,0x09,0x09,0x0a,0x09,0x09,0x62,0x6f,0x64,0x79,0x20,0x7b,0x0a,0x09,0x09,0x09,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x34,0x33,0x34,0x33,0x34,0x33,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,0x69,0x6c,0x79,0x3a,0x20,0x22,0x53,0x46,0x20,0x50,0x72,0x6f,0x20,0x54,0x65,0x78,0x74,0x22,0x2c,0x20,0x22,0x53,0x46,0x20,0x50,0x72,0x6f,0x20,0x49,0x63,0x6f,0x6e,0x73,0x22,0x2c,0x20,0x22,0x48,0x65,0x6c,0x76,0x65,0x74,0x69,0x63,0x61,0x20,0x4e,0x65,0x75,0x65,0x22,0x2c,0x20,0x48,0x65,0x6c,0x76,0x65,0x74,0x69,0x63,0x61,0x2c,0x20,0x41,0x72,0x69,0x61,0x6c,0x2c,0x20,0x73,0x61,0x6e,0x73,0x2d,0x73,0x65,0x72,0x69,0x66,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x2e,0x34,0x32,0x38,0x35,0x37,0x31,0x34,0x32,0x38,0x35,0x37,0x31,0x34,0x33,0x3b,0x0a,0x09,0x09,0x09,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x32,0x30,0x70,0x78,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x61,0x20,0x7b,0x0a,0x09,0x09,0x09,0x74,0x65,0x78,0x74,0x2d,0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x69,0x6e,0x70,0x75,0x74,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x0a,0x09,0x09,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3a,0x66,0x6f,0x63,0x75,0x73,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x3a,0x20,0x30,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x30,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x33,0x35,0x30,0x70,0x78,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x20,0x7b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x44,0x30,0x44,0x33,0x44,0x34,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x31,0x38,0x70,0x78,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x09,0x09,0x09,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x30,0x70,0x78,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x09,0x23,0x72,0x65,0x62,0x6f,0x6f,0x74,0x2d,0x62,0x74,0x6e,0x20,0x7b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x44,0x30,0x44,0x33,0x44,0x34,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x31,0x38,0x70,0x78,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x09,0x09,0x09,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x30,0x70,0x78,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x32,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x78,0x2d,0x73,0x69,0x7a,0x69,0x6e,0x67,0x3a,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x25,0x3b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x46,0x34,0x46,0x36,0x46,0x36,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x3e,0x6c,0x69,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x33,0x32,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x72,0x65,0x6c,0x61,0x74,0x69,0x76,0x65,0x3b,0x0a,0x09,0x09,0x09,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x09,0x09,0x09,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x38,0x70,0x78,0x20,0x31,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x3e,0x6c,0x69,0x3a,0x66,0x69,0x72,0x73,0x74,0x2d,0x63,0x68,0x69,0x6c,0x64,0x20,0x7b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x30,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x74,0x6f,0x70,0x2d,0x6c,0x65,0x66,0x74,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x74,0x6f,0x70,0x2d,0x72,0x69,0x67,0x68,0x74,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x30,0x70,0x78,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x3e,0x6c,0x69,0x3a,0x6c,0x61,0x73,0x74,0x2d,0x63,0x68,0x69,0x6c,0x64,0x20,0x7b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x2d,0x6c,0x65,0x66,0x74,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x2d,0x72,0x69,0x67,0x68,0x74,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x30,0x70,0x78,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x3e,0x6c,0x69,0x3a,0x68,0x6f,0x76,0x65,0x72,0x20,0x7b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x44,0x30,0x44,0x33,0x44,0x34,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x2e,0x77,0x69,0x66,0x69,0x2d,0x6c,0x6f,0x67,0x6f,0x20,0x7b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x09,0x09,0x09,0x74,0x6f,0x70,0x3a,0x20,0x31,0x34,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x2e,0x65,0x6e,0x63,0x72,0x79,0x74,0x79,0x70,0x65,0x20,0x7b,0x0a,0x09,0x09,0x09,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x39,0x39,0x39,0x3b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x69,0x6e,0x6c,0x69,0x6e,0x65,0x2d,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x09,0x09,0x09,0x7a,0x2d,0x69,0x6e,0x64,0x65,0x78,0x3a,0x20,0x31,0x3b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x09,0x09,0x09,0x72,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x36,0x70,0x78,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x2e,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x33,0x34,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x36,0x70,0x78,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x20,0x7b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x33,0x30,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x38,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x66,0x69,0x78,0x65,0x64,0x3b,0x0a,0x09,0x09,0x09,0x74,0x6f,0x70,0x3a,0x20,0x31,0x38,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x65,0x66,0x74,0x3a,0x20,0x63,0x61,0x6c,0x63,0x28,0x35,0x30,0x25,0x20,0x2d,0x20,0x31,0x35,0x30,0x70,0x78,0x29,0x3b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x46,0x34,0x46,0x36,0x46,0x36,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x31,0x32,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x32,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x69,0x6e,0x6c,0x69,0x6e,0x65,0x2d,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x6b,0x65,0x79,0x2d,0x69,0x63,0x6f,0x6e,0x20,0x7b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x65,0x66,0x74,0x3a,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x74,0x6f,0x70,0x3a,0x20,0x37,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x32,0x36,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x20,0x7b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x44,0x30,0x44,0x33,0x44,0x34,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x31,0x38,0x70,0x78,0x20,0x35,0x70,0x78,0x20,0x30,0x20,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x30,0x2e,0x36,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x62,0x61,0x63,0x6b,0x20,0x7b,0x0a,0x09,0x09,0x09,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x09,0x09,0x09,0x74,0x6f,0x70,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x65,0x66,0x74,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,0x69,0x6c,0x79,0x3a,0x20,0x43,0x6f,0x6e,0x73,0x6f,0x6c,0x61,0x73,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x36,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x33,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x33,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x33,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x61,0x31,0x61,0x31,0x61,0x31,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x33,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x61,0x31,0x61,0x31,0x61,0x31,0x3b,0x0a,0x09,0x09,0x09,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x72,0x6f,0x74,0x61,0x74,0x65,0x28,0x2d,0x34,0x35,0x64,0x65,0x67,0x29,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x7b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x35,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x32,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x3c,0x2f,0x73,0x74,0x79,0x6c,0x65,0x3e,0x0a,0x3c,0x73,0x74,0x79,0x6c,0x65,0x3e,0x68,0x74,0x6d,0x6c,0x2c,0x20,0x2a,0x20,0x7b,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x75,0x73,0x65,0x72,0x2d,0x73,0x65,0x6c,0x65,0x63,0x74,0x3a,0x74,0x65,0x78,0x74,0x21,0x69,0x6d,0x70,0x6f,0x72,0x74,0x61,0x6e,0x74,0x3b,0x20,0x2d,0x6d,0x6f,0x7a,0x2d,0x75,0x73,0x65,0x72,0x2d,0x73,0x65,0x6c,0x65,0x63,0x74,0x3a,0x74,0x65,0x78,0x74,0x21,0x69,0x6d,0x70,0x6f,0x72,0x74,0x61,0x6e,0x74,0x3b,0x7d,0x3c,0x2f,0x73,0x74,0x79,0x6c,0x65,0x3e,0x3c,0x2f,0x68,0x65,0x61,0x64,0x3e,0x0a,0x0a,0x3c,0x62,0x6f,0x64,0x79,0x3e,0x0a,0x09,0x3c,0x68,0x31,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x34,0x30,0x70,0x78,0x3b,0x22,0x3e,0x57,0x69,0x46,0x69,0x26,0x23,0x78,0x39,0x31,0x34,0x44,0x3b,0x26,0x23,0x78,0x37,0x46,0x36,0x45,0x3b,0x3c,0x2f,0x68,0x31,0x3e,0x0a,0x09,0x3c,0x70,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x39,0x39,0x39,0x3b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x22,0x3e,0x26,0x23,0x78,0x34,0x45,0x44,0x33,0x3b,0x26,0x23,0x78,0x35,0x45,0x39,0x33,0x3b,0x26,0x23,0x78,0x35,0x37,0x33,0x30,0x3b,0x26,0x23,0x78,0x35,0x37,0x34,0x30,0x3b,0x20,0x3a,0x67,0x69,0x74,0x68,0x75,0x62,0x2e,0x63,0x6f,0x6d,0x2f,0x62,0x69,0x6c,0x69,0x62,0x69,0x6c,0x69,0x66,0x6d,0x6b,0x2f,0x77,0x69,0x66,0x69,0x5f,0x6c,0x69,0x6e,0x6b,0x5f,0x74,0x6f,0x6f,0x6c,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x70,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x39,0x39,0x39,0x3b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x22,0x3e,0x26,0x23,0x78,0x35,0x46,0x35,0x33,0x3b,0x26,0x23,0x78,0x35,0x32,0x34,0x44,0x3b,0x26,0x23,0x78,0x38,0x42,0x42,0x45,0x3b,0x26,0x23,0x78,0x35,0x39,0x30,0x37,0x3b,0x26,0x23,0x78,0x37,0x43,0x37,0x42,0x3b,0x26,0x23,0x78,0x35,0x37,0x38,0x42,0x3b,0x20,0x3a,0x45,0x53,0x50,0x38,0x32,0x36,0x36,0x45,0x58,0x20,0x26,0x23,0x78,0x34,0x45,0x43,0x35,0x3b,0x26,0x23,0x78,0x36,0x35,0x32,0x46,0x3b,0x26,0x23,0x78,0x36,0x33,0x30,0x31,0x3b,0x32,0x2e,0x34,0x47,0x3c,0x2f,0x70,0x3e,0x0a,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x22,0x3e,0x0a,0x09,0x09,0x3c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x20,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x3d,0x22,0x73,0x63,0x61,0x6e,0x28,0x29,0x22,0x20,0x69,0x64,0x3d,0x22,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x22,0x3e,0x26,0x23,0x78,0x36,0x32,0x36,0x42,0x3b,0x26,0x23,0x78,0x36,0x33,0x43,0x46,0x3b,0x57,0x49,0x46,0x49,0x3c,0x2f,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3e,0x0a,0x09,0x09,0x0a,0x09,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x22,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x22,0x3e,0x0a,0x09,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x62,0x61,0x63,0x6b,0x22,0x20,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x3d,0x22,0x62,0x61,0x63,0x6b,0x28,0x29,0x22,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x22,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x3c,0x69,0x6d,0x67,0x20,0x69,0x64,0x3d,0x22,0x6b,0x65,0x79,0x2d,0x69,0x63,0x6f,0x6e,0x22,0x20,0x73,0x72,0x63,0x3d,0x22,0x64,0x61,0x74,0x61,0x3a,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3b,0x62,0x61,0x73,0x65,0x36,0x34,0x2c,0x69,0x56,0x42,0x4f,0x52,0x77,0x30,0x4b,0x47,0x67,0x6f,0x41,0x41,0x41,0x41,0x4e,0x53,0x55,0x68,0x45,0x55,0x67,0x41,0x41,0x41,0x43,0x67,0x41,0x41,0x41,0x41,0x6f,0x43,0x41,0x4d,0x41,0x41,0x41,0x43,0x37,0x49,0x45,0x68,0x66,0x41,0x41,0x41,0x41,0x54,0x6c,0x42,0x4d,0x56,0x45,0x56,0x48,0x63,0x45,0x7a,0x58,0x30,0x74,0x45,0x63,0x48,0x42,0x78,0x51,0x55,0x45,0x30,0x4a,0x43,0x51,0x70,0x42,0x51,0x6b,0x46,0x53,0x4f,0x68,0x49,0x44,0x41,0x67,0x49,0x61,0x45,0x67,0x77,0x6c,0x4a,0x43,0x4e,0x75,0x61,0x32,0x31,0x56,0x56,0x46,0x55,0x32,0x4e,0x44,0x53,0x66,0x6e,0x5a,0x30,0x7a,0x4d,0x7a,0x4f,0x51,0x6b,0x49,0x33,0x71,0x6f,0x77,0x62,0x56,0x6c,0x51,0x37,0x31,0x72,0x42,0x44,0x69,0x6e,0x67,0x68,0x36,0x56,0x52,0x2f,0x6c,0x70,0x53,0x65,0x53,0x61,0x52,0x79,0x71,0x65,0x68,0x6f,0x32,0x4a,0x68,0x58,0x48,0x6a,0x68,0x31,0x35,0x56,0x70,0x38,0x6c,0x41,0x41,0x41,0x41,0x45,0x48,0x52,0x53,0x54,0x6c,0x4d,0x41,0x47,0x6d,0x69,0x2f,0x36,0x79,0x4c,0x2b,0x2f,0x76,0x33,0x4f,0x61,0x61,0x44,0x78,0x50,0x38,0x4e,0x37,0x4a,0x4a,0x69,0x2f,0x58,0x51,0x41,0x41,0x41,0x58,0x78,0x4a,0x52,0x45,0x46,0x55,0x4f,0x4d,0x75,0x4e,0x31,0x59,0x6c,0x75,0x77,0x79,0x41,0x4d,0x41,0x46,0x42,0x6f,0x41,0x6e,0x62,0x4f,0x63,0x53,0x51,0x63,0x2f,0x2f,0x2b,0x6a,0x4d,0x35,0x43,0x30,0x6c,0x51,0x5a,0x68,0x6c,0x69,0x71,0x31,0x79,0x70,0x4d,0x4e,0x78,0x6a,0x53,0x4d,0x76,0x59,0x4e,0x76,0x51,0x6d,0x79,0x63,0x64,0x59,0x4c,0x50,0x2b,0x34,0x6f,0x41,0x59,0x56,0x33,0x45,0x6f,0x35,0x75,0x54,0x4b,0x6f,0x48,0x44,0x41,0x31,0x32,0x49,0x34,0x65,0x47,0x38,0x64,0x35,0x4b,0x2b,0x6a,0x58,0x50,0x4c,0x44,0x63,0x54,0x63,0x61,0x58,0x4c,0x45,0x67,0x33,0x34,0x30,0x35,0x41,0x49,0x67,0x74,0x56,0x48,0x57,0x71,0x76,0x51,0x78,0x48,0x69,0x46,0x73,0x4e,0x62,0x66,0x52,0x67,0x39,0x4d,0x6f,0x79,0x71,0x5a,0x53,0x57,0x4f,0x4d,0x42,0x31,0x74,0x72,0x75,0x64,0x38,0x42,0x49,0x54,0x72,0x74,0x59,0x70,0x44,0x49,0x4f,0x6f,0x46,0x4a,0x63,0x49,0x42,0x7a,0x6b,0x4b,0x41,0x33,0x34,0x4f,0x32,0x65,0x41,0x36,0x53,0x39,0x38,0x41,0x61,0x52,0x55,0x49,0x58,0x56,0x47,0x4b,0x35,0x73,0x68,0x70,0x52,0x53,0x56,0x4c,0x59,0x65,0x54,0x6e,0x75,0x59,0x2b,0x36,0x70,0x4a,0x52,0x78,0x56,0x72,0x74,0x43,0x53,0x52,0x42,0x51,0x31,0x31,0x4a,0x53,0x79,0x68,0x51,0x49,0x37,0x77,0x61,0x6b,0x42,0x59,0x70,0x6e,0x55,0x6d,0x56,0x62,0x51,0x76,0x75,0x42,0x65,0x62,0x32,0x32,0x4c,0x78,0x47,0x56,0x59,0x66,0x58,0x47,0x72,0x2b,0x69,0x73,0x63,0x61,0x35,0x37,0x50,0x6f,0x69,0x70,0x5a,0x46,0x48,0x62,0x64,0x65,0x6c,0x6a,0x39,0x38,0x4a,0x72,0x61,0x4c,0x32,0x54,0x4e,0x57,0x52,0x69,0x4d,0x5a,0x2b,0x36,0x69,0x5a,0x35,0x31,0x47,0x51,0x36,0x61,0x2f,0x30,0x74,0x72,0x64,0x56,0x6e,0x56,0x64,0x49,0x30,0x68,0x6e,0x68,0x4e,0x54,0x79,0x35,0x74,0x64,0x55,0x75,0x6d,0x65,0x62,0x52,0x6c,0x48,0x71,0x33,0x4a,0x73,0x4a,0x30,0x54,0x55,0x44,0x6f,0x4b,0x69,0x66,0x35,0x52,0x62,0x76,0x76,0x37,0x7a,0x73,0x43,0x7a,0x5a,0x50,0x4f,0x79,0x42,0x73,0x51,0x77,0x6a,0x51,0x42,0x30,0x6c,0x46,0x71,0x33,0x4a,0x65,0x4e,0x63,0x43,0x4d,0x35,0x45,0x6c,0x72,0x54,0x57,0x42,0x33,0x6b,0x64,0x41,0x4d,0x6b,0x67,0x67,0x31,0x50,0x2f,0x6b,0x6a,0x52,0x79,0x53,0x76,0x66,0x6c,0x73,0x4f,0x66,0x5a,0x37,0x46,0x64,0x6e,0x62,0x41,0x54,0x70,0x6e,0x64,0x65,0x78,0x4b,0x33,0x50,0x31,0x6f,0x50,0x76,0x56,0x52,0x78,0x6a,0x54,0x58,0x62,0x4f,0x33,0x66,0x44,0x57,0x58,0x4b,0x57,0x69,0x6f,0x4d,0x4a,0x35,0x6e,0x6c,0x74,0x69,0x47,0x5a,0x66,0x71,0x6b,0x44,0x4a,0x36,0x53,0x78,0x6d,0x65,0x34,0x77,0x39,0x32,0x6c,0x44,0x76,0x77,0x5a,0x6c,0x67,0x48,0x70,0x6b,0x4f,0x67,0x47,0x50,0x63,0x4d,0x55,0x4b,0x33,0x57,0x4a,0x2f,0x6a,0x53,0x37,0x6b,0x4b,0x2f,0x33,0x52,0x48,0x55,0x68,0x6a,0x6a,0x6d,0x36,0x70,0x65,0x2b,0x58,0x42,0x4f,0x2b,0x2b,0x4c,0x44,0x37,0x78,0x43,0x79,0x65,0x46,0x4a,0x69,0x31,0x67,0x62,0x44,0x61,0x4e,0x41,0x41,0x41,0x41,0x41,0x45,0x6c,0x46,0x54,0x6b,0x53,0x75,0x51,0x6d,0x43,0x43,0x22,0x3e,0x0a,0x09,0x09,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x69,0x64,0x3d,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x20,0x6f,0x6e,0x69,0x6e,0x70,0x75,0x74,0x3d,0x22,0x70,0x61,0x73,0x73,0x5f,0x63,0x68,0x61,0x6e,0x67,0x65,0x28,0x29,0x22,0x3e,0x0a,0x09,0x09,0x3c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x20,0x69,0x64,0x3d,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x22,0x20,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x3d,0x22,0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x28,0x29,0x22,0x20,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x3d,0x22,0x22,0x3e,0x26,0x23,0x78,0x38,0x46,0x44,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x41,0x35,0x3b,0x3c,0x2f,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3e,0x0a,0x09,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x73,0x74,0x61,0x74,0x75,0x73,0x22,0x3e,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x09,0x09,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6c,0x6f,0x61,0x64,0x65,0x72,0x2d,0x69,0x6e,0x6e,0x65,0x72,0x20,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x22,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x30,0x20,0x61,0x75,0x74,0x6f,0x3b,0x22,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x0a,0x3c,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x24,0x28,0x69,0x64,0x29,0x20,0x7b,0x0a,0x09,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,0x64,0x28,0x69,0x64,0x29,0x3b,0x0a,0x09,0x7d,0x3b,0x0a,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x72,0x65,0x62,0x6f,0x6f,0x74,0x28,0x29,0x20,0x7b,0x0a,0x0a,0x09,0x09,0x76,0x61,0x72,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x66,0x20,0x28,0x77,0x69,0x6e,0x64,0x6f,0x77,0x2e,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x20,0x3d,0x20,0x6e,0x65,0x77,0x20,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x28,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x6e,0x72,0x65,0x61,0x64,0x79,0x73,0x74,0x61,0x74,0x65,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x61,0x64,0x79,0x53,0x74,0x61,0x74,0x65,0x20,0x3d,0x3d,0x20,0x34,0x20,0x26,0x26,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x3d,0x3d,0x20,0x32,0x30,0x30,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x73,0x70,0x6f,0x6e,0x73,0x65,0x54,0x65,0x78,0x74,0x20,0x21,0x3d,0x20,0x27,0x27,0x29,0x20,0x0a,0x09,0x09,0x09,0x09,0x77,0x69,0x6e,0x64,0x6f,0x77,0x2e,0x6f,0x70,0x65,0x6e,0x28,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x22,0x2b,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x73,0x70,0x6f,0x6e,0x73,0x65,0x54,0x65,0x78,0x74,0x29,0x3b,0x0a,0x09,0x09,0x09,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x70,0x65,0x6e,0x28,0x22,0x47,0x45,0x54,0x22,0x2c,0x20,0x22,0x2f,0x6f,0x70,0x65,0x72,0x61,0x3f,0x6f,0x70,0x65,0x72,0x61,0x3d,0x72,0x65,0x62,0x6f,0x6f,0x74,0x22,0x29,0x3b,0x0a,0x09,0x09,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x65,0x6e,0x64,0x28,0x29,0x3b,0x0a,0x0a,0x09,0x7d,0x0a,0x0a,0x09,0x2f,0x2f,0x20,0x26,0x23,0x78,0x36,0x32,0x36,0x42,0x3b,0x26,0x23,0x78,0x36,0x33,0x43,0x46,0x3b,0x57,0x69,0x46,0x69,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x73,0x63,0x61,0x6e,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x73,0x65,0x74,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x2c,0x20,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x29,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x30,0x2e,0x36,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x27,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x6e,0x6f,0x6e,0x65,0x27,0x3b,0x0a,0x09,0x2f,0x2f,0x09,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x26,0x23,0x78,0x36,0x42,0x36,0x33,0x3b,0x26,0x23,0x78,0x35,0x37,0x32,0x38,0x3b,0x26,0x23,0x78,0x36,0x32,0x36,0x42,0x3b,0x26,0x23,0x78,0x36,0x33,0x43,0x46,0x3b,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x62,0x6c,0x6f,0x63,0x6b,0x27,0x3b,0x0a,0x09,0x09,0x76,0x61,0x72,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x20,0x3d,0x20,0x6e,0x65,0x77,0x20,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x28,0x29,0x3b,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x6e,0x72,0x65,0x61,0x64,0x79,0x73,0x74,0x61,0x74,0x65,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x61,0x64,0x79,0x53,0x74,0x61,0x74,0x65,0x20,0x3d,0x3d,0x20,0x34,0x20,0x26,0x26,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x3d,0x3d,0x20,0x32,0x30,0x30,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x31,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x62,0x6c,0x6f,0x63,0x6b,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x6e,0x6f,0x6e,0x65,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x20,0x3d,0x20,0x4a,0x53,0x4f,0x4e,0x2e,0x70,0x61,0x72,0x73,0x65,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x73,0x70,0x6f,0x6e,0x73,0x65,0x54,0x65,0x78,0x74,0x29,0x3b,0x0a,0x09,0x09,0x09,0x09,0x76,0x61,0x72,0x20,0x69,0x2c,0x20,0x6a,0x2c,0x20,0x6d,0x61,0x78,0x3b,0x0a,0x09,0x09,0x09,0x09,0x66,0x6f,0x72,0x20,0x28,0x69,0x20,0x3d,0x20,0x30,0x3b,0x20,0x69,0x20,0x3c,0x20,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x2e,0x6c,0x65,0x6e,0x67,0x74,0x68,0x3b,0x20,0x69,0x2b,0x2b,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x09,0x09,0x6d,0x61,0x78,0x20,0x3d,0x20,0x30,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x66,0x6f,0x72,0x20,0x28,0x6a,0x20,0x3d,0x20,0x30,0x3b,0x20,0x6a,0x20,0x3c,0x20,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x2e,0x6c,0x65,0x6e,0x67,0x74,0x68,0x3b,0x20,0x6a,0x2b,0x2b,0x29,0x20,0x69,0x66,0x20,0x28,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x72,0x73,0x73,0x69,0x20,0x3c,0x20,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6a,0x5d,0x2e,0x72,0x73,0x73,0x69,0x29,0x20,0x6d,0x61,0x78,0x20,0x3d,0x20,0x6a,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x76,0x61,0x72,0x20,0x70,0x61,0x72,0x61,0x20,0x3d,0x20,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x63,0x72,0x65,0x61,0x74,0x65,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x28,0x27,0x6c,0x69,0x27,0x29,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x70,0x61,0x72,0x61,0x2e,0x69,0x64,0x20,0x3d,0x20,0x27,0x73,0x73,0x69,0x64,0x27,0x20,0x2b,0x20,0x69,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x70,0x61,0x72,0x61,0x2e,0x73,0x65,0x74,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x27,0x2c,0x20,0x22,0x73,0x73,0x69,0x64,0x5f,0x73,0x65,0x6c,0x65,0x63,0x74,0x28,0x27,0x22,0x20,0x2b,0x20,0x70,0x61,0x72,0x61,0x2e,0x69,0x64,0x20,0x2b,0x20,0x22,0x27,0x29,0x22,0x29,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x72,0x73,0x73,0x69,0x20,0x3e,0x3d,0x20,0x2d,0x34,0x35,0x29,0x20,0x70,0x61,0x72,0x61,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x2b,0x3d,0x20,0x22,0x3c,0x69,0x6d,0x67,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x77,0x69,0x66,0x69,0x2d,0x6c,0x6f,0x67,0x6f,0x27,0x20,0x73,0x72,0x63,0x3d,0x27,0x64,0x61,0x74,0x61,0x3a,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3b,0x62,0x61,0x73,0x65,0x36,0x34,0x2c,0x69,0x56,0x42,0x4f,0x52,0x77,0x30,0x4b,0x47,0x67,0x6f,0x41,0x41,0x41,0x41,0x4e,0x53,0x55,0x68,0x45,0x55,0x67,0x41,0x41,0x41,0x44,0x77,0x41,0x41,0x41,0x41,0x72,0x42,0x41,0x4d,0x41,0x41,0x41,0x44,0x57,0x41,0x66,0x5a,0x69,0x41,0x41,0x41,0x41,0x49,0x56,0x42,0x4d,0x56,0x45,0x56,0x6b,0x5a,0x47,0x52,0x48,0x63,0x45,0x7a,0x6a,0x34,0x2b,0x4e,0x34,0x65,0x48,0x69,0x73,0x72,0x4b,0x79,0x53,0x6b,0x70,0x4a,0x34,0x65,0x48,0x69,0x58,0x6c,0x35,0x65,0x48,0x68,0x34,0x65,0x41,0x67,0x49,0x42,0x71,0x61,0x6d,0x6f,0x77,0x6e,0x4a,0x73,0x78,0x41,0x41,0x41,0x41,0x43,0x6e,0x52,0x53,0x54,0x6c,0x50,0x2b,0x41,0x42,0x58,0x66,0x50,0x5a,0x4c,0x36,0x5a,0x4b,0x2f,0x4a,0x61,0x76,0x58,0x48,0x72,0x77,0x41,0x41,0x41,0x65,0x56,0x4a,0x52,0x45,0x46,0x55,0x4f,0x4d,0x74,0x39,0x6b,0x38,0x74,0x50,0x41,0x6a,0x45,0x51,0x78,0x69,0x63,0x68,0x4d,0x64,0x70,0x62,0x79,0x78,0x49,0x66,0x74,0x34,0x72,0x50,0x32,0x77,0x6f,0x2b,0x75,0x55,0x46,0x51,0x7a,0x71,0x6a,0x34,0x34,0x47,0x53,0x69,0x62,0x74,0x53,0x62,0x68,0x6f,0x6a,0x78,0x5a,0x6f,0x79,0x4b,0x6e,0x4e,0x52,0x45,0x44,0x35,0x34,0x32,0x49,0x55,0x54,0x63,0x76,0x39,0x4b,0x5a,0x74,0x73,0x74,0x75,0x67,0x62,0x57,0x6e,0x62,0x6e,0x2b,0x64,0x7a,0x6a,0x66,0x66,0x37,0x41,0x43,0x33,0x6c,0x70,0x54,0x53,0x2b,0x6f,0x5a,0x6f,0x4b,0x79,0x70,0x48,0x2b,0x58,0x78,0x2b,0x71,0x39,0x61,0x51,0x49,0x37,0x44,0x59,0x2f,0x67,0x70,0x38,0x6f,0x42,0x56,0x63,0x37,0x67,0x39,0x68,0x35,0x31,0x45,0x7a,0x74,0x64,0x68,0x61,0x30,0x63,0x61,0x4c,0x42,0x62,0x44,0x57,0x37,0x30,0x30,0x63,0x4c,0x37,0x6f,0x6d,0x4c,0x41,0x67,0x4d,0x37,0x31,0x78,0x48,0x65,0x50,0x4a,0x45,0x73,0x64,0x4e,0x57,0x73,0x39,0x46,0x73,0x76,0x6e,0x6f,0x2b,0x4d,0x49,0x77,0x76,0x68,0x74,0x68,0x35,0x55,0x2f,0x64,0x66,0x54,0x4d,0x4b,0x35,0x4f,0x35,0x57,0x70,0x4a,0x77,0x32,0x2b,0x42,0x37,0x78,0x2f,0x55,0x59,0x7a,0x4b,0x63,0x51,0x36,0x49,0x6e,0x32,0x6d,0x38,0x54,0x4a,0x6f,0x33,0x4c,0x44,0x76,0x45,0x48,0x69,0x57,0x72,0x45,0x68,0x5a,0x76,0x6d,0x47,0x6f,0x6a,0x50,0x41,0x39,0x76,0x33,0x5a,0x4a,0x38,0x77,0x6a,0x75,0x34,0x36,0x55,0x71,0x64,0x74,0x4c,0x56,0x2b,0x32,0x74,0x49,0x53,0x52,0x42,0x32,0x50,0x56,0x7a,0x67,0x34,0x71,0x44,0x70,0x46,0x4a,0x2b,0x4c,0x75,0x79,0x74,0x52,0x30,0x53,0x4a,0x63,0x64,0x46,0x31,0x68,0x4b,0x67,0x6e,0x42,0x56,0x45,0x75,0x34,0x38,0x52,0x36,0x59,0x6f,0x6d,0x55,0x73,0x59,0x4a,0x6f,0x46,0x6e,0x6f,0x55,0x75,0x30,0x48,0x54,0x65,0x74,0x52,0x37,0x77,0x4f,0x4f,0x5a,0x4a,0x57,0x77,0x4c,0x31,0x6f,0x32,0x36,0x61,0x65,0x34,0x2f,0x75,0x5a,0x6a,0x71,0x54,0x43,0x35,0x70,0x52,0x51,0x72,0x49,0x35,0x74,0x31,0x68,0x71,0x56,0x47,0x76,0x57,0x47,0x77,0x53,0x6f,0x65,0x6c,0x6b,0x4c,0x50,0x4d,0x7a,0x36,0x65,0x2f,0x65,0x36,0x62,0x7a,0x70,0x4a,0x70,0x4c,0x4f,0x59,0x35,0x62,0x34,0x66,0x35,0x74,0x47,0x6e,0x66,0x2b,0x44,0x6b,0x65,0x34,0x57,0x6d,0x4c,0x45,0x6d,0x66,0x41,0x33,0x76,0x74,0x34,0x77,0x5a,0x54,0x4f,0x79,0x2b,0x56,0x79,0x79,0x62,0x54,0x51,0x7a,0x2f,0x57,0x78,0x63,0x4e,0x6b,0x48,0x42,0x52,0x31,0x37,0x66,0x75,0x42,0x39,0x30,0x73,0x56,0x6c,0x72,0x44,0x6e,0x4b,0x6e,0x61,0x58,0x53,0x4a,0x37,0x2f,0x31,0x2f,0x36,0x51,0x36,0x33,0x63,0x37,0x46,0x70,0x49,0x6d,0x71,0x45,0x61,0x51,0x35,0x46,0x53,0x30,0x48,0x66,0x75,0x52,0x36,0x5a,0x4d,0x72,0x50,0x38,0x49,0x38,0x38,0x52,0x53,0x38,0x48,0x6e,0x68,0x65,0x59,0x54,0x74,0x74,0x59,0x30,0x41,0x39,0x31,0x30,0x5a,0x69,0x64,0x72,0x56,0x42,0x72,0x65,0x6b,0x50,0x59,0x31,0x55,0x62,0x6a,0x37,0x6f,0x41,0x5a,0x32,0x66,0x48,0x48,0x73,0x7a,0x42,0x68,0x6a,0x4d,0x46,0x4f,0x35,0x34,0x61,0x48,0x79,0x48,0x33,0x6f,0x79,0x2b,0x67,0x48,0x78,0x35,0x54,0x50,0x30,0x7a,0x67,0x63,0x50,0x64,0x45,0x54,0x75,0x36,0x4d,0x6d,0x46,0x49,0x30,0x70,0x41,0x4f,0x73,0x55,0x45,0x77,0x61,0x59,0x53,0x73,0x66,0x71,0x75,0x6b,0x6b,0x34,0x6f,0x2b,0x65,0x73,0x6d,0x6f,0x44,0x54,0x6a,0x4c,0x43,0x2f,0x6b,0x6f,0x43,0x46,0x6d,0x74,0x4f,0x55,0x54,0x4d,0x6f,0x39,0x45,0x34,0x37,0x57,0x61,0x4d,0x77,0x78,0x66,0x43,0x78,0x5a,0x4f,0x55,0x39,0x44,0x5a,0x4e,0x67,0x49,0x7a,0x4e,0x30,0x4a,0x2b,0x52,0x2f,0x4f,0x32,0x73,0x47,0x44,0x57,0x4d,0x68,0x2f,0x38,0x65,0x44,0x36,0x41,0x31,0x49,0x35,0x69,0x33,0x64,0x75,0x7a,0x37,0x72,0x56,0x41,0x41,0x41,0x41,0x41,0x45,0x6c,0x46,0x54,0x6b,0x53,0x75,0x51,0x6d,0x43,0x43,0x27,0x3e,0x22,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x69,0x66,0x20,0x28,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x72,0x73,0x73,0x69,0x20,0x3e,0x3d,0x20,0x2d,0x36,0x30,0x29,0x20,0x70,0x61,0x72,0x61,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x2b,0x3d,0x20,0x22,0x3c,0x69,0x6d,0x67,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x77,0x69,0x66,0x69,0x2d,0x6c,0x6f,0x67,0x6f,0x27,0x20,0x73,0x72,0x63,0x3d,0x27,0x64,0x61,0x74,0x61,0x3a,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3b,0x62,0x61,0x73,0x65,0x36,0x34,0x2c,0x69,0x56,0x42,0x4f,0x52,0x77,0x30,0x4b,0x47,0x67,0x6f,0x41,0x41,0x41,0x41,0x4e,0x53,0x55,0x68,0x45,0x55,0x67,0x41,0x41,0x41,0x44,0x77,0x41,0x41,0x41,0x41,0x73,0x43,0x41,0x4d,0x41,0x41,0x41,0x41,0x4f,0x39,0x43,0x76,0x62,0x41,0x41,0x41,0x41,0x50,0x31,0x42,0x4d,0x56,0x45,0x56,0x48,0x63,0x45,0x7a,0x66,0x33,0x39,0x2f,0x52,0x30,0x64,0x48,0x75,0x37,0x75,0x35,0x32,0x64,0x6e,0x61,0x4a,0x69,0x59,0x6d,0x41,0x67,0x49,0x42,0x6d,0x5a,0x6d,0x62,0x63,0x33,0x4e,0x7a,0x61,0x32,0x74,0x71,0x53,0x6b,0x70,0x4b,0x58,0x6c,0x35,0x65,0x6c,0x70,0x61,0x58,0x64,0x33,0x64,0x33,0x67,0x34,0x4f,0x44,0x65,0x33,0x74,0x35,0x78,0x63,0x58,0x48,0x65,0x33,0x74,0x37,0x64,0x33,0x64,0x33,0x64,0x33,0x64,0x31,0x69,0x59,0x6d,0x49,0x78,0x4d,0x41,0x4f,0x48,0x41,0x41,0x41,0x41,0x45,0x33,0x52,0x53,0x54,0x6c,0x4d,0x41,0x69,0x54,0x41,0x4e,0x2f,0x4c,0x58,0x54,0x2f,0x76,0x30,0x61,0x6b,0x57,0x70,0x4f,0x59,0x30,0x57,0x35,0x34,0x4e,0x6a,0x72,0x53,0x57,0x64,0x7a,0x72,0x77,0x41,0x41,0x41,0x6a,0x46,0x4a,0x52,0x45,0x46,0x55,0x53,0x4d,0x65,0x31,0x6c,0x6f,0x6b,0x57,0x6f,0x79,0x41,0x4d,0x52,0x63,0x73,0x6d,0x73,0x69,0x6b,0x49,0x2f,0x2f,0x2b,0x74,0x45,0x77,0x49,0x52,0x48,0x65,0x75,0x30,0x39,0x70,0x7a,0x4a,0x36,0x61,0x72,0x65,0x38,0x50,0x49,0x53,0x61,0x56,0x2b,0x76,0x2f,0x78,0x43,0x63,0x4c,0x36,0x78,0x46,0x34,0x50,0x77,0x42,0x5a,0x78,0x61,0x32,0x70,0x6c,0x78,0x6a,0x6e,0x6d,0x64,0x38,0x54,0x79,0x74,0x62,0x78,0x44,0x64,0x6b,0x57,0x44,0x66,0x6b,0x4b,0x6b,0x6c,0x52,0x76,0x32,0x35,0x72,0x2b,0x49,0x41,0x75,0x53,0x4f,0x4c,0x31,0x38,0x79,0x56,0x79,0x59,0x76,0x78,0x66,0x61,0x43,0x64,0x6e,0x30,0x6c,0x75,0x2f,0x35,0x6f,0x4f,0x41,0x6e,0x4d,0x49,0x74,0x65,0x6c,0x43,0x5a,0x74,0x34,0x52,0x75,0x72,0x53,0x6d,0x6c,0x65,0x56,0x53,0x52,0x38,0x37,0x71,0x38,0x71,0x5a,0x56,0x31,0x73,0x66,0x42,0x49,0x34,0x50,0x44,0x52,0x49,0x48,0x43,0x51,0x62,0x61,0x51,0x43,0x63,0x50,0x4d,0x58,0x47,0x7a,0x70,0x33,0x62,0x30,0x77,0x31,0x73,0x71,0x66,0x66,0x54,0x6c,0x65,0x59,0x64,0x57,0x37,0x43,0x38,0x68,0x72,0x71,0x69,0x6d,0x4e,0x56,0x63,0x57,0x70,0x45,0x49,0x67,0x2f,0x59,0x59,0x53,0x42,0x53,0x71,0x79,0x6a,0x50,0x64,0x39,0x32,0x67,0x48,0x47,0x48,0x72,0x35,0x53,0x66,0x79,0x66,0x53,0x47,0x4c,0x6d,0x54,0x67,0x73,0x78,0x59,0x30,0x4a,0x7a,0x6a,0x6c,0x76,0x6a,0x44,0x6c,0x62,0x55,0x39,0x32,0x45,0x68,0x5a,0x59,0x54,0x65,0x2f,0x44,0x42,0x65,0x44,0x74,0x4a,0x71,0x53,0x48,0x67,0x52,0x63,0x72,0x4a,0x2b,0x69,0x47,0x66,0x72,0x79,0x67,0x39,0x4e,0x33,0x70,0x44,0x49,0x58,0x6b,0x76,0x51,0x33,0x67,0x6c,0x64,0x59,0x48,0x51,0x47,0x4f,0x31,0x54,0x56,0x49,0x4d,0x50,0x32,0x4d,0x71,0x63,0x65,0x66,0x38,0x38,0x62,0x39,0x51,0x39,0x34,0x61,0x49,0x6d,0x72,0x74,0x50,0x34,0x4c,0x44,0x6f,0x36,0x6b,0x72,0x61,0x6b,0x53,0x6a,0x50,0x4b,0x6c,0x43,0x69,0x74,0x6d,0x7a,0x53,0x52,0x70,0x51,0x63,0x64,0x4b,0x48,0x70,0x79,0x65,0x33,0x66,0x79,0x72,0x6a,0x53,0x77,0x7a,0x76,0x49,0x64,0x72,0x59,0x74,0x4c,0x47,0x57,0x4f,0x73,0x70,0x5a,0x65,0x42,0x6b,0x38,0x6e,0x73,0x4d,0x6d,0x64,0x57,0x74,0x33,0x58,0x67,0x74,0x5a,0x72,0x6b,0x6c,0x35,0x63,0x51,0x69,0x36,0x2f,0x6d,0x49,0x59,0x38,0x70,0x33,0x45,0x30,0x76,0x62,0x53,0x32,0x74,0x30,0x6c,0x4b,0x35,0x38,0x77,0x52,0x79,0x70,0x32,0x54,0x70,0x4a,0x2b,0x31,0x31,0x65,0x71,0x72,0x6b,0x6c,0x72,0x78,0x49,0x39,0x65,0x37,0x47,0x4d,0x77,0x32,0x48,0x42,0x4f,0x71,0x36,0x4c,0x58,0x42,0x5a,0x57,0x6c,0x6e,0x71,0x37,0x70,0x37,0x6c,0x53,0x6d,0x50,0x58,0x53,0x6a,0x51,0x58,0x30,0x51,0x72,0x54,0x53,0x72,0x38,0x66,0x45,0x4e,0x35,0x68,0x6a,0x45,0x74,0x39,0x52,0x45,0x76,0x55,0x6d,0x38,0x77,0x4b,0x7a,0x6b,0x78,0x6b,0x49,0x71,0x38,0x75,0x4e,0x65,0x76,0x41,0x4f,0x78,0x4a,0x6a,0x4a,0x6a,0x69,0x67,0x33,0x75,0x70,0x53,0x30,0x74,0x49,0x53,0x36,0x47,0x2b,0x68,0x64,0x75,0x74,0x68,0x67,0x37,0x70,0x68,0x59,0x62,0x6a,0x49,0x47,0x2b,0x72,0x73,0x6d,0x42,0x65,0x74,0x75,0x76,0x6f,0x50,0x75,0x36,0x43,0x6a,0x72,0x74,0x43,0x45,0x74,0x64,0x62,0x4c,0x62,0x33,0x5a,0x76,0x4b,0x7a,0x73,0x4b,0x31,0x64,0x61,0x67,0x41,0x53,0x74,0x33,0x38,0x33,0x47,0x65,0x73,0x6a,0x59,0x72,0x4d,0x47,0x4a,0x77,0x4b,0x78,0x73,0x42,0x41,0x30,0x62,0x79,0x37,0x53,0x64,0x59,0x49,0x61,0x73,0x6e,0x66,0x7a,0x6a,0x6d,0x4f,0x36,0x34,0x2b,0x4c,0x67,0x32,0x44,0x56,0x71,0x53,0x39,0x2b,0x76,0x41,0x4e,0x57,0x37,0x73,0x52,0x72,0x39,0x37,0x34,0x2b,0x42,0x55,0x4c,0x4e,0x30,0x6a,0x76,0x43,0x76,0x64,0x57,0x51,0x65,0x45,0x30,0x4e,0x59,0x39,0x2b,0x5a,0x43,0x31,0x75,0x59,0x6c,0x72,0x61,0x35,0x37,0x2f,0x50,0x67,0x6a,0x77,0x47,0x38,0x38,0x52,0x44,0x31,0x73,0x69,0x78,0x6a,0x35,0x58,0x4a,0x50,0x49,0x4e,0x74,0x61,0x62,0x74,0x65,0x6d,0x77,0x2f,0x33,0x56,0x48,0x55,0x5a,0x6d,0x2b,0x64,0x6a,0x33,0x53,0x4c,0x32,0x6f,0x51,0x54,0x56,0x50,0x7a,0x67,0x57,0x75,0x32,0x48,0x78,0x6c,0x2f,0x39,0x44,0x54,0x66,0x6b,0x76,0x36,0x2b,0x37,0x30,0x6a,0x79,0x7a,0x75,0x4f,0x6f,0x2b,0x39,0x4f,0x74,0x44,0x57,0x76,0x50,0x35,0x62,0x2f,0x41,0x45,0x45,0x62,0x69,0x6b,0x4f,0x57,0x7a,0x6e,0x48,0x44,0x41,0x41,0x41,0x41,0x41,0x42,0x4a,0x52,0x55,0x35,0x45,0x72,0x6b,0x4a,0x67,0x67,0x67,0x3d,0x3d,0x27,0x3e,0x22,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x69,0x66,0x20,0x28,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x72,0x73,0x73,0x69,0x20,0x3e,0x3d,0x20,0x2d,0x37,0x35,0x29,0x20,0x70,0x61,0x72,0x61,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x2b,0x3d,0x20,0x22,0x3c,0x69,0x6d,0x67,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x77,0x69,0x66,0x69,0x2d,0x6c,0x6f,0x67,0x6f,0x27,0x20,0x73,0x72,0x63,0x3d,0x27,0x64,0x61,0x74,0x61,0x3a,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3b,0x62,0x61,0x73,0x65,0x36,0x34,0x2c,0x69,0x56,0x42,0x4f,0x52,0x77,0x30,0x4b,0x47,0x67,0x6f,0x41,0x41,0x41,0x41,0x4e,0x53,0x55,0x68,0x45,0x55,0x67,0x41,0x41,0x41,0x44,0x77,0x41,0x41,0x41,0x41,0x72,0x43,0x41,0x4d,0x41,0x41,0x41,0x41,0x54,0x38,0x52,0x74,0x6a,0x41,0x41,0x41,0x41,0x50,0x31,0x42,0x4d,0x56,0x45,0x56,0x48,0x63,0x45,0x7a,0x73,0x37,0x4f,0x7a,0x6a,0x34,0x2b,0x4e,0x74,0x62,0x57,0x33,0x57,0x31,0x74,0x62,0x65,0x33,0x74,0x37,0x61,0x32,0x74,0x72,0x64,0x33,0x64,0x31,0x6c,0x5a,0x57,0x58,0x66,0x33,0x39,0x2f,0x67,0x34,0x4f,0x44,0x69,0x34,0x75,0x4b,0x4c,0x69,0x34,0x76,0x67,0x34,0x4f,0x42,0x32,0x64,0x6e,0x61,0x49,0x69,0x49,0x69,0x69,0x6f,0x71,0x4a,0x37,0x65,0x33,0x74,0x33,0x64,0x33,0x66,0x64,0x33,0x64,0x31,0x69,0x59,0x6d,0x49,0x75,0x49,0x51,0x4b,0x71,0x41,0x41,0x41,0x41,0x45,0x33,0x52,0x53,0x54,0x6c,0x4d,0x41,0x44,0x68,0x33,0x39,0x4e,0x2b,0x42,0x4d,0x2b,0x2f,0x32,0x31,0x66,0x32,0x53,0x43,0x6d,0x61,0x54,0x4b,0x6c,0x76,0x6a,0x67,0x31,0x62,0x63,0x6e,0x4c,0x51,0x41,0x41,0x41,0x67,0x70,0x4a,0x52,0x45,0x46,0x55,0x53,0x4d,0x65,0x31,0x6c,0x59,0x6d,0x53,0x72,0x43,0x41,0x4d,0x52,0x51,0x32,0x72,0x62,0x43,0x34,0x74,0x2f,0x2f,0x2b,0x74,0x41,0x77,0x6d,0x67,0x6a,0x76,0x52,0x72,0x37,0x56,0x65,0x54,0x55,0x71,0x74,0x45,0x54,0x6d,0x34,0x49,0x43,0x51,0x37,0x44,0x6e,0x78,0x68,0x54,0x51,0x67,0x69,0x56,0x72,0x34,0x65,0x59,0x4e,0x56,0x4c,0x71,0x72,0x5a,0x6f,0x30,0x31,0x67,0x70,0x32,0x68,0x78,0x54,0x4f,0x46,0x45,0x78,0x76,0x47,0x6f,0x31,0x65,0x74,0x46,0x45,0x66,0x53,0x48,0x41,0x47,0x4a,0x35,0x34,0x4d,0x42,0x2f,0x49,0x74,0x67,0x2f,0x6f,0x58,0x4b,0x68,0x75,0x35,0x48,0x55,0x30,0x54,0x6e,0x57,0x4a,0x35,0x4a,0x31,0x2f,0x51,0x6a,0x63,0x44,0x30,0x6c,0x49,0x61,0x73,0x44,0x70,0x44,0x50,0x4c,0x69,0x34,0x4b,0x6d,0x75,0x66,0x4a,0x34,0x42,0x69,0x30,0x44,0x44,0x48,0x6d,0x6e,0x4a,0x46,0x62,0x38,0x32,0x78,0x2b,0x35,0x77,0x36,0x43,0x62,0x74,0x39,0x73,0x64,0x32,0x39,0x55,0x30,0x41,0x31,0x33,0x56,0x31,0x6b,0x63,0x74,0x32,0x65,0x33,0x30,0x46,0x76,0x58,0x57,0x64,0x78,0x57,0x31,0x50,0x51,0x4c,0x6f,0x72,0x6b,0x51,0x4a,0x73,0x2f,0x4d,0x6b,0x38,0x57,0x5a,0x2f,0x59,0x30,0x79,0x41,0x4f,0x57,0x63,0x41,0x6f,0x41,0x6a,0x6e,0x39,0x52,0x4a,0x58,0x46,0x55,0x57,0x58,0x36,0x58,0x61,0x5a,0x5a,0x6a,0x4e,0x53,0x53,0x35,0x5a,0x6c,0x69,0x61,0x49,0x59,0x33,0x5a,0x49,0x53,0x75,0x50,0x43,0x42,0x51,0x55,0x53,0x57,0x6d,0x79,0x67,0x44,0x47,0x57,0x6d,0x6c,0x46,0x6a,0x2b,0x4b,0x70,0x47,0x6e,0x4b,0x61,0x72,0x51,0x2b,0x49,0x4b,0x75,0x62,0x4d,0x74,0x71,0x32,0x5a,0x56,0x44,0x68,0x64,0x46,0x54,0x32,0x75,0x71,0x65,0x79,0x56,0x50,0x63,0x6a,0x57,0x58,0x68,0x55,0x41,0x2b,0x48,0x41,0x71,0x50,0x62,0x46,0x58,0x45,0x77,0x6a,0x55,0x31,0x71,0x64,0x65,0x50,0x63,0x76,0x70,0x65,0x70,0x56,0x46,0x49,0x33,0x70,0x65,0x37,0x43,0x39,0x6b,0x49,0x32,0x44,0x56,0x58,0x45,0x71,0x73,0x74,0x2b,0x68,0x45,0x5a,0x4b,0x71,0x78,0x69,0x71,0x51,0x4f,0x37,0x51,0x67,0x43,0x76,0x42,0x4b,0x37,0x7a,0x70,0x43,0x31,0x56,0x33,0x51,0x56,0x35,0x71,0x4c,0x4f,0x65,0x77,0x31,0x49,0x4c,0x70,0x4e,0x72,0x59,0x72,0x53,0x64,0x51,0x57,0x75,0x6e,0x31,0x65,0x43,0x6e,0x69,0x54,0x6e,0x63,0x2b,0x69,0x79,0x50,0x5a,0x52,0x54,0x4b,0x59,0x68,0x39,0x36,0x62,0x7a,0x44,0x52,0x63,0x73,0x78,0x52,0x36,0x70,0x6e,0x2b,0x5a,0x6b,0x33,0x75,0x38,0x6e,0x6b,0x4e,0x71,0x72,0x34,0x30,0x72,0x76,0x43,0x2f,0x4c,0x54,0x79,0x73,0x63,0x34,0x35,0x6f,0x76,0x7a,0x31,0x59,0x74,0x44,0x41,0x37,0x30,0x35,0x44,0x6d,0x78,0x4e,0x70,0x58,0x2f,0x78,0x47,0x42,0x4e,0x58,0x4c,0x45,0x59,0x2b,0x69,0x78,0x71,0x36,0x2b,0x33,0x42,0x34,0x54,0x6e,0x77,0x48,0x78,0x35,0x45,0x43,0x34,0x42,0x37,0x75,0x48,0x4a,0x2b,0x4b,0x55,0x37,0x67,0x52,0x78,0x57,0x73,0x45,0x63,0x5a,0x78,0x76,0x30,0x4a,0x36,0x55,0x55,0x71,0x69,0x76,0x6c,0x43,0x79,0x2f,0x7a,0x43,0x73,0x76,0x2f,0x41,0x76,0x75,0x36,0x4f,0x61,0x35,0x71,0x32,0x64,0x6c,0x4c,0x68,0x4d,0x7a,0x78,0x52,0x4a,0x66,0x48,0x35,0x57,0x6e,0x48,0x43,0x50,0x33,0x70,0x7a,0x6f,0x53,0x63,0x78,0x4b,0x50,0x66,0x42,0x6c,0x75,0x30,0x4a,0x46,0x66,0x54,0x69,0x50,0x50,0x62,0x37,0x47,0x4a,0x58,0x6b,0x58,0x72,0x46,0x61,0x6a,0x72,0x58,0x4e,0x62,0x6c,0x33,0x6f,0x2b,0x75,0x41,0x44,0x6c,0x58,0x4b,0x57,0x76,0x46,0x6b,0x33,0x72,0x30,0x71,0x35,0x77,0x35,0x62,0x52,0x58,0x33,0x6a,0x2f,0x2f,0x4f,0x59,0x6f,0x32,0x74,0x52,0x6d,0x5a,0x34,0x78,0x73,0x4a,0x61,0x4b,0x79,0x58,0x6a,0x30,0x30,0x50,0x6c,0x43,0x56,0x6b,0x71,0x54,0x72,0x34,0x38,0x6a,0x58,0x75,0x69,0x59,0x73,0x6e,0x50,0x78,0x79,0x7a,0x52,0x75,0x54,0x62,0x47,0x35,0x77,0x6d,0x72,0x32,0x70,0x45,0x76,0x77,0x2f,0x41,0x74,0x48,0x66,0x30,0x77,0x66,0x45,0x74,0x2f,0x71,0x34,0x76,0x30,0x66,0x37,0x43,0x66,0x37,0x41,0x65,0x42,0x64,0x53,0x67,0x61,0x4a,0x54,0x43,0x52,0x48,0x51,0x41,0x41,0x41,0x41,0x42,0x4a,0x52,0x55,0x35,0x45,0x72,0x6b,0x4a,0x67,0x67,0x67,0x3d,0x3d,0x27,0x3e,0x22,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x70,0x61,0x72,0x61,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x2b,0x3d,0x20,0x22,0x3c,0x69,0x6d,0x67,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x77,0x69,0x66,0x69,0x2d,0x6c,0x6f,0x67,0x6f,0x27,0x20,0x73,0x72,0x63,0x3d,0x27,0x64,0x61,0x74,0x61,0x3a,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3b,0x62,0x61,0x73,0x65,0x36,0x34,0x2c,0x69,0x56,0x42,0x4f,0x52,0x77,0x30,0x4b,0x47,0x67,0x6f,0x41,0x41,0x41,0x41,0x4e,0x53,0x55,0x68,0x45,0x55,0x67,0x41,0x41,0x41,0x44,0x77,0x41,0x41,0x41,0x41,0x72,0x42,0x41,0x4d,0x41,0x41,0x41,0x44,0x57,0x41,0x66,0x5a,0x69,0x41,0x41,0x41,0x41,0x4b,0x6c,0x42,0x4d,0x56,0x45,0x58,0x63,0x33,0x4e,0x78,0x48,0x63,0x45,0x7a,0x62,0x32,0x39,0x74,0x6b,0x5a,0x47,0x54,0x65,0x33,0x74,0x37,0x67,0x34,0x4f,0x44,0x71,0x36,0x75,0x72,0x66,0x33,0x39,0x2f,0x61,0x32,0x74,0x72,0x66,0x33,0x39,0x2f,0x69,0x34,0x75,0x4a,0x33,0x64,0x33,0x65,0x51,0x6b,0x4a,0x43,0x4e,0x6a,0x59,0x33,0x51,0x4c,0x48,0x69,0x6c,0x41,0x41,0x41,0x41,0x44,0x6e,0x52,0x53,0x54,0x6c,0x50,0x2b,0x41,0x41,0x50,0x2b,0x6c,0x47,0x63,0x55,0x31,0x30,0x47,0x33,0x4b,0x74,0x71,0x53,0x33,0x73,0x6e,0x39,0x32,0x6a,0x51,0x41,0x41,0x41,0x49,0x5a,0x53,0x55,0x52,0x42,0x56,0x44,0x6a,0x4c,0x64,0x5a,0x4f,0x78,0x62,0x68,0x52,0x42,0x44,0x49,0x5a,0x64,0x37,0x43,0x6c,0x63,0x61,0x53,0x73,0x5a,0x6e,0x53,0x49,0x61,0x6a,0x30,0x4a,0x49,0x52,0x4c,0x6c,0x6c,0x4b,0x44,0x69,0x4a,0x36,0x45,0x53,0x58,0x6c,0x52,0x49,0x52,0x70,0x64,0x75,0x47,0x49,0x47,0x68,0x4f,0x69,0x42,0x43,0x52,0x69,0x6b,0x4e,0x33,0x34,0x55,0x53,0x56,0x49,0x67,0x63,0x4b,0x33,0x52,0x59,0x52,0x44,0x33,0x41,0x53,0x42,0x52,0x31,0x4b,0x43,0x52,0x56,0x50,0x68,0x4f,0x33,0x5a,0x7a,0x63,0x31,0x4f,0x44,0x6a,0x63,0x37,0x73,0x39,0x2f,0x59,0x59,0x2f,0x38,0x65,0x41,0x7a,0x62,0x6d,0x75,0x56,0x6d,0x52,0x76,0x2f,0x30,0x4a,0x7a,0x53,0x39,0x47,0x6d,0x75,0x34,0x2f,0x46,0x64,0x73,0x39,0x6c,0x36,0x4d,0x4a,0x46,0x6e,0x72,0x39,0x46,0x57,0x70,0x37,0x65,0x36,0x37,0x37,0x43,0x42,0x4f,0x37,0x35,0x78,0x44,0x5a,0x4c,0x74,0x63,0x63,0x41,0x75,0x30,0x39,0x67,0x5a,0x61,0x39,0x48,0x77,0x56,0x75,0x2b,0x41,0x34,0x46,0x79,0x43,0x70,0x71,0x4d,0x4c,0x74,0x41,0x75,0x37,0x50,0x4a,0x77,0x63,0x46,0x6b,0x50,0x49,0x79,0x34,0x59,0x4d,0x49,0x39,0x67,0x30,0x65,0x6c,0x4a,0x73,0x7a,0x73,0x4a,0x6e,0x59,0x36,0x59,0x31,0x5a,0x4d,0x2f,0x46,0x31,0x33,0x73,0x30,0x72,0x71,0x4d,0x55,0x50,0x63,0x74,0x44,0x7a,0x50,0x53,0x44,0x45,0x2f,0x30,0x50,0x55,0x33,0x49,0x6c,0x2b,0x62,0x6e,0x45,0x4c,0x6a,0x68,0x55,0x63,0x67,0x30,0x6c,0x42,0x6e,0x49,0x70,0x70,0x66,0x69,0x4d,0x62,0x47,0x4d,0x32,0x54,0x67,0x68,0x37,0x49,0x34,0x51,0x53,0x2b,0x46,0x75,0x4d,0x6d,0x7a,0x71,0x36,0x76,0x5a,0x59,0x59,0x6e,0x4b,0x4e,0x5a,0x38,0x76,0x42,0x45,0x34,0x53,0x37,0x5a,0x61,0x45,0x54,0x4e,0x63,0x68,0x5a,0x63,0x6c,0x52,0x73,0x6d,0x56,0x33,0x49,0x53,0x73,0x45,0x70,0x35,0x66,0x6f,0x64,0x72,0x41,0x6f,0x65,0x71,0x62,0x48,0x56,0x79,0x55,0x36,0x41,0x52,0x2f,0x44,0x50,0x65,0x4b,0x6d,0x39,0x4e,0x6f,0x36,0x53,0x4d,0x51,0x66,0x6f,0x43,0x2b,0x70,0x34,0x57,0x6e,0x46,0x68,0x49,0x6c,0x73,0x4a,0x33,0x4a,0x5a,0x4c,0x37,0x50,0x43,0x58,0x6b,0x67,0x6b,0x4b,0x78,0x30,0x75,0x6a,0x36,0x61,0x66,0x78,0x2b,0x45,0x53,0x4b,0x62,0x71,0x57,0x52,0x62,0x35,0x72,0x64,0x55,0x71,0x68,0x73,0x35,0x5a,0x69,0x77,0x62,0x57,0x6f,0x47,0x45,0x4a,0x33,0x53,0x6d,0x2f,0x4b,0x73,0x46,0x38,0x66,0x32,0x50,0x56,0x4e,0x53,0x32,0x67,0x37,0x74,0x4d,0x44,0x62,0x65,0x31,0x4c,0x5a,0x39,0x48,0x69,0x66,0x6d,0x34,0x59,0x65,0x53,0x2b,0x53,0x4b,0x56,0x4a,0x6a,0x70,0x52,0x31,0x58,0x4e,0x72,0x77,0x38,0x31,0x65,0x75,0x4d,0x74,0x30,0x68,0x52,0x61,0x33,0x50,0x67,0x43,0x56,0x6b,0x36,0x74,0x36,0x41,0x31,0x59,0x69,0x5a,0x37,0x44,0x64,0x6c,0x78,0x36,0x4e,0x69,0x4a,0x70,0x52,0x44,0x39,0x36,0x54,0x4e,0x51,0x71,0x58,0x56,0x72,0x42,0x50,0x56,0x78,0x34,0x69,0x77,0x62,0x49,0x6e,0x78,0x61,0x69,0x76,0x43,0x4e,0x73,0x76,0x56,0x54,0x5a,0x72,0x59,0x55,0x6e,0x47,0x46,0x35,0x7a,0x67,0x5a,0x53,0x4d,0x67,0x59,0x62,0x4f,0x5a,0x41,0x4a,0x65,0x44,0x53,0x78,0x38,0x4d,0x69,0x58,0x61,0x31,0x30,0x35,0x70,0x77,0x37,0x4b,0x6e,0x6e,0x55,0x79,0x77,0x4e,0x43,0x34,0x72,0x67,0x32,0x70,0x53,0x77,0x52,0x74,0x4b,0x5a,0x38,0x77,0x4e,0x69,0x7a,0x42,0x36,0x30,0x6f,0x46,0x75,0x79,0x51,0x6c,0x47,0x66,0x69,0x6d,0x42,0x74,0x33,0x37,0x2f,0x6b,0x61,0x4b,0x35,0x6f,0x6a,0x53,0x34,0x4e,0x67,0x36,0x33,0x35,0x6e,0x6d,0x2b,0x4d,0x2b,0x4c,0x62,0x41,0x59,0x79,0x77,0x44,0x75,0x31,0x4e,0x4c,0x76,0x59,0x59,0x6b,0x66,0x45,0x75,0x52,0x72,0x79,0x66,0x6d,0x2f,0x32,0x4b,0x66,0x73,0x58,0x34,0x55,0x63,0x42,0x2f,0x6c,0x32,0x50,0x79,0x63,0x36,0x55,0x37,0x4a,0x53,0x2f,0x33,0x39,0x75,0x62,0x2b,0x6b,0x2f,0x34,0x54,0x6e,0x4b,0x6a,0x4f,0x66,0x44,0x6c,0x47,0x66,0x70,0x33,0x6e,0x50,0x32,0x4c,0x6e,0x4e,0x69,0x59,0x33,0x62,0x39,0x32,0x63,0x59,0x48,0x46,0x76,0x4f,0x79,0x65,0x59,0x58,0x4e,0x73,0x35,0x77,0x63,0x68,0x74,0x5a,0x2f,0x77,0x48,0x43,0x65,0x75,0x4e,0x37,0x30,0x47,0x34,0x4a,0x41,0x6b,0x41,0x41,0x41,0x41,0x41,0x53,0x55,0x56,0x4f,0x52,0x4b,0x35,0x43,0x59,0x49,0x49,0x3d,0x27,0x3e,0x22,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x70,0x61,0x72,0x61,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x2b,0x3d,0x20,0x22,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x65,0x6e,0x63,0x72,0x79,0x74,0x79,0x70,0x65,0x27,0x3e,0x22,0x20,0x2b,0x20,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x65,0x6e,0x63,0x72,0x79,0x70,0x74,0x69,0x6f,0x6e,0x54,0x79,0x70,0x65,0x20,0x2b,0x20,0x27,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x27,0x20,0x2b,0x20,0x22,0x3c,0x73,0x70,0x61,0x6e,0x20,0x69,0x64,0x3d,0x27,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x22,0x20,0x2b,0x20,0x69,0x20,0x2b,0x20,0x22,0x27,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x27,0x3e,0x22,0x20,0x2b,0x20,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x73,0x73,0x69,0x64,0x20,0x2b,0x20,0x27,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x27,0x29,0x2e,0x61,0x70,0x70,0x65,0x6e,0x64,0x43,0x68,0x69,0x6c,0x64,0x28,0x70,0x61,0x72,0x61,0x29,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x72,0x73,0x73,0x69,0x20,0x3d,0x20,0x2d,0x39,0x39,0x39,0x3b,0x0a,0x09,0x09,0x09,0x09,0x7d,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x72,0x65,0x6d,0x6f,0x76,0x65,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x29,0x3b,0x0a,0x09,0x09,0x09,0x7d,0x3b,0x0a,0x09,0x09,0x7d,0x3b,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x70,0x65,0x6e,0x28,0x27,0x47,0x45,0x54,0x27,0x2c,0x20,0x27,0x2f,0x77,0x69,0x66,0x69,0x73,0x63,0x61,0x6e,0x27,0x2c,0x20,0x74,0x72,0x75,0x65,0x29,0x3b,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x65,0x6e,0x64,0x28,0x29,0x3b,0x0a,0x09,0x7d,0x3b,0x0a,0x0a,0x09,0x2f,0x2f,0x20,0x26,0x23,0x78,0x39,0x30,0x30,0x39,0x3b,0x26,0x23,0x78,0x34,0x45,0x32,0x44,0x3b,0x57,0x69,0x46,0x69,0x0a,0x09,0x76,0x61,0x72,0x20,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x3b,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x73,0x73,0x69,0x64,0x5f,0x73,0x65,0x6c,0x65,0x63,0x74,0x28,0x73,0x73,0x69,0x64,0x5f,0x6e,0x75,0x6d,0x29,0x20,0x7b,0x0a,0x09,0x09,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x20,0x3d,0x20,0x24,0x28,0x73,0x73,0x69,0x64,0x5f,0x6e,0x75,0x6d,0x29,0x2e,0x63,0x68,0x69,0x6c,0x64,0x72,0x65,0x6e,0x5b,0x32,0x5d,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x3b,0x0a,0x09,0x09,0x24,0x28,0x22,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x22,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x22,0x6e,0x6f,0x6e,0x65,0x22,0x3b,0x0a,0x09,0x09,0x69,0x66,0x20,0x28,0x24,0x28,0x73,0x73,0x69,0x64,0x5f,0x6e,0x75,0x6d,0x29,0x2e,0x63,0x68,0x69,0x6c,0x64,0x72,0x65,0x6e,0x5b,0x31,0x5d,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x3d,0x20,0x22,0x4f,0x70,0x65,0x6e,0x22,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x28,0x29,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x7b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x65,0x74,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x2c,0x20,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x29,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x22,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x22,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x3b,0x0a,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x22,0x29,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x57,0x69,0x64,0x74,0x68,0x20,0x3e,0x20,0x31,0x35,0x30,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x09,0x76,0x61,0x72,0x20,0x73,0x74,0x72,0x20,0x3d,0x20,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x22,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x3b,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x22,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x73,0x74,0x72,0x2e,0x73,0x75,0x62,0x73,0x74,0x72,0x28,0x30,0x2c,0x20,0x73,0x74,0x72,0x2e,0x6c,0x65,0x6e,0x67,0x74,0x68,0x20,0x2d,0x20,0x34,0x29,0x20,0x2b,0x20,0x22,0x2e,0x2e,0x2e,0x22,0x3b,0x0a,0x09,0x09,0x09,0x7d,0x0a,0x09,0x09,0x09,0x24,0x28,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x29,0x2e,0x66,0x6f,0x63,0x75,0x73,0x28,0x29,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x7d,0x3b,0x0a,0x0a,0x09,0x2f,0x2f,0x20,0x26,0x23,0x78,0x38,0x46,0x44,0x34,0x3b,0x26,0x23,0x78,0x35,0x36,0x44,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x30,0x39,0x3b,0x26,0x23,0x78,0x39,0x35,0x32,0x45,0x3b,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x62,0x61,0x63,0x6b,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x22,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x22,0x6e,0x6f,0x6e,0x65,0x22,0x3b,0x0a,0x09,0x09,0x24,0x28,0x22,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x22,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x30,0x2e,0x36,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x20,0x3d,0x20,0x22,0x22,0x3b,0x0a,0x09,0x7d,0x0a,0x0a,0x09,0x2f,0x2f,0x20,0x26,0x23,0x78,0x35,0x42,0x43,0x36,0x3b,0x26,0x23,0x78,0x37,0x38,0x30,0x31,0x3b,0x26,0x23,0x78,0x38,0x46,0x39,0x33,0x3b,0x26,0x23,0x78,0x35,0x31,0x36,0x35,0x3b,0x26,0x23,0x78,0x35,0x30,0x33,0x43,0x3b,0x26,0x23,0x78,0x36,0x35,0x33,0x39,0x3b,0x26,0x23,0x78,0x35,0x33,0x44,0x38,0x3b,0x26,0x23,0x78,0x46,0x46,0x30,0x43,0x3b,0x26,0x23,0x78,0x35,0x32,0x32,0x34,0x3b,0x26,0x23,0x78,0x36,0x35,0x41,0x44,0x3b,0x26,0x23,0x78,0x39,0x35,0x37,0x46,0x3b,0x26,0x23,0x78,0x35,0x45,0x41,0x36,0x3b,0x26,0x23,0x78,0x36,0x36,0x32,0x46,0x3b,0x26,0x23,0x78,0x35,0x34,0x32,0x36,0x3b,0x26,0x23,0x78,0x35,0x39,0x32,0x37,0x3b,0x26,0x23,0x78,0x34,0x45,0x38,0x45,0x3b,0x38,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x70,0x61,0x73,0x73,0x5f,0x63,0x68,0x61,0x6e,0x67,0x65,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x69,0x66,0x20,0x28,0x24,0x28,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x2e,0x6c,0x65,0x6e,0x67,0x74,0x68,0x20,0x3e,0x3d,0x20,0x38,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x27,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x31,0x27,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x72,0x65,0x6d,0x6f,0x76,0x65,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x29,0x3b,0x0a,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x7b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x27,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x30,0x2e,0x36,0x27,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x65,0x74,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x2c,0x20,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x29,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x7d,0x0a,0x0a,0x09,0x2f,0x2f,0x26,0x23,0x78,0x38,0x46,0x44,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x41,0x35,0x3b,0x57,0x69,0x46,0x69,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x6e,0x6f,0x6e,0x65,0x27,0x3b,0x0a,0x09,0x09,0x2f,0x2f,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x26,0x23,0x78,0x36,0x42,0x36,0x33,0x3b,0x26,0x23,0x78,0x35,0x37,0x32,0x38,0x3b,0x26,0x23,0x78,0x38,0x46,0x44,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x41,0x35,0x3b,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x62,0x6c,0x6f,0x63,0x6b,0x27,0x3b,0x0a,0x09,0x09,0x76,0x61,0x72,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x20,0x3d,0x20,0x6e,0x65,0x77,0x20,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x28,0x29,0x3b,0x0a,0x09,0x09,0x76,0x61,0x72,0x20,0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x53,0x74,0x72,0x69,0x6e,0x67,0x20,0x3d,0x20,0x27,0x2e,0x2f,0x77,0x69,0x66,0x69,0x63,0x6f,0x6e,0x66,0x69,0x67,0x3f,0x73,0x73,0x69,0x64,0x3d,0x27,0x20,0x2b,0x20,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x20,0x2b,0x20,0x27,0x26,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x3d,0x27,0x20,0x2b,0x20,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x27,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x3b,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x6e,0x72,0x65,0x61,0x64,0x79,0x73,0x74,0x61,0x74,0x65,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x61,0x64,0x79,0x53,0x74,0x61,0x74,0x65,0x20,0x3d,0x3d,0x20,0x34,0x20,0x26,0x26,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x3d,0x3d,0x20,0x32,0x30,0x30,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x73,0x70,0x6f,0x6e,0x73,0x65,0x54,0x65,0x78,0x74,0x20,0x3d,0x3d,0x20,0x27,0x30,0x27,0x29,0x20,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x26,0x23,0x78,0x38,0x46,0x44,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x41,0x35,0x3b,0x26,0x23,0x78,0x35,0x39,0x33,0x31,0x3b,0x26,0x23,0x78,0x38,0x44,0x32,0x35,0x3b,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x20,0x3c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x20,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x3d,0x22,0x72,0x65,0x62,0x6f,0x6f,0x74,0x28,0x29,0x22,0x20,0x69,0x64,0x3d,0x22,0x72,0x65,0x62,0x6f,0x6f,0x74,0x2d,0x62,0x74,0x6e,0x22,0x3e,0x26,0x23,0x78,0x39,0x31,0x34,0x44,0x3b,0x26,0x23,0x78,0x37,0x46,0x36,0x45,0x3b,0x26,0x23,0x78,0x35,0x42,0x38,0x43,0x3b,0x26,0x23,0x78,0x36,0x32,0x31,0x30,0x3b,0x26,0x23,0x78,0x39,0x31,0x43,0x44,0x3b,0x26,0x23,0x78,0x35,0x34,0x32,0x46,0x3b,0x26,0x23,0x78,0x35,0x45,0x37,0x36,0x3b,0x26,0x23,0x78,0x38,0x44,0x46,0x33,0x3b,0x26,0x23,0x78,0x38,0x46,0x36,0x43,0x3b,0x3c,0x2f,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3e,0x20,0x3c,0x70,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x39,0x39,0x39,0x3b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x22,0x3e,0x20,0x27,0x2b,0x27,0x26,0x23,0x78,0x36,0x37,0x32,0x43,0x3b,0x26,0x23,0x78,0x36,0x37,0x33,0x41,0x3b,0x49,0x50,0x3a,0x27,0x2b,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x73,0x70,0x6f,0x6e,0x73,0x65,0x54,0x65,0x78,0x74,0x2b,0x27,0x20,0x3c,0x2f,0x70,0x3e,0x20,0x20,0x3c,0x70,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x39,0x39,0x39,0x3b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x22,0x3e,0x2d,0x2d,0x26,0x23,0x78,0x35,0x33,0x43,0x32,0x3b,0x2d,0x26,0x23,0x78,0x36,0x35,0x37,0x30,0x3b,0x2d,0x26,0x23,0x78,0x38,0x42,0x42,0x45,0x3b,0x2d,0x26,0x23,0x78,0x37,0x46,0x36,0x45,0x3b,0x2d,0x2d,0x3c,0x2f,0x70,0x3e,0x20,0x3c,0x69,0x66,0x72,0x61,0x6d,0x65,0x20,0x20,0x73,0x72,0x63,0x3d,0x22,0x2f,0x22,0x20,0x20,0x69,0x64,0x3d,0x22,0x6d,0x79,0x69,0x66,0x72,0x61,0x6d,0x65,0x22,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x31,0x30,0x30,0x25,0x22,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x31,0x30,0x30,0x30,0x30,0x70,0x78,0x22,0x22,0x20,0x69,0x64,0x3d,0x22,0x77,0x69,0x6e,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x77,0x69,0x6e,0x22,0x20,0x6f,0x6e,0x6c,0x6f,0x61,0x64,0x3d,0x22,0x4a,0x61,0x76,0x61,0x73,0x63,0x72,0x69,0x70,0x74,0x3a,0x53,0x65,0x74,0x57,0x69,0x6e,0x48,0x65,0x69,0x67,0x68,0x74,0x28,0x74,0x68,0x69,0x73,0x29,0x22,0x20,0x66,0x72,0x61,0x6d,0x65,0x62,0x6f,0x72,0x64,0x65,0x72,0x3d,0x22,0x30,0x22,0x20,0x73,0x63,0x72,0x6f,0x6c,0x6c,0x69,0x6e,0x67,0x3d,0x22,0x6e,0x6f,0x22,0x3e,0x3c,0x2f,0x69,0x66,0x72,0x61,0x6d,0x65,0x3e,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x0a,0x09,0x09,0x09,0x7d,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x70,0x65,0x6e,0x28,0x27,0x47,0x45,0x54,0x27,0x2c,0x20,0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x53,0x74,0x72,0x69,0x6e,0x67,0x2c,0x20,0x74,0x72,0x75,0x65,0x29,0x3b,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x65,0x6e,0x64,0x28,0x29,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x30,0x2e,0x36,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x20,0x3d,0x20,0x22,0x22,0x3b,0x0a,0x09,0x7d,0x0a,0x0a,0x09,0x2f,0x2f,0x26,0x23,0x78,0x37,0x36,0x44,0x31,0x3b,0x26,0x23,0x78,0x35,0x34,0x32,0x43,0x3b,0x26,0x23,0x78,0x35,0x36,0x44,0x45,0x3b,0x26,0x23,0x78,0x38,0x46,0x36,0x36,0x3b,0x26,0x23,0x78,0x39,0x35,0x32,0x45,0x3b,0x26,0x23,0x78,0x46,0x46,0x30,0x43,0x3b,0x26,0x23,0x78,0x37,0x35,0x32,0x38,0x3b,0x26,0x23,0x78,0x34,0x45,0x38,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x44,0x30,0x3b,0x26,0x23,0x78,0x34,0x45,0x41,0x34,0x3b,0x26,0x23,0x78,0x35,0x42,0x43,0x36,0x3b,0x26,0x23,0x78,0x37,0x38,0x30,0x31,0x3b,0x0a,0x09,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x6f,0x6e,0x6b,0x65,0x79,0x64,0x6f,0x77,0x6e,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x28,0x65,0x76,0x65,0x6e,0x74,0x29,0x20,0x7b,0x0a,0x09,0x09,0x76,0x61,0x72,0x20,0x65,0x20,0x3d,0x20,0x65,0x76,0x65,0x6e,0x74,0x20,0x7c,0x7c,0x20,0x77,0x69,0x6e,0x64,0x6f,0x77,0x2e,0x65,0x76,0x65,0x6e,0x74,0x3b,0x0a,0x09,0x09,0x69,0x66,0x20,0x28,0x65,0x20,0x26,0x26,0x20,0x65,0x2e,0x6b,0x65,0x79,0x43,0x6f,0x64,0x65,0x20,0x3d,0x3d,0x20,0x31,0x33,0x20,0x26,0x26,0x20,0x24,0x28,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x2e,0x6c,0x65,0x6e,0x67,0x74,0x68,0x20,0x3e,0x3d,0x20,0x38,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x28,0x29,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x7d,0x3b,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x3c,0x2f,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0x0a,0x0a,0x3c,0x2f,0x62,0x6f,0x64,0x79,0x3e,0x3c,0x2f,0x68,0x74,0x6d,0x6c,0x3e};\r\n\r\n\r\n\r\n"
  }
]