answer
stringlengths
15
1.25M
#ifndef <API key> #define <API key> #include "parser\expression\parser-expression.hpp" #include "base\generic-constants.hpp" // Base operator node class <API key> : public ParserExpression { public: <API key> (std::vector<ParserNode*>* arguments, CompareOperators compare_op); CompareOperators op() { return op_; } protected: // Override virtual functions from ParserNode ErrorCode TypeCheckPre (TypeCheckArg* arg, bool* stop_walk); ErrorCode TypeCheckPost (TypeCheckArg* arg, bool* stop_walk) { return NO_ERROR; } ErrorCode NameResolvePre (NameResolveArg* arg, bool* stop_walk) { return NO_ERROR; } ErrorCode NameResolvePost (NameResolveArg* arg, bool* stop_walk) { return NO_ERROR; } ErrorCode ConstantFoldPost () override; private: CompareOperators op_; }; #endif // <API key>
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_07) on Sat Jul 08 14:29:49 BST 2006 --> <TITLE> Uses of Class com.alvermont.terraj.fracplanet.MeshStats </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class com.alvermont.terraj.fracplanet.MeshStats"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <A NAME="navbar_top"></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/alvermont/terraj/fracplanet/MeshStats.html" title="class in com.alvermont.terraj.fracplanet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/alvermont/terraj/fracplanet/\class-useMeshStats.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MeshStats.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <! if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <HR> <CENTER> <H2> <B>Uses of Class<br>com.alvermont.terraj.fracplanet.MeshStats</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../com/alvermont/terraj/fracplanet/MeshStats.html" title="class in com.alvermont.terraj.fracplanet">MeshStats</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.alvermont.terraj.fracplanet.ui"><B>com.alvermont.terraj.fracplanet.ui</B></A></TD> <TD>Contains code that handles the Swing user interface for the fractal planetary terrain generator.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.alvermont.terraj.fracplanet.ui"></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../com/alvermont/terraj/fracplanet/MeshStats.html" title="class in com.alvermont.terraj.fracplanet">MeshStats</A> in <A HREF="../../../../../com/alvermont/terraj/fracplanet/ui/package-summary.html">com.alvermont.terraj.fracplanet.ui</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="<API key>"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/alvermont/terraj/fracplanet/ui/package-summary.html">com.alvermont.terraj.fracplanet.ui</A> with parameters of type <A HREF="../../../../../com/alvermont/terraj/fracplanet/MeshStats.html" title="class in com.alvermont.terraj.fracplanet">MeshStats</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>ControlsDialog.</B><B><A HREF="../../../../../com/alvermont/terraj/fracplanet/ui/ControlsDialog.html#setMeshStats(com.alvermont.terraj.fracplanet.MeshStats)">setMeshStats</A></B>(<A HREF="../../../../../com/alvermont/terraj/fracplanet/MeshStats.html" title="class in com.alvermont.terraj.fracplanet">MeshStats</A>&nbsp;meshStats)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setter for property meshStats.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><API key>.</B><B><A HREF="../../../../../com/alvermont/terraj/fracplanet/ui/<API key>.html#setMeshStats(com.alvermont.terraj.fracplanet.MeshStats)">setMeshStats</A></B>(<A HREF="../../../../../com/alvermont/terraj/fracplanet/MeshStats.html" title="class in com.alvermont.terraj.fracplanet">MeshStats</A>&nbsp;meshStats)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setter for property meshStats.</TD> </TR> </TABLE> &nbsp; <P> <HR> <A NAME="navbar_bottom"></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="<API key>"></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/alvermont/terraj/fracplanet/MeshStats.html" title="class in com.alvermont.terraj.fracplanet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/alvermont/terraj/fracplanet/\class-useMeshStats.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MeshStats.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <! if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <HR> </BODY> </HTML>
<? require_once("include/nav.php"); nav_start_admin(); $crumb = array( "Zoning and Planning (Land)" => "http://land.pennsicwar.org/", "Land Admin" => "admin.php", ); nav_head( "View Kingdoms", $crumb ); nav_admin_menu(); // special Admin menu nav nav_admin_leftnav(); // special Admin left nav nav_right_begin(); if (! $r_admin) { print "<h2>Please log on as Pennsic Land staff first.</h2>\n"; } else { # no template ?> <h2>List of Groups with Fixed Sizes (Kingdoms)</h2> <? $where_clause = " (exact_land_amount > 0) or (group_name LIKE 'Kingdom of %') or (group_name LIKE 'Populace of %') "; $order_by = "group_name"; $query = group_query_mult($where_clause, $order_by); if (mysql_num_rows($query)) { ?> <table border='1' cellpadding='4' cellspacing='0'> <tr bgcolor='silver'> <td>Group ID</td> <td>Group Name</td> <td>Exact Land Amount</td> <td>Registered?</td> </tr> <? $count = 0; $total = 0; while ($result = mysql_fetch_assoc($query)) { $class = (++$count % 2) ? "odd" : "even"; $g_id = $result['group_id']; $group_name = $result['group_name']; $exact_footage = $result['exact_land_amount']; $u_id = $result['user_id']; $total += $exact_footage; ?> <tr class='<?=$class?>'> <td align='right'><?=$g_id?></td> <td> <a href='admin_groups.php?id=<?=$g_id?>' target='_blank'> <?=$group_name?> </a> </td> <td align='right'><?=$exact_footage?></td> <td align='center'> <? if ($u_id) { ?> <a href='admin_users.php?id=<?=$u_id?>' target='_blank'><?=$u_id?></a> <? } else { ?> (NO) <? } ?> </td> </tr> <? } // next result ?> <tr> <td colspan='4' align='center'><b>Total of <?=$count?> Groups with Fixed Sizes Totalling <?=$total?> Square Feet</b></td> </tr> </table> <? } else { ?> <h3>(none)</h3> <? } mysql_free_result($query); # delete query object } // endif admin nav_right_end(); nav_footer_panix(); <API key>(); nav_end(); ?>
package org.owasp.benchmark.testcode; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet("/BenchmarkTest02465") public class BenchmarkTest02465 extends HttpServlet { private static final long serialVersionUID = 1L; @Override public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { doPost(request, response); } @Override public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html"); org.owasp.benchmark.helpers.<API key> scr = new org.owasp.benchmark.helpers.<API key>( request ); String param = scr.getTheParameter("vector"); if (param == null) param = ""; String bar = doSomething(param); long l = new java.util.Random().nextLong(); String rememberMeKey = Long.toString(l); String user = "Logan"; String fullClassName = this.getClass().getName(); String testCaseNumber = fullClassName.substring(fullClassName.lastIndexOf('.')+1+"BenchmarkTest".length()); user+= testCaseNumber; String cookieName = "rememberMe" + testCaseNumber; boolean foundUser = false; javax.servlet.http.Cookie[] cookies = request.getCookies(); for (int i = 0; cookies != null && ++i < cookies.length && !foundUser;) { javax.servlet.http.Cookie cookie = cookies[i]; if (cookieName.equals(cookie.getName())) { if (cookie.getValue().equals(request.getSession().getAttribute(cookieName))) { foundUser = true; } } } if (foundUser) { response.getWriter().println("Welcome back: " + user + "<br/>"); } else { javax.servlet.http.Cookie rememberMe = new javax.servlet.http.Cookie(cookieName, rememberMeKey); rememberMe.setSecure(true); request.getSession().setAttribute(cookieName, rememberMeKey); response.addCookie(rememberMe); response.getWriter().println(user + " has been remembered with cookie: " + rememberMe.getName() + " whose value is: " + rememberMe.getValue() + "<br/>"); } response.getWriter().println("Weak Randomness Test java.util.Random.nextLong() executed"); } // end doPost private static String doSomething(String param) throws ServletException, IOException { // Chain a bunch of propagators in sequence String a61528 = param; //assign StringBuilder b61528 = new StringBuilder(a61528); // stick in stringbuilder b61528.append(" SafeStuff"); // append some safe content b61528.replace(b61528.length()-"Chars".length(),b61528.length(),"Chars"); //replace some of the end content java.util.HashMap<String,Object> map61528 = new java.util.HashMap<String,Object>(); map61528.put("key61528", b61528.toString()); // put in a collection String c61528 = (String)map61528.get("key61528"); // get it back out String d61528 = c61528.substring(0,c61528.length()-1); // extract most of it String e61528 = new String( new sun.misc.BASE64Decoder().decodeBuffer( new sun.misc.BASE64Encoder().encode( d61528.getBytes() ) )); // B64 encode and decode it String f61528 = e61528.split(" ")[0]; // split it on a space org.owasp.benchmark.helpers.ThingInterface thing = org.owasp.benchmark.helpers.ThingFactory.createThing(); String g61528 = "<API key>"; // This is static so this whole flow is 'safe' String bar = thing.doSomething(g61528); // reflection return bar; } }
/* * Interface wrapper code. * * Generated by SIP 4.16.9 */ #include "sipAPI_moogli.h" #line 817 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/moogli.sip" #include "view/Viewer.hpp" #line 12 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 32 "/usr/share/sip/PyQt4/QtGui/qwidget.sip" #include <qwidget.h> #line 16 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 326 "/usr/share/sip/PyQt4/QtOpenGL/qgl.sip" #include <qgl.h> #line 19 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtCore/qnamespace.sip" #include <qnamespace.h> #line 22 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 236 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/moogli.sip" #include "shapes/Shape.hpp" #line 25 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 744 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/moogli.sip" #include "view/View.hpp" #line 28 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qfont.sip" #include <qfont.h> #line 31 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 565 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 34 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 528 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 37 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 26 "/usr/share/sip/PyQt4/QtCore/qcoreevent.sip" #include <qcoreevent.h> #line 40 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 163 "/usr/share/sip/PyQt4/QtCore/qrect.sip" #include <qrect.h> #line 43 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 114 "/usr/share/sip/PyQt4/QtCore/qpoint.sip" #include <qpoint.h> #line 46 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qimage.sip" #include <qimage.h> #line 49 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qpixmap.sip" #include <qpixmap.h> #line 52 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 31 "/usr/share/sip/PyQt4/QtCore/qstring.sip" #include <qstring.h> #line 55 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 229 "/usr/share/sip/PyQt4/QtOpenGL/qgl.sip" #include <qgl.h> #line 58 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 56 "/usr/share/sip/PyQt4/QtGui/qpaintengine.sip" #include <qpaintengine.h> #line 61 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 28 "/usr/share/sip/PyQt4/QtOpenGL/qglcolormap.sip" #include <qglcolormap.h> #line 64 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 229 "/usr/share/sip/PyQt4/QtOpenGL/qgl.sip" #include <qgl.h> #line 67 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 74 "/usr/share/sip/PyQt4/QtOpenGL/qgl.sip" #include <qgl.h> #line 70 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qcolor.sip" #include <qcolor.h> #line 73 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtCore/qnamespace.sip" #include <qnamespace.h> #line 76 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 34 "/usr/share/sip/PyQt4/QtCore/qmargins.sip" #include <qmargins.h> #line 79 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtCore/qnamespace.sip" #include <qnamespace.h> #line 82 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtCore/qnamespace.sip" #include <qnamespace.h> #line 85 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 34 "/usr/share/sip/PyQt4/QtGui/qgraphicseffect.sip" #include <qgraphicseffect.h> #line 88 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 28 "/usr/share/sip/PyQt4/QtGui/<API key>.sip" #include <<API key>.h> #line 91 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtCore/qlocale.sip" #include <qlocale.h> #line 94 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 26 "/usr/share/sip/PyQt4/QtGui/qpaintdevice.sip" #include <qpaintdevice.h> #line 97 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtCore/qpoint.sip" #include <qpoint.h> #line 100 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qregion.sip" #include <qregion.h> #line 103 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 32 "/usr/share/sip/PyQt4/QtGui/qwidget.sip" #include <qwidget.h> #line 106 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qpainter.sip" #include <qpainter.h> #line 109 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 32 "/usr/share/sip/PyQt4/QtCore/qbytearray.sip" #include <qbytearray.h> #line 112 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtCore/qsize.sip" #include <qsize.h> #line 115 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtCore/qrect.sip" #include <qrect.h> #line 118 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 26 "/usr/share/sip/PyQt4/QtGui/qfontinfo.sip" #include <qfontinfo.h> #line 121 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 26 "/usr/share/sip/PyQt4/QtGui/qfontmetrics.sip" #include <qfontmetrics.h> #line 124 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qpalette.sip" #include <qpalette.h> #line 127 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 269 "/usr/share/sip/PyQt4/QtCore/qvariant.sip" #include <qvariant.h> #line 130 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 651 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 133 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 611 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 136 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 600 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 139 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 743 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 142 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 796 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 145 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 769 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 148 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 785 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 151 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 858 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 154 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 407 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 157 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 622 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 160 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 578 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 163 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 552 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 166 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 509 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 169 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 478 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 172 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 351 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 175 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 256 "/usr/share/sip/PyQt4/QtGui/qevent.sip" #include <qevent.h> #line 178 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 28 "/usr/share/sip/PyQt4/QtGui/qinputcontext.sip" #include <qinputcontext.h> #line 181 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 34 "/usr/share/sip/PyQt4/QtGui/qx11info_x11.sip" #include <qx11info_x11.h> #line 184 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 115 "/usr/share/sip/PyQt4/QtCore/qlist.sip" #include <qlist.h> #line 187 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 26 "/usr/share/sip/PyQt4/QtGui/qaction.sip" #include <qaction.h> #line 190 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 26 "/usr/share/sip/PyQt4/QtGui/qlayout.sip" #include <qlayout.h> #line 193 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qsizepolicy.sip" #include <qsizepolicy.h> #line 196 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtCore/qnamespace.sip" #include <qnamespace.h> #line 199 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qkeysequence.sip" #include <qkeysequence.h> #line 202 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qcursor.sip" #include <qcursor.h> #line 205 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qicon.sip" #include <qicon.h> #line 208 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qbitmap.sip" #include <qbitmap.h> #line 211 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtGui/qstyle.sip" #include <qstyle.h> #line 214 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 368 "/usr/share/sip/PyQt4/QtCore/qcoreevent.sip" #include <qcoreevent.h> #line 217 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 351 "/usr/share/sip/PyQt4/QtCore/qcoreevent.sip" #include <qcoreevent.h> #line 220 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 29 "/usr/share/sip/PyQt4/QtCore/qobject.sip" #include <qobject.h> #line 223 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 28 "/usr/share/sip/PyQt4/QtCore/qlist.sip" #include <qlist.h> #line 226 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 115 "/usr/share/sip/PyQt4/QtCore/qlist.sip" #include <qlist.h> #line 229 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 26 "/usr/share/sip/PyQt4/QtCore/qthread.sip" #include <qthread.h> #line 232 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 30 "/usr/share/sip/PyQt4/QtCore/qregexp.sip" #include <qregexp.h> #line 235 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" #line 26 "/usr/share/sip/PyQt4/QtCore/qobjectdefs.sip" #include <qobjectdefs.h> #line 238 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" class sipViewer : public Viewer { public: sipViewer(QWidget*,const QGLWidget*,Qt::WindowFlags); virtual ~sipViewer(); int qt_metacall(QMetaObject::Call,int,void **); void *qt_metacast(const char *); const QMetaObject *metaObject() const; /* * There is a public method for every protected method visible from * this class. */ QObject* sipProtect_sender() const; int <API key>(const char*) const; void <API key>(bool,QTimerEvent*); void <API key>(bool,QChildEvent*); void <API key>(bool,QEvent*); void <API key>(bool,const char*); void <API key>(bool,const char*); int <API key>() const; void <API key>(bool,QMouseEvent*); void <API key>(bool,QMouseEvent*); void <API key>(bool,QMouseEvent*); void <API key>(bool,QMouseEvent*); void <API key>(bool,QWheelEvent*); void <API key>(bool,QKeyEvent*); void <API key>(bool,QKeyEvent*); void <API key>(bool,QFocusEvent*); void <API key>(bool,QFocusEvent*); void <API key>(bool,QEvent*); void <API key>(bool,QEvent*); void <API key>(bool,QMoveEvent*); void <API key>(bool,QCloseEvent*); void <API key>(bool,QContextMenuEvent*); void <API key>(bool,QTabletEvent*); void <API key>(bool,QActionEvent*); void <API key>(bool,QDragEnterEvent*); void <API key>(bool,QDragMoveEvent*); void <API key>(bool,QDragLeaveEvent*); void <API key>(bool,QDropEvent*); void <API key>(bool,QShowEvent*); void <API key>(bool,QHideEvent*); void <API key>(bool,QEvent*); int <API key>(bool,QPaintDevice::PaintDeviceMetric) const; void <API key>(bool,QInputMethodEvent*); void <API key>(); void <API key>(); void sipProtect_create(WId,bool,bool); void sipProtect_destroy(bool,bool); bool <API key>(bool,bool); bool <API key>(); bool <API key>(); void <API key>(bool,bool); void <API key>(bool,const QPalette&); void <API key>(bool,const QFont&); void <API key>(bool,bool); void <API key>(bool); bool <API key>(bool,QEvent*); void <API key>(bool); void <API key>(bool,int,int); void <API key>(bool); void <API key>(bool); void <API key>(bool,int,int); void <API key>(bool); void <API key>(bool); bool <API key>() const; void <API key>(bool,QPaintEvent*); void <API key>(bool,QResizeEvent*); void <API key>(bool); void <API key>(bool); int <API key>(const QFont&,int); /* * There is a protected method for every virtual method visible from * this class. */ protected: void disconnectNotify(const char*); void connectNotify(const char*); void customEvent(QEvent*); void childEvent(QChildEvent*); void timerEvent(QTimerEvent*); bool eventFilter(QObject*,QEvent*); void languageChange(); void <API key>(bool); void fontChange(const QFont&); void paletteChange(const QPalette&); void enabledChange(bool); bool focusNextPrevChild(bool); QVariant inputMethodQuery(Qt::InputMethodQuery) const; void inputMethodEvent(QInputMethodEvent*); int metric(QPaintDevice::PaintDeviceMetric) const; void changeEvent(QEvent*); void hideEvent(QHideEvent*); void showEvent(QShowEvent*); void dropEvent(QDropEvent*); void dragLeaveEvent(QDragLeaveEvent*); void dragMoveEvent(QDragMoveEvent*); void dragEnterEvent(QDragEnterEvent*); void actionEvent(QActionEvent*); void tabletEvent(QTabletEvent*); void contextMenuEvent(QContextMenuEvent*); void closeEvent(QCloseEvent*); void moveEvent(QMoveEvent*); void leaveEvent(QEvent*); void enterEvent(QEvent*); void focusOutEvent(QFocusEvent*); void focusInEvent(QFocusEvent*); void keyReleaseEvent(QKeyEvent*); void keyPressEvent(QKeyEvent*); void wheelEvent(QWheelEvent*); void mouseMoveEvent(QMouseEvent*); void <API key>(QMouseEvent*); void mouseReleaseEvent(QMouseEvent*); void mousePressEvent(QMouseEvent*); int heightForWidth(int) const; QSize minimumSizeHint() const; QSize sizeHint() const; void setVisible(bool); int devType() const; void glDraw(); void glInit(); void resizeEvent(QResizeEvent*); void paintEvent(QPaintEvent*); void paintOverlayGL(); void resizeOverlayGL(int,int); void initializeOverlayGL(); void paintGL(); void resizeGL(int,int); void initializeGL(); bool event(QEvent*); void updateOverlayGL(); void updateGL(); QPaintEngine* paintEngine() const; public: sipSimpleWrapper *sipPySelf; private: sipViewer(const sipViewer &); sipViewer &operator = (const sipViewer &); char sipPyMethods[57]; }; sipViewer::sipViewer(QWidget*a0,const QGLWidget*a1,Qt::WindowFlags a2): Viewer(a0,a1,a2), sipPySelf(0) { memset(sipPyMethods, 0, sizeof (sipPyMethods)); } sipViewer::~sipViewer() { sipCommonDtor(sipPySelf); } const QMetaObject *sipViewer::metaObject() const { return <API key>(sipPySelf,sipType_Viewer); } int sipViewer::qt_metacall(QMetaObject::Call _c,int _id,void **_a) { _id = Viewer::qt_metacall(_c,_id,_a); if (_id >= 0) _id = <API key>(sipPySelf,sipType_Viewer,_c,_id,_a); return _id; } void *sipViewer::qt_metacast(const char *_clname) { return (<API key>(sipPySelf, sipType_Viewer, _clname)) ? this : Viewer::qt_metacast(_clname); } void sipViewer::disconnectNotify(const char*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[0],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::disconnectNotify(a0); return; } typedef void (*sipVH_QtCore_24)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, const char*); ((sipVH_QtCore_24)(<API key>->em_virthandlers[24]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::connectNotify(const char*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[1],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::connectNotify(a0); return; } typedef void (*sipVH_QtCore_24)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, const char*); ((sipVH_QtCore_24)(<API key>->em_virthandlers[24]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::customEvent(QEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[2],sipPySelf,NULL,sipName_customEvent); if (!sipMeth) { Viewer::customEvent(a0); return; } typedef void (*sipVH_QtCore_17)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QEvent*); ((sipVH_QtCore_17)(<API key>->em_virthandlers[17]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::childEvent(QChildEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[3],sipPySelf,NULL,sipName_childEvent); if (!sipMeth) { Viewer::childEvent(a0); return; } typedef void (*sipVH_QtCore_25)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QChildEvent*); ((sipVH_QtCore_25)(<API key>->em_virthandlers[25]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::timerEvent(QTimerEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[4],sipPySelf,NULL,sipName_timerEvent); if (!sipMeth) { Viewer::timerEvent(a0); return; } typedef void (*sipVH_QtCore_9)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QTimerEvent*); ((sipVH_QtCore_9)(<API key>->em_virthandlers[9]))(sipGILState, 0, sipPySelf, sipMeth, a0); } bool sipViewer::eventFilter(QObject*a0,QEvent*a1) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[5],sipPySelf,NULL,sipName_eventFilter); if (!sipMeth) return Viewer::eventFilter(a0,a1); typedef bool (*sipVH_QtCore_18)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QObject*,QEvent*); return ((sipVH_QtCore_18)(<API key>->em_virthandlers[18]))(sipGILState, 0, sipPySelf, sipMeth, a0, a1); } void sipViewer::languageChange() { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[6],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::languageChange(); return; } typedef void (*sipVH_QtCore_11)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); ((sipVH_QtCore_11)(<API key>->em_virthandlers[11]))(sipGILState, 0, sipPySelf, sipMeth); } void sipViewer::<API key>(bool a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[7],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::<API key>(a0); return; } typedef void (*sipVH_QtGui_6)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, bool); ((sipVH_QtGui_6)(<API key>->em_virthandlers[6]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::fontChange(const QFont& a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[8],sipPySelf,NULL,sipName_fontChange); if (!sipMeth) { Viewer::fontChange(a0); return; } typedef void (*sipVH_QtGui_9)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, const QFont&); ((sipVH_QtGui_9)(<API key>->em_virthandlers[9]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::paletteChange(const QPalette& a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[9],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::paletteChange(a0); return; } typedef void (*sipVH_QtGui_10)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, const QPalette&); ((sipVH_QtGui_10)(<API key>->em_virthandlers[10]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::enabledChange(bool a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[10],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::enabledChange(a0); return; } typedef void (*sipVH_QtGui_6)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, bool); ((sipVH_QtGui_6)(<API key>->em_virthandlers[6]))(sipGILState, 0, sipPySelf, sipMeth, a0); } bool sipViewer::focusNextPrevChild(bool a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[11],sipPySelf,NULL,<API key>); if (!sipMeth) return Viewer::focusNextPrevChild(a0); typedef bool (*sipVH_QtGui_11)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, bool); return ((sipVH_QtGui_11)(<API key>->em_virthandlers[11]))(sipGILState, 0, sipPySelf, sipMeth, a0); } QVariant sipViewer::inputMethodQuery(Qt::InputMethodQuery a0) const { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,const_cast<char *>(&sipPyMethods[12]),sipPySelf,NULL,<API key>); if (!sipMeth) return Viewer::inputMethodQuery(a0); typedef QVariant (*sipVH_QtGui_12)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, Qt::InputMethodQuery); return ((sipVH_QtGui_12)(<API key>->em_virthandlers[12]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::inputMethodEvent(QInputMethodEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[13],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::inputMethodEvent(a0); return; } typedef void (*sipVH_QtGui_13)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QInputMethodEvent*); ((sipVH_QtGui_13)(<API key>->em_virthandlers[13]))(sipGILState, 0, sipPySelf, sipMeth, a0); } int sipViewer::metric(QPaintDevice::PaintDeviceMetric a0) const { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,const_cast<char *>(&sipPyMethods[14]),sipPySelf,NULL,sipName_metric); if (!sipMeth) return Viewer::metric(a0); typedef int (*sipVH_QtGui_14)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QPaintDevice::PaintDeviceMetric); return ((sipVH_QtGui_14)(<API key>->em_virthandlers[14]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::changeEvent(QEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[15],sipPySelf,NULL,sipName_changeEvent); if (!sipMeth) { Viewer::changeEvent(a0); return; } typedef void (*sipVH_QtCore_17)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QEvent*); ((sipVH_QtCore_17)(<API key>->em_virthandlers[17]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::hideEvent(QHideEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[16],sipPySelf,NULL,sipName_hideEvent); if (!sipMeth) { Viewer::hideEvent(a0); return; } typedef void (*sipVH_QtGui_0)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QHideEvent*); ((sipVH_QtGui_0)(<API key>->em_virthandlers[0]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::showEvent(QShowEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[17],sipPySelf,NULL,sipName_showEvent); if (!sipMeth) { Viewer::showEvent(a0); return; } typedef void (*sipVH_QtGui_1)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QShowEvent*); ((sipVH_QtGui_1)(<API key>->em_virthandlers[1]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::dropEvent(QDropEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[18],sipPySelf,NULL,sipName_dropEvent); if (!sipMeth) { Viewer::dropEvent(a0); return; } typedef void (*sipVH_QtGui_15)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QDropEvent*); ((sipVH_QtGui_15)(<API key>->em_virthandlers[15]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::dragLeaveEvent(QDragLeaveEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[19],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::dragLeaveEvent(a0); return; } typedef void (*sipVH_QtGui_16)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QDragLeaveEvent*); ((sipVH_QtGui_16)(<API key>->em_virthandlers[16]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::dragMoveEvent(QDragMoveEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[20],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::dragMoveEvent(a0); return; } typedef void (*sipVH_QtGui_17)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QDragMoveEvent*); ((sipVH_QtGui_17)(<API key>->em_virthandlers[17]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::dragEnterEvent(QDragEnterEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[21],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::dragEnterEvent(a0); return; } typedef void (*sipVH_QtGui_18)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QDragEnterEvent*); ((sipVH_QtGui_18)(<API key>->em_virthandlers[18]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::actionEvent(QActionEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[22],sipPySelf,NULL,sipName_actionEvent); if (!sipMeth) { Viewer::actionEvent(a0); return; } typedef void (*sipVH_QtGui_19)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QActionEvent*); ((sipVH_QtGui_19)(<API key>->em_virthandlers[19]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::tabletEvent(QTabletEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[23],sipPySelf,NULL,sipName_tabletEvent); if (!sipMeth) { Viewer::tabletEvent(a0); return; } typedef void (*sipVH_QtGui_20)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QTabletEvent*); ((sipVH_QtGui_20)(<API key>->em_virthandlers[20]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::contextMenuEvent(QContextMenuEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[24],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::contextMenuEvent(a0); return; } typedef void (*sipVH_QtGui_21)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QContextMenuEvent*); ((sipVH_QtGui_21)(<API key>->em_virthandlers[21]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::closeEvent(QCloseEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[25],sipPySelf,NULL,sipName_closeEvent); if (!sipMeth) { Viewer::closeEvent(a0); return; } typedef void (*sipVH_QtGui_22)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QCloseEvent*); ((sipVH_QtGui_22)(<API key>->em_virthandlers[22]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::moveEvent(QMoveEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[26],sipPySelf,NULL,sipName_moveEvent); if (!sipMeth) { Viewer::moveEvent(a0); return; } typedef void (*sipVH_QtGui_23)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QMoveEvent*); ((sipVH_QtGui_23)(<API key>->em_virthandlers[23]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::leaveEvent(QEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[27],sipPySelf,NULL,sipName_leaveEvent); if (!sipMeth) { Viewer::leaveEvent(a0); return; } typedef void (*sipVH_QtCore_17)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QEvent*); ((sipVH_QtCore_17)(<API key>->em_virthandlers[17]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::enterEvent(QEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[28],sipPySelf,NULL,sipName_enterEvent); if (!sipMeth) { Viewer::enterEvent(a0); return; } typedef void (*sipVH_QtCore_17)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QEvent*); ((sipVH_QtCore_17)(<API key>->em_virthandlers[17]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::focusOutEvent(QFocusEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[29],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::focusOutEvent(a0); return; } typedef void (*sipVH_QtGui_24)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QFocusEvent*); ((sipVH_QtGui_24)(<API key>->em_virthandlers[24]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::focusInEvent(QFocusEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[30],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::focusInEvent(a0); return; } typedef void (*sipVH_QtGui_24)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QFocusEvent*); ((sipVH_QtGui_24)(<API key>->em_virthandlers[24]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::keyReleaseEvent(QKeyEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[31],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::keyReleaseEvent(a0); return; } typedef void (*sipVH_QtGui_25)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QKeyEvent*); ((sipVH_QtGui_25)(<API key>->em_virthandlers[25]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::keyPressEvent(QKeyEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[32],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::keyPressEvent(a0); return; } typedef void (*sipVH_QtGui_25)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QKeyEvent*); ((sipVH_QtGui_25)(<API key>->em_virthandlers[25]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::wheelEvent(QWheelEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[33],sipPySelf,NULL,sipName_wheelEvent); if (!sipMeth) { Viewer::wheelEvent(a0); return; } typedef void (*sipVH_QtGui_5)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QWheelEvent*); ((sipVH_QtGui_5)(<API key>->em_virthandlers[5]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::mouseMoveEvent(QMouseEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[34],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::mouseMoveEvent(a0); return; } typedef void (*sipVH_QtGui_26)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QMouseEvent*); ((sipVH_QtGui_26)(<API key>->em_virthandlers[26]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::<API key>(QMouseEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[35],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::<API key>(a0); return; } typedef void (*sipVH_QtGui_26)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QMouseEvent*); ((sipVH_QtGui_26)(<API key>->em_virthandlers[26]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::mouseReleaseEvent(QMouseEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[36],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::mouseReleaseEvent(a0); return; } typedef void (*sipVH_QtGui_26)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QMouseEvent*); ((sipVH_QtGui_26)(<API key>->em_virthandlers[26]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::mousePressEvent(QMouseEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[37],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::mousePressEvent(a0); return; } typedef void (*sipVH_QtGui_26)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QMouseEvent*); ((sipVH_QtGui_26)(<API key>->em_virthandlers[26]))(sipGILState, 0, sipPySelf, sipMeth, a0); } int sipViewer::heightForWidth(int a0) const { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,const_cast<char *>(&sipPyMethods[38]),sipPySelf,NULL,<API key>); if (!sipMeth) return Viewer::heightForWidth(a0); typedef int (*sipVH_QtGui_28)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, int); return ((sipVH_QtGui_28)(<API key>->em_virthandlers[28]))(sipGILState, 0, sipPySelf, sipMeth, a0); } QSize sipViewer::minimumSizeHint() const { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,const_cast<char *>(&sipPyMethods[39]),sipPySelf,NULL,<API key>); if (!sipMeth) return Viewer::minimumSizeHint(); typedef QSize (*sipVH_QtGui_4)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); return ((sipVH_QtGui_4)(<API key>->em_virthandlers[4]))(sipGILState, 0, sipPySelf, sipMeth); } QSize sipViewer::sizeHint() const { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,const_cast<char *>(&sipPyMethods[40]),sipPySelf,NULL,sipName_sizeHint); if (!sipMeth) return Viewer::sizeHint(); typedef QSize (*sipVH_QtGui_4)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); return ((sipVH_QtGui_4)(<API key>->em_virthandlers[4]))(sipGILState, 0, sipPySelf, sipMeth); } void sipViewer::setVisible(bool a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[41],sipPySelf,NULL,sipName_setVisible); if (!sipMeth) { Viewer::setVisible(a0); return; } typedef void (*sipVH_QtGui_6)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, bool); ((sipVH_QtGui_6)(<API key>->em_virthandlers[6]))(sipGILState, 0, sipPySelf, sipMeth, a0); } int sipViewer::devType() const { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,const_cast<char *>(&sipPyMethods[42]),sipPySelf,NULL,sipName_devType); if (!sipMeth) return Viewer::devType(); typedef int (*sipVH_QtCore_6)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); return ((sipVH_QtCore_6)(<API key>->em_virthandlers[6]))(sipGILState, 0, sipPySelf, sipMeth); } void sipViewer::glDraw() { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[43],sipPySelf,NULL,sipName_glDraw); if (!sipMeth) { Viewer::glDraw(); return; } typedef void (*sipVH_QtCore_11)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); ((sipVH_QtCore_11)(<API key>->em_virthandlers[11]))(sipGILState, 0, sipPySelf, sipMeth); } void sipViewer::glInit() { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[44],sipPySelf,NULL,sipName_glInit); if (!sipMeth) { Viewer::glInit(); return; } typedef void (*sipVH_QtCore_11)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); ((sipVH_QtCore_11)(<API key>->em_virthandlers[11]))(sipGILState, 0, sipPySelf, sipMeth); } void sipViewer::resizeEvent(QResizeEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[45],sipPySelf,NULL,sipName_resizeEvent); if (!sipMeth) { Viewer::resizeEvent(a0); return; } typedef void (*sipVH_QtGui_2)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QResizeEvent*); ((sipVH_QtGui_2)(<API key>->em_virthandlers[2]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::paintEvent(QPaintEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[46],sipPySelf,NULL,sipName_paintEvent); if (!sipMeth) { Viewer::paintEvent(a0); return; } typedef void (*sipVH_QtGui_3)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QPaintEvent*); ((sipVH_QtGui_3)(<API key>->em_virthandlers[3]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::paintOverlayGL() { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[47],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::paintOverlayGL(); return; } typedef void (*sipVH_QtCore_11)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); ((sipVH_QtCore_11)(<API key>->em_virthandlers[11]))(sipGILState, 0, sipPySelf, sipMeth); } void sipViewer::resizeOverlayGL(int a0,int a1) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[48],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::resizeOverlayGL(a0,a1); return; } typedef void (*sipVH_QtGui_32)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, int,int); ((sipVH_QtGui_32)(<API key>->em_virthandlers[32]))(sipGILState, 0, sipPySelf, sipMeth, a0, a1); } void sipViewer::initializeOverlayGL() { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[49],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::initializeOverlayGL(); return; } typedef void (*sipVH_QtCore_11)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); ((sipVH_QtCore_11)(<API key>->em_virthandlers[11]))(sipGILState, 0, sipPySelf, sipMeth); } void sipViewer::paintGL() { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[50],sipPySelf,NULL,sipName_paintGL); if (!sipMeth) { Viewer::paintGL(); return; } typedef void (*sipVH_QtCore_11)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); ((sipVH_QtCore_11)(<API key>->em_virthandlers[11]))(sipGILState, 0, sipPySelf, sipMeth); } void sipViewer::resizeGL(int a0,int a1) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[51],sipPySelf,NULL,sipName_resizeGL); if (!sipMeth) { Viewer::resizeGL(a0,a1); return; } typedef void (*sipVH_QtGui_32)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, int,int); ((sipVH_QtGui_32)(<API key>->em_virthandlers[32]))(sipGILState, 0, sipPySelf, sipMeth, a0, a1); } void sipViewer::initializeGL() { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[52],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::initializeGL(); return; } typedef void (*sipVH_QtCore_11)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); ((sipVH_QtCore_11)(<API key>->em_virthandlers[11]))(sipGILState, 0, sipPySelf, sipMeth); } bool sipViewer::event(QEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[53],sipPySelf,NULL,sipName_event); if (!sipMeth) return Viewer::event(a0); typedef bool (*sipVH_QtCore_5)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *, QEvent*); return ((sipVH_QtCore_5)(<API key>->em_virthandlers[5]))(sipGILState, 0, sipPySelf, sipMeth, a0); } void sipViewer::updateOverlayGL() { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[54],sipPySelf,NULL,<API key>); if (!sipMeth) { Viewer::updateOverlayGL(); return; } typedef void (*sipVH_QtCore_11)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); ((sipVH_QtCore_11)(<API key>->em_virthandlers[11]))(sipGILState, 0, sipPySelf, sipMeth); } void sipViewer::updateGL() { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[55],sipPySelf,NULL,sipName_updateGL); if (!sipMeth) { Viewer::updateGL(); return; } typedef void (*sipVH_QtCore_11)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); ((sipVH_QtCore_11)(<API key>->em_virthandlers[11]))(sipGILState, 0, sipPySelf, sipMeth); } QPaintEngine* sipViewer::paintEngine() const { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,const_cast<char *>(&sipPyMethods[56]),sipPySelf,NULL,sipName_paintEngine); if (!sipMeth) return Viewer::paintEngine(); typedef QPaintEngine* (*sipVH_QtGui_27)(sip_gilstate_t, <API key>, sipSimpleWrapper *, PyObject *); return ((sipVH_QtGui_27)(<API key>->em_virthandlers[27]))(sipGILState, 0, sipPySelf, sipMeth); } QObject* sipViewer::sipProtect_sender() const { return QObject::sender(); } int sipViewer::<API key>(const char*a0) const { return QObject::receivers(a0); } void sipViewer::<API key>(bool sipSelfWasArg,QTimerEvent*a0) { (sipSelfWasArg ? QObject::timerEvent(a0) : timerEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QChildEvent*a0) { (sipSelfWasArg ? QObject::childEvent(a0) : childEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QEvent*a0) { (sipSelfWasArg ? QObject::customEvent(a0) : customEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,const char*a0) { (sipSelfWasArg ? QObject::connectNotify(a0) : connectNotify(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,const char*a0) { (sipSelfWasArg ? QObject::disconnectNotify(a0) : disconnectNotify(a0)); } int sipViewer::<API key>() const { return QObject::senderSignalIndex(); } void sipViewer::<API key>(bool sipSelfWasArg,QMouseEvent*a0) { (sipSelfWasArg ? QWidget::mousePressEvent(a0) : mousePressEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QMouseEvent*a0) { (sipSelfWasArg ? QWidget::mouseReleaseEvent(a0) : mouseReleaseEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QMouseEvent*a0) { (sipSelfWasArg ? QWidget::<API key>(a0) : <API key>(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QMouseEvent*a0) { (sipSelfWasArg ? QWidget::mouseMoveEvent(a0) : mouseMoveEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QWheelEvent*a0) { (sipSelfWasArg ? QWidget::wheelEvent(a0) : wheelEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QKeyEvent*a0) { (sipSelfWasArg ? QWidget::keyPressEvent(a0) : keyPressEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QKeyEvent*a0) { (sipSelfWasArg ? QWidget::keyReleaseEvent(a0) : keyReleaseEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QFocusEvent*a0) { (sipSelfWasArg ? QWidget::focusInEvent(a0) : focusInEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QFocusEvent*a0) { (sipSelfWasArg ? QWidget::focusOutEvent(a0) : focusOutEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QEvent*a0) { (sipSelfWasArg ? QWidget::enterEvent(a0) : enterEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QEvent*a0) { (sipSelfWasArg ? QWidget::leaveEvent(a0) : leaveEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QMoveEvent*a0) { (sipSelfWasArg ? QWidget::moveEvent(a0) : moveEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QCloseEvent*a0) { (sipSelfWasArg ? QWidget::closeEvent(a0) : closeEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QContextMenuEvent*a0) { (sipSelfWasArg ? QWidget::contextMenuEvent(a0) : contextMenuEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QTabletEvent*a0) { (sipSelfWasArg ? QWidget::tabletEvent(a0) : tabletEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QActionEvent*a0) { (sipSelfWasArg ? QWidget::actionEvent(a0) : actionEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QDragEnterEvent*a0) { (sipSelfWasArg ? QWidget::dragEnterEvent(a0) : dragEnterEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QDragMoveEvent*a0) { (sipSelfWasArg ? QWidget::dragMoveEvent(a0) : dragMoveEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QDragLeaveEvent*a0) { (sipSelfWasArg ? QWidget::dragLeaveEvent(a0) : dragLeaveEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QDropEvent*a0) { (sipSelfWasArg ? QWidget::dropEvent(a0) : dropEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QShowEvent*a0) { (sipSelfWasArg ? QWidget::showEvent(a0) : showEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QHideEvent*a0) { (sipSelfWasArg ? QWidget::hideEvent(a0) : hideEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QEvent*a0) { (sipSelfWasArg ? QWidget::changeEvent(a0) : changeEvent(a0)); } int sipViewer::<API key>(bool sipSelfWasArg,QPaintDevice::PaintDeviceMetric a0) const { return (sipSelfWasArg ? QWidget::metric(a0) : metric(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QInputMethodEvent*a0) { (sipSelfWasArg ? QWidget::inputMethodEvent(a0) : inputMethodEvent(a0)); } void sipViewer::<API key>() { QWidget::resetInputContext(); } void sipViewer::<API key>() { QWidget::updateMicroFocus(); } void sipViewer::sipProtect_create(WId a0,bool a1,bool a2) { QWidget::create(a0,a1,a2); } void sipViewer::sipProtect_destroy(bool a0,bool a1) { QWidget::destroy(a0,a1); } bool sipViewer::<API key>(bool sipSelfWasArg,bool a0) { return (sipSelfWasArg ? QWidget::focusNextPrevChild(a0) : focusNextPrevChild(a0)); } bool sipViewer::<API key>() { return QWidget::focusNextChild(); } bool sipViewer::<API key>() { return QWidget::focusPreviousChild(); } void sipViewer::<API key>(bool sipSelfWasArg,bool a0) { (sipSelfWasArg ? QWidget::enabledChange(a0) : enabledChange(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,const QPalette& a0) { (sipSelfWasArg ? QWidget::paletteChange(a0) : paletteChange(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,const QFont& a0) { (sipSelfWasArg ? QWidget::fontChange(a0) : fontChange(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,bool a0) { (sipSelfWasArg ? QWidget::<API key>(a0) : <API key>(a0)); } void sipViewer::<API key>(bool sipSelfWasArg) { (sipSelfWasArg ? QWidget::languageChange() : languageChange()); } bool sipViewer::<API key>(bool sipSelfWasArg,QEvent*a0) { return (sipSelfWasArg ? QGLWidget::event(a0) : event(a0)); } void sipViewer::<API key>(bool sipSelfWasArg) { (sipSelfWasArg ? QGLWidget::initializeGL() : initializeGL()); } void sipViewer::<API key>(bool sipSelfWasArg,int a0,int a1) { (sipSelfWasArg ? QGLWidget::resizeGL(a0,a1) : resizeGL(a0,a1)); } void sipViewer::<API key>(bool sipSelfWasArg) { (sipSelfWasArg ? QGLWidget::paintGL() : paintGL()); } void sipViewer::<API key>(bool sipSelfWasArg) { (sipSelfWasArg ? QGLWidget::initializeOverlayGL() : initializeOverlayGL()); } void sipViewer::<API key>(bool sipSelfWasArg,int a0,int a1) { (sipSelfWasArg ? QGLWidget::resizeOverlayGL(a0,a1) : resizeOverlayGL(a0,a1)); } void sipViewer::<API key>(bool sipSelfWasArg) { (sipSelfWasArg ? QGLWidget::paintOverlayGL() : paintOverlayGL()); } void sipViewer::<API key>(bool a0) { QGLWidget::setAutoBufferSwap(a0); } bool sipViewer::<API key>() const { return QGLWidget::autoBufferSwap(); } void sipViewer::<API key>(bool sipSelfWasArg,QPaintEvent*a0) { (sipSelfWasArg ? QGLWidget::paintEvent(a0) : paintEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg,QResizeEvent*a0) { (sipSelfWasArg ? QGLWidget::resizeEvent(a0) : resizeEvent(a0)); } void sipViewer::<API key>(bool sipSelfWasArg) { (sipSelfWasArg ? QGLWidget::glInit() : glInit()); } void sipViewer::<API key>(bool sipSelfWasArg) { (sipSelfWasArg ? QGLWidget::glDraw() : glDraw()); } int sipViewer::<API key>(const QFont& a0,int a1) { return QGLWidget::fontDisplayListBase(a0,a1); } extern "C" {static PyObject *meth_Viewer_sender(PyObject *, PyObject *, PyObject *);} static PyObject *meth_Viewer_sender(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { const sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { QObject*sipRes = 0; #line 638 "/usr/share/sip/PyQt4/QtCore/qobject.sip" typedef QObject *(*helper_func)(QObject *); static helper_func helper = 0; if (!helper) helper = (helper_func)sipImportSymbol("<API key>"); // sender() must be called without the GIL to avoid possible deadlocks between // the GIL and Qt's internal thread data mutex. <API key> #if defined(<API key>) sipRes = sipCpp->sender(); #else sipRes = sipCpp->sipProtect_sender(); #endif <API key> if (helper) sipRes = helper(sipRes); #line 1745 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" return sipConvertFromType(sipRes,sipType_QObject,NULL); } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_sender, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { char* a0; const sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BG", &sipSelf, sipType_Viewer, &sipCpp, &a0)) { int sipRes = 0; #line 664 "/usr/share/sip/PyQt4/QtCore/qobject.sip" // We need to take into account any proxies for Python signals. Import the // helper if it hasn't already been done. typedef int (*helper_func)(QObject *, const char *, int); static helper_func helper = 0; if (!helper) helper = (helper_func)sipImportSymbol("<API key>"); // PyQt5: Get rid of the const casts. if (helper) #if defined(<API key>) sipRes = helper(const_cast<QObject *>(sipCpp), a0, sipCpp->receivers(a0)); #else sipRes = helper(const_cast<QObject *>(static_cast<const QObject *>(sipCpp)), a0, sipCpp-><API key>(a0)); #endif #line 1788 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" return SIPLong_FromLong(sipRes); } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_receivers, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QTimerEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QTimerEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_timerEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QChildEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QChildEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_childEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_customEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { char* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BG", &sipSelf, sipType_Viewer, &sipCpp, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { char* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BG", &sipSelf, sipType_Viewer, &sipCpp, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { const sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { int sipRes; <API key> sipRes = sipCpp-><API key>(); <API key> return SIPLong_FromLong(sipRes); } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QMouseEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QMouseEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QMouseEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QMouseEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QMouseEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QMouseEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QMouseEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QMouseEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QWheelEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QWheelEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_wheelEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QKeyEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QKeyEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QKeyEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QKeyEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QFocusEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QFocusEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QFocusEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QFocusEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_enterEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_leaveEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QMoveEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QMoveEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_moveEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QCloseEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QCloseEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_closeEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QContextMenuEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, <API key>, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QTabletEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, <API key>, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_tabletEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QActionEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, <API key>, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_actionEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QDragEnterEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, <API key>, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QDragMoveEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, <API key>, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QDragLeaveEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, <API key>, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QDropEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QDropEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_dropEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QShowEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QShowEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_showEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QHideEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QHideEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_hideEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_changeEvent, NULL); return NULL; } extern "C" {static PyObject *meth_Viewer_metric(PyObject *, PyObject *, PyObject *);} static PyObject *meth_Viewer_metric(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QPaintDevice::PaintDeviceMetric a0; const sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BE", &sipSelf, sipType_Viewer, &sipCpp, <API key>, &a0)) { int sipRes; <API key> sipRes = sipCpp-><API key>(sipSelfWasArg,a0); <API key> return SIPLong_FromLong(sipRes); } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_metric, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QInputMethodEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, <API key>, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { <API key> sipCpp-><API key>(); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { <API key> sipCpp-><API key>(); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *meth_Viewer_create(PyObject *, PyObject *, PyObject *);} static PyObject *meth_Viewer_create(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { WId a0 = 0; bool a1 = 1; bool a2 = 1; sipViewer *sipCpp; static const char *sipKwdList[] = { sipName_window, <API key>, <API key>, }; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, sipKwdList, NULL, "B|mbb", &sipSelf, sipType_Viewer, &sipCpp, &a0, &a1, &a2)) { <API key> sipCpp->sipProtect_create(a0,a1,a2); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_create, NULL); return NULL; } extern "C" {static PyObject *meth_Viewer_destroy(PyObject *, PyObject *, PyObject *);} static PyObject *meth_Viewer_destroy(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { bool a0 = 1; bool a1 = 1; sipViewer *sipCpp; static const char *sipKwdList[] = { <API key>, <API key>, }; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, sipKwdList, NULL, "B|bb", &sipSelf, sipType_Viewer, &sipCpp, &a0, &a1)) { <API key> sipCpp->sipProtect_destroy(a0,a1); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_destroy, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { bool a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "Bb", &sipSelf, sipType_Viewer, &sipCpp, &a0)) { bool sipRes; <API key> sipRes = sipCpp-><API key>(sipSelfWasArg,a0); <API key> return PyBool_FromLong(sipRes); } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { bool sipRes; <API key> sipRes = sipCpp-><API key>(); <API key> return PyBool_FromLong(sipRes); } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { bool sipRes; <API key> sipRes = sipCpp-><API key>(); <API key> return PyBool_FromLong(sipRes); } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { bool a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "Bb", &sipSelf, sipType_Viewer, &sipCpp, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { const QPalette* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ9", &sipSelf, sipType_Viewer, &sipCpp, sipType_QPalette, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,*a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { const QFont* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ9", &sipSelf, sipType_Viewer, &sipCpp, sipType_QFont, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,*a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_fontChange, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { bool a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "Bb", &sipSelf, sipType_Viewer, &sipCpp, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { <API key> sipCpp-><API key>(sipSelfWasArg); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *meth_Viewer_event(PyObject *, PyObject *, PyObject *);} static PyObject *meth_Viewer_event(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QEvent, &a0)) { bool sipRes; <API key> sipRes = sipCpp-><API key>(sipSelfWasArg,a0); <API key> return PyBool_FromLong(sipRes); } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_event, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { <API key> sipCpp-><API key>(sipSelfWasArg); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { int a0; int a1; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "Bii", &sipSelf, sipType_Viewer, &sipCpp, &a0, &a1)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0,a1); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_resizeGL, NULL); return NULL; } extern "C" {static PyObject *meth_Viewer_paintGL(PyObject *, PyObject *, PyObject *);} static PyObject *meth_Viewer_paintGL(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { <API key> sipCpp-><API key>(sipSelfWasArg); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_paintGL, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { <API key> sipCpp-><API key>(sipSelfWasArg); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { int a0; int a1; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "Bii", &sipSelf, sipType_Viewer, &sipCpp, &a0, &a1)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0,a1); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { <API key> sipCpp-><API key>(sipSelfWasArg); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { bool a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "Bb", &sipSelf, sipType_Viewer, &sipCpp, &a0)) { <API key> sipCpp-><API key>(a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { const sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { bool sipRes; <API key> sipRes = sipCpp-><API key>(); <API key> return PyBool_FromLong(sipRes); } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QPaintEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_QPaintEvent, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_paintEvent, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { QResizeEvent* a0; sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, <API key>, &a0)) { <API key> sipCpp-><API key>(sipSelfWasArg,a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_resizeEvent, NULL); return NULL; } extern "C" {static PyObject *meth_Viewer_glInit(PyObject *, PyObject *, PyObject *);} static PyObject *meth_Viewer_glInit(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { <API key> sipCpp-><API key>(sipSelfWasArg); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_glInit, NULL); return NULL; } extern "C" {static PyObject *meth_Viewer_glDraw(PyObject *, PyObject *, PyObject *);} static PyObject *meth_Viewer_glDraw(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; bool sipSelfWasArg = (!sipSelf || sipIsDerived((sipSimpleWrapper *)sipSelf)); { sipViewer *sipCpp; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, NULL, NULL, "B", &sipSelf, sipType_Viewer, &sipCpp)) { <API key> sipCpp-><API key>(sipSelfWasArg); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_glDraw, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs, PyObject *sipKwds) { PyObject *sipParseErr = NULL; { const QFont* a0; int a1 = 2000; sipViewer *sipCpp; static const char *sipKwdList[] = { NULL, sipName_listBase, }; if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, sipKwdList, NULL, "BJ9|i", &sipSelf, sipType_Viewer, &sipCpp, sipType_QFont, &a0, &a1)) { int sipRes; <API key> sipRes = sipCpp-><API key>(*a0,a1); <API key> return SIPLong_FromLong(sipRes); } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs) { PyObject *sipParseErr = NULL; { Viewer *sipCpp; if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_Viewer, &sipCpp)) { PyObject * sipRes = 0; #line 830 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/moogli.sip" sipRes = PyString_FromString(sipCpp -> get_view_with_focus() -> getName().c_str()); #line 3418 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp" return sipRes; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs) { PyObject *sipParseErr = NULL; { MeshView* a0; Viewer *sipCpp; if (sipParseArgs(&sipParseErr, sipArgs, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_MeshView, &a0)) { <API key> sipCpp->detach_view(a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_detach_view, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs) { PyObject *sipParseErr = NULL; { MeshView* a0; Viewer *sipCpp; if (sipParseArgs(&sipParseErr, sipArgs, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_MeshView, &a0)) { <API key> sipCpp->attach_view(a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, sipName_attach_view, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs) { PyObject *sipParseErr = NULL; { MoogliShape* a0; Viewer *sipCpp; if (sipParseArgs(&sipParseErr, sipArgs, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_MoogliShape, &a0)) { <API key> sipCpp->attach_shape(a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } extern "C" {static PyObject *<API key>(PyObject *, PyObject *);} static PyObject *<API key>(PyObject *sipSelf, PyObject *sipArgs) { PyObject *sipParseErr = NULL; { MoogliShape* a0; Viewer *sipCpp; if (sipParseArgs(&sipParseErr, sipArgs, "BJ8", &sipSelf, sipType_Viewer, &sipCpp, sipType_MoogliShape, &a0)) { <API key> sipCpp->detach_shape(a0); <API key> Py_INCREF(Py_None); return Py_None; } } /* Raise an exception if the arguments couldn't be parsed. */ sipNoMethod(sipParseErr, sipName_Viewer, <API key>, NULL); return NULL; } /* Cast a pointer to a type somewhere in its superclass hierarchy. */ extern "C" {static void *cast_Viewer(void *, const sipTypeDef *);} static void *cast_Viewer(void *ptr, const sipTypeDef *targetType) { void *res; if (targetType == sipType_Viewer) return ptr; if ((res = ((const sipClassTypeDef *)sipType_QGLWidget)->ctd_cast((QGLWidget *)(Viewer *)ptr,targetType)) != NULL) return res; return NULL; } /* Call the instance's destructor. */ extern "C" {static void release_Viewer(void *, int);} static void release_Viewer(void *sipCppV,int) { Viewer *sipCpp = reinterpret_cast<Viewer *>(sipCppV); <API key> if (QThread::currentThread() == sipCpp->thread()) delete sipCpp; else sipCpp->deleteLater(); <API key> } extern "C" {static void dealloc_Viewer(sipSimpleWrapper *);} static void dealloc_Viewer(sipSimpleWrapper *sipSelf) { if (sipIsDerived(sipSelf)) reinterpret_cast<sipViewer *>(sipGetAddress(sipSelf))->sipPySelf = NULL; if (sipIsPyOwned(sipSelf)) { release_Viewer(sipGetAddress(sipSelf),sipSelf->flags); } } extern "C" {static void *init_type_Viewer(sipSimpleWrapper *, PyObject *, PyObject *, PyObject **, PyObject **, PyObject **);} static void *init_type_Viewer(sipSimpleWrapper *sipSelf, PyObject *sipArgs, PyObject *sipKwds, PyObject **sipUnused, PyObject **, PyObject **sipParseErr) { sipViewer *sipCpp = 0; { QWidget* a0 = nullptr; const QGLWidget* a1 = nullptr; Qt::WindowFlags a2def = 0; Qt::WindowFlags* a2 = &a2def; int a2State = 0; if (sipParseKwdArgs(sipParseErr, sipArgs, sipKwds, NULL, sipUnused, "|J8J8J1", sipType_QWidget, &a0, sipType_QGLWidget, &a1, <API key>, &a2, &a2State)) { <API key> sipCpp = new sipViewer(a0,a1,*a2); <API key> sipReleaseType(a2,<API key>,a2State); sipCpp->sipPySelf = sipSelf; return sipCpp; } } return NULL; } /* Define this type's super-types. */ static sipEncodedTypeDef supers_Viewer[] = {{23, 2, 1}}; static PyMethodDef methods_Viewer[] = { {SIP_MLNAME_CAST(sipName_actionEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), <API key>, METH_VARARGS, NULL}, {SIP_MLNAME_CAST(sipName_attach_view), <API key>, METH_VARARGS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_changeEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_childEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_closeEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_create), (PyCFunction)meth_Viewer_create, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_customEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_destroy), (PyCFunction)meth_Viewer_destroy, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), <API key>, METH_VARARGS, NULL}, {SIP_MLNAME_CAST(sipName_detach_view), <API key>, METH_VARARGS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_dropEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_enterEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_event), (PyCFunction)meth_Viewer_event, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_fontChange), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), <API key>, METH_VARARGS, NULL}, {SIP_MLNAME_CAST(sipName_glDraw), (PyCFunction)meth_Viewer_glDraw, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_glInit), (PyCFunction)meth_Viewer_glInit, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_hideEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_leaveEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_metric), (PyCFunction)meth_Viewer_metric, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_moveEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_paintEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_paintGL), (PyCFunction)meth_Viewer_paintGL, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_receivers), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_resizeEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_resizeGL), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_sender), (PyCFunction)meth_Viewer_sender, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_showEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_tabletEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_timerEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(sipName_wheelEvent), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL}, {SIP_MLNAME_CAST(<API key>), (PyCFunction)<API key>, METH_VARARGS|METH_KEYWORDS, NULL} }; pyqt4ClassTypeDef <API key> = { { { -1, 0, 0, SIP_TYPE_SCC|SIP_TYPE_CLASS, sipNameNr_Viewer, {0} }, { sipNameNr_Viewer, {0, 0, 1}, 64, methods_Viewer, 0, 0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, }, 0, -1, -1, supers_Viewer, 0, init_type_Viewer, 0, 0, #if PY_MAJOR_VERSION >= 3 0, 0, #else 0, 0, 0, 0, #endif dealloc_Viewer, 0, 0, 0, release_Viewer, cast_Viewer, 0, 0, 0, 0, 0, 0 }, &Viewer::staticMetaObject, 0, 0 };
<!DOCTYPE html PUBLIC "- <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.10"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="functions_0.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Chargement...</div> <div id="SRResults"></div> <script type="text/javascript"><! createResults(); --></script> <div class="SRStatus" id="Searching">Recherche...</div> <div class="SRStatus" id="NoMatches">Aucune correspondance</div> <script type="text/javascript"><! document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
#include "Common.h" #include "Transports.h" #include "MapManager.h" #include "ObjectMgr.h" #include "Path.h" #include "WorldPacket.h" #include "Database/DBCStores.h" #include "ProgressBar.h" void MapManager::LoadTransports() { QueryResult *result = WorldDatabase.Query("SELECT entry, name, period FROM transports"); uint32 count = 0; if( !result ) { barGoLink bar( 1 ); bar.step(); sLog.outString(); sLog.outString( ">> Loaded %u transports", count ); return; } barGoLink bar( result->GetRowCount() ); do { bar.step(); Transport *t = new Transport; Field *fields = result->Fetch(); uint32 entry = fields[0].GetUInt32(); std::string name = fields[1].GetCppString(); t->m_period = fields[2].GetUInt32(); const GameObjectInfo *goinfo = objmgr.GetGameObjectInfo(entry); if(!goinfo) { sLog.outErrorDb("Transport ID:%u, Name: %s, will not be loaded, gameobject_template missing", entry, name.c_str()); delete t; continue; } if(goinfo->type != <API key>) { sLog.outErrorDb("Transport ID:%u, Name: %s, will not be loaded, gameobject_template type wrong", entry, name.c_str()); delete t; continue; } // sLog.outString("Loading transport %d between %s, %s", entry, name.c_str(), goinfo->name); std::set<uint32> mapsUsed; if(!t->GenerateWaypoints(goinfo->moTransport.taxiPathId, mapsUsed)) // skip transports with empty waypoints list { sLog.outErrorDb("Transport (path id %u) path size = 0. Transport ignored, check DBC files or transport GO data0 field.",goinfo->moTransport.taxiPathId); delete t; continue; } t->m_name = goinfo->name; float x, y, z, o; uint32 mapid; x = t->m_WayPoints[0].x; y = t->m_WayPoints[0].y; z = t->m_WayPoints[0].z; mapid = t->m_WayPoints[0].mapid; o = 1; // creates the Gameobject if(!t->Create(entry, mapid, x, y, z, o, 100, 0)) { delete t; continue; } m_Transports.insert(t); for (std::set<uint32>::iterator i = mapsUsed.begin(); i != mapsUsed.end(); ++i) m_TransportsByMap[*i].insert(t); //If we someday decide to use the grid to track transports, here: //MapManager::Instance().LoadGrid(mapid,x,y,true); //t->GetMap()->Add<GameObject>((GameObject *)t); ++count; } while(result->NextRow()); delete result; sLog.outString(); sLog.outString( ">> Loaded %u transports", count ); // check transport data DB integrity result = WorldDatabase.Query("SELECT gameobject.guid,gameobject.id,transports.name FROM gameobject,transports WHERE gameobject.id = transports.entry"); if(result) // wrong data found { do { Field *fields = result->Fetch(); uint32 guid = fields[0].GetUInt32(); uint32 entry = fields[1].GetUInt32(); std::string name = fields[2].GetCppString(); sLog.outErrorDb("Transport %u '%s' have record (GUID: %u) in `gameobject`. Transports DON'T must have any records in `gameobject` or its behavior will be unpredictable/bugged.",entry,name.c_str(),guid); } while(result->NextRow()); delete result; } } Transport::Transport() : GameObject() { // 2.3.2 - 0x5A m_updateFlag = (<API key> | UPDATEFLAG_LOWGUID | UPDATEFLAG_HIGHGUID | <API key>); } bool Transport::Create(uint32 guidlow, uint32 mapid, float x, float y, float z, float ang, uint32 animprogress, uint32 dynflags) { Relocate(x,y,z,ang); SetMapId(mapid); if(!IsPositionValid()) { sLog.outError("ERROR: Transport (GUID: %u) not created. Suggested coordinates isn't valid (X: %f Y: %f)", guidlow,x,y); return false; } Object::_Create(guidlow, 0, <API key>); GameObjectInfo const* goinfo = objmgr.GetGameObjectInfo(guidlow); if (!goinfo) { sLog.outErrorDb("Transport not created: entry in `gameobject_template` not found, guidlow: %u map: %u (X: %f Y: %f Z: %f) ang: %f",guidlow, mapid, x, y, z, ang); return false; } m_goInfo = goinfo; SetFloatValue(<API key>, goinfo->size); SetUInt32Value(GAMEOBJECT_FACTION, goinfo->faction); //SetUInt32Value(GAMEOBJECT_FLAGS, goinfo->flags); SetUInt32Value(GAMEOBJECT_FLAGS, MAKE_PAIR32(0x28, 0x64)); SetUInt32Value(GAMEOBJECT_LEVEL, m_period); SetEntry(goinfo->id); SetUInt32Value(<API key>, goinfo->displayId); SetGoState(1); SetGoType(GameobjectTypes(goinfo->type)); SetGoAnimProgress(animprogress); if(dynflags) SetUInt32Value(GAMEOBJECT_DYNAMIC, MAKE_PAIR32(0, dynflags)); return true; } struct keyFrame { keyFrame(float _x, float _y, float _z, uint32 _mapid, int _actionflag, int _delay) { x = _x; y = _y; z = _z; mapid = _mapid; actionflag = _actionflag; delay = _delay; distFromPrev = -1; distSinceStop = -1; distUntilStop = -1; tFrom = 0; tTo = 0; } float x; float y; float z; uint32 mapid; int actionflag; int delay; float distSinceStop; float distUntilStop; float distFromPrev; float tFrom, tTo; }; bool Transport::GenerateWaypoints(uint32 pathid, std::set<uint32> &mapids) { TransportPath path; objmgr.<API key>(pathid, path); if (path.Empty()) return false; std::vector<keyFrame> keyFrames; int mapChange = 0; mapids.clear(); for (size_t i = 1; i < path.Size() - 1; i++) { if (mapChange == 0) { if ((path[i].mapid == path[i+1].mapid)) { keyFrame k(path[i].x, path[i].y, path[i].z, path[i].mapid, path[i].actionFlag, path[i].delay); keyFrames.push_back(k); mapids.insert(k.mapid); } else { mapChange = 1; } } else { --mapChange; } } int lastStop = -1; int firstStop = -1; // first cell is arrived at by teleportation :S keyFrames[0].distFromPrev = 0; if (keyFrames[0].actionflag == 2) { lastStop = 0; } // find the rest of the distances between key points for (size_t i = 1; i < keyFrames.size(); i++) { if ((keyFrames[i].actionflag == 1) || (keyFrames[i].mapid != keyFrames[i-1].mapid)) { keyFrames[i].distFromPrev = 0; } else { keyFrames[i].distFromPrev = sqrt(pow(keyFrames[i].x - keyFrames[i - 1].x, 2) + pow(keyFrames[i].y - keyFrames[i - 1].y, 2) + pow(keyFrames[i].z - keyFrames[i - 1].z, 2)); } if (keyFrames[i].actionflag == 2) { // remember first stop frame if(firstStop == -1) firstStop = i; lastStop = i; } } float tmpDist = 0; for (size_t i = 0; i < keyFrames.size(); i++) { int j = (i + lastStop) % keyFrames.size(); if (keyFrames[j].actionflag == 2) tmpDist = 0; else tmpDist += keyFrames[j].distFromPrev; keyFrames[j].distSinceStop = tmpDist; } for (int i = int(keyFrames.size()) - 1; i >= 0; i { int j = (i + (firstStop+1)) % keyFrames.size(); tmpDist += keyFrames[(j + 1) % keyFrames.size()].distFromPrev; keyFrames[j].distUntilStop = tmpDist; if (keyFrames[j].actionflag == 2) tmpDist = 0; } for (size_t i = 0; i < keyFrames.size(); i++) { if (keyFrames[i].distSinceStop < (30 * 30 * 0.5f)) keyFrames[i].tFrom = sqrt(2 * keyFrames[i].distSinceStop); else keyFrames[i].tFrom = ((keyFrames[i].distSinceStop - (30 * 30 * 0.5f)) / 30) + 30; if (keyFrames[i].distUntilStop < (30 * 30 * 0.5f)) keyFrames[i].tTo = sqrt(2 * keyFrames[i].distUntilStop); else keyFrames[i].tTo = ((keyFrames[i].distUntilStop - (30 * 30 * 0.5f)) / 30) + 30; keyFrames[i].tFrom *= 1000; keyFrames[i].tTo *= 1000; } // for (int i = 0; i < keyFrames.size(); i++) { // sLog.outString("%f, %f, %f, %f, %f, %f, %f", keyFrames[i].x, keyFrames[i].y, keyFrames[i].distUntilStop, keyFrames[i].distSinceStop, keyFrames[i].distFromPrev, keyFrames[i].tFrom, keyFrames[i].tTo); // Now we're completely set up; we can move along the length of each waypoint at 100 ms intervals // speed = max(30, t) (remember x = 0.5s^2, and when accelerating, a = 1 unit/s^2 int t = 0; bool teleport = false; if (keyFrames[keyFrames.size() - 1].mapid != keyFrames[0].mapid) teleport = true; WayPoint pos(keyFrames[0].mapid, keyFrames[0].x, keyFrames[0].y, keyFrames[0].z, teleport); m_WayPoints[0] = pos; t += keyFrames[0].delay * 1000; uint32 cM = keyFrames[0].mapid; for (size_t i = 0; i < keyFrames.size() - 1; i++) { float d = 0; float tFrom = keyFrames[i].tFrom; float tTo = keyFrames[i].tTo; // keep the generation of all these points; we use only a few now, but may need the others later if (((d < keyFrames[i + 1].distFromPrev) && (tTo > 0))) { while ((d < keyFrames[i + 1].distFromPrev) && (tTo > 0)) { tFrom += 100; tTo -= 100; if (d > 0) { float newX, newY, newZ; newX = keyFrames[i].x + (keyFrames[i + 1].x - keyFrames[i].x) * d / keyFrames[i + 1].distFromPrev; newY = keyFrames[i].y + (keyFrames[i + 1].y - keyFrames[i].y) * d / keyFrames[i + 1].distFromPrev; newZ = keyFrames[i].z + (keyFrames[i + 1].z - keyFrames[i].z) * d / keyFrames[i + 1].distFromPrev; bool teleport = false; if (keyFrames[i].mapid != cM) { teleport = true; cM = keyFrames[i].mapid; } // sLog.outString("T: %d, D: %f, x: %f, y: %f, z: %f", t, d, newX, newY, newZ); WayPoint pos(keyFrames[i].mapid, newX, newY, newZ, teleport); if (teleport) m_WayPoints[t] = pos; } if (tFrom < tTo) // caught in tFrom dock's "gravitational pull" { if (tFrom <= 30000) { d = 0.5f * (tFrom / 1000) * (tFrom / 1000); } else { d = 0.5f * 30 * 30 + 30 * ((tFrom - 30000) / 1000); } d = d - keyFrames[i].distSinceStop; } else { if (tTo <= 30000) { d = 0.5f * (tTo / 1000) * (tTo / 1000); } else { d = 0.5f * 30 * 30 + 30 * ((tTo - 30000) / 1000); } d = keyFrames[i].distUntilStop - d; } t += 100; } t -= 100; } if (keyFrames[i + 1].tFrom > keyFrames[i + 1].tTo) t += 100 - ((long)keyFrames[i + 1].tTo % 100); else t += (long)keyFrames[i + 1].tTo % 100; bool teleport = false; if ((keyFrames[i + 1].actionflag == 1) || (keyFrames[i + 1].mapid != keyFrames[i].mapid)) { teleport = true; cM = keyFrames[i + 1].mapid; } WayPoint pos(keyFrames[i + 1].mapid, keyFrames[i + 1].x, keyFrames[i + 1].y, keyFrames[i + 1].z, teleport); // sLog.outString("T: %d, x: %f, y: %f, z: %f, t:%d", t, pos.x, pos.y, pos.z, teleport); //if (teleport) m_WayPoints[t] = pos; t += keyFrames[i + 1].delay * 1000; } uint32 timer = t; // sLog.outDetail(" Generated %d waypoints, total time %u.", m_WayPoints.size(), timer); m_curr = m_WayPoints.begin(); m_curr = GetNextWayPoint(); m_next = GetNextWayPoint(); m_pathTime = timer; m_nextNodeTime = m_curr->first; return true; } Transport::WayPointMap::iterator Transport::GetNextWayPoint() { WayPointMap::iterator iter = m_curr; ++iter; if (iter == m_WayPoints.end()) iter = m_WayPoints.begin(); return iter; } void Transport::TeleportTransport(uint32 newMapid, float x, float y, float z) { //GetMap()->Remove((GameObject *)this, false); SetMapId(newMapid); //MapManager::Instance().LoadGrid(newMapid,x,y,true); Relocate(x, y, z); //GetMap()->Add<GameObject>((GameObject *)this); for(PlayerSet::iterator itr = m_passengers.begin(); itr != m_passengers.end();) { PlayerSet::iterator it2 = itr; ++itr; Player *plr = *it2; if(!plr) { m_passengers.erase(it2); continue; } if (plr->isDead() && !plr->HasFlag(PLAYER_FLAGS, PLAYER_FLAGS_GHOST)) { plr->ResurrectPlayer(1.0); } plr->TeleportTo(newMapid, x, y, z, GetOrientation(), <API key>); //WorldPacket data(SMSG_811, 4); //data << uint32(0); //plr->GetSession()->SendPacket(&data); } } bool Transport::AddPassenger(Player* passenger) { if (m_passengers.find(passenger) == m_passengers.end()) { sLog.outDetail("Player %s boarded transport %s.", passenger->GetName(), m_name.c_str()); m_passengers.insert(passenger); } return true; } bool Transport::RemovePassenger(Player* passenger) { if (m_passengers.find(passenger) != m_passengers.end()) { sLog.outDetail("Player %s removed from transport %s.", passenger->GetName(), m_name.c_str()); m_passengers.erase(passenger); } return true; } void Transport::Update(uint32 /*p_time*/) { if (m_WayPoints.size() <= 1) return; m_timer = getMSTime() % m_period; while (((m_timer - m_curr->first) % m_pathTime) > ((m_next->first - m_curr->first) % m_pathTime)) { m_curr = GetNextWayPoint(); m_next = GetNextWayPoint(); // first check help in case client-server transport coordinates de-synchronization if (m_curr->second.mapid != GetMapId() || m_curr->second.teleport) { TeleportTransport(m_curr->second.mapid, m_curr->second.x, m_curr->second.y, m_curr->second.z); } else { //MapManager::Instance().GetMap(m_curr->second.mapid)-><API key>((GameObject *)this, m_curr->second.x, m_curr->second.y, m_curr->second.z, m_orientation); Relocate(m_curr->second.x, m_curr->second.y, m_curr->second.z); } /* for(PlayerSet::iterator itr = m_passengers.begin(); itr != m_passengers.end();) { PlayerSet::iterator it2 = itr; ++itr; //(*it2)->SetPosition( m_curr->second.x + (*it2)->GetTransOffsetX(), m_curr->second.y + (*it2)->GetTransOffsetY(), m_curr->second.z + (*it2)->GetTransOffsetZ(), (*it2)->GetTransOffsetO() ); } */ m_nextNodeTime = m_curr->first; if (m_curr == m_WayPoints.begin() && (sLog.getLogFilter() & <API key>)==0) sLog.outDetail(" ************ BEGIN ************** %s", m_name.c_str()); // MapManager::Instance().GetMap(m_curr->second.mapid)->Add(&this); // -> // ->Add(t); //MapManager::Instance().GetMap(m_curr->second.mapid)->Remove((GameObject *)this, false); // -> // ->Add(t); //MapManager::Instance().GetMap(m_curr->second.mapid)->Add((GameObject *)this); // -> // ->Add(t); if ((sLog.getLogFilter() & <API key>)==0) sLog.outDetail("%s moved to %f %f %f %d", m_name.c_str(), m_curr->second.x, m_curr->second.y, m_curr->second.z, m_curr->second.mapid); } }
-- A2Billing database - update database schema - v1.2.2 to update to v1.2.3 /* To create the database : mysql -u root -p"root password" < UPDATE-a2billing-v1.2.2-to-v1.2.3-mysql.sql */ -- inital balance : it would be used by the cron in order to refill automatically each month ALTER TABLE cc_card ADD COLUMN initialbalance DECIMAL(15,5); ALTER TABLE cc_card ALTER COLUMN initialbalance SET DEFAULT 0; UPDATE cc_card SET initialbalance = '0'; -- invoiceday : day of the month when the customer invoice need to be created ALTER TABLE cc_card ADD COLUMN invoiceday INT; ALTER TABLE cc_card ALTER COLUMN invoiceday SET DEFAULT 1; UPDATE cc_card SET invoiceday = '1'; -- autorefill : define if the automatic refill will be permorfed on this card ALTER TABLE cc_card ADD COLUMN autorefill INT; ALTER TABLE cc_card ALTER COLUMN autorefill SET DEFAULT 0; UPDATE cc_card SET autorefill = '0'; -- Auto Refill Report Table CREATE TABLE <API key> ( id BIGINT NOT NULL AUTO_INCREMENT, daterun TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL, totalcardperform INT, totalcredit DECIMAL(15,5), PRIMARY KEY (id) )ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_bin; -- Add Buying cost into the reporting ALTER TABLE cc_call ADD COLUMN buyrate DECIMAL(15,5); ALTER TABLE cc_call ALTER COLUMN buyrate SET DEFAULT 0; ALTER TABLE cc_call ADD COLUMN buycost DECIMAL(15,5); ALTER TABLE cc_call ALTER COLUMN buycost SET DEFAULT 0; ALTER TABLE cc_card ADD COLUMN loginkey CHAR(40); ALTER TABLE cc_card ADD COLUMN activatedbyuser char(1) DEFAULT 'f' NOT NULL; INSERT INTO cc_templatemail VALUES ('forgetpassword', 'info@call-labs.com', 'Call-Labs', 'Login Information', 'Your login information is as below: Your account is $card_gen Your password is $password Your cardalias is $cardalias http://call-labs.com/A2BCustomer_UI/ Kind regards, Call Labs ', ''); INSERT INTO cc_templatemail VALUES ('signupconfirmed', 'info@call-labs.com', 'Call-Labs', 'SIGNUP CONFIRMATION', 'Thank you for registering with us Please make sure you active your account by making payment to us either by credit card, wire transfer, money order, cheque, and western union money transfer, money Gram, and Pay pal. Your account is $card_gen Your password is $password To go to your account : http://call-labs.com/A2BCustomer_UI/ Kind regards, Call Labs ', '');
// C++ interface to dwfl // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General // later version. #ifndef DWFLPP_H #define DWFLPP_H #include "config.h" #include "dwarf_wrappers.h" #include "elaborate.h" #include "session.h" #include "unordered.h" #include "setupdwfl.h" #include <cstring> #include <iostream> #include <map> #include <set> #include <string> #include <vector> extern "C" { #include <elfutils/libdwfl.h> #include <regex.h> } struct func_info; struct <API key>; struct symbol_table; struct base_query; struct dwarf_query; enum line_t { ABSOLUTE, RELATIVE, RANGE, WILDCARD }; enum info_status { info_unknown, info_present, info_absent }; // module -> cu die[] typedef unordered_map<Dwarf*, std::vector<Dwarf_Die>*> module_cu_cache_t; // An instance of this type tracks whether the type units for a given // Dwarf have been read. typedef std::set<Dwarf*> module_tus_read_t; // typename -> die typedef unordered_map<std::string, Dwarf_Die> cu_type_cache_t; // cu die -> (typename -> die) typedef unordered_map<void*, cu_type_cache_t*> mod_cu_type_cache_t; // function -> die typedef unordered_multimap<std::string, Dwarf_Die> cu_function_cache_t; typedef std::pair<cu_function_cache_t::iterator, cu_function_cache_t::iterator> <API key>; // cu die -> (function -> die) typedef unordered_map<void*, cu_function_cache_t*> <API key>; // module -> (function -> die) typedef unordered_map<Dwarf*, cu_function_cache_t*> <API key>; // inline function die -> instance die[] typedef unordered_map<void*, std::vector<Dwarf_Die>*> <API key>; // die -> parent die typedef unordered_map<void*, Dwarf_Die> <API key>; // cu die -> (die -> parent die) typedef unordered_map<void*, <API key>*> <API key>; typedef std::vector<func_info> func_info_map_t; typedef std::vector<<API key>> <API key>; /* XXX FIXME functions that dwflpp needs from tapsets.cxx */ func_info_map_t *<API key>(dwarf_query *q); <API key> *<API key>(dwarf_query *q); struct module_info { Dwfl_Module* mod; const char* name; std::string elf_path; Dwarf_Addr addr; Dwarf_Addr bias; symbol_table *sym_table; info_status dwarf_status; // module has dwarf info? info_status symtab_status; // symbol table cached? std::set<std::string> inlined_funcs; std::set<std::string> plt_funcs; void get_symtab(base_query *q); void update_symtab(cu_function_cache_t *funcs); module_info(const char *name) : mod(NULL), name(name), addr(0), bias(0), sym_table(NULL), dwarf_status(info_unknown), symtab_status(info_unknown) {} ~module_info(); }; struct module_cache { std::map<std::string, module_info*> cache; bool paths_collected; bool dwarf_collected; module_cache() : paths_collected(false), dwarf_collected(false) {} ~module_cache(); }; struct func_info { func_info() : decl_file(NULL), decl_line(-1), addr(0), entrypc(0), prologue_end(0), weak(false), descriptor(false) { std::memset(&die, 0, sizeof(die)); } std::string name; char const * decl_file; int decl_line; Dwarf_Die die; Dwarf_Addr addr; Dwarf_Addr entrypc; Dwarf_Addr prologue_end; bool weak, descriptor; }; struct <API key> { <API key>() : decl_file(NULL), decl_line(-1), entrypc(0) { std::memset(&die, 0, sizeof(die)); } bool operator<(const <API key>& other) const; std::string name; char const * decl_file; int decl_line; Dwarf_Addr entrypc; Dwarf_Die die; }; struct dwflpp { systemtap_session & sess; // These are "current" values we focus on. Dwfl_Module * module; Dwarf_Addr module_bias; module_info * mod_info; // These describe the current module's PC address range Dwarf_Addr module_start; Dwarf_Addr module_end; Dwarf_Die * cu; std::string module_name; std::string function_name; dwflpp(systemtap_session & session, const std::string& user_module, bool kernel_p); dwflpp(systemtap_session & session, const std::vector<std::string>& user_modules, bool kernel_p); ~dwflpp(); void get_module_dwarf(bool required = false, bool report = true); void focus_on_module(Dwfl_Module * m, module_info * mi); void focus_on_cu(Dwarf_Die * c); void focus_on_function(Dwarf_Die * f); std::string cu_name(void); Dwarf_Die *<API key>(Dwarf_Addr a); bool module_name_matches(const std::string& pattern); static bool name_has_wildcard(const std::string& pattern); bool <API key>(const std::string& pattern); bool <API key>(const std::string& name, const std::string& pattern); bool <API key>(const std::string& pattern); bool <API key>(const std::vector<std::string>& scopes); void <API key>(int (* callback)(Dwfl_Module *, void **, const char *, Dwarf_Addr, void *), void *data); void iterate_over_cus (int (*callback)(Dwarf_Die * die, void * arg), void * data, bool want_types); bool func_is_inline(); bool func_is_exported(); void <API key> (int (* callback)(Dwarf_Die * die, void * arg), void * data); std::vector<Dwarf_Die> getscopes_die(Dwarf_Die* die); std::vector<Dwarf_Die> getscopes(Dwarf_Die* die); std::vector<Dwarf_Die> getscopes(Dwarf_Addr pc); Dwarf_Die *declaration_resolve(Dwarf_Die *type); Dwarf_Die *declaration_resolve(const std::string& name); Dwarf_Die *<API key>(const std::string& name); int <API key> (int (* callback)(Dwarf_Die * func, base_query * q), base_query * q, const std::string& function); int <API key> (int (* callback)(Dwarf_Die * func, base_query * q), base_query * q, const std::string& function); void <API key> (char const * srcfile, int lines[2], bool need_single_match, enum line_t line_type, void (* callback) (const dwarf_line_t& line, void * arg), const std::string& func_pattern, void *data); void iterate_over_labels (Dwarf_Die *begin_die, const std::string& sym, const std::string& function, dwarf_query *q, void (* callback)(const std::string &, const char *, const char *, int, Dwarf_Die *, Dwarf_Addr, dwarf_query *)); int iterate_over_notes (void *object, void (*callback)(void *object, int type, const char *data, size_t len)); void <API key> (void (*callback)(void *object, const char *data), void *data); int iterate_over_plt (void *object, void (*callback)(void *object, const char *name, size_t address)); GElf_Shdr * get_section(std::string section_name, GElf_Shdr *shdr_mem, Elf **elf_ret=NULL); void <API key> (std::string const & pattern, std::set<std::string> & filtered_srcfiles); void <API key> (func_info_map_t & funcs); bool function_entrypc (Dwarf_Addr * addr) __attribute__((warn_unused_result)); bool die_entrypc (Dwarf_Die * die, Dwarf_Addr * addr) __attribute__((warn_unused_result)); void function_die (Dwarf_Die *d); void function_file (char const ** c); void function_line (int *linep); bool die_has_pc (Dwarf_Die & die, Dwarf_Addr pc); bool <API key>(Dwarf_Die& scope, Dwarf_Addr addr, Dwarf_Die& result); std::string <API key> (std::vector<Dwarf_Die>& scopes, Dwarf_Addr pc, std::string const & local, const target_symbol *e, bool lvalue, exp_type & ty); Dwarf_Die* type_die_for_local (std::vector<Dwarf_Die>& scopes, Dwarf_Addr pc, std::string const & local, const target_symbol *e, Dwarf_Die *die_mem); std::string <API key> (Dwarf_Die *scope_die, Dwarf_Addr pc, const target_symbol *e, bool lvalue, exp_type & ty); Dwarf_Die* type_die_for_return (Dwarf_Die *scope_die, Dwarf_Addr pc, const target_symbol *e, Dwarf_Die *die_mem); std::string <API key> (Dwarf_Die *type_die, const target_symbol *e, bool lvalue, exp_type & ty); Dwarf_Die* <API key> (Dwarf_Die *type_die, const target_symbol *e, Dwarf_Die *die_mem); bool blacklisted_p(const std::string& funcname, const std::string& filename, int line, const std::string& module, Dwarf_Addr addr, bool has_return); Dwarf_Addr relocate_address(Dwarf_Addr addr, std::string& reloc_section); void <API key> (Dwarf_Die *typedie, Dwarf_Die *innerdie, const target_symbol *e); bool has_gnu_debugdata(); private: DwflPtr dwfl_ptr; // These are "current" values we focus on. Dwarf * module_dwarf; Dwarf_Die * function; void setup_kernel(const std::string& module_name, systemtap_session &s, bool debuginfo_needed = true); void setup_kernel(const std::vector<std::string>& modules, bool debuginfo_needed = true); void setup_user(const std::vector<std::string>& modules, bool debuginfo_needed = true); module_cu_cache_t module_cu_cache; module_tus_read_t module_tus_read; <API key> cu_function_cache; <API key> mod_function_cache; std::set<void*> <API key>; // CUs that are already cached <API key> <API key>; void <API key> (Dwarf_Die* die); <API key> cu_die_parent_cache; void cache_die_parents(<API key>* parents, Dwarf_Die* die); <API key> *get_die_parents(); Dwarf_Die* get_parent_scope(Dwarf_Die* die); /* The global alias cache is used to resolve any DIE found in a * module that is stubbed out with DW_AT_declaration with a defining * DIE found in a different module. The current assumption is that * this only applies to structures and unions, which have a global * namespace (it deliberately only traverses program scope), so this * cache is indexed by name. If other declaration lookups were * added to it, it would have to be indexed by name and tag */ mod_cu_type_cache_t global_alias_cache; static int <API key>(Dwarf_Die *die, bool has_inner_types, const std::string& prefix, void *arg); static int <API key>(Dwarf_Die *die, void *arg); static int <API key> (Dwarf_Die *, int (* callback)(Dwarf_Die *, bool, const std::string&, void *), void * data); static int iterate_over_types (Dwarf_Die *, bool, const std::string&, int (* callback)(Dwarf_Die *, bool, const std::string&, void *), void * data); static int <API key> (Dwarf_Die* func, void *arg); static int <API key> (Dwarf_Die* func, void *arg); bool <API key> (dwarf_query * q, char const * srcfile, int lineno); static void loc2c_error (void *, const char *fmt, ...) __attribute__ ((noreturn)); // This function generates code used for addressing computations of // target variables. void emit_address (struct obstack *pool, Dwarf_Addr address); static void loc2c_emit_address (void *arg, struct obstack *pool, Dwarf_Addr address); void get_locals(std::vector<Dwarf_Die>& scopes, std::set<std::string>& locals); void get_locals_die(Dwarf_Die &die, std::set<std::string>& locals); void get_members(Dwarf_Die *vardie, std::set<std::string>& members, std::set<std::string> &dupes); Dwarf_Attribute *<API key> (std::vector<Dwarf_Die>& scopes, Dwarf_Addr pc, std::string const & local, const target_symbol *e, Dwarf_Die *vardie, Dwarf_Attribute *fb_attr_mem); struct location *translate_location(struct obstack *pool, Dwarf_Attribute *attr, Dwarf_Die *die, Dwarf_Addr pc, Dwarf_Attribute *fb_attr, struct location **tail, const target_symbol *e); bool find_struct_member(const target_symbol::component& c, Dwarf_Die *parentdie, Dwarf_Die *memberdie, std::vector<Dwarf_Die>& dies, std::vector<Dwarf_Attribute>& locs); void <API key>(struct obstack *pool, struct location **tail, Dwarf_Addr pc, const target_symbol *e, Dwarf_Die *vardie, Dwarf_Die *typedie, unsigned first=0); void <API key> (struct obstack *pool, struct location **tail, Dwarf_Addr module_bias, Dwarf_Die *vardie, Dwarf_Die *typedie, bool lvalue, const target_symbol *e, std::string &, std::string &, exp_type & ty); std::string express_as_string (std::string prelude, std::string postlude, struct location *head); regex_t blacklist_func; // function/statement probes regex_t blacklist_func_ret; // only for .return probes regex_t blacklist_file; // file name regex_t blacklist_section; // init/exit sections bool blacklist_enabled; void build_blacklist(); std::string <API key>(Dwarf_Addr addr); // Returns the call frame address operations for the given program counter. Dwarf_Op *get_cfa_ops (Dwarf_Addr pc); Dwarf_Addr <API key>(Dwarf_Die *vardie, Dwarf_Addr *addr); static int <API key> (Dwfl_Module *m, void **userdata __attribute__ ((unused)), const char *name, Dwarf_Addr base, void *arg); public: Dwarf_Addr pr15123_retry_addr (Dwarf_Addr pc, Dwarf_Die* var); }; #endif // DWFLPP_H /* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */
#!/usr/bin/env python import freenect import cv from misc.demo import frame_convert cv.NamedWindow('Depth') cv.NamedWindow('RGB') keep_running = True def display_depth(dev, data, timestamp): global keep_running cv.ShowImage('Depth', frame_convert.pretty_depth_cv(data)) if cv.WaitKey(10) == 27: keep_running = False def display_rgb(dev, data, timestamp): global keep_running cv.ShowImage('RGB', frame_convert.video_cv(data)) if cv.WaitKey(10) == 27: keep_running = False def body(*args): if not keep_running: raise freenect.Kill print('Press ESC in window to stop') freenect.runloop(depth=display_depth, video=display_rgb, body=body)
<HTML> <HEAD> <META NAME="generator" CONTENT="ISE EiffelStudio version 15.01.9.6535 GPL Edition - linux-x86-64"> <meta name="description" content="Summary description for {SENSOR_TYPE}."/> <meta name="author" content=""/> <meta name="date" content="$Date$"/> <meta name="keywords" content="Eiffel class"/> <meta name="keywords" content="Eiffel class"/> <TITLE>sensor_type Chart</TITLE> <LINK REL="stylesheet" HREF="../default.css" TYPE="text/css"> <SCRIPT TYPE="text/javascript" SRC="../goto.html"></SCRIPT> </HEAD> <BODY> <P ALIGN="CENTER">Automatic generation produced by ISE Eiffel</P> <pre><FORM ONSUBMIT="go_to('../',this.c.value);return false;"> <TABLE CELLSPACING="5" CELLPADDING="4"><TR> <TD CLASS="link1"><A CLASS="link1" HREF="../class_list.html">Classes</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_list.html">Clusters</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_hierarchy.html">Cluster hierarchy</A></TD> <TD CLASS="nolink2">Chart</TD> <TD CLASS="link2"><A CLASS="link2" HREF="sensor_type_links.html">Relations</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sensor_type.html">Text</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sensor_type_flat.html">Flat</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sensor_type_short.html">Contracts</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="<API key>.html">Flat contracts</A></TD> <TD CLASS="link2">Go to: <INPUT NAME="c" VALUE="sensor_type"></TD> </TR></TABLE></FORM><SPAN CLASS="ekeyword">class</SPAN> <A CLASS="eclass" HREF="../msg/meteo/sensor_type_chart.html">SENSOR_TYPE</A> <SPAN CLASS="ekeyword">General</SPAN> <SPAN CLASS="eitag">cluster</SPAN><SPAN CLASS="esymbol">:</SPAN> <A CLASS="ecluster" HREF="../msg/meteo/index.html">meteo</A> <SPAN CLASS="eitag">description</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="estring">&quot;Summary description for </SPAN><SPAN CLASS="esymbol">{</SPAN><A CLASS="eclass" HREF="../msg/meteo/sensor_type_chart.html">SENSOR_TYPE</A><SPAN CLASS="esymbol">}</SPAN><SPAN CLASS="estring">.&quot;</SPAN> <SPAN CLASS="eitag">create</SPAN><SPAN CLASS="esymbol">:</SPAN> <A CLASS="efeature" HREF="../msg/meteo/sensor_type.html#f_make">make</A><SPAN CLASS="esymbol">,</SPAN> <A CLASS="efeature" HREF="../msg/meteo/sensor_type.html#<API key>"><API key></A> <SPAN CLASS="ekeyword">Ancestors</SPAN> <SPAN CLASS="neclass">ANY</SPAN> <SPAN CLASS="ekeyword">Queries</SPAN> <SPAN TITLE="`id' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/sensor_type.html#f_id">id</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN></SPAN> <SPAN TITLE="`name' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/sensor_type.html#f_name">name</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">STRING_8</SPAN></SPAN> <SPAN TITLE="`out' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/sensor_type.html#f_out">out</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">STRING_8</SPAN></SPAN> <SPAN CLASS="ekeyword">Commands</SPAN> <SPAN TITLE="`set_id' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/sensor_type.html#f_set_id">set_id</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">an_id</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN TITLE="`set_name' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/sensor_type.html#f_set_name">set_name</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">a_name</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">STRING_8</SPAN><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN CLASS="ekeyword">Constraints</SPAN> <SPAN CLASS="etag">invariant clause</SPAN> <FORM ONSUBMIT="go_to('../',this.c.value);return false;"> <TABLE CELLSPACING="5" CELLPADDING="4"><TR> <TD CLASS="link1"><A CLASS="link1" HREF="../class_list.html">Classes</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_list.html">Clusters</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_hierarchy.html">Cluster hierarchy</A></TD> <TD CLASS="nolink2">Chart</TD> <TD CLASS="link2"><A CLASS="link2" HREF="sensor_type_links.html">Relations</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sensor_type.html">Text</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sensor_type_flat.html">Flat</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sensor_type_short.html">Contracts</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="<API key>.html">Flat contracts</A></TD> <TD CLASS="link2">Go to: <INPUT NAME="c" VALUE="sensor_type"></TD> </TR></TABLE></FORM></pre> <P ALIGN="CENTER"> &#045;&#045; Generated by ISE Eiffel &#045;&#045; <BR>For more details: <A HREF="http: </BODY> </HTML>
package forestry.api.storage; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.IInventory; import net.minecraft.item.ItemStack; import net.minecraftforge.fml.common.eventhandler.Cancelable; /** * Use @SubscribeEvent on a method taking this event as an argument. Will fire whenever a backpack tries to store an item. Processing will stop if the stacksize * of stackToStow drops to 0 or less or the event is canceled. */ @Cancelable public class BackpackStowEvent extends BackpackEvent { public final ItemStack stackToStow; public BackpackStowEvent(EntityPlayer player, IBackpackDefinition backpackDefinition, IInventory backpackInventory, ItemStack stackToStow) { super(player, backpackDefinition, backpackInventory); this.stackToStow = stackToStow; } }
<div class="comment_holder" id="comments"> <?php if ( <API key>() ) : ?> <p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'qode' ); ?></p> </div><!-- #comments --> <?php return; endif; ?> <?php if ( have_comments() ) : ?> <ul class="comment-list"> <?php wp_list_comments(array( 'callback' => 'qode_comment')); ?> </ul> <?php // End Comments ?> <?php else : // this is displayed if there are no comments so far if ( ! comments_open() ) : ?> <!-- If comments are open, but there are no comments. --> <!-- If comments are closed. --> <p><?php _e('Sorry, the comment form is closed at this time.', 'qode'); ?></p> <?php endif; ?> <?php endif; ?> </div> <?php $commenter = <API key>(); $req = get_option( 'require_name_email' ); $aria_req = ( $req ? " aria-required='true'" : '' ); $args = array( 'id_form' => 'commentform', 'id_submit' => 'submit', 'class_submit' => 'button small black', 'title_reply'=>'<h5>'. __( 'Post a comment','qode' ) .'</h5>', 'title_reply_to' => __( 'Leave a Reply to %s','qode' ), 'cancel_reply_link' => __( 'Cancel Reply','qode' ), 'label_submit' => __( 'Post Comment','qode' ), 'comment_field' => '<textarea id="comment" placeholder="'.__( 'comment','qode' ).'" name="comment" cols="45" rows="8" aria-required="true"></textarea>', '<API key>' => '', 'comment_notes_after' => '', 'fields' => apply_filters( '<API key>', array( 'author' => '<div class="three_columns clearfix"><div class="column1"><div class="column_inner"><input id="author" name="author" placeholder="'. __( 'name','qode' ) .'" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '"' . $aria_req . ' /></div></div>', 'url' => '<div class="column2"><div class="column_inner"><input id="url" name="url" type="text" placeholder="'. __( 'website','qode' ) .'" value="' . esc_attr( $commenter['comment_author_url'] ) . '" /></div></div>', 'email' => '<div class="column3"><div class="column_inner"><input id="email" name="email" placeholder="'. __( 'email','qode' ) .'" type="text" value="' . esc_attr( $commenter['<API key>'] ) . '"' . $aria_req . ' /></div></div></div>' ) ) ); ?> <div class="comment_pager"> <p><?php <API key>(); ?></p> </div> <div class="comment_form"> <?php comment_form($args); ?> </div>
#primaryNav { margin: 0; float: left; width: 100%; } #primaryNav #home { display: block; float: none; background: #ffffff url('images/L1-left.png') center bottom no-repeat; position: relative; z-index: 2; padding: 0 0 30px 0; } #primaryNav li { float: left; background: url('images/L1-center.png') center top no-repeat; padding: 30px 0; margin-top: -30px; } #primaryNav li a { margin: 0 20px 0 0; padding: 10px 0; display: block; font-size: 14px; font-weight: bold; text-align: center; color: black; background: #c3eafb url('images/white-highlight.png') top left repeat-x; border: 2px solid #b5d9ea; -moz-border-radius: 5px; -<API key>: 5px; -webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; -moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */ } #primaryNav li a:hover { background-color: #e2f4fd; border-color: #97bdcf; } #primaryNav li:last-child { background: url('images/L1-right.png') center top no-repeat; } a:link:before, a:visited:before { content: " "attr(href)" "; display: block; text-transform: uppercase; font-size: 10px; margin-bottom: 5px; word-wrap: break-word; } #primaryNav li a:link:before, #primaryNav li a:visited:before { color: #78a9c0; } #primaryNav li li { width: 100%; clear: left; margin-top: 0; padding: 10px 0 0 0; background: url('images/vertical-line.png') center bottom repeat-y; } #primaryNav li li a { background-color: #cee3ac; border-color: #b8da83; } #primaryNav li li a:hover { border-color: #94b75f; background-color: #e7f1d7; } #primaryNav li li:first-child { padding-top: 30px; } #primaryNav li li:last-child { background: url('images/vertical-line.png') center bottom repeat-y; } #primaryNav li li a:link:before, #primaryNav li li a:visited:before { color: #8faf5c; } #primaryNav li li ul { margin: 10px 0 0 0; width: 100%; float: right; padding: 9px 0 10px 0; background: #ffffff url('images/L3-ul-top.png') center top no-repeat; } #primaryNav li li li { background: url('images/L3-center.png') left center no-repeat; padding: 5px 0; } #primaryNav li li li a { background-color: #fff7aa; border-color: #e3ca4b; font-size: 12px; padding: 5px 0; width: 80%; float: right; } #primaryNav li li li a:hover { background-color: #fffce5; border-color: #d1b62c; } #primaryNav li li li:first-child { padding: 15px 0 5px 0; background: url('images/L3-li-top.png') left center no-repeat; } #primaryNav li li li:last-child { background: url('images/L3-bottom.png') left center no-repeat; } #primaryNav li li li a:link:before, #primaryNav li li li a:visited:before { color: #ccae14; font-size: 9px; }
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Gives us an area to ensure known compatibility issues with our settings organization by giving us a hook to manage * and alter hooks and filters that are being run against our primary settings array. * * @since 2.11.3 */ add_action( 'plugins_loaded', function() { /** * Ensures compatibility with EDD 2.11.3 and Recurring payments prior to Recurring being released to move * settings for 'checkout' from 'misc' to 'payments'. */ if ( function_exists( '<API key>' ) && false !== has_filter( 'edd_settings_misc', '<API key>' ) ) { remove_filter( 'edd_settings_misc', '<API key>', 10 ); add_filter( '<API key>', '<API key>', 10 ); } /** * Ensures compatibility with EDD 2.11.4 and Recurring payments prior to Recurring being released to move * settings for all extension settings to 'payments'. */ if ( function_exists( '<API key>' ) && false !== has_filter( '<API key>', '<API key>' ) ) { remove_filter( '<API key>', '<API key>' ); add_filter( '<API key>', '<API key>' ); remove_filter( '<API key>', '<API key>' ); add_filter( '<API key>', '<API key>' ); } /** * Ensures compatibility with EDD 2.11.4 and Reviews' settings being in the extensions section. */ if ( function_exists( 'edd_reviews' ) ) { $reviews = edd_reviews(); if ( false !== has_filter( '<API key>', array( $reviews, '<API key>' ) ) ) { remove_filter( '<API key>', array( $reviews, '<API key>' ) ); add_filter( '<API key>', array( $reviews, '<API key>' ) ); remove_filter( '<API key>', array( $reviews, 'misc_settings' ) ); add_filter( '<API key>', array( $reviews, 'misc_settings' ) ); } } /** * Move the Free Downloads settings to the Marketing section (EDD 2.11.4). */ if ( false !== has_filter( '<API key>', '<API key>' ) ) { remove_filter( '<API key>', '<API key>' ); add_filter( '<API key>', '<API key>' ); remove_filter( '<API key>', '<API key>' ); add_filter( '<API key>', '<API key>' ); } /** * Move the ActiveCampaign settings to the Marketing section (EDD 2.11.4). */ if ( function_exists( 'edd_activecampaign' ) ) { $activecampaign = edd_activecampaign(); if ( false !== has_filter( '<API key>', array( $activecampaign, 'settings_section' ) ) ) { remove_filter( '<API key>', array( $activecampaign, 'settings_section' ) ); add_filter( '<API key>', array( $activecampaign, 'settings_section' ) ); remove_filter( '<API key>', array( $activecampaign, 'register_settings' ) ); add_filter( '<API key>', array( $activecampaign, 'register_settings' ) ); } } /** * Move the GetResponse settings to the Marketing section (EDD 2.11.4). */ if ( function_exists( '<API key>' ) ) { if ( false !== has_filter( '<API key>', '<API key>' ) ) { $getresponse = new <API key>(); remove_filter( '<API key>', '<API key>' ); add_filter( '<API key>', '<API key>' ); remove_filter( '<API key>', '<API key>' ); add_filter( '<API key>', '<API key>' ); remove_filter( '<API key>', array( $getresponse, 'save_settings' ) ); add_filter( '<API key>', array( $getresponse, 'save_settings' ) ); remove_filter( '<API key>', array( $getresponse, 'save_settings' ) ); add_filter( '<API key>', array( $getresponse, 'save_settings' ) ); } } /** * Move the Campaign Monitor settings to the Marketing section (EDD 2.11.4). */ if ( function_exists( '<API key>' ) && false !== has_filter( '<API key>', '<API key>' ) ) { remove_filter( '<API key>', '<API key>' ); add_filter( '<API key>', '<API key>' ); remove_filter( '<API key>', 'eddcp_add_settings' ); add_filter( '<API key>', 'eddcp_add_settings' ); } /** * Move the ConvertKit settings to the Marketing section (EDD 2.11.4). */ if ( class_exists( 'EDD_ConvertKit' ) && method_exists( 'EDD_ConvertKit', 'instance' ) ) { $convertkit = EDD_ConvertKit::instance(); if ( false !== has_filter( '<API key>', array( $convertkit, 'subsection' ) ) ) { remove_filter( '<API key>', array( $convertkit, 'subsection' ) ); add_filter( '<API key>', array( $convertkit, 'subsection' ) ); remove_filter( '<API key>', array( $convertkit, 'save_settings' ) ); add_filter( '<API key>', array( $convertkit, 'save_settings' ) ); remove_filter( '<API key>', array( $convertkit, 'settings' ) ); add_filter( '<API key>', array( $convertkit, 'settings' ) ); } } /** * Move the AWeber settings to the Marketing section (EDD 2.11.4). */ if ( class_exists( 'EDD_Aweber' ) && method_exists( 'EDD_Aweber', 'instance' ) ) { $aweber = EDD_Aweber::instance(); if ( false !== has_filter( '<API key>', array( $aweber, 'subsection' ) ) ) { remove_filter( '<API key>', array( $aweber, 'subsection' ) ); add_filter( '<API key>', array( $aweber, 'subsection' ) ); remove_filter( '<API key>', array( $aweber, 'settings' ) ); add_filter( '<API key>', array( $aweber, 'settings' ) ); } } /** * Move the MailPoet settings to the Marketing section (EDD 2.11.4). */ if ( class_exists( 'EDD_MailPoet' ) && method_exists( 'EDD_MailPoet', 'instance' ) ) { $mailpoet = EDD_MailPoet::instance(); if ( false !== has_filter( '<API key>', array( $mailpoet, 'subsection' ) ) ) { remove_filter( '<API key>', array( $mailpoet, 'subsection' ) ); add_filter( '<API key>', array( $mailpoet, 'subsection' ) ); remove_filter( '<API key>', array( $mailpoet, 'settings' ) ); add_filter( '<API key>', array( $mailpoet, 'settings' ) ); } } /** * Move the Invoices settings to the Payments section (EDD 2.11.4). */ if ( false !== has_filter( '<API key>', '<API key>' ) ) { remove_filter( '<API key>', '<API key>' ); add_filter( '<API key>', '<API key>', 10 ); remove_filter( '<API key>', '<API key>', 1 ); add_filter( '<API key>', '<API key>', 1 ); } }, 99 );
<?php class GCurl extends JObject { }
package org.spider.corpus.tools.subject; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import org.ansj.app.keyword.KeyWordComputer; import org.ansj.app.keyword.Keyword; import org.ansj.domain.Term; import org.ansj.splitWord.analysis.NlpAnalysis; import org.spider.corpus.filter.KeywordFilter; import org.utils.naga.containers.MapUtils; import org.utils.naga.files.FileReadUtils; import org.utils.naga.str.StringUtils; public class SubjectAnalysis { private KeywordFilter blackListFilter = KeywordFilter.newInstance(); public static void main(String[] args) { SubjectAnalysis analysis = new SubjectAnalysis(); try { List<String> segments = FileReadUtils.readLines("F:/Temp/subject.txt"); analysis.convolution(segments, 3); } catch (IOException e) { e.printStackTrace(); } } /** * * * @param segments * */ public void analysis(List<String> segments) { if (segments == null || segments.size() == 0) { throw new <API key>("analysis > "); } KeyWordComputer computer = new KeyWordComputer(20); Map<String, Integer> keywordMap = new HashMap<>(); for (String segment : segments) { System.out.println("" + segment); System.out.println("" + SubjectTools.filterSlightNature(SubjectTools.filterBlackList(segment, blackListFilter))); Collection<Keyword> result = computer.computeArticleTfidf(SubjectTools.filterSlightNature(segment), ""); for (Keyword keyword : result) { if (blackListFilter.contains(keyword.getName())) { continue; } if (keywordMap.get(keyword.getName()) == null) { keywordMap.put(keyword.getName(), 1); } else { keywordMap.put(keyword.getName(), 1 + keywordMap.get(keyword.getName())); } } } List<Map.Entry<String, Integer>> sortedMap = MapUtils.sortIntegerMap(keywordMap); System.out.println(sortedMap); } /** * * * @param segments * * @param groupLength * */ public void convolution(List<String> segments, int groupLength) { if (segments == null || segments.size() == 0) { throw new <API key>("convolution > "); } int segmentSize = segments.size(); if (groupLength > segmentSize) { groupLength = segmentSize; } List<List<Term>> clearTerms = SubjectTools.clearTerms(segments, blackListFilter); { Map<String, Integer> map = new HashMap<>(); for (List<Term> list : clearTerms) { for (Term term : list) { if (StringUtils.isEmpty(term.getName()) || StringUtils.isEmpty(term.getName().trim())) { continue; } if (map.containsKey(term.getName())) { map.put(term.getName(), map.get(term.getName()) + 1); } else { map.put(term.getName(), 1); } } } List<Entry<String, Integer>> sortedMap = MapUtils.sortIntegerMap(map); System.out.println(sortedMap); } // for (int i = groupLength - 1; i < segmentSize; i++) { // features(part(clearTerms, i - (groupLength - 1), i + 1)); } /* * List * * @param segments * List * @param startIndex * List * @param endIndex * List * @return * */ @SuppressWarnings("unused") private List<List<Term>> part(List<List<Term>> terms, int startIndex, int endIndex) { List<List<Term>> partTerms = new ArrayList<>(); for (int i = startIndex; i < endIndex; i++) { partTerms.add(terms.get(i)); } return partTerms; } /* * * * @param terms * * @return * */ @SuppressWarnings("unused") private List<String> features(List<List<Term>> terms) { if (terms == null || terms.size() == 0) { throw new <API key>("features > "); } List<String> features = new ArrayList<>(); Map<String, Integer> map = new HashMap<>(); for (List<Term> termList : terms) { if (termList.size() == 0) { continue; } // termList = SubjectTools.filterSlightNature(termList); for (Term term : termList) { if (StringUtils.isEmpty(term.getName()) || StringUtils.isEmpty(term.getName().trim())) { continue; } if (map.containsKey(term.getName())) { map.put(term.getName(), map.get(term.getName()) + 1); } else { map.put(term.getName(), 1); } } } List<Entry<String, Integer>> sortedMap = MapUtils.sortIntegerMap(map); System.out.println(sortedMap); return features; } /** * * * @param segments * */ public void segmentSubject(List<String> segments) { if (segments == null || segments.size() == 0) { throw new <API key>("segmentSubject > "); } for (String segment : segments) { System.out.println("" + segment); List<Term> parse = NlpAnalysis.parse(segment); parse = SubjectTools.filterDuplicate(parse); parse = SubjectTools.filterSlight(parse); parse = SubjectTools.filterGranularity(parse); System.out.println("" + SubjectTools.listToString(parse)); } } }
# This software may be used and distributed according to the terms of the # hgweb/request.py - An http request from either CGI or the standalone server. # This software may be used and distributed according to the terms of the from __future__ import absolute_import import cgi import errno import socket from .. import pycompat, util from .common import HTTP_NOT_MODIFIED, ErrorResponse, statusmessage shortcuts = { "cl": [("cmd", ["changelog"]), ("rev", None)], "sl": [("cmd", ["shortlog"]), ("rev", None)], "cs": [("cmd", ["changeset"]), ("node", None)], "f": [("cmd", ["file"]), ("filenode", None)], "fl": [("cmd", ["filelog"]), ("filenode", None)], "fd": [("cmd", ["filediff"]), ("node", None)], "fa": [("cmd", ["annotate"]), ("filenode", None)], "mf": [("cmd", ["manifest"]), ("manifest", None)], "ca": [("cmd", ["archive"]), ("node", None)], "tags": [("cmd", ["tags"])], "tip": [("cmd", ["changeset"]), ("node", ["tip"])], "static": [("cmd", ["static"]), ("file", None)], } def normalize(form): # first expand the shortcuts for k in shortcuts: if k in form: for name, value in shortcuts[k]: if value is None: value = form[k] form[name] = value del form[k] # And strip the values for k, v in pycompat.iteritems(form): form[k] = [i.strip() for i in v] return form class wsgirequest(object): """Higher-level API for a WSGI request. WSGI applications are invoked with 2 arguments. They are used to instantiate instances of this class, which provides higher-level APIs for obtaining request parameters, writing HTTP output, etc. """ def __init__(self, wsgienv, start_response): version = wsgienv[r"wsgi.version"] if (version < (1, 0)) or (version >= (2, 0)): raise RuntimeError("Unknown and unsupported WSGI version %d.%d" % version) self.inp = wsgienv[r"wsgi.input"] self.err = wsgienv[r"wsgi.errors"] self.threaded = wsgienv[r"wsgi.multithread"] self.multiprocess = wsgienv[r"wsgi.multiprocess"] self.run_once = wsgienv[r"wsgi.run_once"] self.env = wsgienv self.form = normalize(cgi.parse(self.inp, self.env, keep_blank_values=1)) self._start_response = start_response self.server_write = None self.headers = [] def __iter__(self): return iter([]) def read(self, count=-1): return self.inp.read(count) def drain(self): """need to read all data from request, httplib is half-duplex""" length = int(self.env.get("CONTENT_LENGTH") or 0) for s in util.filechunkiter(self.inp, limit=length): pass def respond(self, status, type, filename=None, body=None): if not isinstance(type, str): type = type if self._start_response is not None: self.headers.append((r"Content-Type", type)) if filename: filename = ( filename.rpartition("/")[-1] .replace("\\", "\\\\") .replace('"', '\\"') ) self.headers.append( ("Content-Disposition", 'inline; filename="%s"' % filename) ) if body is not None: self.headers.append((r"Content-Length", str(len(body)))) for k, v in self.headers: if not isinstance(v, str): raise TypeError("header value must be string: %r" % (v,)) if isinstance(status, ErrorResponse): self.headers.extend(status.headers) if status.code == HTTP_NOT_MODIFIED: # RFC 2616 Section 10.3.5: 304 Not Modified has cases where # it MUST NOT include any headers other than these and no # body self.headers = [ (k, v) for (k, v) in self.headers if k in ("Date", "ETag", "Expires", "Cache-Control", "Vary") ] status = statusmessage(status.code, str(status)) elif status == 200: status = "200 Script output follows" elif isinstance(status, int): status = statusmessage(status) self.server_write = self._start_response(status, self.headers) self._start_response = None self.headers = [] if body is not None: self.write(body) self.server_write = None def write(self, thing): if thing: try: self.server_write(thing) except socket.error as inst: if inst.errno != errno.ECONNRESET: raise def writelines(self, lines): for line in lines: self.write(line) def flush(self): return None def close(self): return None def wsgiapplication(app_maker): """For compatibility with old CGI scripts. A plain hgweb() or hgwebdir() can and should now be used as a WSGI application.""" application = app_maker() def run_wsgi(env, respond): return application(env, respond) return run_wsgi
<!DOCTYPE HTML PUBLIC "- <html> <head> <title>Mastermind</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="../stylesheets/styles.css"> </head> <body> <div id="list"> <p><strong>Definitions:</strong></p> <ul> <li>Master - Selects secret codeword (Computer).</li> <li> Mind - Tries to guess codeword (Human).</li> <li>Codeword - The unique arrangement of four colored pegs.</li> </ul> <p><strong>Game Objective:</strong></p> <ul> <li>Guess the Master's codeword within 10 guesses.</li> </ul> <p align="left"><strong>Flow of Gameplay:</strong></p> <ul> <li>Click &quot;New Game&quot; to start a new game.</li> <li>Select your difficulty level.</li> <li>Select your current guess color from the available colors.</li> <li>Click on a guess peg to place your selected color in that location.</li> <li>After filling up your guess row, click &quot;Make Guess&quot;.</li> <li>Formulate your next guess based on the Master's response.</li> <li>Continue until correctly guessing the codeword or exhausting all guesses.</li> <li>Click &quot;New Game&quot; to start a new game.</li> </ul> <p><strong>Evaluation of Your Guess:</strong></p> <ul> <li>Red: Correct color and location of one of your guess pegs.</li> <li>White: Correct color but incorrect location of one of your guess pegs.</li> <li>Black: Incorrect color of one of your guess pegs.</li> </ul> </div> </body> </html>
FCKConfig.<API key> = '' ; FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ; FCKConfig.EditorAreaStyles = '' ; FCKConfig.<API key> = '' ; FCKConfig.DocType = '' ; FCKConfig.BaseHref = '' ; FCKConfig.FullPage = false ; // The following option determines whether the "Show Blocks" feature is enabled or not at startup. FCKConfig.StartupShowBlocks = false ; FCKConfig.Debug = false ; FCKConfig.<API key> = true ; FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ; FCKConfig.SkinEditorCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ; FCKConfig.SkinDialogCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ; FCKConfig.PreloadImages = [ FCKConfig.SkinPath + 'images/toolbar.start.gif', FCKConfig.SkinPath + 'images/toolbar.buttonarrow.gif' ] ; FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ; // FCKConfig.Plugins.Add( 'autogrow' ) ; // FCKConfig.Plugins.Add( 'dragresizetable' ); FCKConfig.AutoGrowMax = 400 ; // FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ; // ASP style server side code <%...%> // FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code // FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ; // ASP.Net style tags <asp:control> FCKConfig.AutoDetectLanguage = true ; FCKConfig.DefaultLanguage = 'en' ; FCKConfig.<API key> = 'ltr' ; FCKConfig.ProcessHTMLEntities = true ; FCKConfig.<API key> = true ; FCKConfig.<API key> = true ; FCKConfig.<API key> = false ; FCKConfig.<API key> = '' ; // Single Quote: "'" FCKConfig.FillEmptyBlocks = true ; FCKConfig.FormatSource = true ; FCKConfig.FormatOutput = true ; FCKConfig.FormatIndentator = ' ' ; FCKConfig.EMailProtection = 'none' ; // none | encode | function FCKConfig.<API key> = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ; FCKConfig.StartupFocus = false ; FCKConfig.<API key> = false ; FCKConfig.<API key> = true ; // IE only. FCKConfig.ShowDropDialog = true ; FCKConfig.<API key> = false ; FCKConfig.TabSpaces = 0 ; FCKConfig.ShowBorders = true ; FCKConfig.SourcePopup = false ; FCKConfig.<API key> = true ; FCKConfig.ToolbarCanCollapse = true ; FCKConfig.<API key> = true ; FCKConfig.<API key> = 10000 ; FCKConfig.HtmlEncodeOutput = false ; FCKConfig.TemplateReplaceAll = true ; FCKConfig.<API key> = true ; FCKConfig.ToolbarLocation = 'In' ; FCKConfig.ToolbarSets["Default"] = [ ['Source','DocProps','-','Save','NewPage','Preview','-','Templates'], ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'], '/', ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor'], ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'], '/', ['Style','FontFormat','FontName','FontSize'], ['TextColor','BGColor'], ['FitWindow','ShowBlocks','-','About'] // No comma for the last row. ] ; FCKConfig.ToolbarSets["Basic"] = [ ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About'] ] ; FCKConfig.EnterMode = 'p' ; // p | div | br FCKConfig.ShiftEnterMode = 'br' ; // p | div | br FCKConfig.Keystrokes = [ [ CTRL + 65 , true ], [ CTRL + 67 , true ], [ CTRL + 70 , true ], [ CTRL + 83 , true ], [ CTRL + 84 , true ], [ CTRL + 88 , true ], [ CTRL + 86 , 'Paste' ], [ CTRL + 45 /*INS*/, true ], [ SHIFT + 45 /*INS*/, 'Paste' ], [ CTRL + 88 , 'Cut' ], [ SHIFT + 46 /*DEL*/, 'Cut' ], [ CTRL + 90 , 'Undo' ], [ CTRL + 89 , 'Redo' ], [ CTRL + SHIFT + 90 , 'Redo' ], [ CTRL + 76 , 'Link' ], [ CTRL + 66 , 'Bold' ], [ CTRL + 73 , 'Italic' ], [ CTRL + 85 , 'Underline' ], [ CTRL + SHIFT + 83 , 'Save' ], [ CTRL + ALT + 13 /*ENTER*/, 'FitWindow' ], [ SHIFT + 32 /*SPACE*/, 'Nbsp' ] ] ; FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','Table','Form','DivContainer'] ; FCKConfig.<API key> = false ; FCKConfig.BrowserContextMenu = false ; FCKConfig.<API key> = true ; FCKConfig.FontColors = '000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF' ; FCKConfig.FontFormats = 'p;h1;h2;h3;h4;h5;h6;pre;address;div' ; FCKConfig.FontNames = 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ; FCKConfig.FontSizes = 'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large' ; FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ; FCKConfig.TemplatesXmlPath = FCKConfig.EditorPath + 'fcktemplates.xml' ; FCKConfig.SpellChecker = 'WSC' ; // 'WSC' | 'SpellerPages' | 'ieSpell' FCKConfig.IeSpellDownloadUrl = 'http: FCKConfig.<API key> = 'server-scripts/spellchecker.php' ; // Available extension: .php .cfm .pl FCKConfig.FirefoxSpellChecker = false ; FCKConfig.MaxUndoLevels = 15 ; FCKConfig.<API key> = false ; FCKConfig.<API key> = true ; FCKConfig.LinkDlgHideTarget = false ; FCKConfig.LinkDlgHideAdvanced = false ; FCKConfig.ImageDlgHideLink = false ; FCKConfig.<API key> = false ; FCKConfig.<API key> = false ; FCKConfig.ProtectedTags = '' ; // This will be applied to the body element of the editor FCKConfig.BodyId = '' ; FCKConfig.BodyClass = '' ; FCKConfig.DefaultStyleLabel = '' ; FCKConfig.<API key> = '' ; FCKConfig.DefaultFontLabel = '' ; FCKConfig.<API key> = '' ; FCKConfig.DefaultLinkTarget = '' ; // The option switches between trying to keep the html structure or do the changes so the content looks like it was in Word FCKConfig.<API key> = false ; // Only inline elements are valid. FCKConfig.RemoveFormatTags = 'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var' ; // Attributes that will be removed FCKConfig.RemoveAttributes = 'class,style,lang,width,height,align,hspace,valign' ; FCKConfig.CustomStyles = { //'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } } }; // Do not add, rename or remove styles here. Only apply definition changes. FCKConfig.CoreStyles = { // Basic Inline Styles. 'Bold' : { Element : 'strong', Overrides : 'b' }, 'Italic' : { Element : 'em', Overrides : 'i' }, 'Underline' : { Element : 'u' }, 'StrikeThrough' : { Element : 'strike' }, 'Subscript' : { Element : 'sub' }, 'Superscript' : { Element : 'sup' }, // Basic Block Styles (Font Format Combo). 'p' : { Element : 'p' }, 'div' : { Element : 'div' }, 'pre' : { Element : 'pre' }, 'address' : { Element : 'address' }, 'h1' : { Element : 'h1' }, 'h2' : { Element : 'h2' }, 'h3' : { Element : 'h3' }, 'h4' : { Element : 'h4' }, 'h5' : { Element : 'h5' }, 'h6' : { Element : 'h6' }, // Other formatting features. 'FontFace' : { Element : 'span', Styles : { 'font-family' : '#("Font")' }, Overrides : [ { Element : 'font', Attributes : { 'face' : null } } ] }, 'Size' : { Element : 'span', Styles : { 'font-size' : '#("Size","fontSize")' }, Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ] }, 'Color' : { Element : 'span', Styles : { 'color' : '#("Color","color")' }, Overrides : [ { Element : 'font', Attributes : { 'color' : null } } ] }, 'BackColor' : { Element : 'span', Styles : { 'background-color' : '#("Color","color")' } }, 'SelectionHighlight' : { Element : 'span', Styles : { 'background-color' : 'navy', 'color' : 'white' } } }; // The distance of an indentation step. FCKConfig.IndentLength = 40 ; FCKConfig.IndentUnit = 'px' ; // Alternatively, FCKeditor allows the use of CSS classes for block indentation. // This overrides the IndentLength/IndentUnit settings. FCKConfig.IndentClasses = [] ; // [ Left, Center, Right, Justified ] FCKConfig.JustifyClasses = [] ; // The following value defines which File Browser connector and Quick Upload // "uploader" to use. It is valid for the default implementaion and it is here // just to make this configuration file cleaner. // It is not possible to change this value using an external file or even // inline when creating the editor instance. In that cases you must set the // values of LinkBrowserURL, ImageBrowserURL and so on. // Custom implementations should just ignore it. var <API key> = 'php' ; // asp | aspx | cfm | lasso | perl | php | py var <API key> = 'php' ; // asp | aspx | cfm | lasso | perl | php | py // Don't care about the following two lines. It just calculates the correct connector // extension to use for the default File Browser (Perl uses "cgi"). var <API key> = <API key> == 'perl' ? 'cgi' : <API key> ; var <API key> = <API key> == 'perl' ? 'cgi' : <API key> ; FCKConfig.LinkBrowser = true ; FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + <API key> + '/connector.' + <API key> ) ; FCKConfig.<API key> = FCKConfig.ScreenWidth * 0.7 ; FCKConfig.<API key> = FCKConfig.ScreenHeight * 0.7 ; FCKConfig.ImageBrowser = true ; FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + <API key> + '/connector.' + <API key> ) ; FCKConfig.<API key> = FCKConfig.ScreenWidth * 0.7 ; FCKConfig.<API key> = FCKConfig.ScreenHeight * 0.7 ; FCKConfig.FlashBrowser = true ; FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + <API key> + '/connector.' + <API key> ) ; FCKConfig.<API key> = FCKConfig.ScreenWidth * 0.7 ; FCKConfig.<API key> = FCKConfig.ScreenHeight * 0.7 ; FCKConfig.LinkUpload = true ; FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + <API key> + '/upload.' + <API key> ; FCKConfig.<API key> = ".(7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip)$" ; // empty for all FCKConfig.<API key> = "" ; // empty for no one FCKConfig.ImageUpload = true ; FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + <API key> + '/upload.' + <API key> + '?Type=Image' ; FCKConfig.<API key> = ".(jpg|gif|jpeg|png|bmp)$" ; // empty for all FCKConfig.<API key> = "" ; // empty for no one FCKConfig.FlashUpload = true ; FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + <API key> + '/upload.' + <API key> + '?Type=Flash' ; FCKConfig.<API key> = ".(swf|flv)$" ; // empty for all FCKConfig.<API key> = "" ; // empty for no one FCKConfig.SmileyPath = FCKConfig.BasePath + 'images/smiley/msn/' ; FCKConfig.SmileyImages = ['regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif','embaressed_smile.gif','omg_smile.gif','<API key>.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif','devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif','broken_heart.gif','kiss.gif','envelope.gif'] ; FCKConfig.SmileyColumns = 8 ; FCKConfig.SmileyWindowWidth = 320 ; FCKConfig.SmileyWindowHeight = 210 ; FCKConfig.<API key> = '#ffffff' ; FCKConfig.<API key> = 0.50 ; FCKConfig.<API key> = false ; FCKConfig.<API key> = false ;
package Classes::MAIL; our @ISA = qw(Monitoring::GLPlugin::TableItem); use strict; use List::MoreUtils qw(natatime); use Date::Manip; use Encode qw(decode); our $AUTOLOAD; sub new { my $class = shift; my $raw_text = shift; my $self = { attachments => [], }; bless $self, $class; my $stderrvar; *SAVEERR = *STDERR; open OUT ,'>',\$stderrvar; *STDERR = *OUT; my $parsed = undef; eval { $parsed = Email::MIME->new($raw_text); }; if ($@) { $self->add_unknown(sprintf "scheise mail %s", $raw_text); } *STDERR = *SAVEERR; if ($stderrvar) { if ($stderrvar =~ /Illegal Content-Type parameter/) { } elsif ($stderrvar =~ /Use of uninitialized value in lc.*Header.pm/) { } else { printf STDERR "there is output on stderr, increase verbosity to > 15" if $self->opts->verbose < 15; if ($self->opts->verbose >= 15) { printf STDERR "stderror found\n"; printf STDERR "stderrvar %s\n", $stderrvar; printf STDERR "stderrvar %s\n } } $stderrvar = undef; } my $header_values = {}; my @header_names = $parsed->header_pairs; my $iter = natatime(2, @header_names); while (my @vals = $iter->()) { next if $vals[0] eq "Received" && exists $header_values->{received}; # an oberster Stelle ist der letzte Hop $header_values->{lc $vals[0]} = $vals[1]; # weil manchmal Message-ID, manchmal Message-Id } my %save_header_values = %{$header_values}; *SAVEERR = *STDERR; open OUT ,'>',\$stderrvar; *STDERR = *OUT; eval { my $date = new Date::Manip::Date; if (! exists $header_values->{received}) { # vom lokalen Notes versandt my $err = $date->parse($header_values->{date}); $header_values->{received} = $date->printf("%s"); #$header_values->{received} = $date->printf("%Y/%m/%d %H:%M:%S"); } else { $header_values->{received} =~ s/.*; my $err = $date->parse($header_values->{received}); $header_values->{received} = $date->printf("%s"); #$header_values->{received} = $date->printf("%Y/%m/%d %H:%M:%S"); } }; *STDERR = *SAVEERR; if ($@ || $stderrvar) { if (! $header_values->{received} && exists $header_values->{'x-olkeid'}) { $header_values->{subject} = '<API key>'; } elsif ($stderrvar =~ /Illegal Content-Type parameter/) { # bei # Content-Type: text/calendar;method=PUBLISH;charset=UTF-8;; name=stammtisch.ics # Content-Disposition: inline,filename=stammtisch.ics; filename=stammtisch.ics # das raeumt dann die <API key> auf } elsif ($stderrvar =~ /Use of uninitialized value in lc at .*Header\.pm/) { } else { printf STDERR "there is output on stderr, increase verbosity to > 15" if $self->opts->verbose < 15; if ($self->opts->verbose >= 15) { printf STDERR "2noreceived %s\n%s\n", $stderrvar, Data::Dumper::Dumper($header_values); printf STDERR "3noreceived %s\n%s\n", $stderrvar, $raw_text; printf " } $self->add_unknown(sprintf "date error in %s from %s", $header_values->{'message-id'}, $header_values->{from}); } } %{$self->{header_values}} = %{$header_values}; $self->{body} = $parsed->body; #my @ attachments = $parsed->subparts; # flatten @{$self->{attachments}} = $parsed->subparts; foreach (@{$self->{attachments}}) { bless $_, "Classes::Attachment"; $_->parse_attachments(); } return $self; } sub is_spam { my $self = shift; return $self->subject eq "<API key>" ? 1 : 0; } sub signature { my $self = shift; return sprintf "%s %s %s\n%s", scalar localtime $self->{header_values}->{received}, $self->{header_values}->{from}, $self->{header_values}->{subject}, join("\n", map { " ".$_->content_type()." ".$_->filename(); } @{$self->{attachments}}); } sub dump { my $self = shift; printf "[MESSAGE_%s]\n", $self->message_id(); printf "Received: %s\n", $self->received(); printf "From: %s\n", $self->from(); printf "Subject: %s\n", $self->subject(); #printf "Header %s\n", Data::Dumper::Dumper($self->{header_values}); my $sisi = $self->size(); printf "size %.2fKB final\n", $sisi / 1024; printf "\n"; } sub age_minutes { my $self = shift; return (time - $self->{header_values}->{received}) / 60; } sub received { my $self = shift; return $self->{header_values}->{received}; } sub message_id { my $self = shift; return $self->{header_values}->{'message-id'}; } sub from { my $self = shift; return $self->{header_values}->{from}; } sub subject { my $self = shift; return decode("MIME-Header", $self->{header_values}->{subject} || ""); } sub body { my $self = shift; return $self->{body} || ""; } sub num_attachments { my $self = shift; return scalar(@{$self->{attachments}}); } sub attachments { my $self = shift; return @{$self->{attachments}}; } sub size { my $self = shift; my $size = 0; $size += length($_->body()); foreach (@{$self->{attachments}}) { my $asize = $_->size(); $size += $asize; } return $size; } sub raw_size { my $self = shift; my $size = 0; $size += length($_->body_raw()); foreach (@{$self->{attachments}}) { my $asize = $_->size(); $size += $asize; } return $size; } package Classes::Attachment; our @ISA = qw(Email::MIME Classes::MAIL Monitoring::GLPlugin::TableItem); use strict; sub new { my $class = shift; my $raw_text = shift; my $self = { attachments => [], }; bless $self, $class; my $parsed = undef; eval { $parsed = Email::MIME->new($raw_text); @{$self->{attachments}} = $parsed->subparts; $self->{body} = $parsed->body; }; if ($self->content_type !~ /^text/) { $self->body_set("_binaerer_schrott_"); } return $self; } sub parse_attachments { my $self = shift; $self->{attachments} = []; my @attachments = $self->subparts(); foreach (@attachments) { bless $_, "Classes::Attachment"; $_->parse_attachments(); push(@{$self->{attachments}}, $_); } } sub filename { my $self = shift; my $filename = "--noname if (defined $self->SUPER::filename) { $filename = $self->SUPER::filename; $filename =~ s/;.* # irgend so utfdecodierte filenamen ?utf?schlotznrotzn= kreuzen mit # anfuehrungszeichen auf. $filename =~ s/"$ $filename =~ s/^" } return $filename } sub content_type { my $self = shift; my $content_type = "text/plain"; if (! defined $self->SUPER::content_type) { if (exists $self->{ct} && exists $self->{ct}->{type} && exists $self->{ct}->{subtype}) { $content_type = $self->{ct}->{type}."/".$self->{ct}->{subtype}; } else { $content_type = "text/plain"; } } else { $content_type = $self->SUPER::content_type; $content_type =~ s/;.* } return $content_type }
\chapter{States and functions of the system}\label{cha:stat-funct-syst} \section{Initial state}\label{sec4:initial-state} \section{State ``Preparations''}\label{sec4:state-preparations} \subsection{Properties}\label{sec4:properties} \subsection{Transitions}\label{sec4:transitions} \section{State ``Ready for opening''}\label{sec4:state-ready-opening} \subsection{Properties}\label{sec4:properties1} \subsection{Transitions}\label{sec4:transitions1} \section{State ``Opening''}\label{sec4:state-opening} \subsection{Properties}\label{sec4:properties2} \subsection{Transitions}\label{sec4:transitions2} \section{State ``Blocked''}\label{sec4:state-blocked} \subsection{Properties}\label{sec4:properties3} \subsection{Transitions}\label{sec4:transitions3} \section{State ``Interrupted''}\label{sec4:interrupted} \subsection{Properties}\label{sec4:properties4} \subsection{Transitions}\label{sec4:transitions4} \section{State ``Ready to continue''}\label{sec4:<API key>} \subsection{Properties}\label{sec4:properties5} \subsection{Transitions}\label{sec4:transitions5} \section{State ``Closed''}\label{sec4:state-closed} \subsection{Properties}\label{sec4:properties6} \subsection{Transitions}\label{sec4:transitions6} \section{State ``Ready for opening votes''}\label{sec4:ready-opening-polls} \subsection{Properties}\label{sec4:properties7} \subsection{Transitions}\label{sec4:transitions7} \section{State ``Votes opened''}\label{sec4:state-polls-opened} \section{Data flow diagrams}\label{sec4:data-flow-diagrams} \subsection{Reading voter register}\label{sec4:read-voter-regist} \subsection{Adding/removing voters}\label{sec4:addingr-voters} \subsection{Loading/getting candidate lists}\label{sec4:load-cand-lists} \subsection{Initialization}\label{sec4:initialization} \subsection{Blocking}\label{sec4:blocking} \subsection{Interrupting}\label{sec4:interrupting} \subsection{Re-initialization}\label{sec4:re-initialization} \subsection{Preparations for opening votes}\label{sec4:prep-open-votes} \subsection{Opening votes}\label{sec4:opening-votes} %%% Local Variables: *** %%% mode:latex *** %%% TeX-master: "funDesign.tex" *** %%% End: ***
#include "www_files.h" // THIS FILE IS AUTOMATICALLY GENERATED. // MODIFY sources/mkCfiles.py INSTEAD OF THIS. static const unsigned char gears_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x96, 0x08, 0x06, 0x00, 0x00, 0x00, 0x3c, 0x01, 0x71, 0xe2, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00, 0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xde, 0x03, 0x07, 0x0a, 0x20, 0x20, 0x9d, 0xea, 0x14, 0x2a, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x00, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x47, 0x49, 0x4d, 0x50, 0x57, 0x81, 0x0e, 0x17, 0x00, 0x00, 0x0d, 0xfe, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x79, 0x70, 0x14, 0x55, 0x1e, 0xc7, 0xbf, 0xdd, 0x3d, 0xf7, 0x4c, 0x12, 0x26, 0xe4, 0x02, 0x92, 0x40, 0x12, 0x8e, 0x80, 0x28, 0xa7, 0xa8, 0x8b, 0xa2, 0x20, 0xac, 0xa0, 0x82, 0xb0, 0xa0, 0xc5, 0x1f, 0x6c, 0x79, 0x55, 0x59, 0x2c, 0x78, 0x2c, 0x6a, 0x11, 0x96, 0x15, 0xd7, 0xc2, 0x65, 0x57, 0xd4, 0x2d, 0x0f, 0x74, 0x45, 0xd6, 0x83, 0x82, 0xdd, 0x02, 0x75, 0x15, 0x50, 0xee, 0x70, 0x89, 0x0a, 0x42, 0x82, 0xdc, 0x18, 0xee, 0x10, 0x48, 0x80, 0x90, 0x3b, 0xd3, 0x3d, 0x67, 0xf7, 0xdb, 0x3f, 0x12, 0xa2, 0x71, 0xa6, 0x67, 0x3a, 0x33, 0x13, 0x77, 0x26, 0xf9, 0x7d, 0xaa, 0x28, 0xfe, 0xc8, 0x9b, 0xd7, 0xfd, 0xde, 0xfb, 0xf6, 0xef, 0xfd, 0xde, 0xf5, 0x7b, 0x00, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0x41, 0x10, 0x04, 0xd1, 0xc9, 0x70, 0xad, 0x38, 0xcc, 0x1c, 0xb3, 0x37, 0x32, 0xa5, 0xd6, 0x99, 0x1b, 0x2a, 0xad, 0x38, 0xb7, 0x90, 0x39, 0x97, 0xec, 0x67, 0xf1, 0x5a, 0x56, 0x8e, 0x9a, 0xbb, 0xfd, 0xf1, 0x6c, 0x3f, 0xcf, 0x5c, 0xef, 0x15, 0x83, 0x5d, 0x71, 0x00, 0x00, 0x84, 0xfc, 0x14, 0xd8, 0x3e, 0x98, 0xa8, 0x5a, 0xf7, 0xe2, 0xfc, 0x1d, 0xcc, 0xb7, 0xfb, 0x42, 0x53, 0x03, 0x25, 0x1a, 0x61, 0x7c, 0x7c, 0x08, 0x8c, 0x53, 0xfb, 0x73, 0x24, 0x2c, 0x02, 0x00, 0xe0, 0x2b, 0xa9, 0x62, 0xae, 0xb7, 0xf6, 0x41, 0x3e, 0x5a, 0xe9, 0xf7, 0x37, 0xfd, 0xd8, 0x5c, 0x58, 0x5e, 0xba, 0xd3, 0xaf, 0xfe, 0x5d, 0xcb, 0x0e, 0x30, 0xf7, 0x8a, 0x23, 0x7e, 0xe9, 0xf9, 0x9c, 0x2e, 0x30, 0x3f, 0x73, 0x0b, 0x74, 0xc3, 0xbb, 0xc7, 0x45, 0x9b, 0xf1, 0xd4, 0xfc, 0xed, 0xd8, 0xf5, 0xbd, 0xbe, 0x37, 0xa0, 0xa8, 0x00, 0xc0, 0xbb, 0xed, 0x1c, 0xdc, 0x9f, 0x1c, 0x6f, 0xd5, 0xd5, 0x79, 0xbf, 0x2d, 0x0b, 0x28, 0x2a, 0x00, 0x50, 0xce, 0xd7, 0x41, 0x5c, 0xb0, 0x33, 0x6e, 0xca, 0xae, 0xa3, 0xe6, 0x6f, 0x3f, 0x84, 0xc1, 0xe9, 0x90, 0x4b, 0xaa, 0xd4, 0x85, 0xf7, 0xcf, 0x22, 0x78, 0xd6, 0x9f, 0x62, 0x30, 0x0a, 0x80, 0xc0, 0xc3, 0xb9, 0xe8, 0x9b, 0xe0, 0x8d, 0x35, 0x28, 0x1d, 0xd8, 0x44, 0x5d, 0x61, 0xa7, 0x47, 0x3e, 0x55, 0xcd, 0x1c, 0x8f, 0x7d, 0x19, 0xb5, 0xfc, 0xcc, 0x0b, 0xef, 0x82, 0x61, 0x4c, 0x0e, 0x75, 0x85, 0x9d, 0xde, 0x62, 0xf5, 0xed, 0xca, 0x09, 0xf9, 0x29, 0xd1, 0xb1, 0x00, 0x5d, 0x4c, 0x71, 0x23, 0x2a, 0x12, 0xd6, 0xaf, 0x80, 0x61, 0x6a, 0xff, 0xe8, 0xe4, 0x33, 0xb9, 0x5f, 0x5c, 0x95, 0x9b, 0x84, 0xd5, 0xde, 0xc2, 0x9a, 0xd0, 0x9b, 0xe3, 0x92, 0x8c, 0x11, 0xb6, 0x12, 0x07, 0xc3, 0xe4, 0xfc, 0xc5, 0x24, 0xac, 0x18, 0x43, 0xa9, 0x68, 0x64, 0xf2, 0xc5, 0xfa, 0xc0, 0xff, 0x2e, 0x35, 0xb4, 0xeb, 0x24, 0xa4, 0x7c, 0xa6, 0x86, 0xb1, 0x46, 0x4f, 0x10, 0xe5, 0x09, 0xe0, 0xd2, 0x2c, 0x80, 0x29, 0xc8, 0x38, 0x4a, 0x61, 0x90, 0x4b, 0xaa, 0x0a, 0xe2, 0xa9, 0xce, 0x3b, 0xbc, 0xf3, 0x2e, 0x3e, 0xb7, 0x95, 0xf9, 0xf6, 0x95, 0x07, 0xff, 0xba, 0x7a, 0x24, 0x20, 0xe1, 0x93, 0x69, 0xed, 0x52, 0x17, 0x8e, 0xa7, 0x37, 0x33, 0xf9, 0x87, 0xcb, 0x01, 0x9f, 0x69, 0x9a, 0x35, 0x1c, 0xfa, 0x3b, 0x7b, 0xb5, 0x3c, 0xd7, 0x57, 0x5c, 0xc1, 0x5c, 0xef, 0x15, 0x43, 0x3e, 0x59, 0xed, 0x9f, 0x3e, 0x33, 0x11, 0x09, 0xab, 0xa7, 0x72, 0x24, 0xac, 0x58, 0xb0, 0x54, 0x35, 0xce, 0xb1, 0x8d, 0x93, 0x56, 0x17, 0x6a, 0x49, 0x6b, 0x5b, 0x31, 0x19, 0x42, 0xae, 0x3d, 0xec, 0xfa, 0x90, 0xcf, 0xd7, 0x31, 0x5f, 0x71, 0x39, 0xe4, 0x33, 0xb5, 0x50, 0x2e, 0x35, 0x40, 0xb9, 0xe2, 0x00, 0xab, 0x92, 0x00, 0xd9, 0xdf, 0x20, 0x86, 0x9c, 0x79, 0x2f, 0xd8, 0xc6, 0x7c, 0xdf, 0x5d, 0x0c, 0xd8, 0x5a, 0x5c, 0xb2, 0x19, 0x7c, 0x86, 0x0d, 0x7c, 0x66, 0x22, 0x84, 0x5c, 0x3b, 0x84, 0xa1, 0x19, 0xd0, 0xf5, 0x4f, 0x8d, 0xb9, 0x76, 0xec, 0xd0, 0xf3, 0x58, 0xf2, 0xa9, 0xea, 0x42, 0xcd, 0x22, 0x2c, 0xab, 0x8f, 0xcc, 0x32, 0xfd, 0x7e, 0x8d, 0x46, 0xa7, 0x4b, 0x80, 0x65, 0xd1, 0xe8, 0x5a, 0x7c, 0xa0, 0x9e, 0xc4, 0xba, 0x78, 0x2c, 0xd7, 0xf0, 0xc0, 0x6a, 0xc6, 0xaa, 0x9d, 0xad, 0xff, 0xc0, 0x00, 0x56, 0xed, 0x84, 0x5c, 0xed, 0x84, 0x7c, 0xfc, 0x1a, 0xbc, 0xd7, 0x2d, 0x5d, 0x49, 0x15, 0xd3, 0xe5, 0xa7, 0xc4, 0x94, 0xb8, 0x3a, 0xb4, 0x8f, 0xd5, 0x16, 0xb1, 0xc8, 0x17, 0x1b, 0xc2, 0x7f, 0x4e, 0xad, 0x2b, 0x57, 0x6b, 0x5a, 0xfd, 0xdd, 0x39, 0xe0, 0xd3, 0x6d, 0xc9, 0x21, 0xf5, 0x37, 0x25, 0x5f, 0xfb, 0x0b, 0xf8, 0x14, 0x72, 0xde, 0xa3, 0x22, 0x98, 0xf2, 0x46, 0xe6, 0x5a, 0x79, 0x84, 0x29, 0x15, 0x8d, 0x2c, 0x44, 0xba, 0xa8, 0x8a, 0xd0, 0xb5, 0xf2, 0x08, 0xf3, 0x1d, 0xbf, 0x16, 0x91, 0xb3, 0x2f, 0xf4, 0x4f, 0xd1, 0x98, 0x2e, 0x35, 0xae, 0x3f, 0xea, 0xb8, 0xeb, 0x0a, 0xbd, 0xbb, 0x2f, 0xb0, 0xc6, 0x47, 0xd6, 0x02, 0x4e, 0x1f, 0xdc, 0xff, 0x39, 0x0a, 0xef, 0x77, 0x65, 0x4c, 0x3f, 0x32, 0x3b, 0x60, 0x37, 0xa0, 0x5c, 0x76, 0x68, 0x17, 0xd6, 0x45, 0x75, 0x61, 0xf9, 0x8e, 0x55, 0x32, 0xe9, 0xc5, 0x5d, 0x70, 0xbf, 0x7f, 0x00, 0x6e, 0x3d, 0x0f, 0xef, 0xee, 0x0b, 0x4c, 0x3f, 0xaa, 0x67, 0x58, 0x5d, 0x0f, 0x27, 0xf0, 0x1a, 0xd3, 0xc5, 0xb7, 0xfb, 0x1b, 0x57, 0x16, 0xcb, 0xf3, 0xe5, 0x49, 0x26, 0xfd, 0x79, 0x07, 0xe0, 0xf4, 0x35, 0x3b, 0x36, 0x1e, 0x48, 0x05, 0xdb, 0xe1, 0x5a, 0x76, 0x20, 0xa0, 0x15, 0x51, 0x2a, 0xc5, 0x36, 0x58, 0xac, 0xc0, 0x5d, 0xa1, 0x7b, 0xd5, 0x31, 0x26, 0xce, 0xde, 0x08, 0x76, 0x3d, 0x2f, 0xaf, 0x02, 0x69, 0xc1, 0x4e, 0x78, 0x0a, 0xcf, 0x86, 0x65, 0xb9, 0xe4, 0xd2, 0x3a, 0xad, 0x83, 0x01, 0x12, 0xd6, 0xaf, 0x81, 0xfb, 0x8b, 0x1f, 0x99, 0xf3, 0xd5, 0x3d, 0x40, 0x80, 0xe6, 0x74, 0xaf, 0x38, 0x02, 0x71, 0xce, 0x96, 0x96, 0xbf, 0x78, 0xf7, 0x97, 0x33, 0xe9, 0xa5, 0xaf, 0x99, 0x72, 0xbe, 0x56, 0x73, 0xfe, 0xac, 0xc1, 0x0d, 0xf1, 0xb9, 0xad, 0xcc, 0x53, 0x78, 0x8e, 0xfd, 0x7c, 0x74, 0xe6, 0x7a, 0xb7, 0xc8, 0x7f, 0x64, 0x27, 0x33, 0x38, 0x17, 0xee, 0x86, 0x67, 0xd3, 0x19, 0x06, 0x00, 0xbc, 0xdd, 0x74, 0x4e, 0xb3, 0xc5, 0xdd, 0xa6, 0x2d, 0xa9, 0x67, 0xfd, 0xa9, 0xb8, 0x1e, 0xdb, 0xc7, 0x85, 0xbd, 0xf5, 0x6c, 0x38, 0xcd, 0x9c, 0x7f, 0xff, 0x36, 0x74, 0x61, 0xd2, 0xac, 0xe0, 0x12, 0x0c, 0x50, 0xce, 0xd6, 0x46, 0x56, 0x29, 0xe9, 0xd6, 0xa6, 0x11, 0x58, 0x28, 0x8b, 0xc7, 0x01, 0xe6, 0x17, 0x47, 0xc1, 0x30, 0x2e, 0x8f, 0xf3, 0x7e, 0x5d, 0xca, 0x7c, 0x45, 0x15, 0x90, 0xcf, 0xd4, 0x40, 0xb9, 0xd8, 0x00, 0x56, 0xef, 0x56, 0x77, 0xe0, 0xc7, 0xe5, 0xc2, 0xf2, 0x97, 0x3b, 0x55, 0xeb, 0xde, 0xb5, 0xb4, 0x98, 0xb9, 0xff, 0x7d, 0x34, 0xc8, 0xdc, 0x88, 0x01, 0x42, 0x8f, 0x04, 0xf0, 0x79, 0x76, 0xe8, 0x86, 0x74, 0x83, 0x61, 0x42, 0x6f, 0x8e, 0x84, 0xd5, 0x56, 0x9f, 0xea, 0xdb, 0x32, 0x26, 0xcd, 0xdf, 0x01, 0x28, 0x31, 0xba, 0x4b, 0x57, 0xe0, 0x60, 0x79, 0x6d, 0x1c, 0xf4, 0x23, 0x7a, 0xf8, 0xd5, 0xa5, 0x7c, 0xa1, 0x8e, 0x49, 0xf3, 0x77, 0x40, 0xb9, 0xe0, 0xef, 0xbf, 0xe9, 0x6e, 0xcd, 0x84, 0xe9, 0x99, 0x11, 0x10, 0xb2, 0x92, 0x5a, 0x7e, 0xa7, 0x54, 0x49, 0xaf, 0xb8, 0x96, 0x16, 0x17, 0x78, 0x37, 0x9f, 0xf5, 0x7f, 0x4e, 0x82, 0x01, 0xb6, 0xb7, 0xc7, 0x43, 0xe8, 0xd3, 0x35, 0x2e, 0x8c, 0x41, 0x4c, 0xbf, 0xa4, 0x52, 0xde, 0xd8, 0xe2, 0xa8, 0xc7, 0x74, 0x25, 0x26, 0x18, 0x60, 0x5b, 0x39, 0x65, 0x31, 0x9f, 0x62, 0x99, 0x17, 0xf0, 0xc3, 0x98, 0xb7, 0x5d, 0xdd, 0x17, 0xc9, 0xe9, 0x02, 0x3e, 0xc5, 0x02, 0xa5, 0xde, 0x05, 0xe5, 0x4c, 0xad, 0xea, 0x07, 0x64, 0x7a, 0xf2, 0x66, 0x18, 0xa7, 0x0f, 0xa4, 0xdd, 0x0d, 0xd1, 0x40, 0x3e, 0x59, 0x15, 0xf3, 0xa2, 0x02, 0x00, 0xd6, 0xe8, 0x81, 0x7c, 0xb4, 0x32, 0xe0, 0x5a, 0x9e, 0xfe, 0xf6, 0x6c, 0x8e, 0xb3, 0x9b, 0xd4, 0x3f, 0x9e, 0xf3, 0x75, 0xf0, 0x15, 0x55, 0x40, 0x39, 0x55, 0xa3, 0x6e, 0x95, 0x79, 0x2e, 0xae, 0x44, 0x15, 0xf3, 0xc2, 0xd2, 0x8f, 0xc9, 0xe1, 0xb4, 0xce, 0xfb, 0xfc, 0x5f, 0x7b, 0xc3, 0x81, 0xa9, 0xd0, 0x8f, 0xee, 0x15, 0xb0, 0xe1, 0xbd, 0xdf, 0x94, 0x31, 0x56, 0xeb, 0x8a, 0xd0, 0x74, 0x33, 0xbf, 0x6d, 0xcc, 0x24, 0xac, 0x08, 0xb1, 0x2c, 0x1a, 0x73, 0x80, 0x4b, 0x36, 0xc7, 0x6e, 0x37, 0xd8, 0xc5, 0x04, 0xcb, 0xc2, 0xd1, 0x07, 0x54, 0x47, 0xb3, 0xff, 0x3d, 0x11, 0x9d, 0x51, 0xf1, 0xe7, 0x27, 0x40, 0xc2, 0x8a, 0xe6, 0x0b, 0xa6, 0x59, 0x87, 0x5b, 0x16, 0x8d, 0x01, 0x62, 0x71, 0xc2, 0x90, 0xe7, 0x60, 0x59, 0x78, 0x17, 0xf8, 0x34, 0xeb, 0xf0, 0x80, 0x5d, 0xf9, 0xc5, 0x7a, 0x26, 0x1f, 0xb8, 0x1c, 0x9d, 0xee, 0xb6, 0xc2, 0x01, 0xef, 0xbe, 0xf2, 0xb8, 0xb1, 0x5a, 0x71, 0x31, 0xf3, 0xae, 0xbb, 0x31, 0x8d, 0x73, 0xaf, 0x3e, 0xc6, 0x5c, 0xef, 0x14, 0x85, 0xaf, 0x81, 0x9e, 0x49, 0x10, 0xfa, 0x74, 0x05, 0x97, 0x6c, 0x02, 0x04, 0x1e, 0xac, 0xc6, 0x09, 0xf9, 0x7c, 0x6d, 0x93, 0x6f, 0x13, 0x26, 0xc6, 0x27, 0x86, 0x42, 0x37, 0xb4, 0x9b, 0xaa, 0xe2, 0xbd, 0x5b, 0x43, 0xcf, 0x59, 0x19, 0x67, 0xdc, 0x08, 0x18, 0x75, 0x00, 0xcf, 0xc1, 0xfd, 0xf1, 0xa1, 0xa0, 0xeb, 0x7e, 0xde, 0x2d, 0x67, 0x40, 0xc2, 0x8a, 0x32, 0xc6, 0xe9, 0x03, 0x39, 0xf1, 0xf9, 0x42, 0xe6, 0xfb, 0xfe, 0x52, 0x9b, 0xa6, 0x02, 0x0c, 0x93, 0xf3, 0x61, 0x78, 0x68, 0x00, 0x84, 0x1e, 0x89, 0x81, 0x97, 0x7d, 0xaa, 0xa4, 0x57, 0x3c, 0xeb, 0x4e, 0x16, 0xb8, 0x57, 0x1f, 0x6b, 0xd3, 0x40, 0x41, 0xb8, 0x21, 0x15, 0xa6, 0x19, 0x37, 0x05, 0x35, 0xa3, 0xa1, 0xf6, 0x81, 0x19, 0xa6, 0x0d, 0x80, 0x69, 0xe6, 0xf0, 0x96, 0x3c, 0xdc, 0x9f, 0x9d, 0x60, 0xae, 0xb7, 0xf6, 0xa9, 0xe7, 0xb7, 0xbf, 0x9c, 0xba, 0xc2, 0xf6, 0x19, 0x7d, 0xb9, 0xb5, 0x17, 0xac, 0x57, 0x17, 0xd8, 0x56, 0x4e, 0x81, 0x79, 0xce, 0xad, 0x9c, 0x9a, 0xa8, 0x00, 0x80, 0x4f, 0xb1, 0xcc, 0x33, 0x3d, 0x3e, 0x84, 0x4b, 0x58, 0x35, 0x75, 0xb1, 0x30, 0x28, 0x5d, 0xbb, 0x3f, 0x7d, 0x25, 0xf4, 0x3a, 0xa4, 0xf1, 0x91, 0x41, 0xe0, 0xba, 0xd9, 0x54, 0x1d, 0x7e, 0xf3, 0x1f, 0x6f, 0x69, 0xf5, 0x5e, 0xc6, 0x07, 0x07, 0x70, 0xfa, 0xbb, 0x73, 0x02, 0xfb, 0x72, 0x49, 0x46, 0x98, 0x9e, 0x18, 0x16, 0x37, 0x6d, 0x15, 0x37, 0x43, 0x58, 0xdf, 0x91, 0xab, 0x4c, 0x9c, 0xb5, 0x51, 0x9b, 0x35, 0x19, 0x92, 0x01, 0xdb, 0x92, 0x09, 0x61, 0x95, 0x4d, 0x7a, 0x69, 0x17, 0xf3, 0x6e, 0x3b, 0xaf, 0x29, 0xad, 0xf9, 0x85, 0x3b, 0x60, 0x18, 0x1f, 0x7a, 0xd6, 0xdb, 0xb5, 0xfc, 0x50, 0xd3, 0x4c, 0xba, 0xab, 0xc9, 0x22, 0x72, 0xa9, 0x16, 0xd8, 0xfe, 0x35, 0x31, 0xe0, 0xbc, 0x17, 0x00, 0x34, 0x3e, 0xba, 0x8e, 0x29, 0xa7, 0x6b, 0x5a, 0x59, 0x5d, 0xf3, 0x9c, 0x5b, 0xe9, 0x88, 0x7d, 0x7b, 0x20, 0x2d, 0xfa, 0x86, 0x79, 0x37, 0x85, 0xf6, 0x31, 0xf8, 0xac, 0x44, 0x24, 0xac, 0x8a, 0x6c, 0x0b, 0xaf, 0x63, 0xd6, 0x46, 0x26, 0x1f, 0xb9, 0x1a, 0x5a, 0xc0, 0x43, 0xbb, 0xc1, 0xf6, 0xf6, 0x78, 0x4d, 0xcf, 0x52, 0x2a, 0xc5, 0x62, 0xd7, 0xd2, 0xe2, 0x61, 0xbe, 0xfd, 0xe5, 0xb0, 0xbe, 0x39, 0x1e, 0x42, 0xef, 0x64, 0xd5, 0xdf, 0x29, 0xd7, 0xc4, 0x4f, 0xc5, 0xd9, 0x9b, 0x1e, 0xe4, 0x33, 0x13, 0x60, 0x7a, 0x6a, 0x04, 0x84, 0x1c, 0x7b, 0xdc, 0x6d, 0x75, 0x88, 0xb9, 0x17, 0x96, 0x4f, 0x56, 0x33, 0xb9, 0xac, 0x0e, 0x4a, 0x59, 0x03, 0x94, 0x0b, 0x75, 0x90, 0xcb, 0x1a, 0x9a, 0xb6, 0xb4, 0xb8, 0x65, 0x4d, 0xa5, 0xb1, 0x7d, 0x38, 0x09, 0x42, 0xdf, 0xc8, 0x96, 0x3d, 0x94, 0x2a, 0xe9, 0x95, 0xc6, 0xe9, 0x9f, 0x17, 0x5c, 0xb7, 0x30, 0xa1, 0x06, 0x05, 0x7c, 0x76, 0x12, 0xf8, 0xac, 0x44, 0x08, 0xcd, 0xff, 0xf3, 0xd9, 0x49, 0x79, 0xbc, 0xdd, 0x7c, 0x0e, 0x9d, 0x98, 0x98, 0x12, 0x96, 0x63, 0xe6, 0x7a, 0x26, 0x1f, 0xbb, 0x16, 0xf6, 0xef, 0xf5, 0xbf, 0xcd, 0x85, 0xe5, 0xc5, 0x3b, 0xa3, 0x52, 0x26, 0xd7, 0x07, 0x3f, 0x30, 0xf7, 0xf2, 0xc3, 0x61, 0xff, 0x5e, 0xe8, 0xd7, 0x15, 0xb6, 0x0f, 0x27, 0x75, 0xda, 0x93, 0xe6, 0x31, 0xe5, 0xbc, 0x47, 0x22, 0x2a, 0x00, 0x30, 0x3c, 0x10, 0xbd, 0x43, 0x9d, 0x86, 0x49, 0xfd, 0x0e, 0x44, 0x68, 0x79, 0x21, 0x97, 0x37, 0x30, 0x12, 0x56, 0xbc, 0x9b, 0xde, 0x04, 0x03, 0x74, 0x83, 0x32, 0xa2, 0x66, 0x21, 0xf8, 0x34, 0xeb, 0x70, 0xbe, 0x6f, 0x72, 0x64, 0x99, 0x28, 0x9d, 0x56, 0x57, 0x1d, 0x47, 0x58, 0x7c, 0xcf, 0xa4, 0xa8, 0xe7, 0x29, 0xe4, 0xd8, 0x41, 0x74, 0x76, 0x8b, 0xd5, 0x0e, 0xeb, 0x89, 0xc1, 0x76, 0x25, 0x10, 0x9d, 0x44, 0x58, 0xed, 0xd2, 0xed, 0x30, 0x12, 0x48, 0xa7, 0x17, 0x16, 0xab, 0x71, 0x45, 0x3f, 0xcf, 0x5f, 0x1e, 0x18, 0x25, 0x3a, 0x9f, 0xb0, 0xb4, 0x9e, 0x7e, 0x69, 0x53, 0x9e, 0x67, 0x6a, 0x48, 0x21, 0x1d, 0x42, 0x58, 0x91, 0x8c, 0xe9, 0x24, 0x2f, 0x7c, 0x45, 0x15, 0x51, 0xeb, 0xbc, 0x94, 0xf2, 0x46, 0xa6, 0x44, 0x2a, 0x56, 0x8e, 0x23, 0x61, 0xc5, 0x02, 0x86, 0xdf, 0xf5, 0x07, 0xac, 0xfa, 0xb0, 0x7f, 0x1f, 0xcd, 0xcd, 0x70, 0x91, 0xe6, 0xc5, 0xf7, 0x4c, 0x82, 0x90, 0x99, 0xd8, 0x69, 0x95, 0x15, 0x93, 0x05, 0x57, 0xae, 0x89, 0x9f, 0x2a, 0xa5, 0xf5, 0x0f, 0xca, 0x65, 0xf5, 0x50, 0x4a, 0xeb, 0x20, 0x5f, 0xa8, 0x87, 0x7c, 0xac, 0x12, 0xf0, 0x84, 0x5e, 0xd6, 0xb1, 0xbe, 0x3b, 0x21, 0xe2, 0xf9, 0x2c, 0xb9, 0xbc, 0x81, 0x39, 0x66, 0xac, 0x01, 0xbc, 0xa1, 0x63, 0x22, 0x70, 0x76, 0x53, 0xcb, 0xb2, 0x8e, 0x90, 0xd5, 0xbc, 0xbc, 0x93, 0x9d, 0xd8, 0xea, 0xf4, 0x0d, 0x09, 0x2b, 0x86, 0x71, 0xbe, 0xbe, 0x87, 0x79, 0xd6, 0x9e, 0x0c, 0x5d, 0xa0, 0x10, 0x3b, 0x07, 0xb4, 0xd0, 0xf8, 0xf0, 0x5a, 0xa6, 0xe5, 0x6c, 0xa2, 0x6e, 0x64, 0x16, 0xac, 0x8b, 0xc7, 0x6a, 0xaa, 0x43, 0xb9, 0xb4, 0x8e, 0xb9, 0xde, 0x29, 0x82, 0xef, 0xe8, 0x55, 0x58, 0xdf, 0xb8, 0x07, 0xba, 0x01, 0xea, 0xa1, 0x87, 0x94, 0xab, 0x8e, 0x1a, 0xc7, 0x1f, 0x36, 0xda, 0xf9, 0xae, 0x66, 0x98, 0x9e, 0xbc, 0x39, 0xaa, 0x13, 0xbf, 0xe4, 0xbc, 0xff, 0x02, 0xfd, 0xfd, 0x7d, 0xb5, 0x8d, 0xe4, 0xae, 0x49, 0x10, 0xe7, 0x16, 0x16, 0x28, 0xd5, 0xd2, 0x13, 0xe1, 0x3c, 0x47, 0x7c, 0x76, 0x0b, 0xd3, 0x7a, 0xe0, 0xd5, 0x70, 0x5f, 0x1f, 0x6d, 0x1f, 0xc5, 0x1b, 0xdf, 0x33, 0xc7, 0xc3, 0x6b, 0xe1, 0xfb, 0xfe, 0x12, 0x20, 0x7a, 0x21, 0x15, 0x6c, 0x83, 0x72, 0x59, 0x3d, 0xa0, 0x89, 0xf8, 0x7c, 0xa1, 0x9d, 0x55, 0x8a, 0x90, 0x7f, 0xac, 0x82, 0x38, 0x7b, 0x13, 0xa4, 0x05, 0x3b, 0x59, 0xb0, 0xf4, 0x64, 0xb1, 0x22, 0xc4, 0xf1, 0xcc, 0x66, 0xcd, 0x7b, 0xc8, 0xb9, 0x34, 0x0b, 0x2c, 0x0b, 0x47, 0x43, 0x37, 0x30, 0x4d, 0xb3, 0x45, 0x91, 0x5e, 0xdc, 0x05, 0xe5, 0x9c, 0x36, 0x51, 0x69, 0xd9, 0x9e, 0xe3, 0x59, 0x7f, 0x8a, 0xb9, 0xde, 0x2d, 0x42, 0xa0, 0x50, 0x91, 0x7c, 0xef, 0x64, 0x24, 0x2c, 0x7f, 0xc0, 0xef, 0xf7, 0xe2, 0xdc, 0x6d, 0xcc, 0xb7, 0x27, 0x40, 0xd0, 0x35, 0x83, 0x00, 0xe3, 0x8c, 0x1b, 0x61, 0x7a, 0x6c, 0x08, 0x85, 0xe3, 0x8e, 0xfa, 0xcb, 0x26, 0x6a, 0x0f, 0x12, 0xcb, 0x2a, 0x25, 0x88, 0x33, 0x37, 0x40, 0x5a, 0xb0, 0x93, 0xf9, 0x8e, 0x5c, 0x55, 0xfd, 0xda, 0xe5, 0x53, 0xd5, 0xcc, 0xf9, 0xda, 0x1e, 0xe6, 0x78, 0x78, 0xad, 0x66, 0x51, 0x35, 0xbd, 0x4c, 0xe8, 0xf6, 0xf5, 0x6c, 0x38, 0x0d, 0xb5, 0xf8, 0xa3, 0xca, 0x99, 0x1a, 0x48, 0x2f, 0xef, 0x6e, 0xf5, 0x5e, 0xae, 0x15, 0x87, 0x03, 0x8b, 0x0a, 0x00, 0x3c, 0x32, 0x3c, 0xeb, 0x4e, 0xc6, 0x4d, 0x5b, 0xc5, 0x8d, 0xc5, 0x72, 0xaf, 0x29, 0x61, 0xae, 0x7f, 0xec, 0x0d, 0xbf, 0xa0, 0x49, 0x46, 0xf0, 0xbd, 0x93, 0xc1, 0xdb, 0xcd, 0x80, 0xc0, 0x35, 0x1d, 0xa6, 0x28, 0xad, 0x03, 0xbb, 0x26, 0x85, 0xdf, 0x3d, 0xdf, 0xd7, 0x07, 0x96, 0x3f, 0xdd, 0xae, 0x1e, 0x83, 0x61, 0xc5, 0x61, 0xe6, 0x5e, 0xf6, 0x43, 0xc8, 0x3c, 0x38, 0x83, 0x00, 0x08, 0x1c, 0x3c, 0x6b, 0x4a, 0x02, 0x86, 0x96, 0xd4, 0xfa, 0x3c, 0x12, 0x56, 0x1b, 0xf1, 0x1d, 0xaf, 0x64, 0xe2, 0xec, 0x4d, 0x31, 0x19, 0xb9, 0xce, 0x3c, 0xff, 0x76, 0x18, 0xee, 0xed, 0xc3, 0xa9, 0x39, 0xe1, 0x8d, 0xd3, 0x3e, 0xb3, 0x47, 0x6b, 0x69, 0xc8, 0xfa, 0xce, 0x04, 0xe8, 0x06, 0x67, 0x50, 0x57, 0x18, 0x95, 0xa9, 0x87, 0x1a, 0xe7, 0x58, 0xe9, 0x85, 0x9d, 0x31, 0x29, 0xaa, 0xa6, 0xd1, 0xea, 0x5e, 0xf8, 0x4e, 0x04, 0x8e, 0xf2, 0xc7, 0xa7, 0xdb, 0x92, 0x75, 0xb7, 0x65, 0x46, 0xa7, 0xa1, 0x7a, 0x25, 0xc5, 0x8d, 0xa8, 0xe2, 0x42, 0x58, 0xd2, 0xc2, 0xaf, 0x0b, 0x23, 0xe9, 0xae, 0xda, 0x1d, 0x8f, 0x0c, 0x69, 0xfe, 0x0e, 0xa8, 0x8d, 0x42, 0x0d, 0xd3, 0x06, 0x44, 0xe5, 0x31, 0xd1, 0xca, 0x87, 0x84, 0xd5, 0xdc, 0x05, 0xca, 0xc5, 0x97, 0x63, 0xbe, 0x12, 0x59, 0x95, 0x04, 0xcf, 0xfa, 0xd3, 0xef, 0x07, 0xf4, 0x8b, 0x46, 0xf4, 0xe0, 0x22, 0xde, 0x7e, 0xc3, 0x73, 0x30, 0x4e, 0xce, 0xa7, 0xa0, 0x20, 0xd1, 0x42, 0x77, 0x43, 0x1a, 0xc7, 0xe7, 0xc5, 0xc1, 0x66, 0x3b, 0x93, 0x0e, 0xfa, 0x3b, 0xb2, 0x03, 0x1b, 0xb4, 0xc2, 0xb3, 0xea, 0x41, 0x41, 0x04, 0x0e, 0xc2, 0x4d, 0xe9, 0xd0, 0x8f, 0xcd, 0x81, 0x30, 0xbc, 0x1b, 0x60, 0x10, 0x54, 0xfc, 0x01, 0x06, 0xd7, 0xf2, 0x43, 0x34, 0x8f, 0x15, 0x4d, 0xe4, 0x4b, 0x0d, 0x4c, 0x9c, 0xb9, 0x1e, 0xac, 0xce, 0x1d, 0x9b, 0x2f, 0x28, 0x70, 0xb0, 0xfc, 0xed, 0x6e, 0xe8, 0x47, 0x66, 0xb5, 0xaa, 0x4b, 0xa5, 0x4a, 0x7a, 0x45, 0xa9, 0x14, 0x0b, 0xa4, 0x97, 0x76, 0x81, 0x55, 0xf8, 0x1f, 0x6e, 0xd5, 0x8d, 0xca, 0x86, 0x79, 0xce, 0xad, 0x9f, 0xf1, 0xa9, 0xd6, 0x87, 0x5a, 0xfb, 0x6c, 0x2a, 0x2b, 0x0c, 0x66, 0x1d, 0xac, 0xaf, 0x8e, 0x03, 0xdf, 0xdd, 0x56, 0xab, 0x25, 0x9c, 0x37, 0x09, 0x4b, 0x4b, 0x97, 0x58, 0x52, 0xc5, 0xc4, 0xa7, 0x37, 0x03, 0x92, 0x37, 0x78, 0x61, 0xd2, 0x2c, 0xe0, 0x33, 0x93, 0x10, 0xe8, 0x8a, 0x91, 0x36, 0x99, 0xf1, 0xbe, 0xc9, 0xe0, 0x8c, 0x3a, 0xd5, 0xdb, 0x51, 0x5b, 0xb5, 0x77, 0xf3, 0xa1, 0x55, 0xcf, 0x86, 0xd3, 0xcc, 0x57, 0xd4, 0x7c, 0x33, 0x45, 0x79, 0x43, 0xd0, 0x75, 0x46, 0xfd, 0x3d, 0x79, 0xb0, 0x2c, 0x18, 0xa5, 0x3e, 0x4d, 0xf1, 0xd1, 0x41, 0xe6, 0xfe, 0xe8, 0x50, 0x50, 0x31, 0xf3, 0xdd, 0x13, 0xc0, 0xe7, 0xd8, 0xa1, 0x1b, 0x9a, 0x01, 0xe3, 0xb4, 0x01, 0x14, 0x2a, 0x32, 0xa2, 0x29, 0x87, 0x67, 0xb7, 0x02, 0x62, 0x60, 0x71, 0xe9, 0x6e, 0xcb, 0x84, 0xf5, 0xb5, 0x71, 0x1c, 0x00, 0xc8, 0x25, 0x55, 0xcc, 0xb3, 0xf1, 0x34, 0x3c, 0x5f, 0x9d, 0xd2, 0xb4, 0x90, 0xdc, 0xd2, 0xe0, 0x93, 0xfa, 0xc2, 0x30, 0x2e, 0x0f, 0xba, 0x21, 0x4d, 0xa3, 0x2f, 0xe7, 0x92, 0xfd, 0xcc, 0xf3, 0xc9, 0x71, 0x75, 0x51, 0x15, 0x8c, 0x84, 0x61, 0x62, 0x5f, 0x4e, 0xa9, 0x75, 0xe5, 0x36, 0x4e, 0x5c, 0x75, 0x56, 0x53, 0x85, 0x77, 0x35, 0x23, 0x71, 0xdd, 0xf4, 0x90, 0xf5, 0xde, 0xf8, 0xd8, 0x3a, 0xa6, 0x35, 0x60, 0x89, 0x75, 0xe9, 0x7d, 0x9a, 0x57, 0x18, 0xc8, 0xc7, 0x0a, 0xe0, 0x6f, 0x59, 0xdf, 0xbc, 0x07, 0x48, 0x30, 0xf8, 0x7d, 0xbd, 0xc6, 0x99, 0xc3, 0x5a, 0x44, 0x05, 0x00, 0x42, 0x7e, 0x0a, 0x67, 0x7e, 0xf6, 0x36, 0x4e, 0xe8, 0xd7, 0x55, 0xfb, 0x03, 0x6c, 0x06, 0x58, 0xe6, 0x8e, 0xe4, 0xae, 0x8b, 0x0a, 0x00, 0xcc, 0x4f, 0x8d, 0xe0, 0xcc, 0x0b, 0xef, 0x02, 0xcc, 0x3a, 0xbf, 0xcf, 0xd1, 0x3c, 0xaf, 0x49, 0x54, 0x6d, 0x2d, 0x87, 0x7e, 0x9c, 0xb6, 0x4b, 0x2c, 0x0c, 0x1a, 0xd7, 0x46, 0xc9, 0x79, 0x8f, 0x86, 0xb8, 0xfa, 0xa7, 0x72, 0xb6, 0x25, 0x13, 0x5a, 0x0e, 0x4e, 0x70, 0x29, 0x16, 0x58, 0xdf, 0x1a, 0xaf, 0x1a, 0xf5, 0x85, 0xcf, 0xd2, 0x7e, 0x72, 0x87, 0x4f, 0xb5, 0x04, 0x6e, 0xe0, 0x31, 0x39, 0x9c, 0x6d, 0xd9, 0x44, 0xf0, 0xd9, 0x49, 0x2d, 0xbe, 0x8e, 0x65, 0xd1, 0x18, 0x18, 0xee, 0xef, 0x1b, 0x96, 0x85, 0x10, 0xb2, 0xb5, 0xbd, 0x93, 0xd0, 0x0e, 0xa7, 0x8e, 0x7e, 0xd5, 0xb6, 0x8a, 0xb7, 0x17, 0x16, 0x7a, 0x27, 0x73, 0x4a, 0xa5, 0x58, 0xec, 0xdb, 0x7b, 0x69, 0x98, 0x6e, 0x54, 0xcf, 0xbc, 0x60, 0x31, 0xd6, 0xf9, 0xec, 0x36, 0x08, 0x4b, 0x25, 0x2a, 0x0c, 0x00, 0x08, 0x39, 0x5d, 0x38, 0x00, 0xf0, 0x6c, 0x3c, 0xcd, 0x74, 0x43, 0xbb, 0x81, 0xcf, 0xb0, 0x85, 0xdd, 0xed, 0x30, 0x8d, 0x5d, 0x33, 0xd3, 0xb0, 0xf7, 0x8c, 0x84, 0x15, 0x6d, 0x33, 0xab, 0x12, 0x41, 0xcf, 0x4f, 0x10, 0x59, 0x89, 0xda, 0xf3, 0xec, 0x1e, 0x3a, 0xad, 0xda, 0xd2, 0x4d, 0x9b, 0x46, 0xb9, 0xc7, 0x2a, 0x35, 0xa6, 0xbb, 0x16, 0xd7, 0xc2, 0xea, 0xd0, 0xb7, 0x7f, 0xb5, 0xc9, 0x62, 0xe5, 0x84, 0xdf, 0xf5, 0xf0, 0x76, 0xd3, 0x39, 0xad, 0xa1, 0x2c, 0xbd, 0xbb, 0x4a, 0x35, 0x1d, 0xbd, 0xf7, 0xac, 0x2b, 0xd1, 0x3e, 0x02, 0x33, 0xc5, 0x9e, 0x7d, 0xe8, 0xf0, 0xdb, 0x67, 0xeb, 0xef, 0xf8, 0x98, 0x69, 0x59, 0x04, 0xb6, 0x7e, 0x30, 0x11, 0x91, 0xdc, 0xf9, 0xa7, 0xd4, 0x3a, 0x73, 0xe5, 0x83, 0x57, 0xce, 0x5e, 0xbf, 0x99, 0x42, 0xb9, 0xe2, 0x80, 0x52, 0x29, 0x06, 0x3c, 0x42, 0xc6, 0xe7, 0xd9, 0x61, 0x7d, 0xf3, 0x1e, 0xd5, 0x88, 0x34, 0x6a, 0xfb, 0xce, 0xb8, 0x24, 0x23, 0xb8, 0x74, 0x2b, 0xf8, 0x8c, 0x04, 0xf0, 0x99, 0x09, 0x10, 0x72, 0xed, 0xd0, 0x0d, 0xce, 0x88, 0xa8, 0x6b, 0x26, 0x61, 0x85, 0x89, 0xb8, 0x60, 0x27, 0xf3, 0xed, 0x2c, 0x0d, 0xde, 0x65, 0x0e, 0x4e, 0x87, 0xed, 0x9d, 0x7b, 0xdb, 0xa5, 0x2e, 0xc4, 0x39, 0x5b, 0x98, 0xaf, 0xa8, 0xc2, 0xbf, 0xe2, 0x53, 0x2d, 0x30, 0x3d, 0x3a, 0x18, 0x86, 0x49, 0xfd, 0x5a, 0x9e, 0xeb, 0xd9, 0x7e, 0x9e, 0xb9, 0x3f, 0x3a, 0x18, 0xf0, 0x26, 0x8b, 0x68, 0xc4, 0xfd, 0x22, 0x61, 0x75, 0x20, 0xe4, 0xb3, 0x35, 0xcc, 0xf1, 0xf8, 0x57, 0xc1, 0x77, 0x67, 0xe8, 0xf8, 0x90, 0xbb, 0x37, 0x2c, 0xaf, 0x8d, 0x85, 0xfe, 0xb6, 0x2c, 0xda, 0xdd, 0x40, 0x34, 0x5b, 0xc3, 0xbc, 0x64, 0xce, 0x6f, 0x1e, 0xec, 0x97, 0x84, 0xda, 0x12, 0xc4, 0x01, 0x42, 0xaf, 0x2e, 0xe4, 0xbc, 0x13, 0x3f, 0xe1, 0xfe, 0xe2, 0x47, 0x06, 0x95, 0xed, 0xc9, 0xda, 0xe7, 0x28, 0x00, 0xf7, 0xe7, 0x3f, 0x92, 0xb0, 0x88, 0x9f, 0x8d, 0xee, 0xbe, 0x88, 0x8e, 0x20, 0x3c, 0x1b, 0x4e, 0x93, 0xb0, 0x88, 0xe6, 0x1e, 0xee, 0xc8, 0x55, 0xa6, 0x94, 0xd6, 0x47, 0x27, 0xb3, 0x46, 0x4f, 0xcb, 0xc5, 0x9b, 0xf1, 0x80, 0x8e, 0x9a, 0xbf, 0xfd, 0xf0, 0x16, 0x86, 0x88, 0x6f, 0x6b, 0x14, 0x60, 0xf9, 0xdb, 0xdd, 0xe0, 0x8c, 0x02, 0xc0, 0x73, 0x90, 0x16, 0xec, 0x0c, 0x1a, 0xe1, 0x46, 0xeb, 0xed, 0xac, 0x24, 0xac, 0x8e, 0x3e, 0x22, 0x2c, 0xa9, 0x0a, 0xfa, 0x77, 0xf3, 0xf3, 0xbf, 0x81, 0xfe, 0x96, 0x9f, 0x2e, 0xd0, 0xf4, 0x1d, 0xbc, 0xcc, 0xc4, 0x67, 0xb6, 0xa8, 0xc6, 0xfa, 0x92, 0x4f, 0xc4, 0xcf, 0x6c, 0x3c, 0x75, 0x85, 0xed, 0x88, 0xe5, 0xe5, 0xd1, 0xd0, 0x8f, 0xee, 0x15, 0xf0, 0x6f, 0x86, 0x29, 0xf9, 0x7e, 0x57, 0xee, 0xea, 0x86, 0x74, 0xe3, 0x4c, 0xb3, 0x02, 0xaf, 0x56, 0x09, 0x43, 0x32, 0x60, 0x5d, 0x32, 0x21, 0x6e, 0xca, 0x4e, 0xf3, 0x58, 0xbf, 0x86, 0xaf, 0x75, 0xf0, 0x0a, 0x73, 0xbe, 0xb5, 0x0f, 0x4a, 0x73, 0xbc, 0xad, 0x50, 0x37, 0x67, 0x48, 0x7f, 0xdd, 0xcd, 0xae, 0x5f, 0xdf, 0xcb, 0x65, 0xd8, 0x60, 0x9e, 0x35, 0x1c, 0xfa, 0x31, 0x39, 0xd4, 0x56, 0x84, 0xca, 0xc8, 0xee, 0xcb, 0x93, 0x4c, 0x2c, 0xd8, 0xa6, 0xc9, 0x01, 0x97, 0x5e, 0xde, 0xcd, 0x5c, 0x2b, 0x0e, 0x53, 0xb0, 0x4a, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x08, 0x82, 0x20, 0x88, 0x4e, 0xc2, 0xff, 0x00, 0x4b, 0x08, 0x65, 0x4d, 0xa6, 0xd7, 0x34, 0x86, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; static const int gears_png_len = 3734; static const unsigned char bg_stripe_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x64, 0x08, 0x06, 0x00, 0x00, 0x00, 0x70, 0xe2, 0x95, 0x54, 0x00, 0x00, 0x00, 0x04, 0x67, 0x41, 0x4d, 0x41, 0x00, 0x00, 0xaf, 0xc8, 0x37, 0x05, 0x8a, 0xe9, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x41, 0x64, 0x6f, 0x62, 0x65, 0x20, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x65, 0x61, 0x64, 0x79, 0x71, 0xc9, 0x65, 0x3c, 0x00, 0x00, 0x28, 0x81, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0x54, 0x50, 0x3b, 0x0a, 0x85, 0x30, 0x10, 0x7c, 0x17, 0xd8, 0x4b, 0xe6, 0x00, 0xda, 0x84, 0x74, 0x82, 0xbd, 0x1e, 0x21, 0xa5, 0xb5, 0xa5, 0x21, 0x4d, 0x82, 0x60, 0x23, 0x68, 0x61, 0x13, 0x21, 0x45, 0x7a, 0x2f, 0x20, 0x58, 0xf9, 0xd8, 0x85, 0x2c, 0xb1, 0x58, 0x66, 0x66, 0x33, 0xfb, 0xcb, 0xef, 0x7d, 0x5f, 0xb8, 0xef, 0x1b, 0xb4, 0xd6, 0x80, 0x7c, 0xdf, 0x77, 0x0a, 0x21, 0x04, 0x69, 0xef, 0x3d, 0xc4, 0x18, 0xf9, 0x1d, 0xe3, 0x38, 0x0e, 0xa8, 0xeb, 0x1a, 0x8c, 0x31, 0x9c, 0xcb, 0xfe, 0x69, 0x9a, 0x08, 0xd1, 0xbf, 0xae, 0x2b, 0x6c, 0xdb, 0xc6, 0x1a, 0x71, 0x9e, 0x67, 0x42, 0xac, 0xcf, 0xb5, 0x18, 0x5d, 0xd7, 0x11, 0x86, 0x10, 0x08, 0xdb, 0xb6, 0x65, 0xbe, 0x2c, 0x0b, 0x34, 0x4d, 0x43, 0x7c, 0x1c, 0xc7, 0x4f, 0xbf, 0xbc, 0x4f, 0xa9, 0x53, 0x4a, 0xa4, 0xf1, 0x8e, 0x9c, 0x2b, 0xdf, 0xad, 0xb5, 0xac, 0xcf, 0xf3, 0x24, 0x54, 0x4a, 0xb1, 0x1f, 0xe7, 0xf5, 0x7d, 0xff, 0xd9, 0x0f, 0xfd, 0xcf, 0xf3, 0xb0, 0xae, 0xaa, 0x8a, 0xb9, 0x73, 0x8e, 0xfb, 0xe1, 0xcd, 0xb8, 0x23, 0xf6, 0x2b, 0x6b, 0xcb, 0xf9, 0xd7, 0x75, 0xd1, 0x7d, 0xc3, 0x30, 0x40, 0xfe, 0x7f, 0x29, 0x25, 0xf1, 0xbf, 0x00, 0x6c, 0x52, 0xb1, 0x09, 0x45, 0x21, 0x10, 0xfb, 0x0b, 0xb8, 0xa7, 0x0b, 0x08, 0xda, 0x3a, 0x83, 0x85, 0x83, 0xd8, 0xe9, 0x0c, 0x16, 0x5a, 0x5a, 0x88, 0x82, 0xad, 0x95, 0x03, 0x7c, 0x72, 0x70, 0x0f, 0x1f, 0xbc, 0x42, 0x30, 0x7a, 0xe1, 0x72, 0x97, 0xfc, 0xd8, 0x84, 0xd6, 0xda, 0x8b, 0x74, 0x0f, 0x01, 0x21, 0xa8, 0x01, 0x3e, 0xe7, 0xd0, 0x02, 0xf8, 0x7f, 0xce, 0x29, 0x72, 0xce, 0x62, 0xad, 0x25, 0xac, 0xb5, 0x22, 0xa5, 0x44, 0xef, 0x68, 0xaa, 0x94, 0x7a, 0x0c, 0xe1, 0x7a, 0xf0, 0x79, 0x70, 0x63, 0x0c, 0x99, 0x8d, 0x81, 0x80, 0xa5, 0x94, 0xa4, 0x03, 0x21, 0x18, 0x63, 0xd0, 0x3f, 0xf3, 0xc1, 0xf1, 0xde, 0xbf, 0xf4, 0x69, 0xad, 0x45, 0x29, 0xe5, 0x73, 0xe9, 0x37, 0xee, 0xbd, 0x3f, 0x4b, 0x84, 0x01, 0xd0, 0xbc, 0xf7, 0x26, 0x8c, 0xde, 0xc0, 0x5c, 0x8f, 0x90, 0xc5, 0x18, 0x49, 0x3f, 0x30, 0x87, 0x02, 0xc7, 0x39, 0x47, 0xfa, 0x70, 0x0f, 0x21, 0x90, 0x69, 0x77, 0x7f, 0x84, 0xec, 0x36, 0x0d, 0xfc, 0x2f, 0x7d, 0xb5, 0x56, 0xea, 0x81, 0x90, 0x61, 0x2e, 0x70, 0x38, 0xf4, 0x7f, 0x01, 0xc8, 0x28, 0x9b, 0x1b, 0x00, 0x22, 0x20, 0x8c, 0x6e, 0x03, 0x1a, 0xd5, 0x87, 0xbb, 0x93, 0x16, 0x14, 0xe2, 0xa0, 0x1e, 0x1d, 0x6c, 0x9e, 0xe4, 0xc9, 0xac, 0x3d, 0x48, 0x24, 0x63, 0x3e, 0xe3, 0xfb, 0xf1, 0x78, 0xa8, 0xf7, 0xfe, 0x69, 0x82, 0x64, 0x0e, 0xe6, 0x9c, 0xd3, 0x9c, 0xf3, 0x08, 0x53, 0x6b, 0xdd, 0xfb, 0xb5, 0xd6, 0x8f, 0x04, 0x2e, 0xbf, 0x49, 0x91, 0x44, 0x92, 0x81, 0x7b, 0x4a, 0x29, 0xa7, 0x86, 0x93, 0xa8, 0x3b, 0x34, 0x64, 0xe9, 0x3c, 0x06, 0x8c, 0xf8, 0x92, 0x86, 0xe8, 0xdc, 0x6d, 0xdd, 0xe4, 0xb0, 0x20, 0x0b, 0xe7, 0xc5, 0x79, 0xed, 0x27, 0x15, 0x3c, 0x9e, 0xba, 0x2e, 0x15, 0x9f, 0x44, 0x89, 0x01, 0xc9, 0x62, 0xc7, 0x9f, 0xe3, 0x4e, 0x3a, 0x42, 0x9a, 0x4c, 0x70, 0x79, 0xc3, 0x18, 0x23, 0xb5, 0xd6, 0x76, 0x3f, 0x29, 0x8b, 0xa2, 0x44, 0xd3, 0xdf, 0xa2, 0x89, 0x8d, 0x11, 0x5f, 0x01, 0x18, 0xa9, 0xb7, 0x13, 0x80, 0x41, 0x20, 0x88, 0xa2, 0x69, 0x20, 0x15, 0x5a, 0x91, 0xb5, 0xf8, 0x61, 0x17, 0x56, 0x63, 0x11, 0xe1, 0x08, 0x13, 0x24, 0x20, 0xe4, 0x23, 0x90, 0xb8, 0x61, 0xdd, 0xc7, 0x9d, 0xb9, 0x62, 0x0f, 0xfb, 0x50, 0x35, 0x6d, 0x78, 0x21, 0xf9, 0xbb, 0x69, 0x24, 0x23, 0x5d, 0xc1, 0x69, 0x02, 0x71, 0xde, 0x5b, 0x6b, 0xaf, 0x42, 0x32, 0xa4, 0x13, 0xb9, 0x21, 0xbf, 0xd6, 0xba, 0x48, 0xf4, 0xc8, 0xeb, 0x7e, 0x40, 0xc4, 0xfe, 0xd4, 0xf7, 0x47, 0x09, 0xa7, 0x6f, 0x64, 0xef, 0x4b, 0x90, 0x3f, 0x2a, 0xcf, 0xff, 0x86, 0x19, 0x35, 0x89, 0x5b, 0x12, 0xb5, 0xc7, 0x19, 0xc6, 0x18, 0x2f, 0xa8, 0xa5, 0x94, 0x7b, 0xce, 0xb9, 0x00, 0x4a, 0xdc, 0xb9, 0xb3, 0xdd, 0xae, 0xc5, 0xf5, 0x60, 0x5e, 0x7b, 0x3d, 0xf2, 0xeb, 0xa7, 0xf7, 0xbe, 0xe0, 0xa1, 0x74, 0xbd, 0x73, 0x99, 0x47, 0x00, 0xb6, 0xca, 0x20, 0x09, 0x60, 0x10, 0x84, 0x81, 0xfd, 0x2f, 0x27, 0x9e, 0xc6, 0x0f, 0x9d, 0x3d, 0x6c, 0x27, 0xc5, 0x9e, 0x1c, 0x45, 0x22, 0x21, 0x80, 0x8f, 0xed, 0x5b, 0x55, 0x9f, 0x99, 0x2c, 0x09, 0x13, 0x91, 0x24, 0xf1, 0xc9, 0x19, 0x8c, 0x3f, 0x33, 0x90, 0x56, 0xe4, 0x0c, 0xe0, 0xbf, 0x24, 0xcd, 0xcc, 0xbb, 0x67, 0x1c, 0xb1, 0x42, 0x82, 0x0a, 0xc1, 0xae, 0xa8, 0x69, 0xe7, 0x8c, 0x60, 0xbb, 0xfb, 0xc2, 0xcb, 0xca, 0x26, 0x5e, 0xfd, 0x21, 0x99, 0x45, 0x26, 0xde, 0x16, 0xd5, 0xfb, 0x88, 0xe1, 0x7b, 0xfe, 0x83, 0x3b, 0x7e, 0xf0, 0x14, 0x2d, 0x8b, 0x0c, 0xd1, 0x58, 0xe9, 0x0c, 0xf9, 0x6f, 0x7c, 0xef, 0x6f, 0xfb, 0xce, 0x17, 0x5d, 0x7c, 0x04, 0xe0, 0xb3, 0xcc, 0x51, 0x00, 0x86, 0x61, 0x20, 0x98, 0x8f, 0x0a, 0xf4, 0x1a, 0xf5, 0xfa, 0x71, 0x98, 0xc0, 0x84, 0xc5, 0x85, 0x2b, 0x63, 0x7c, 0xe8, 0x58, 0x6b, 0xe4, 0x27, 0x1b, 0x31, 0x41, 0xa1, 0x34, 0xca, 0xe9, 0x14, 0xe5, 0x25, 0xe3, 0xc1, 0x09, 0xc9, 0x03, 0x6f, 0x26, 0x31, 0x1b, 0x31, 0xca, 0x8b, 0x0a, 0x8d, 0x7a, 0x36, 0x93, 0xe2, 0x7e, 0xf0, 0x27, 0x93, 0x4f, 0x1c, 0xe4, 0xdc, 0xc0, 0xce, 0xfb, 0xf2, 0x63, 0x40, 0x70, 0xf8, 0xcf, 0x88, 0x0d, 0xc4, 0xea, 0xee, 0x6b, 0xe5, 0xcc, 0xcc, 0x75, 0xbd, 0xaa, 0x3e, 0x7b, 0x89, 0x37, 0x2a, 0x58, 0x84, 0xed, 0xee, 0xbf, 0x97, 0x9e, 0x92, 0x3d, 0xce, 0xca, 0x41, 0x44, 0x10, 0xc6, 0x23, 0xf6, 0x91, 0x28, 0x84, 0x73, 0x50, 0x85, 0xbf, 0xc4, 0xf3, 0x0a, 0xc0, 0x66, 0xb9, 0xdc, 0x00, 0x08, 0xc3, 0x30, 0x94, 0x5d, 0xb3, 0x40, 0xc6, 0xce, 0x18, 0xd5, 0x3b, 0x3c, 0x64, 0x52, 0x2e, 0x95, 0x28, 0x16, 0xf9, 0x60, 0x3b, 0x79, 0x38, 0xf4, 0x4c, 0x83, 0xa2, 0x10, 0x40, 0x0c, 0x38, 0x93, 0xc4, 0x8a, 0xb4, 0x2b, 0xb1, 0xc8, 0x12, 0xb9, 0x65, 0x11, 0xdd, 0xfd, 0x06, 0xc9, 0x22, 0x67, 0xe6, 0x93, 0x04, 0xca, 0xe2, 0xc7, 0xf0, 0x1e, 0xbf, 0x95, 0xbd, 0x55, 0x75, 0x35, 0x69, 0xdb, 0x8b, 0xca, 0xb0, 0xe8, 0x8d, 0x87, 0x69, 0xc9, 0x6c, 0x73, 0x15, 0x4f, 0xbc, 0x6c, 0xb2, 0xd8, 0x9c, 0x39, 0x32, 0x7f, 0x93, 0x80, 0xed, 0x89, 0xd9, 0xc7, 0xf7, 0xfe, 0x36, 0x28, 0xed, 0x9a, 0xda, 0xd8, 0xa2, 0x78, 0xc6, 0xda, 0xb5, 0xbc, 0x74, 0x0a, 0x30, 0x6e, 0x93, 0x0c, 0x79, 0xee, 0x8e, 0x00, 0x6c, 0xd6, 0x41, 0x0a, 0xc0, 0x30, 0x0c, 0x03, 0xc1, 0xfe, 0xff, 0x2d, 0x7e, 0x64, 0xd9, 0xc2, 0x80, 0x31, 0x3d, 0xe4, 0xe0, 0x40, 0x1c, 0x50, 0x14, 0x6b, 0x9f, 0x3f, 0xd1, 0x12, 0xb9, 0x10, 0x86, 0x84, 0x3b, 0x38, 0x1b, 0x31, 0x17, 0xe1, 0x76, 0xed, 0xfb, 0xb5, 0x5f, 0x8f, 0x4d, 0x5d, 0x37, 0xc8, 0xfc, 0x0e, 0xfd, 0x33, 0x46, 0x62, 0x96, 0x29, 0x44, 0xcc, 0x91, 0x17, 0xc9, 0xd5, 0xdd, 0xb5, 0xc7, 0x87, 0x87, 0x73, 0xde, 0xb8, 0x80, 0xe4, 0x32, 0x4f, 0x10, 0xb7, 0x66, 0xe6, 0xab, 0xe1, 0xfd, 0xd6, 0x83, 0x31, 0x03, 0x1b, 0xfd, 0x64, 0xa4, 0xa9, 0xe2, 0x91, 0x2e, 0x4d, 0xc2, 0xfb, 0xce, 0x6f, 0x7d, 0xd2, 0x78, 0xd3, 0x5b, 0x1a, 0x33, 0x4d, 0x46, 0x79, 0x05, 0x60, 0xbb, 0x4c, 0x52, 0x00, 0x00, 0x61, 0x20, 0xe6, 0xc3, 0xfb, 0x78, 0xc9, 0x21, 0x12, 0x8a, 0x57, 0x17, 0x9c, 0xda, 0x21, 0x8e, 0xc7, 0xc4, 0xb4, 0x9d, 0xd6, 0x26, 0xec, 0x1c, 0xce, 0x61, 0x88, 0x28, 0xc3, 0x71, 0x36, 0xf3, 0x3a, 0x9d, 0x43, 0x74, 0xd9, 0xfe, 0xc7, 0xf8, 0x06, 0x31, 0x6e, 0x62, 0xda, 0x8c, 0x05, 0x7f, 0x88, 0x35, 0x31, 0x15, 0x07, 0x34, 0x0d, 0xfc, 0x59, 0x54, 0x4d, 0xa1, 0x26, 0x4d, 0xe0, 0x25, 0xc3, 0x78, 0xf7, 0x17, 0xb7, 0x22, 0x72, 0x66, 0x5e, 0xd3, 0xa9, 0x81, 0x37, 0x8b, 0x06, 0x9a, 0x98, 0x5c, 0x6f, 0x62, 0xfa, 0xe1, 0xb9, 0x69, 0xac, 0x38, 0xa5, 0x5e, 0xef, 0x13, 0xed, 0x35, 0x99, 0xfa, 0x4d, 0x97, 0x57, 0x00, 0xc6, 0xcb, 0xe5, 0x04, 0x80, 0x18, 0x04, 0xa2, 0x29, 0xd8, 0x42, 0x6c, 0xc2, 0x2a, 0x6c, 0x70, 0x79, 0xc2, 0x80, 0x0c, 0x61, 0xc9, 0x21, 0x07, 0x49, 0x22, 0xfe, 0x9d, 0x39, 0xb7, 0xc5, 0x4d, 0x65, 0x82, 0x36, 0xe0, 0x11, 0xca, 0x34, 0xb2, 0xee, 0xd5, 0x5e, 0x9b, 0xa7, 0xa8, 0xdd, 0x7d, 0xbc, 0xf0, 0x5f, 0x81, 0x7e, 0x41, 0x47, 0x18, 0x8c, 0x2e, 0xaa, 0x9f, 0x1d, 0xc0, 0x4e, 0xc3, 0x49, 0x66, 0xf1, 0x46, 0x7b, 0x55, 0x35, 0x32, 0x49, 0xc3, 0x5e, 0x46, 0x02, 0x4e, 0xab, 0x13, 0x3d, 0xe8, 0x9c, 0x88, 0x98, 0xe0, 0xa2, 0xbb, 0xbb, 0xe7, 0xde, 0x21, 0xb2, 0x90, 0x25, 0x36, 0x6f, 0x0a, 0x70, 0xb3, 0x37, 0x33, 0x7f, 0xfd, 0x11, 0x45, 0xf0, 0x71, 0x26, 0x04, 0xe6, 0xef, 0xe9, 0xc4, 0x4f, 0x00, 0x36, 0xcc, 0xe4, 0x06, 0x00, 0x10, 0x86, 0x61, 0xac, 0xda, 0xfd, 0x97, 0x40, 0x7e, 0x18, 0x59, 0x15, 0x5f, 0x8e, 0xaa, 0x47, 0x48, 0x1b, 0x8e, 0xe2, 0xcd, 0xb1, 0xcb, 0x91, 0x6d, 0x73, 0x36, 0x45, 0x20, 0x18, 0xe8, 0x80, 0x73, 0x22, 0xb1, 0x8a, 0x16, 0x3a, 0xc3, 0x09, 0x35, 0x87, 0xf7, 0x7f, 0x8d, 0x1b, 0x1b, 0x22, 0x65, 0xd3, 0x99, 0xa8, 0xa9, 0xa2, 0x76, 0xea, 0x6b, 0x10, 0xa0, 0x97, 0x22, 0xa8, 0x51, 0xf6, 0xfd, 0x26, 0xb5, 0xfb, 0x14, 0x41, 0x24, 0xd3, 0x13, 0x1b, 0x2f, 0x2f, 0x5b, 0x7b, 0x45, 0xb2, 0xa0, 0xf2, 0x25, 0xd5, 0x5e, 0x75, 0x07, 0xf9, 0xac, 0x3d, 0xf3, 0x43, 0x7e, 0x37, 0x7d, 0xb1, 0x36, 0x33, 0xef, 0xc7, 0x03, 0xbf, 0xae, 0x00, 0x84, 0xd8, 0x51, 0x0a, 0xc0, 0x30, 0x08, 0x83, 0xe1, 0xd3, 0xf6, 0xfe, 0x57, 0x18, 0xdf, 0xe0, 0x1f, 0x22, 0x6c, 0x7b, 0x2e, 0x54, 0xab, 0x49, 0x1a, 0xbd, 0x19, 0x92, 0xe5, 0xed, 0xcf, 0x20, 0x0f, 0x0a, 0xb6, 0x83, 0x6a, 0x02, 0x89, 0x11, 0x34, 0x7a, 0x73, 0x40, 0x69, 0xac, 0x47, 0xce, 0x61, 0xea, 0x6f, 0x4e, 0x80, 0x3c, 0xc9, 0xcf, 0xf3, 0x90, 0xe3, 0x2e, 0x45, 0x20, 0x27, 0xdc, 0x4c, 0xc8, 0xc5, 0x90, 0x73, 0xce, 0x93, 0xeb, 0x66, 0xea, 0x2c, 0x62, 0x6c, 0xcd, 0xdd, 0x39, 0x4b, 0x2e, 0x9b, 0x7b, 0xe6, 0x47, 0xfe, 0x85, 0xfc, 0x9c, 0xde, 0x6c, 0x72, 0x1b, 0x80, 0x37, 0x26, 0x91, 0xec, 0x2d, 0x4f, 0xe2, 0xa9, 0x2f, 0x86, 0xcb, 0xaf, 0x35, 0x4a, 0x80, 0xbe, 0x04, 0x60, 0xc3, 0xdc, 0x52, 0x00, 0x00, 0x41, 0x20, 0xd8, 0x9d, 0xbd, 0x85, 0xa7, 0x8e, 0x09, 0x06, 0x16, 0xf3, 0xd3, 0xa2, 0x32, 0x1f, 0xeb, 0xea, 0xd1, 0x33, 0x19, 0x09, 0x2a, 0x8d, 0x11, 0x38, 0xe4, 0x6c, 0x68, 0x8b, 0x74, 0x71, 0x3b, 0x67, 0x3b, 0xc0, 0x07, 0x18, 0x0a, 0xcc, 0xb0, 0xc7, 0xfd, 0xc9, 0xf3, 0x35, 0xba, 0x06, 0xa3, 0xd0, 0x89, 0xc9, 0x38, 0x08, 0xe3, 0x55, 0xd5, 0xd7, 0x07, 0x64, 0x1f, 0xc1, 0xfe, 0xe4, 0xf9, 0xdb, 0x6c, 0x0c, 0xc7, 0x92, 0xb1, 0x7e, 0x3a, 0xe1, 0xd9, 0x46, 0x2e, 0xe1, 0x24, 0x65, 0x83, 0x92, 0x75, 0xd8, 0xa3, 0x35, 0x71, 0x12, 0x19, 0xde, 0x50, 0x7f, 0x33, 0x09, 0x99, 0x0c, 0x37, 0xdb, 0xa8, 0xb9, 0x52, 0x66, 0x83, 0x24, 0x67, 0x6d, 0xdd, 0xfd, 0xfe, 0x71, 0x05, 0xa0, 0xc3, 0x5e, 0x76, 0x00, 0x80, 0x80, 0x18, 0x8a, 0xfa, 0xff, 0xaf, 0x96, 0xbb, 0x38, 0x49, 0x17, 0x2c, 0x05, 0xc3, 0x3c, 0x3a, 0x5a, 0x47, 0x96, 0xf5, 0xe8, 0x75, 0x8a, 0x18, 0xb3, 0xa6, 0xf6, 0x50, 0xf0, 0x38, 0x15, 0x1c, 0xbd, 0x31, 0xe6, 0x97, 0x72, 0x4a, 0x42, 0x07, 0xb1, 0x5f, 0x12, 0xd0, 0xdc, 0xad, 0x3c, 0x14, 0xd0, 0xde, 0x90, 0x48, 0xec, 0x75, 0x06, 0xe2, 0x51, 0x32, 0x1b, 0x67, 0x73, 0x8b, 0x60, 0x2b, 0x71, 0x75, 0x4b, 0x01, 0x22, 0xe8, 0x5e, 0xe2, 0xac, 0xe0, 0xee, 0x8f, 0x84, 0xb9, 0x6c, 0x84, 0xc4, 0x1f, 0xd2, 0xbb, 0xdb, 0x7e, 0x20, 0x42, 0x56, 0x7e, 0xad, 0x62, 0xf7, 0xe8, 0x2f, 0x3b, 0xac, 0x45, 0xe5, 0xc3, 0xab, 0x73, 0x5c, 0x01, 0xd8, 0x30, 0x93, 0x1b, 0x00, 0x42, 0x18, 0x06, 0x6e, 0xb7, 0x29, 0x27, 0x7d, 0xa4, 0xca, 0xd5, 0x3c, 0x06, 0x99, 0x88, 0x07, 0x0f, 0x08, 0x97, 0x90, 0x71, 0x1c, 0x7f, 0x26, 0x1e, 0x39, 0x95, 0x4d, 0xad, 0x21, 0xf2, 0x12, 0x79, 0x88, 0x48, 0x02, 0x31, 0x20, 0xc1, 0xb5, 0x8c, 0xeb, 0x5a, 0x6e, 0x24, 0x81, 0x36, 0xbd, 0x1f, 0xa9, 0x22, 0xe3, 0x98, 0x89, 0x2f, 0x09, 0xbe, 0x2b, 0x78, 0xfa, 0x33, 0x73, 0x09, 0x05, 0x1f, 0x34, 0xd5, 0xca, 0xcb, 0x16, 0xa1, 0x71, 0x3f, 0xe6, 0x41, 0x85, 0xc9, 0x0c, 0xdb, 0x00, 0xf5, 0xb7, 0x76, 0xf7, 0xc5, 0xf9, 0x55, 0x75, 0xde, 0x4b, 0x50, 0xa5, 0x90, 0x01, 0x84, 0x26, 0xed, 0x6d, 0x4b, 0x19, 0x4f, 0xc3, 0x32, 0x85, 0x0a, 0x94, 0xf7, 0x0b, 0xc0, 0x86, 0xbd, 0xa5, 0x00, 0x0c, 0x84, 0x30, 0x14, 0xed, 0xfe, 0xb7, 0xe1, 0x46, 0xcb, 0x29, 0x5c, 0x10, 0xe9, 0xf7, 0x0c, 0xf3, 0x30, 0x51, 0x13, 0x9f, 0xad, 0x6e, 0xb0, 0x2e, 0xe4, 0xfa, 0x84, 0xc7, 0x49, 0xff, 0xab, 0x9e, 0x52, 0x5a, 0xb7, 0x06, 0xc7, 0x04, 0x3d, 0xc7, 0x45, 0x1c, 0xec, 0x75, 0xf4, 0x5b, 0x42, 0x3a, 0xbf, 0x9e, 0xb4, 0x85, 0x40, 0x67, 0x23, 0x87, 0xf5, 0xcc, 0xd6, 0x35, 0x7b, 0x7b, 0xff, 0xcc, 0x7c, 0x53, 0x84, 0x7c, 0x45, 0x92, 0xb3, 0x09, 0x43, 0xcd, 0xb3, 0xcc, 0x05, 0x2a, 0x70, 0xa9, 0xaf, 0x3f, 0x75, 0x24, 0x40, 0x95, 0x43, 0xff, 0x77, 0xbf, 0x4c, 0x45, 0x5a, 0x65, 0xd9, 0xfb, 0x10, 0x95, 0x6f, 0xdb, 0x03, 0x43, 0xa0, 0x59, 0x2f, 0x86, 0xcd, 0xea, 0xc4, 0x18, 0x50, 0x2a, 0xcb, 0xde, 0x2f, 0xd3, 0xaa, 0x34, 0xaf, 0x00, 0x6c, 0xd8, 0x41, 0x0a, 0x00, 0x21, 0x0c, 0x43, 0x51, 0xef, 0x7f, 0x6a, 0x79, 0x8b, 0x0f, 0x41, 0x5c, 0x89, 0x0e, 0x8c, 0x1a, 0xd3, 0x26, 0xed, 0x91, 0xe3, 0x01, 0x43, 0xd8, 0x8d, 0x01, 0x6d, 0xd3, 0x98, 0x09, 0xd4, 0x40, 0x2b, 0x1a, 0x9a, 0xaf, 0x25, 0x5e, 0x26, 0x06, 0x52, 0x6b, 0xb5, 0x29, 0x80, 0x80, 0xfd, 0xf9, 0xf2, 0x0a, 0xc8, 0x7d, 0xa4, 0x75, 0x57, 0x09, 0xa5, 0x48, 0xec, 0x5f, 0xc0, 0xa1, 0x21, 0x31, 0xcb, 0x39, 0x57, 0xa8, 0xdb, 0x1f, 0x78, 0x1e, 0xdc, 0x77, 0x1a, 0x50, 0x87, 0x1a, 0x28, 0xe6, 0xc0, 0xde, 0x8a, 0x7c, 0x73, 0xfc, 0x5a, 0x56, 0x67, 0xde, 0x5e, 0xda, 0xeb, 0xde, 0xdc, 0x61, 0x35, 0x72, 0x23, 0xbb, 0xaa, 0xfc, 0x17, 0x89, 0xd2, 0xde, 0x4b, 0xaa, 0x2b, 0x00, 0x1b, 0x76, 0x90, 0x02, 0x40, 0x0c, 0xc2, 0x50, 0x74, 0xee, 0x7f, 0xea, 0xf2, 0x17, 0x0f, 0x82, 0xcc, 0xb2, 0x14, 0x5a, 0xd4, 0x18, 0x63, 0x3e, 0xf2, 0x91, 0xda, 0x41, 0x1d, 0x06, 0x63, 0x09, 0xc9, 0x2a, 0xb0, 0x2c, 0xfd, 0x59, 0xd1, 0x3b, 0x43, 0x50, 0xd1, 0xbd, 0xf7, 0x7e, 0x88, 0xec, 0xad, 0x4b, 0x17, 0x25, 0x39, 0x3a, 0x89, 0xda, 0x4a, 0x52, 0x45, 0xbe, 0x41, 0xd6, 0x19, 0x3a, 0x15, 0x72, 0x43, 0x7d, 0x80, 0xb9, 0xff, 0x55, 0x64, 0xf4, 0xb2, 0x45, 0x5a, 0x9b, 0xa8, 0x41, 0xba, 0x12, 0x3a, 0xe4, 0xae, 0x4d, 0x72, 0x6d, 0xa3, 0x1b, 0x4f, 0x09, 0x45, 0x4d, 0x84, 0x4a, 0x00, 0x17, 0x3f, 0xfa, 0x76, 0xde, 0xa2, 0x5a, 0x36, 0x09, 0x07, 0xcc, 0xf2, 0x04, 0xe0, 0xcb, 0x8c, 0x51, 0x00, 0x00, 0x61, 0x20, 0xe6, 0xff, 0x5f, 0x2d, 0x19, 0x02, 0xe1, 0x40, 0x27, 0x91, 0x4a, 0x51, 0xb9, 0xa6, 0xad, 0x9e, 0x3e, 0x4b, 0xec, 0x7f, 0x86, 0xca, 0x43, 0x99, 0x4d, 0x7c, 0x7d, 0x36, 0x28, 0x8e, 0x4c, 0xdc, 0xad, 0xc6, 0x64, 0x3a, 0xe5, 0xf0, 0x2a, 0x4b, 0xff, 0xae, 0x5f, 0xbb, 0x73, 0x37, 0x6d, 0xe4, 0xa0, 0x64, 0x3f, 0x9a, 0x5e, 0x25, 0x35, 0xc8, 0xfa, 0xd9, 0xb7, 0xba, 0x5c, 0xfc, 0x4a, 0x07, 0x70, 0x02, 0x7e, 0xbc, 0x78, 0xec, 0xe6, 0xb7, 0xfa, 0x33, 0x12, 0xc0, 0x97, 0xcd, 0xa6, 0x1d, 0xbb, 0xf8, 0xe4, 0x3c, 0x88, 0xac, 0x91, 0xd8, 0xbe, 0x89, 0xf1, 0x0a, 0xc0, 0x96, 0x1d, 0xa4, 0x00, 0x10, 0xc2, 0x30, 0x14, 0x9d, 0x6b, 0x7a, 0x41, 0xcf, 0x39, 0xfc, 0x81, 0x37, 0x14, 0x71, 0xe1, 0xa2, 0x2e, 0xac, 0x48, 0x92, 0x36, 0xf5, 0x39, 0x2f, 0xd9, 0xc1, 0x34, 0x1a, 0x9a, 0x8a, 0x7b, 0x94, 0xe2, 0x18, 0x84, 0xce, 0xa1, 0x44, 0x8d, 0x08, 0xd5, 0xcc, 0x91, 0x9f, 0x35, 0x4c, 0x62, 0x8e, 0x66, 0xcb, 0x79, 0xfa, 0x08, 0xc8, 0x2f, 0x07, 0x64, 0x5b, 0xc9, 0x63, 0xcc, 0x3a, 0xa7, 0xbc, 0x01, 0xe0, 0x1c, 0x9d, 0x93, 0x37, 0x6e, 0xbf, 0x3c, 0x31, 0x7d, 0xef, 0xfd, 0x4f, 0x01, 0xa6, 0x3c, 0xa6, 0x00, 0x7c, 0x94, 0xba, 0xb7, 0xd6, 0xfa, 0xee, 0xee, 0x61, 0xf9, 0xa2, 0x5b, 0x37, 0xd6, 0x3e, 0x1f, 0xa7, 0xc3, 0x9c, 0x9f, 0x4e, 0xc6, 0x42, 0x37, 0xf3, 0x3b, 0xbb, 0x3f, 0xca, 0xf4, 0x0a, 0xc0, 0x96, 0x19, 0xe4, 0x00, 0x00, 0x82, 0x30, 0x8c, 0xff, 0xbf, 0x9a, 0xf4, 0xd0, 0xa4, 0x21, 0x5c, 0x8d, 0x51, 0x74, 0xb8, 0xe1, 0x18, 0x79, 0x9a, 0x43, 0x82, 0x7c, 0xab, 0x83, 0x0a, 0x8f, 0x3f, 0x65, 0xe9, 0xa2, 0xd5, 0x8c, 0xcf, 0x95, 0xcd, 0xcd, 0x66, 0x9f, 0x67, 0x83, 0xbc, 0x9a, 0x53, 0x7a, 0xf9, 0x84, 0xdf, 0xb5, 0x88, 0x83, 0xa6, 0x50, 0xe9, 0x0d, 0x10, 0x00, 0xc9, 0x78, 0xdb, 0x89, 0x64, 0x8d, 0xc6, 0x5b, 0xfa, 0xb8, 0x2e, 0x70, 0xf7, 0xd7, 0x02, 0x62, 0x8c, 0xea, 0x4a, 0x87, 0xb6, 0x9a, 0x06, 0x28, 0xba, 0xd4, 0x35, 0x14, 0xab, 0x39, 0x9d, 0xef, 0xfd, 0x9a, 0x84, 0x5a, 0x41, 0x35, 0x40, 0x7b, 0x3f, 0x2b, 0x00, 0xc7, 0x55, 0x90, 0x82, 0x20, 0x10, 0x45, 0x1f, 0x2a, 0xb8, 0xaa, 0x55, 0x26, 0x52, 0x21, 0x81, 0xd8, 0x46, 0x10, 0x3b, 0x82, 0x06, 0x41, 0xd0, 0x32, 0x71, 0x23, 0x1e, 0xc6, 0x5b, 0xe8, 0x46, 0x04, 0x21, 0xaf, 0x10, 0xb8, 0xef, 0x02, 0x2d, 0xbc, 0x42, 0xab, 0xa0, 0x4d, 0x84, 0x41, 0x7f, 0xde, 0x6c, 0x3e, 0x33, 0x7f, 0xe6, 0xbd, 0xf7, 0xff, 0x0c, 0x7f, 0x66, 0xf4, 0x20, 0x08, 0xcc, 0xe5, 0x72, 0x89, 0xa2, 0x28, 0xd0, 0xf7, 0x3d, 0x2c, 0xcb, 0x82, 0xe3, 0x38, 0x98, 0xcf, 0xe7, 0x10, 0x60, 0xec, 0xf7, 0x7b, 0xdc, 0x6e, 0x37, 0x6c, 0x36, 0x1b, 0x48, 0x90, 0xd8, 0x6e, 0xb7, 0xf0, 0x3c, 0x0f, 0x9f, 0xcf, 0x07, 0x6d, 0xdb, 0xe2, 0x70, 0x38, 0x60, 0xb1, 0x58, 0x70, 0x5e, 0xd7, 0x75, 0xec, 0xab, 0x76, 0x3c, 0x1e, 0x21, 0xbf, 0x51, 0x5c, 0x2e, 0x17, 0x48, 0x9d, 0x47, 0x9a, 0xa6, 0xec, 0x1b, 0x86, 0x81, 0xef, 0xf7, 0x0b, 0x4d, 0xd3, 0x20, 0x27, 0x19, 0xbf, 0xdf, 0x8f, 0x78, 0x6a, 0x7c, 0x18, 0x06, 0xcc, 0x66, 0x33, 0x72, 0x49, 0x89, 0xc3, 0xfd, 0x7e, 0x27, 0xae, 0xae, 0xeb, 0xd4, 0xa4, 0x74, 0x88, 0x68, 0x44, 0x51, 0x84, 0x24, 0x49, 0xe8, 0x8f, 0xe3, 0x98, 0x58, 0xbb, 0xdd, 0x0e, 0xd7, 0xeb, 0x95, 0xdc, 0x52, 0xaa, 0xb0, 0x5a, 0xad, 0x20, 0x41, 0x23, 0x0c, 0x43, 0x3c, 0x9f, 0x4f, 0x64, 0x59, 0x46, 0x7e, 0xc5, 0xbd, 0x5e, 0xaf, 0xe1, 0xfb, 0x3e, 0x64, 0x43, 0x89, 0xef, 0xba, 0x2e, 0x6d, 0xd3, 0x34, 0xd4, 0xf3, 0x7e, 0xbf, 0x71, 0x3e, 0x9f, 0xc9, 0x27, 0x1b, 0x04, 0xdb, 0xb6, 0xc9, 0x51, 0xd7, 0x35, 0xf2, 0x3c, 0x67, 0x8e, 0xd4, 0x7c, 0x79, 0xd5, 0xd1, 0x37, 0x4d, 0x13, 0xf5, 0x28, 0x7c, 0x95, 0x1f, 0xc9, 0x29, 0xfd, 0x72, 0xa7, 0x52, 0xdf, 0xe3, 0xf1, 0x60, 0x7c, 0xe3, 0x38, 0xe2, 0x74, 0x3a, 0xc1, 0x34, 0x4d, 0xae, 0xab, 0xaa, 0x8a, 0xf6, 0xf5, 0x7a, 0x31, 0x6f, 0x65, 0x59, 0xe2, 0x2f, 0x00, 0x5b, 0x76, 0x94, 0x02, 0x20, 0x0c, 0xc3, 0x60, 0x78, 0xe7, 0xec, 0xfd, 0x0f, 0x32, 0x7e, 0xe1, 0x83, 0x32, 0x7c, 0x52, 0x99, 0x4a, 0x3b, 0x9a, 0xa4, 0xe9, 0x0e, 0x87, 0xc9, 0x51, 0x9a, 0x55, 0xf1, 0x02, 0x1c, 0x2f, 0xe1, 0xac, 0xbb, 0xa9, 0x42, 0xc1, 0xf9, 0xcf, 0x01, 0x6f, 0x24, 0x11, 0x3a, 0xf0, 0x24, 0x9c, 0x4e, 0x02, 0x21, 0xab, 0xe7, 0xda, 0xd6, 0x3d, 0x95, 0x8d, 0x3e, 0xfd, 0x0f, 0xef, 0x56, 0xf9, 0xbd, 0x1f, 0x2f, 0xb7, 0xbe, 0xbb, 0xbd, 0x72, 0x98, 0x99, 0xaf, 0x8a, 0xa3, 0xd0, 0x3a, 0x46, 0xf9, 0xa9, 0xf6, 0x2a, 0x3f, 0x14, 0xd0, 0xad, 0x90, 0xe6, 0xbe, 0x81, 0xa3, 0xee, 0xef, 0x3d, 0x24, 0xf3, 0x7d, 0xf9, 0x46, 0x7f, 0xc5, 0x8e, 0x19, 0xba, 0xa6, 0x91, 0xc5, 0x08, 0x99, 0x46, 0xfd, 0x7b, 0xf6, 0xd5, 0x7e, 0xb6, 0xce, 0x07, 0xa5, 0x29, 0xe2, 0x73, 0x50, 0x78, 0x05, 0xa0, 0xd3, 0x0e, 0x52, 0x00, 0x08, 0x61, 0x18, 0x8a, 0xce, 0xfd, 0x4f, 0x3d, 0xbc, 0xc5, 0x87, 0x52, 0xea, 0x52, 0xaa, 0xa0, 0x16, 0x93, 0x26, 0xf6, 0x73, 0x11, 0x30, 0xb3, 0x3a, 0x38, 0x62, 0x37, 0x39, 0xf2, 0xde, 0x56, 0x3c, 0xa2, 0x03, 0x3b, 0x92, 0xd2, 0x73, 0x4f, 0xcd, 0xe7, 0xaa, 0xee, 0x46, 0x87, 0xa0, 0x60, 0xb7, 0xec, 0x58, 0x7f, 0x59, 0xfd, 0xaf, 0x31, 0x38, 0xc8, 0x6b, 0xa3, 0x39, 0x40, 0x00, 0x22, 0x2d, 0xe1, 0xed, 0x9f, 0x57, 0x14, 0x9c, 0x46, 0xcc, 0xce, 0x94, 0x18, 0xdd, 0xff, 0x17, 0xb9, 0xd8, 0x78, 0x50, 0xf5, 0x25, 0x39, 0x93, 0xf8, 0xb7, 0xe2, 0x9e, 0x8a, 0xff, 0x2a, 0x79, 0x2f, 0xb1, 0xbb, 0xe3, 0xd3, 0x51, 0x28, 0xf6, 0x0b, 0xc0, 0xa6, 0x19, 0xa4, 0x00, 0x00, 0x82, 0x40, 0xb0, 0xff, 0xbf, 0x5a, 0xe6, 0x30, 0x30, 0x2c, 0x1d, 0x83, 0x28, 0x51, 0x6b, 0x57, 0xd7, 0xd7, 0xd6, 0x39, 0x45, 0x8e, 0x99, 0x50, 0x8d, 0xbd, 0xd3, 0x1a, 0xa5, 0xbc, 0xad, 0xa0, 0xbb, 0xbf, 0x46, 0xfa, 0x6f, 0xe2, 0xb4, 0x5f, 0x57, 0xd6, 0xa0, 0x88, 0x49, 0xdc, 0x5f, 0xf6, 0x83, 0x6d, 0x6d, 0x40, 0xea, 0x18, 0xf5, 0x92, 0x9e, 0x47, 0xd6, 0x76, 0x44, 0x09, 0xa7, 0x2d, 0x30, 0x2f, 0x86, 0x90, 0x74, 0x8a, 0x6e, 0xd5, 0x77, 0xcc, 0x5c, 0x02, 0x4c, 0x90, 0xd0, 0x7b, 0x04, 0x66, 0x31, 0x61, 0x31, 0x6a, 0xd9, 0xd3, 0xae, 0xb1, 0x1d, 0x9a, 0x0e, 0x8d, 0xe6, 0x65, 0xb7, 0x62, 0xb7, 0x77, 0x77, 0x02, 0xb0, 0x69, 0x47, 0x29, 0x00, 0x83, 0x30, 0x10, 0x44, 0xef, 0x7f, 0xeb, 0xf2, 0x0a, 0x03, 0x4b, 0xf0, 0xb7, 0x58, 0x4d, 0xdc, 0xad, 0x4c, 0x62, 0x7f, 0x41, 0x04, 0xce, 0xe1, 0xb5, 0x09, 0x4a, 0x74, 0x95, 0x37, 0xae, 0x20, 0xa3, 0x8d, 0x97, 0xb3, 0x5f, 0xce, 0xe3, 0x14, 0xcf, 0x89, 0x12, 0xad, 0xdc, 0x3a, 0x23, 0x24, 0xe4, 0xf4, 0x30, 0xf3, 0x22, 0xb2, 0xf5, 0x9a, 0x5f, 0xb2, 0x5d, 0x5a, 0x29, 0xf8, 0xee, 0x25, 0xdb, 0x22, 0xbc, 0x4d, 0x20, 0x4c, 0x0d, 0xbc, 0xd7, 0xcf, 0x6e, 0x62, 0x5c, 0x1a, 0xd2, 0x61, 0xde, 0x2f, 0x83, 0x08, 0x40, 0xa5, 0xc2, 0xf9, 0x22, 0x7f, 0x22, 0x9b, 0x7f, 0x4d, 0xb1, 0xa6, 0xee, 0xf8, 0x72, 0xdc, 0xca, 0x23, 0xba, 0xeb, 0x1d, 0xfb, 0xfb, 0x09, 0x20, 0x06, 0x6c, 0xd3, 0xaf, 0xd8, 0xda, 0xe9, 0xa3, 0xa3, 0xc0, 0xf4, 0x19, 0x05, 0x06, 0x08, 0x40, 0xa7, 0x19, 0xa3, 0x00, 0x00, 0xc2, 0x40, 0xcc, 0xff, 0xbf, 0x5a, 0x32, 0x04, 0xc2, 0xa1, 0xa3, 0x83, 0x5a, 0x6a, 0x28, 0x57, 0x7b, 0x67, 0xe7, 0x11, 0x90, 0x02, 0x89, 0x0d, 0x4a, 0x12, 0xab, 0xc3, 0xfd, 0xb1, 0xfc, 0xd5, 0x48, 0x12, 0x5e, 0x5b, 0x69, 0x9b, 0x1f, 0x7d, 0x48, 0x92, 0xcf, 0x23, 0xf9, 0x45, 0xb2, 0x6e, 0x0e, 0x85, 0x80, 0x0e, 0xbf, 0xdf, 0x90, 0xe8, 0xb5, 0x26, 0x09, 0x42, 0xc6, 0x7d, 0xd6, 0x74, 0xc8, 0xf4, 0x3e, 0xa1, 0x5a, 0xf3, 0x1c, 0x71, 0x50, 0xaa, 0x10, 0x0e, 0x4a, 0x54, 0xce, 0x02, 0x2a, 0x20, 0x72, 0xbf, 0x50, 0xe0, 0xd4, 0x31, 0xbe, 0x0a, 0x13, 0x25, 0x71, 0x9b, 0xc5, 0x4a, 0xe8, 0xed, 0xcb, 0xae, 0x00, 0x34, 0xda, 0x3d, 0x0e, 0x45, 0x40, 0x14, 0x05, 0xe0, 0x93, 0xbc, 0xc8, 0x8b, 0x9f, 0x84, 0x5a, 0x61, 0x03, 0xa2, 0x94, 0x28, 0x08, 0x3b, 0x90, 0x58, 0x83, 0xc2, 0x7a, 0x34, 0x36, 0x41, 0xa9, 0x57, 0x6b, 0x28, 0x95, 0x2a, 0x5b, 0xd0, 0xbe, 0x7b, 0x4e, 0xf2, 0x2a, 0xc1, 0x98, 0x7b, 0xe7, 0x2f, 0xf3, 0x4d, 0xe2, 0x63, 0x94, 0xfb, 0xba, 0xae, 0x2b, 0xf2, 0x91, 0xbf, 0xe4, 0x59, 0x5d, 0xd7, 0xb0, 0x00, 0xe2, 0xdc, 0x79, 0x9e, 0xb0, 0x4d, 0x9f, 0x7f, 0xa7, 0x88, 0x96, 0x49, 0x92, 0xe8, 0xba, 0x2c, 0x0b, 0xd2, 0x34, 0x45, 0x1c, 0xc7, 0x62, 0x24, 0xc9, 0xe9, 0x38, 0x8e, 0x18, 0x47, 0xf2, 0x8d, 0xe3, 0x88, 0xbe, 0xef, 0xc5, 0xd0, 0x3f, 0x01, 0x49, 0x49, 0x9b, 0xb5, 0xf0, 0x3c, 0x0f, 0xd7, 0x75, 0xe9, 0x39, 0x63, 0x47, 0x51, 0x84, 0x69, 0x9a, 0xd0, 0xb6, 0xad, 0xea, 0x7b, 0xdf, 0x57, 0x04, 0x26, 0x7d, 0x49, 0x58, 0xc6, 0x3b, 0x8e, 0x03, 0x79, 0x9e, 0xab, 0x3e, 0xb2, 0x78, 0x9e, 0x67, 0x95, 0xb5, 0x4e, 0x12, 0x6d, 0x6d, 0x0f, 0x83, 0xef, 0xfb, 0x7a, 0xc7, 0x72, 0x24, 0x28, 0xe9, 0x4b, 0xc2, 0x92, 0xac, 0x36, 0x20, 0xca, 0xf3, 0x79, 0x1e, 0xd1, 0xd9, 0x56, 0x29, 0x82, 0x20, 0x40, 0x96, 0x65, 0xca, 0xc3, 0x3a, 0x59, 0xdf, 0x92, 0xd7, 0xbc, 0x27, 0xd5, 0x99, 0x8f, 0xcd, 0x5e, 0x84, 0x61, 0x88, 0x6d, 0xdb, 0x44, 0xe0, 0xa6, 0x69, 0x44, 0x5c, 0xb6, 0x8f, 0x54, 0x65, 0x7b, 0xba, 0xae, 0xc3, 0xba, 0xae, 0xa8, 0xaa, 0x4a, 0xf9, 0xfd, 0xe3, 0x33, 0x7f, 0xf6, 0x57, 0x51, 0x14, 0x3a, 0x12, 0x94, 0x65, 0x09, 0x1b, 0x74, 0xc5, 0xb1, 0x95, 0x8c, 0x61, 0x18, 0x70, 0xdf, 0xb7, 0xda, 0xbf, 0xef, 0xbb, 0xe2, 0xfe, 0x04, 0x60, 0xd4, 0x0e, 0x52, 0x00, 0x06, 0x61, 0x20, 0x8a, 0x7a, 0xff, 0x53, 0x97, 0xb7, 0xf8, 0x10, 0x82, 0x42, 0x97, 0x56, 0x68, 0xd5, 0x64, 0xa6, 0x71, 0x26, 0xe7, 0x45, 0x37, 0x53, 0xda, 0x06, 0xaf, 0xfc, 0x0a, 0xf0, 0x52, 0x76, 0xca, 0x90, 0x5a, 0x82, 0x44, 0xf7, 0xd6, 0x46, 0xfa, 0x77, 0x1c, 0x64, 0xbb, 0xd1, 0x7b, 0xff, 0xae, 0xc6, 0x92, 0x65, 0xfc, 0x7b, 0x72, 0x2f, 0xd1, 0x61, 0x59, 0x26, 0x73, 0xeb, 0x20, 0x54, 0x3e, 0x43, 0xb8, 0xf5, 0x36, 0xef, 0xf9, 0x94, 0xd2, 0x31, 0x83, 0x79, 0x28, 0xde, 0x48, 0xee, 0xc6, 0xce, 0x0f, 0xc9, 0xee, 0xb5, 0xff, 0xb4, 0xaf, 0x2d, 0x08, 0x66, 0x71, 0xa3, 0x4b, 0x67, 0x95, 0xc5, 0xbd, 0xe9, 0xce, 0xf7, 0xf3, 0x77, 0x26, 0x33, 0x15, 0x03, 0xe3, 0x4f, 0x00, 0x3a, 0xed, 0x28, 0x05, 0x80, 0x10, 0x08, 0x01, 0xe8, 0xde, 0xff, 0xd4, 0xcb, 0xfb, 0x10, 0x44, 0xa6, 0xaf, 0x28, 0x88, 0x6a, 0x2a, 0xb5, 0xc9, 0xaf, 0xdd, 0x1c, 0x06, 0x6e, 0x5d, 0xef, 0xca, 0x46, 0xf7, 0xb7, 0xfa, 0xb8, 0x88, 0x3b, 0x0b, 0x5f, 0x87, 0x21, 0xcc, 0xce, 0xa4, 0xd6, 0x66, 0xba, 0x6a, 0xea, 0xa5, 0x4e, 0x58, 0x75, 0xb4, 0x35, 0x71, 0x27, 0x1d, 0xbf, 0x44, 0x2e, 0xc8, 0x36, 0x8d, 0xce, 0x57, 0x07, 0x8f, 0x02, 0x1e, 0xdc, 0x87, 0xf9, 0x49, 0xfb, 0x27, 0x2d, 0xe3, 0xcd, 0xe0, 0x50, 0xd9, 0x54, 0xfd, 0x91, 0xae, 0x03, 0x71, 0xe5, 0xc2, 0xfa, 0x85, 0x2f, 0x3e, 0x5d, 0x0f, 0x67, 0x29, 0xcd, 0x35, 0x7f, 0xe8, 0xfb, 0x29, 0x76, 0xc1, 0x57, 0x6c, 0x48, 0xbf, 0x00, 0x6c, 0xda, 0x49, 0x0a, 0x00, 0x20, 0x0c, 0x03, 0x40, 0xff, 0xff, 0x6a, 0x99, 0x43, 0x20, 0x84, 0x5e, 0x15, 0x94, 0xd6, 0xc4, 0x6e, 0x79, 0x8d, 0x4c, 0xc1, 0xc9, 0x62, 0xc4, 0x6f, 0x8c, 0x0e, 0xf2, 0xf6, 0x8f, 0xcd, 0xc0, 0xa9, 0xdb, 0x2c, 0xbd, 0xdf, 0x5d, 0xe3, 0x6d, 0xc8, 0xad, 0x1a, 0xc3, 0xa0, 0xff, 0xca, 0xeb, 0x9d, 0x17, 0x5d, 0xd7, 0x35, 0xc9, 0x0c, 0x33, 0x52, 0x6c, 0x76, 0x8a, 0x7b, 0x69, 0x7b, 0xa1, 0xb2, 0x75, 0x65, 0x1e, 0x34, 0xea, 0x93, 0x0c, 0x9c, 0x36, 0x46, 0x01, 0x9a, 0xc0, 0xbb, 0x5d, 0xdd, 0xab, 0x24, 0x58, 0x09, 0x15, 0x56, 0x76, 0x8a, 0xcc, 0x5f, 0xee, 0x41, 0x82, 0x9c, 0xc7, 0x8f, 0xec, 0xc5, 0x1a, 0x80, 0xfd, 0x02, 0xf0, 0x64, 0xae, 0x38, 0x10, 0xc2, 0x50, 0x14, 0x7d, 0xc9, 0x24, 0x8c, 0x07, 0x83, 0x64, 0x05, 0xdd, 0x00, 0x0a, 0x43, 0xc2, 0x1a, 0x20, 0x08, 0xb6, 0x81, 0xaa, 0xc3, 0xb0, 0x00, 0x14, 0xab, 0x61, 0x19, 0x38, 0x2c, 0x06, 0x8b, 0x99, 0x77, 0x6e, 0xd2, 0x51, 0x10, 0x68, 0xda, 0xd7, 0x4f, 0xee, 0x49, 0x4e, 0x3f, 0xd3, 0x34, 0x7d, 0xbb, 0xae, 0xb3, 0x75, 0x5d, 0xad, 0xef, 0x7b, 0x65, 0xdd, 0x3c, 0xcf, 0xb6, 0x6d, 0x9b, 0x58, 0xe2, 0x13, 0x90, 0x46, 0xf1, 0x93, 0x2e, 0x0d, 0x92, 0x98, 0x80, 0x76, 0xa8, 0xaa, 0x4a, 0x1a, 0xa1, 0x2c, 0x4b, 0x69, 0x00, 0x32, 0x3a, 0x31, 0x84, 0x8c, 0xe7, 0xe9, 0x05, 0x29, 0x33, 0xc9, 0xe0, 0xe7, 0x79, 0xec, 0xbe, 0x6f, 0x71, 0xc3, 0x0b, 0x50, 0xbf, 0xd7, 0x75, 0x59, 0xd3, 0x34, 0xb6, 0xef, 0xbb, 0x85, 0x10, 0x94, 0xeb, 0xef, 0xfb, 0xda, 0xb2, 0x2c, 0x62, 0x17, 0x39, 0x8c, 0x7e, 0x88, 0x31, 0x4a, 0xa1, 0xa0, 0x39, 0x92, 0x96, 0x81, 0x71, 0xe4, 0x3b, 0x35, 0xf8, 0x41, 0xb2, 0x3c, 0xcf, 0x95, 0xd9, 0xd4, 0xcc, 0x7f, 0xde, 0x8b, 0xa2, 0xd0, 0x77, 0xdf, 0x34, 0x1b, 0xc7, 0x51, 0x8c, 0x4c, 0x19, 0xdf, 0xb6, 0xad, 0x14, 0x0a, 0x75, 0xf9, 0x02, 0xa9, 0x76, 0x18, 0xc2, 0x78, 0xbe, 0xe9, 0x6a, 0x5b, 0xd7, 0x35, 0xd7, 0xdc, 0x76, 0x1c, 0x87, 0xc6, 0x4a, 0xcc, 0x81, 0xa9, 0x68, 0x1e, 0xfa, 0x87, 0x21, 0x30, 0x05, 0x36, 0xa2, 0x47, 0x98, 0x87, 0x6f, 0x82, 0xda, 0x9d, 0xe7, 0xa9, 0x3e, 0x58, 0x0f, 0xd6, 0x19, 0xee, 0x65, 0x59, 0xf6, 0xd7, 0x42, 0xcc, 0x1f, 0xad, 0xe3, 0x07, 0xcf, 0x86, 0x61, 0xb0, 0x9f, 0x00, 0x74, 0x9a, 0x89, 0x09, 0x00, 0x20, 0x0c, 0xc4, 0xf6, 0xdf, 0x5a, 0x22, 0x04, 0xc2, 0xa1, 0x03, 0x88, 0x15, 0xda, 0xfb, 0xec, 0xe5, 0x90, 0x46, 0xcb, 0x76, 0x4e, 0x31, 0x5c, 0x83, 0xf5, 0x5a, 0xcd, 0x57, 0x2d, 0x01, 0x0b, 0x62, 0x74, 0x97, 0xd5, 0x84, 0x3b, 0x25, 0x2b, 0x7f, 0x2b, 0x4e, 0xd2, 0xcb, 0xe1, 0xd2, 0xf1, 0xc2, 0xc9, 0x72, 0x4c, 0xe1, 0x0d, 0x95, 0xc7, 0x46, 0x22, 0x75, 0x35, 0x90, 0x34, 0x71, 0x6e, 0xe0, 0xd8, 0xf3, 0x6b, 0x0e, 0xbb, 0xcd, 0xa2, 0x4f, 0x21, 0x26, 0xfa, 0xc1, 0x15, 0xf7, 0x95, 0x43, 0x8c, 0x48, 0xe4, 0x8c, 0x9d, 0x74, 0x6a, 0xf5, 0x4d, 0xc0, 0xb7, 0xca, 0x54, 0xc7, 0xbf, 0xe6, 0xf6, 0x08, 0xc0, 0xa6, 0x99, 0xa4, 0x00, 0x00, 0x84, 0x30, 0x6c, 0xfe, 0xff, 0xea, 0x21, 0x87, 0x40, 0x28, 0x9e, 0x45, 0xdc, 0x40, 0x8b, 0xed, 0x5b, 0xc9, 0x0c, 0x6f, 0x0f, 0x20, 0x5c, 0x0f, 0x11, 0x36, 0x07, 0x27, 0xae, 0x2e, 0xdd, 0xdb, 0xf5, 0x44, 0xd2, 0x42, 0x66, 0x76, 0xbf, 0x4d, 0xaf, 0x44, 0x06, 0x3f, 0x06, 0x25, 0x6e, 0x2f, 0x3d, 0xac, 0xec, 0x93, 0xa6, 0x68, 0xa7, 0x20, 0x9b, 0x70, 0x91, 0x56, 0x1c, 0x4a, 0x73, 0xe8, 0x6f, 0xe8, 0x02, 0x1a, 0x65, 0x2a, 0xcd, 0x87, 0x58, 0x4b, 0x2f, 0x1b, 0x4f, 0xed, 0x6d, 0x21, 0x2a, 0x6b, 0x94, 0xc6, 0xf7, 0x4b, 0xbc, 0x5f, 0x6d, 0x7c, 0xbc, 0x99, 0xd4, 0x47, 0xfd, 0x02, 0x13, 0x6a, 0x2f, 0x53, 0x59, 0x1d, 0xd7, 0x17, 0x80, 0x6e, 0x33, 0xc9, 0x01, 0x20, 0x06, 0x61, 0xd8, 0xfc, 0xff, 0xd5, 0x23, 0x1f, 0x2c, 0x59, 0x11, 0x3d, 0xf4, 0x0e, 0x4a, 0x08, 0x94, 0xe5, 0xbb, 0x34, 0xd7, 0x41, 0x7d, 0x91, 0x13, 0x49, 0x18, 0x86, 0x53, 0x68, 0x36, 0x89, 0x4b, 0xa4, 0xbd, 0x77, 0xb8, 0x36, 0xf2, 0xd0, 0xcc, 0x26, 0xea, 0x5d, 0xdb, 0x44, 0xe3, 0xfd, 0x28, 0x59, 0xcd, 0xed, 0x51, 0xcb, 0xab, 0x37, 0xe4, 0x90, 0xab, 0xcc, 0xdc, 0xad, 0xf6, 0x05, 0x91, 0xea, 0xec, 0x6a, 0x6b, 0xf0, 0xe8, 0x81, 0x61, 0x1f, 0x80, 0xe9, 0x33, 0xa4, 0x24, 0x02, 0xb0, 0xd1, 0x48, 0x90, 0x74, 0xdd, 0x21, 0x90, 0x84, 0xed, 0x10, 0x30, 0x22, 0x28, 0x49, 0x5a, 0x18, 0x00, 0x14, 0xf6, 0xd7, 0xbe, 0x5f, 0x00, 0xb6, 0xed, 0x25, 0x05, 0x60, 0x18, 0x86, 0x81, 0x68, 0xef, 0x7f, 0xea, 0x30, 0x8b, 0x07, 0x46, 0x74, 0xdd, 0xe0, 0x90, 0x9f, 0x33, 0xa9, 0xe4, 0x0f, 0x2d, 0x30, 0x02, 0xa0, 0x91, 0xbb, 0x53, 0xd6, 0x9b, 0xbb, 0x74, 0x53, 0xd0, 0x2d, 0x4a, 0x91, 0x1e, 0x5c, 0xb4, 0x5d, 0xe4, 0xe4, 0xd9, 0x15, 0x69, 0x36, 0xde, 0x05, 0x09, 0x6d, 0x2e, 0x0d, 0x86, 0x98, 0x69, 0xfe, 0x4d, 0xca, 0xda, 0x5a, 0xed, 0xe4, 0x3f, 0xbd, 0xc1, 0x29, 0x55, 0x2e, 0x77, 0x5f, 0xf8, 0xd2, 0x57, 0xdf, 0x18, 0xa2, 0xc5, 0xab, 0xff, 0x68, 0x8c, 0x96, 0xa1, 0xa8, 0x68, 0xe9, 0x8a, 0x9b, 0xe6, 0xa6, 0xcb, 0x16, 0xd0, 0x22, 0xfa, 0x63, 0x0e, 0x24, 0x1a, 0xe7, 0x9e, 0xcc, 0x27, 0x00, 0xe7, 0x66, 0x8c, 0x03, 0x00, 0x08, 0xc2, 0x40, 0xff, 0xff, 0x6a, 0xbd, 0xe1, 0x4c, 0xd3, 0x30, 0xb1, 0x93, 0xa0, 0x05, 0x94, 0x94, 0x72, 0xcc, 0x2c, 0xd5, 0x19, 0x3a, 0x10, 0x24, 0x2f, 0x81, 0x5d, 0xaa, 0xb4, 0x5b, 0x6d, 0x92, 0x54, 0x79, 0xd3, 0x0e, 0x12, 0x86, 0x3d, 0x44, 0xea, 0xa0, 0x4e, 0x95, 0xd1, 0x6f, 0x2c, 0x01, 0xe5, 0xbf, 0x02, 0x18, 0x40, 0x05, 0x40, 0xc7, 0xa7, 0x66, 0x9a, 0x5c, 0x51, 0xb6, 0xf0, 0xb6, 0xa0, 0x00, 0xcc, 0xf9, 0x55, 0xb3, 0xe4, 0x22, 0x2a, 0xfe, 0xcd, 0x74, 0x30, 0x78, 0x4d, 0xc0, 0x5f, 0xbd, 0xc3, 0x1e, 0x56, 0x7c, 0x1a, 0x35, 0x10, 0xc0, 0x56, 0x28, 0x6e, 0x15, 0xa1, 0x57, 0x00, 0xb6, 0xcd, 0x20, 0x05, 0x00, 0x18, 0x84, 0x61, 0xfb, 0xff, 0xab, 0x47, 0x0e, 0x81, 0x50, 0xfc, 0x40, 0x37, 0x70, 0xd6, 0xaa, 0xeb, 0xeb, 0xba, 0x56, 0x3f, 0x08, 0x97, 0xee, 0x58, 0xc4, 0xf5, 0xa9, 0x99, 0x42, 0x84, 0x01, 0x01, 0x7c, 0x33, 0x03, 0x3a, 0xd3, 0xca, 0x05, 0xce, 0x7a, 0x06, 0x91, 0xa8, 0xd2, 0x21, 0x41, 0x96, 0xd3, 0x29, 0x8e, 0x95, 0xb8, 0x16, 0x5f, 0x24, 0x27, 0x58, 0x5a, 0xcc, 0x2e, 0x7a, 0xdd, 0xd9, 0x9b, 0xcd, 0xeb, 0xfa, 0x45, 0xae, 0xd9, 0x56, 0x83, 0xb6, 0xb3, 0x2a, 0xe9, 0xad, 0x3f, 0x0c, 0xad, 0x59, 0x57, 0xb3, 0x2b, 0x5d, 0xd7, 0xca, 0xb1, 0x12, 0x1f, 0x61, 0xd3, 0x75, 0x34, 0x78, 0x3e, 0x28, 0xce, 0xf9, 0x02, 0xd0, 0x64, 0x07, 0x39, 0x14, 0xc1, 0x50, 0x14, 0x86, 0x9b, 0xbc, 0xc1, 0x1b, 0x77, 0x11, 0x12, 0xe6, 0xb6, 0x60, 0x64, 0x27, 0xd6, 0x25, 0x6c, 0xca, 0x0e, 0x6c, 0xc2, 0xfd, 0x4e, 0xd2, 0x4e, 0x1a, 0x42, 0xdd, 0x16, 0xf1, 0xfb, 0xcf, 0xef, 0x38, 0x8e, 0x3f, 0x04, 0xa3, 0x01, 0xe0, 0xa6, 0x24, 0x10, 0xaa, 0xc1, 0xcb, 0xa1, 0x11, 0x06, 0xa2, 0x41, 0x3c, 0x3d, 0xed, 0x00, 0x0d, 0x9f, 0xe7, 0x89, 0x1e, 0x81, 0xcc, 0x52, 0xb9, 0x79, 0x9e, 0x83, 0x86, 0x34, 0x80, 0x84, 0xd0, 0x78, 0x23, 0xa9, 0x33, 0x9e, 0xf3, 0x25, 0x76, 0x34, 0x03, 0xfd, 0x40, 0x61, 0x2c, 0xcb, 0xd2, 0x6a, 0xd1, 0xa3, 0x3f, 0xd6, 0x75, 0x4d, 0xe2, 0x76, 0x5d, 0x57, 0xdb, 0xf7, 0x3d, 0x88, 0xbd, 0x6d, 0x5b, 0x92, 0x39, 0x88, 0x0d, 0x1f, 0xeb, 0x49, 0x6a, 0xe7, 0x79, 0x46, 0x69, 0x48, 0xda, 0x8c, 0x49, 0x73, 0xd0, 0x13, 0xf6, 0x41, 0x59, 0xc7, 0x8f, 0xe4, 0x92, 0xce, 0xa9, 0x1b, 0x15, 0x34, 0x9e, 0xa6, 0x29, 0xf5, 0xab, 0x27, 0x9a, 0xa2, 0x9a, 0x6b, 0x16, 0x5d, 0xa5, 0xee, 0x31, 0x5f, 0x48, 0x2f, 0xf5, 0xab, 0x37, 0x21, 0xaa, 0xa4, 0x3e, 0xce, 0xe9, 0x35, 0x7d, 0x7d, 0x53, 0xa2, 0x69, 0xd4, 0x4f, 0xf3, 0xdc, 0xf7, 0x9d, 0x5f, 0x84, 0xf7, 0x7d, 0x83, 0xb5, 0xce, 0x53, 0x87, 0x75, 0x30, 0x9f, 0x7a, 0xa0, 0x5a, 0xef, 0x3d, 0x9a, 0x07, 0xda, 0x8e, 0xf5, 0xd4, 0xa4, 0xad, 0x90, 0xdd, 0x36, 0x64, 0xfe, 0x04, 0xa0, 0xdb, 0x8e, 0x51, 0x00, 0x00, 0x61, 0x20, 0x08, 0xfa, 0xff, 0x57, 0xcb, 0x16, 0x03, 0x21, 0x68, 0x25, 0x58, 0x28, 0x8a, 0xde, 0xc6, 0xe4, 0x3c, 0x3b, 0xff, 0xcf, 0xdb, 0x84, 0x01, 0x4e, 0x43, 0x60, 0x23, 0x6f, 0x13, 0xdc, 0x9e, 0xfd, 0x1b, 0x5c, 0x3f, 0x47, 0xa0, 0x90, 0xb8, 0xeb, 0xdb, 0x8b, 0x9a, 0x95, 0xf3, 0x97, 0xb6, 0xd9, 0x6e, 0x90, 0xfa, 0x68, 0xf2, 0xcb, 0x70, 0xed, 0x66, 0xa8, 0xa1, 0x6f, 0x26, 0xee, 0x1a, 0xfe, 0x94, 0xcf, 0xd6, 0x3a, 0xbf, 0x28, 0x0b, 0x34, 0x6a, 0xa5, 0x4d, 0x92, 0x27, 0x8c, 0xc1, 0x84, 0x24, 0xb0, 0x40, 0x00, 0x2f, 0x8d, 0xf7, 0xfa, 0xa8, 0x6a, 0xbf, 0x92, 0x6f, 0x45, 0x35, 0x8e, 0xcb, 0xe6, 0xbf, 0x02, 0xb0, 0x6d, 0x07, 0x39, 0x00, 0x84, 0x20, 0x0c, 0x45, 0xe7, 0xfe, 0xa7, 0x9e, 0xbc, 0xc5, 0x4f, 0x1a, 0xc3, 0xc2, 0xa5, 0x8a, 0x60, 0x4a, 0xc1, 0xfa, 0xbd, 0xef, 0x01, 0x97, 0x82, 0x6f, 0x65, 0x9b, 0xfb, 0x32, 0xb8, 0x39, 0x66, 0x31, 0xfe, 0xaa, 0x1b, 0x0c, 0x18, 0x9c, 0xe2, 0xbb, 0xa0, 0x4a, 0xcc, 0x31, 0x98, 0x72, 0x4c, 0x0c, 0x26, 0x38, 0xca, 0xc9, 0x51, 0xe2, 0x18, 0x8c, 0x0a, 0xff, 0xfd, 0x8e, 0x57, 0x90, 0xec, 0xc3, 0xfe, 0x85, 0x1b, 0xeb, 0x6d, 0xdb, 0xa2, 0x9c, 0xe1, 0x0c, 0xe6, 0x81, 0xaf, 0x02, 0x78, 0xc9, 0x4c, 0x2f, 0x75, 0xcb, 0x12, 0x89, 0xd7, 0xde, 0xe0, 0x9c, 0x3f, 0xec, 0xa1, 0x37, 0x56, 0xdf, 0x8c, 0x3f, 0x82, 0x73, 0x8c, 0xd5, 0xe5, 0xf7, 0x1f, 0xe6, 0x17, 0x80, 0x8f, 0x33, 0x48, 0x01, 0x00, 0x04, 0x81, 0xe0, 0xff, 0x7f, 0x1d, 0x13, 0x0c, 0x0c, 0x22, 0x9e, 0x23, 0xc2, 0x34, 0x74, 0x57, 0x37, 0x58, 0xd8, 0xef, 0x61, 0x01, 0xdb, 0x76, 0xc9, 0x56, 0x3e, 0x33, 0x71, 0x6d, 0xa3, 0xf6, 0x50, 0xdb, 0xd4, 0xdf, 0x02, 0x36, 0xd7, 0xab, 0xdb, 0xf6, 0x95, 0x74, 0xff, 0x04, 0x9b, 0x6d, 0x82, 0x29, 0x5d, 0x23, 0x22, 0xb7, 0xea, 0x49, 0xa5, 0x55, 0x09, 0x3b, 0x01, 0x9b, 0x4e, 0x9e, 0xb3, 0xc0, 0x02, 0x36, 0x4a, 0x6e, 0x22, 0xde, 0x9c, 0xd9, 0x4e, 0xe7, 0x45, 0x88, 0x62, 0x0f, 0x76, 0x94, 0xc6, 0x21, 0x08, 0xc8, 0x91, 0x9c, 0xd5, 0x1f, 0x22, 0xaa, 0xd4, 0x6a, 0xa7, 0xd3, 0xcf, 0x03, 0xda, 0x3f, 0x7a, 0x02, 0x88, 0x61, 0x30, 0x1d, 0x2b, 0x81, 0xdc, 0x5a, 0x83, 0x2d, 0x22, 0x00, 0xd1, 0xb0, 0x39, 0x7a, 0x10, 0x1f, 0xb9, 0x9d, 0x0f, 0xcb, 0xd9, 0xb0, 0x51, 0x56, 0xf4, 0x40, 0x03, 0xb9, 0x07, 0xe4, 0x6e, 0x50, 0x13, 0x19, 0x79, 0xa6, 0x0f, 0x36, 0xc9, 0x85, 0xbc, 0xe7, 0x10, 0xd6, 0xa7, 0x82, 0x4d, 0x8a, 0x21, 0x6f, 0xe1, 0x26, 0xb4, 0xdd, 0x8f, 0x9a, 0x0d, 0x23, 0x80, 0x00, 0x8c, 0x9c, 0x5b, 0x0a, 0x00, 0x20, 0x08, 0x04, 0xbb, 0xff, 0x15, 0xbc, 0x6c, 0xcc, 0xc7, 0x84, 0x2c, 0x22, 0x7d, 0x0a, 0xbd, 0x14, 0xd9, 0x24, 0x77, 0x3b, 0x3f, 0xd5, 0xc3, 0x64, 0x83, 0xa9, 0x64, 0x75, 0xd2, 0x4a, 0x81, 0xb4, 0x4e, 0xa6, 0xa3, 0xc2, 0xb1, 0x7d, 0x6a, 0xbf, 0x9e, 0x40, 0x61, 0x03, 0x4d, 0x06, 0x85, 0xf1, 0x55, 0xf5, 0x9c, 0xd0, 0x69, 0xc9, 0x16, 0x13, 0x26, 0x2b, 0xbd, 0x63, 0x7d, 0xd5, 0xbf, 0x5d, 0x44, 0x93, 0xed, 0xd6, 0xce, 0xbb, 0xca, 0x26, 0x17, 0xf3, 0xf3, 0x55, 0x76, 0xf3, 0x9f, 0x92, 0x56, 0x32, 0x1e, 0x64, 0x0b, 0xbf, 0x01, 0xf1, 0x5e, 0xf0, 0xfc, 0x92, 0x2d, 0x88, 0xaf, 0xd2, 0x3b, 0xf6, 0x31, 0xe9, 0x33, 0x7e, 0x57, 0x00, 0x36, 0xee, 0x20, 0x05, 0x80, 0x18, 0x84, 0xa1, 0xe8, 0xdc, 0xff, 0xd4, 0x25, 0x8b, 0x07, 0x1f, 0x99, 0x75, 0xa1, 0xa5, 0x68, 0x50, 0x4c, 0xe2, 0xf7, 0xf7, 0xe8, 0x6d, 0x31, 0x77, 0xc9, 0xfa, 0xf0, 0xc1, 0x13, 0xf5, 0xda, 0x29, 0x26, 0x08, 0xfa, 0xe4, 0xb2, 0x4c, 0x8b, 0x89, 0x7a, 0xad, 0x71, 0x52, 0xe1, 0x6b, 0xa6, 0xed, 0x5c, 0x10, 0xcb, 0x0f, 0x5c, 0xf7, 0x2a, 0xea, 0x55, 0x0d, 0x6a, 0x90, 0xca, 0x77, 0x5c, 0xbb, 0x5d, 0xb5, 0xbc, 0x04, 0xde, 0x90, 0x7e, 0xb5, 0xc8, 0x1c, 0xc2, 0x9d, 0x00, 0x2c, 0xb3, 0x17, 0x04, 0x48, 0xa4, 0xed, 0xed, 0xd4, 0xb7, 0x35, 0xc6, 0xee, 0x97, 0xbb, 0x20, 0xa7, 0x48, 0xde, 0x39, 0xdd, 0x30, 0xe7, 0xd9, 0x13, 0x80, 0x46, 0x3b, 0xb6, 0x81, 0x10, 0x86, 0xc1, 0x28, 0x0c, 0xba, 0xe2, 0xa6, 0xa0, 0x81, 0x1d, 0x28, 0xa9, 0x53, 0x44, 0x19, 0x8b, 0x0d, 0x68, 0x19, 0x22, 0x23, 0xb0, 0x13, 0xfd, 0xe5, 0xfb, 0xa5, 0xa3, 0x43, 0x24, 0xb6, 0x41, 0x08, 0x9e, 0x9e, 0xfd, 0x59, 0x96, 0xe5, 0xcb, 0xba, 0x32, 0xa2, 0xd0, 0xcc, 0xb0, 0x16, 0x54, 0x65, 0x5d, 0xd9, 0xd4, 0xde, 0x7b, 0x3a, 0x83, 0x0c, 0xe9, 0xba, 0xae, 0xd3, 0xf8, 0x8e, 0x07, 0x8d, 0x8f, 0xe3, 0x98, 0xf6, 0x7d, 0x0f, 0x42, 0x3a, 0xd7, 0xd5, 0x83, 0xc2, 0xd7, 0x75, 0xc5, 0xde, 0x1a, 0x06, 0x13, 0xf3, 0xbe, 0xef, 0xc4, 0x65, 0x46, 0x5b, 0x6b, 0x59, 0x0f, 0x41, 0xd9, 0x53, 0x31, 0x58, 0x5d, 0x68, 0xaa, 0xbb, 0x67, 0x88, 0x6c, 0xfc, 0x58, 0x93, 0x9f, 0x15, 0x96, 0xf3, 0x3c, 0xcf, 0x20, 0x25, 0x34, 0x94, 0x63, 0x3c, 0x88, 0xac, 0x17, 0xaf, 0x94, 0x92, 0xeb, 0x2c, 0xaa, 0x03, 0xfa, 0xda, 0x0f, 0x39, 0x75, 0x24, 0xdf, 0xf7, 0x9d, 0xc6, 0x27, 0x34, 0x36, 0x1a, 0x5e, 0x42, 0x64, 0x08, 0x2b, 0x2e, 0x3c, 0x55, 0x8f, 0x4e, 0x25, 0x94, 0x85, 0xaa, 0xe2, 0xa8, 0x0f, 0x0a, 0x5b, 0x0b, 0x59, 0xc7, 0x4b, 0x12, 0x5b, 0xcd, 0xfc, 0x1a, 0x92, 0x63, 0x6d, 0x75, 0xfd, 0xec, 0xf9, 0xdf, 0xff, 0x3c, 0xcf, 0xc9, 0xbf, 0x6d, 0x5b, 0x86, 0xeb, 0x20, 0xac, 0xfa, 0xd4, 0xad, 0x3e, 0x36, 0x59, 0x7e, 0x39, 0x9f, 0xe7, 0x89, 0xc1, 0x16, 0xaf, 0xd6, 0x1a, 0x24, 0x67, 0x93, 0x19, 0x62, 0xfb, 0x7e, 0x02, 0x88, 0x01, 0xbd, 0xc7, 0x8c, 0xbc, 0xc4, 0x07, 0x94, 0x52, 0x90, 0xe7, 0x9c, 0xd1, 0x9b, 0x8c, 0xe8, 0x8b, 0xc9, 0xb0, 0xcd, 0xb1, 0x83, 0x52, 0x30, 0xa8, 0x89, 0x0b, 0xb2, 0x07, 0x54, 0xfe, 0xc3, 0x46, 0x51, 0x41, 0xb9, 0x0e, 0xd6, 0x1a, 0x41, 0xdf, 0xde, 0x05, 0x2a, 0xe3, 0x61, 0x45, 0x0f, 0x6c, 0xac, 0x0a, 0x96, 0xb5, 0x41, 0xc5, 0x21, 0xfa, 0xd1, 0x4e, 0xe8, 0x0b, 0x13, 0x86, 0xf2, 0xfc, 0x0e, 0x40, 0x00, 0x31, 0xc0, 0xca, 0x69, 0x58, 0xc5, 0x32, 0xba, 0x45, 0x7a, 0x60, 0xb7, 0x48, 0x03, 0x04, 0x60, 0xe3, 0x4c, 0x52, 0x00, 0x80, 0x41, 0x20, 0xd6, 0xff, 0xbf, 0xba, 0xe4, 0x10, 0x08, 0x83, 0x47, 0xe9, 0xa5, 0xb5, 0x2e, 0xa3, 0x8c, 0xbe, 0x92, 0xb5, 0x1a, 0xf3, 0x4a, 0x09, 0xb2, 0x55, 0x7e, 0x8d, 0x8b, 0x19, 0x03, 0xf7, 0x13, 0x81, 0xb4, 0x5d, 0xa3, 0x21, 0x04, 0x55, 0x49, 0x5a, 0xaa, 0x72, 0x67, 0x1c, 0x85, 0xc8, 0xc6, 0x7c, 0x15, 0x73, 0xb1, 0x4d, 0xb6, 0x37, 0x54, 0x08, 0xb9, 0x2c, 0x7a, 0xd7, 0x5a, 0x78, 0x9f, 0x16, 0xc3, 0xc6, 0x7c, 0x3c, 0xa1, 0xa3, 0x08, 0x16, 0x7f, 0x58, 0xb6, 0xe8, 0x8c, 0xb7, 0x91, 0x63, 0xea, 0x79, 0x8b, 0xbe, 0xb6, 0xeb, 0x6d, 0x0e, 0x41, 0x97, 0xb2, 0x22, 0x3d, 0xc7, 0x10, 0x40, 0x61, 0xc8, 0x5f, 0x00, 0x3a, 0xce, 0x20, 0x05, 0x00, 0x10, 0x04, 0x82, 0xff, 0xff, 0x75, 0xcc, 0x61, 0x60, 0xd9, 0xd6, 0x6b, 0x91, 0x81, 0xa9, 0xd9, 0xa0, 0x81, 0x2d, 0x3e, 0x77, 0xb4, 0xd3, 0xe8, 0xfa, 0xca, 0x68, 0xd5, 0x6d, 0x91, 0x69, 0xa8, 0xe4, 0x54, 0x52, 0xa6, 0xc0, 0x8c, 0x0b, 0xe8, 0x52, 0x9e, 0x17, 0x1d, 0xfb, 0x70, 0x08, 0x56, 0xe1, 0x2f, 0x60, 0xd7, 0x7d, 0xea, 0x1d, 0x4e, 0xb0, 0x54, 0xd6, 0x65, 0x8f, 0xa2, 0xec, 0x0c, 0x8f, 0x4a, 0xc0, 0xc9, 0x41, 0x77, 0xf8, 0xcb, 0x26, 0x9e, 0x66, 0x5d, 0x78, 0x8a, 0xef, 0x20, 0x6b, 0xd3, 0x94, 0xb7, 0x12, 0x11, 0x8d, 0x50, 0xc2, 0x2d, 0x41, 0x20, 0x41, 0xb2, 0x36, 0x4d, 0x8a, 0xec, 0xfc, 0x13, 0x80, 0x8e, 0x33, 0x48, 0x01, 0x00, 0x04, 0x81, 0x60, 0xff, 0xff, 0x87, 0xff, 0x8c, 0x3d, 0x4c, 0x0c, 0x8b, 0x9d, 0x83, 0x48, 0x33, 0x4d, 0xad, 0x39, 0x08, 0x85, 0x15, 0x76, 0x7d, 0x9f, 0x2b, 0x27, 0xd9, 0x66, 0x7a, 0x1e, 0xb8, 0x37, 0x48, 0x41, 0x00, 0x5a, 0x20, 0x05, 0x19, 0x48, 0xe3, 0x07, 0xd5, 0x5d, 0x06, 0x71, 0x0c, 0xa2, 0x37, 0xe2, 0x32, 0xc6, 0x26, 0xa4, 0xf3, 0x1e, 0xc7, 0x98, 0x9e, 0xcf, 0x1f, 0x57, 0x63, 0xb9, 0x59, 0x3f, 0xa4, 0xa0, 0x28, 0x09, 0x60, 0xdb, 0xcf, 0x5d, 0x76, 0x45, 0xa2, 0xc7, 0x67, 0xe6, 0x91, 0x82, 0xba, 0xb3, 0x19, 0xf9, 0x6d, 0xd4, 0xd1, 0x97, 0xf3, 0x38, 0x62, 0x0a, 0xa4, 0xa0, 0x6c, 0x32, 0xa7, 0xf6, 0x0a, 0x20, 0x06, 0xe4, 0x76, 0x35, 0x28, 0x85, 0x83, 0x3a, 0x76, 0xb0, 0x32, 0x13, 0xe4, 0x29, 0x10, 0x1f, 0x84, 0x61, 0x75, 0x02, 0xb6, 0x05, 0xc2, 0xb0, 0x25, 0x37, 0xd8, 0x56, 0x53, 0xa0, 0x57, 0xb4, 0xb0, 0xf3, 0x4d, 0x60, 0xfd, 0x06, 0xf4, 0x7e, 0x05, 0xfa, 0x9e, 0x3c, 0x50, 0xa4, 0x80, 0x3c, 0x0a, 0x2a, 0x2e, 0x41, 0xee, 0x83, 0x6d, 0xdc, 0x44, 0x5f, 0x95, 0x8e, 0x9c, 0xfd, 0x71, 0x35, 0x99, 0x87, 0xc2, 0xc9, 0x79, 0x00, 0x01, 0xe8, 0x38, 0x63, 0x14, 0x00, 0x40, 0x18, 0x06, 0xfa, 0xff, 0x57, 0xcb, 0x0d, 0x07, 0x47, 0xd0, 0xc1, 0xc9, 0xa5, 0x94, 0x36, 0x89, 0x35, 0x7a, 0x7a, 0x0e, 0xf0, 0xa6, 0xcd, 0xa4, 0x5b, 0xe9, 0x40, 0xc2, 0x7e, 0x0b, 0xb1, 0xba, 0xdf, 0x4a, 0x51, 0xd9, 0x48, 0xa4, 0x2a, 0x9b, 0x97, 0x2d, 0x13, 0x78, 0x10, 0x0e, 0xe9, 0x0c, 0x82, 0xee, 0xfe, 0x12, 0xa5, 0x36, 0xd0, 0xed, 0x0c, 0x16, 0x18, 0x5c, 0x0c, 0xb7, 0xd3, 0x55, 0x36, 0x9b, 0xd4, 0x72, 0x16, 0xf1, 0xc9, 0x91, 0xbf, 0xa2, 0x12, 0x3e, 0x75, 0xae, 0x74, 0xcc, 0x23, 0x27, 0xf4, 0x0f, 0xc8, 0x7a, 0x12, 0x88, 0x45, 0x1f, 0xd8, 0x6b, 0x2c, 0xd3, 0x47, 0x40, 0x57, 0x00, 0x9a, 0xed, 0xe5, 0x06, 0x40, 0x10, 0x88, 0xa2, 0xe8, 0x96, 0xfe, 0x58, 0xd8, 0x15, 0x09, 0xa1, 0x02, 0x3a, 0xa0, 0x27, 0x1a, 0x91, 0xf3, 0x92, 0x71, 0x69, 0x54, 0x3e, 0x1a, 0x33, 0xf7, 0xe5, 0x4e, 0x38, 0x44, 0xfd, 0xdb, 0x5a, 0x4b, 0x04, 0xbd, 0xd6, 0x8a, 0x59, 0x81, 0x1d, 0x44, 0xd8, 0x6c, 0x0f, 0x06, 0x9f, 0xf8, 0xdb, 0x75, 0x73, 0xce, 0x98, 0x76, 0xd8, 0x45, 0x1c, 0x5e, 0x51, 0xf6, 0xbd, 0x37, 0xf5, 0xff, 0x7b, 0x71, 0xb9, 0x8f, 0xc5, 0xc1, 0xc2, 0xd0, 0x04, 0x24, 0x5a, 0x17, 0xc5, 0xb3, 0x08, 0x19, 0x88, 0xea, 0x76, 0x51, 0xb7, 0x73, 0xe7, 0x9c, 0x30, 0x8f, 0x26, 0x1c, 0xf5, 0x3f, 0xe3, 0x05, 0x5f, 0xb0, 0x55, 0xd4, 0xed, 0x63, 0x8c, 0x8c, 0xc7, 0x68, 0xc1, 0x45, 0xec, 0x0c, 0xd6, 0x0a, 0xf6, 0xa9, 0x26, 0x17, 0x36, 0xe2, 0xf7, 0x7d, 0x89, 0xe3, 0xd9, 0x32, 0x62, 0x6e, 0xf1, 0x3d, 0x5e, 0x31, 0x9f, 0xde, 0x7b, 0x38, 0x01, 0xeb, 0xec, 0xbd, 0xc3, 0x0f, 0x8c, 0x94, 0x8a, 0xe2, 0xad, 0x1d, 0x07, 0xe0, 0x8e, 0xb7, 0x39, 0x89, 0xde, 0xb1, 0x06, 0x8e, 0xa8, 0xf5, 0xbd, 0x8f, 0x32, 0x9c, 0xf1, 0x7e, 0x53, 0x19, 0xdf, 0x7c, 0x1c, 0x9e, 0xcf, 0xf8, 0xd4, 0x74, 0x64, 0xcf, 0x70, 0x05, 0xce, 0x29, 0xfb, 0xc6, 0xfd, 0xe6, 0x62, 0x6c, 0xec, 0x52, 0xb6, 0x8b, 0xc3, 0x3e, 0xe0, 0x1c, 0x36, 0x4c, 0x35, 0x01, 0xfd, 0x02, 0x88, 0x01, 0xfd, 0x40, 0x18, 0x5c, 0xd9, 0x1f, 0xb6, 0xd8, 0x1a, 0x56, 0x06, 0xc2, 0x16, 0x5b, 0xe3, 0x1b, 0x7a, 0x1f, 0xed, 0xf1, 0x93, 0xde, 0xe3, 0x07, 0x08, 0x20, 0x86, 0x91, 0xd0, 0xd9, 0x1a, 0x4a, 0x8b, 0xe9, 0x00, 0x02, 0xd0, 0x71, 0x06, 0x37, 0x00, 0x80, 0x20, 0x0c, 0xdc, 0x92, 0xfd, 0x47, 0x31, 0x67, 0x72, 0xa6, 0x69, 0xf0, 0xe5, 0xb7, 0x0a, 0x42, 0x63, 0xa5, 0xaf, 0x87, 0xc0, 0x1a, 0x88, 0x74, 0xd6, 0x70, 0x41, 0x02, 0x24, 0xbf, 0x71, 0xc2, 0xcd, 0x5b, 0x34, 0xf2, 0x10, 0xf4, 0x17, 0x14, 0x54, 0x8b, 0x5a, 0xfa, 0x0b, 0xb2, 0xce, 0xcc, 0xdd, 0xbc, 0x81, 0x60, 0x1c, 0x2d, 0x27, 0x95, 0x32, 0xf3, 0x53, 0xaf, 0x91, 0x4d, 0x75, 0xe6, 0xa2, 0x97, 0xc8, 0xae, 0xec, 0x61, 0xd4, 0x7e, 0x98, 0x22, 0x41, 0x91, 0x82, 0x83, 0xc5, 0x9b, 0x96, 0x43, 0x3a, 0x9b, 0x85, 0xab, 0x4d, 0x37, 0xbd, 0x58, 0x14, 0xee, 0x4c, 0xda, 0xf6, 0x50, 0x4c, 0xb9, 0xb8, 0xf5, 0x9a, 0xdf, 0xdf, 0x66, 0x5f, 0x44, 0x8e, 0x00, 0xc4, 0x9c, 0xb1, 0x0d, 0x00, 0x30, 0x08, 0xc3, 0xf8, 0xff, 0x6a, 0xe4, 0xc1, 0x92, 0xc5, 0x03, 0x8c, 0x9d, 0x28, 0xb4, 0x43, 0x82, 0x92, 0x4c, 0x33, 0x02, 0xbb, 0x46, 0xa1, 0x68, 0xdd, 0xa4, 0x15, 0xbf, 0x71, 0xe9, 0xbb, 0xa5, 0xac, 0x87, 0x90, 0xe1, 0x09, 0x1b, 0x41, 0x53, 0x0d, 0xa4, 0x11, 0x8d, 0xdc, 0x4c, 0xc6, 0xaa, 0x31, 0x3c, 0xc3, 0xc0, 0x25, 0x77, 0x34, 0x58, 0x93, 0x4f, 0xd5, 0x1a, 0xfc, 0x5a, 0xc3, 0x0f, 0xba, 0xe0, 0x2b, 0x1a, 0xe2, 0x51, 0x68, 0x5c, 0xab, 0x00, 0x3d, 0x3b, 0x54, 0xc9, 0xad, 0xc0, 0xe4, 0x53, 0x80, 0xbe, 0x02, 0xd0, 0x71, 0x07, 0x39, 0x00, 0x84, 0x30, 0x08, 0x00, 0xf7, 0xff, 0xaf, 0xde, 0x70, 0x98, 0x84, 0x90, 0x7a, 0x36, 0xea, 0xc1, 0x16, 0xa5, 0x52, 0xbe, 0x35, 0x11, 0xcb, 0xc2, 0xcb, 0x88, 0xdb, 0x15, 0x28, 0xe3, 0xc8, 0x8e, 0xcc, 0xf0, 0x9f, 0x41, 0x79, 0x1e, 0x0c, 0xe6, 0x69, 0x0b, 0x5e, 0x1a, 0xfe, 0xa4, 0x37, 0xe5, 0xf9, 0x65, 0x4a, 0xc6, 0xd3, 0x36, 0x07, 0xaf, 0x4f, 0xbe, 0x1d, 0x21, 0x9a, 0x91, 0x2b, 0x83, 0x50, 0x9e, 0x7b, 0x72, 0x36, 0x3c, 0x66, 0x7f, 0xca, 0xf3, 0x26, 0xab, 0x97, 0xf0, 0x21, 0x77, 0x04, 0x4e, 0xb1, 0x4d, 0x38, 0x82, 0xae, 0x83, 0x2c, 0x99, 0x7e, 0x99, 0x9a, 0x75, 0x93, 0xd3, 0xce, 0x7f, 0x95, 0xfa, 0x7f, 0x01, 0x04, 0x6a, 0x55, 0x80, 0x9b, 0x8c, 0xb0, 0xec, 0x86, 0x9c, 0x13, 0x60, 0x07, 0x1b, 0xe3, 0x6b, 0xf7, 0x23, 0x37, 0xe1, 0x60, 0x63, 0x5d, 0xb0, 0x43, 0xba, 0x60, 0x7d, 0x14, 0x58, 0x1d, 0x83, 0x7e, 0x74, 0x13, 0x2c, 0x95, 0x23, 0x8f, 0x35, 0x21, 0xf7, 0x73, 0x90, 0xd5, 0x23, 0xcf, 0x64, 0x82, 0xec, 0x84, 0xcd, 0x3f, 0x20, 0x1f, 0x13, 0x8e, 0x3e, 0xbf, 0x01, 0x2b, 0xda, 0x40, 0xf6, 0x23, 0xf7, 0xb8, 0x41, 0xee, 0x43, 0x8e, 0x14, 0x58, 0xf1, 0x3b, 0x18, 0x96, 0xd5, 0x02, 0x04, 0x10, 0xc3, 0x50, 0x3c, 0xb0, 0x7e, 0x38, 0xcf, 0x2c, 0x02, 0x04, 0x10, 0xc3, 0x70, 0xec, 0x5c, 0xa1, 0xd7, 0x21, 0xb0, 0x96, 0x0c, 0xf2, 0x31, 0x1e, 0xa0, 0x94, 0x0d, 0x8a, 0x04, 0x98, 0x79, 0xa0, 0xa2, 0x0e, 0x64, 0x06, 0x28, 0x67, 0x81, 0xea, 0x14, 0x98, 0xf9, 0xa0, 0x48, 0x81, 0x0d, 0x0b, 0xa1, 0xef, 0xc1, 0x04, 0xb9, 0x07, 0xd7, 0x32, 0x51, 0xe4, 0xd6, 0x22, 0xb6, 0xb3, 0x61, 0x60, 0xab, 0x3a, 0x61, 0xc3, 0x44, 0xb0, 0x55, 0x9d, 0x00, 0x01, 0xc4, 0x30, 0x52, 0x4f, 0xdd, 0xc1, 0x36, 0x60, 0x8a, 0x6d, 0xc9, 0x10, 0x6c, 0x80, 0x10, 0x96, 0x60, 0xd0, 0x0f, 0x9c, 0x41, 0x3e, 0x56, 0x04, 0x16, 0x06, 0x20, 0xff, 0xc2, 0xce, 0x85, 0x81, 0x35, 0x1c, 0x60, 0xe7, 0xc2, 0xc0, 0x4a, 0x0e, 0xd8, 0x88, 0x36, 0x6c, 0x59, 0x2a, 0xac, 0xe8, 0x03, 0x08, 0x40, 0xc7, 0x19, 0xad, 0x00, 0x00, 0x82, 0x30, 0xb0, 0xff, 0xff, 0xea, 0xb8, 0x87, 0x83, 0x31, 0xe6, 0x53, 0x10, 0x85, 0x94, 0x32, 0xcd, 0xa6, 0x4f, 0x36, 0x87, 0xa9, 0x66, 0x31, 0xbc, 0x35, 0x6d, 0x34, 0x63, 0x2f, 0xdc, 0xeb, 0x53, 0xcb, 0xba, 0xf4, 0x66, 0xa3, 0xa0, 0x74, 0x2e, 0xb1, 0xb9, 0xac, 0xcc, 0x71, 0x49, 0x1c, 0x02, 0xa5, 0x1b, 0xe1, 0x20, 0x3f, 0x1d, 0x5f, 0xc2, 0x25, 0x7b, 0x56, 0x49, 0x76, 0xae, 0xef, 0x77, 0x95, 0xf0, 0x8a, 0x55, 0x02, 0x5b, 0x58, 0xae, 0xf0, 0xda, 0xbd, 0x49, 0x94, 0xaf, 0xbf, 0x44, 0x9e, 0xbd, 0x4f, 0xae, 0x4e, 0x71, 0x09, 0xd7, 0x2b, 0xcd, 0xa4, 0x4f, 0x95, 0xec, 0xb0, 0xb2, 0xde, 0x8c, 0x5f, 0x00, 0xba, 0xce, 0x20, 0x05, 0x00, 0x10, 0x86, 0x61, 0xfe, 0xff, 0xd5, 0x92, 0x43, 0x20, 0x14, 0xbd, 0x79, 0x50, 0x11, 0xb7, 0x89, 0xab, 0x5d, 0x3d, 0x3f, 0xa8, 0x19, 0x10, 0xee, 0x45, 0x36, 0x2b, 0x2b, 0x9e, 0x4d, 0x5c, 0x99, 0xed, 0xca, 0x74, 0x70, 0x5b, 0x63, 0xac, 0x70, 0xfa, 0x0a, 0xc2, 0xec, 0xa2, 0x0d, 0xff, 0xb2, 0xdc, 0x69, 0x0b, 0xa7, 0x6f, 0xa9, 0x00, 0x46, 0x69, 0x1e, 0x81, 0xd1, 0x57, 0x9e, 0x70, 0xdf, 0x4b, 0x7a, 0x9c, 0x56, 0x62, 0xd6, 0x3a, 0x72, 0xe7, 0xfb, 0xfd, 0xea, 0x20, 0xfa, 0xd0, 0x7a, 0x16, 0xe1, 0x74, 0x22, 0x49, 0xf4, 0xe1, 0xc5, 0x13, 0x33, 0xf9, 0xd5, 0xe9, 0x70, 0x32, 0xd1, 0x07, 0xfb, 0x5f, 0x01, 0xc4, 0x00, 0x3b, 0xc0, 0x7e, 0x74, 0xc1, 0xf5, 0xe0, 0x58, 0x70, 0x0d, 0x10, 0x80, 0x8e, 0x33, 0x4a, 0x01, 0x00, 0x04, 0x61, 0x68, 0xf7, 0xbf, 0x81, 0xb7, 0x8d, 0x17, 0x3c, 0x18, 0xc3, 0xfe, 0x02, 0x09, 0x2d, 0x2d, 0x45, 0xd9, 0x8e, 0x75, 0xb6, 0xd8, 0x70, 0x2f, 0x59, 0x80, 0x09, 0x55, 0xc7, 0x0f, 0xf8, 0x88, 0x12, 0x8c, 0xde, 0x26, 0x79, 0x0e, 0x70, 0xfc, 0x3e, 0x92, 0xf3, 0xd0, 0xa1, 0x17, 0x86, 0xe0, 0x24, 0xbb, 0xb8, 0xc8, 0x6d, 0xf5, 0xe3, 0x7c, 0xa9, 0xcb, 0xbb, 0x55, 0x4f, 0x64, 0xe1, 0x4c, 0xbf, 0x94, 0xa4, 0x82, 0x4a, 0x1a, 0x70, 0x6c, 0x33, 0x67, 0x6c, 0x78, 0x13, 0x5f, 0x53, 0xe6, 0x50, 0x1c, 0x63, 0xb5, 0x36, 0x33, 0x4f, 0x7f, 0xca, 0x09, 0x06, 0xf4, 0x19, 0xe5, 0x5c, 0x22, 0x2f, 0x8d, 0x7d, 0xe8, 0xe2, 0x4c, 0x56, 0x5f, 0x8d, 0x67, 0x49, 0x86, 0x87, 0x26, 0xc2, 0x74, 0x7d, 0x05, 0xa0, 0xe3, 0x0c, 0x6e, 0x00, 0x88, 0x41, 0x18, 0xb6, 0xff, 0xd6, 0x27, 0x3f, 0x2c, 0xb9, 0xe8, 0x32, 0x41, 0xa5, 0x52, 0x9a, 0x40, 0x02, 0xb8, 0x42, 0x1e, 0x0d, 0xb9, 0x9a, 0x77, 0x7b, 0x4d, 0xab, 0x81, 0x06, 0x10, 0xfb, 0xf2, 0xba, 0xf6, 0x82, 0x8a, 0xb5, 0x93, 0x4f, 0x04, 0xd1, 0xd4, 0xbc, 0xc6, 0x89, 0x9b, 0x69, 0x62, 0x54, 0x77, 0x28, 0xc2, 0xbe, 0xc4, 0x37, 0x18, 0x9a, 0x18, 0x52, 0xb6, 0xe5, 0x25, 0x2d, 0x8c, 0xbb, 0xbd, 0x2b, 0xbf, 0x27, 0xce, 0x47, 0x7a, 0x58, 0x2b, 0x63, 0x1b, 0xb4, 0x4e, 0x0b, 0xeb, 0x33, 0x5e, 0x98, 0x62, 0xa6, 0xfd, 0x29, 0xa9, 0xcb, 0x18, 0xf2, 0x09, 0xc0, 0xd7, 0xb9, 0xa4, 0x00, 0x00, 0x82, 0x50, 0xf0, 0xfe, 0xc7, 0xf0, 0x9c, 0x6e, 0x62, 0x82, 0x81, 0x97, 0x48, 0x4b, 0x5b, 0x44, 0xa8, 0x7d, 0x94, 0x1c, 0x2f, 0xeb, 0x64, 0xab, 0x4c, 0xda, 0x88, 0xcf, 0x3f, 0x3c, 0x1e, 0xca, 0xd0, 0x08, 0x73, 0x51, 0x18, 0xcd, 0x8b, 0xde, 0x94, 0x0a, 0xde, 0x22, 0xc5, 0x87, 0x0f, 0x72, 0x8c, 0xc9, 0xc9, 0xcd, 0xe3, 0x00, 0x07, 0x49, 0x25, 0x6d, 0x80, 0x98, 0xf4, 0xbc, 0xaa, 0xfa, 0xa6, 0x29, 0x26, 0xa8, 0xd3, 0xca, 0xaf, 0x0c, 0x6e, 0x05, 0x67, 0xb2, 0xf3, 0xbb, 0xfb, 0x69, 0x20, 0xa0, 0x53, 0xd9, 0x5e, 0x29, 0x9f, 0xd8, 0x42, 0xd5, 0x32, 0x38, 0x45, 0x4e, 0x23, 0x4e, 0x52, 0x1d, 0xf3, 0x99, 0x7a, 0x41, 0x3e, 0x02, 0x88, 0x61, 0x74, 0xce, 0x9c, 0xbe, 0x73, 0xe6, 0xc8, 0xdb, 0xd9, 0x60, 0x93, 0x6e, 0x30, 0xb3, 0x41, 0xfe, 0x00, 0x08, 0x20, 0xf0, 0xaa, 0x13, 0x50, 0xc5, 0x03, 0x0a, 0x20, 0x50, 0x96, 0x45, 0xce, 0x19, 0x20, 0x05, 0xe8, 0x4b, 0xf7, 0x91, 0x5b, 0x3b, 0xd8, 0x9a, 0x9c, 0xa0, 0x7a, 0x00, 0x54, 0x9c, 0x20, 0xf7, 0x43, 0x46, 0x97, 0xa9, 0x12, 0xbf, 0x4c, 0x15, 0x20, 0x00, 0x5b, 0x77, 0x90, 0x02, 0x40, 0x08, 0xc3, 0x50, 0x74, 0xee, 0x7f, 0x6a, 0xc9, 0xe2, 0xc1, 0xa7, 0xcc, 0x01, 0xb4, 0x16, 0x6d, 0x82, 0xad, 0xa6, 0xdf, 0xfd, 0x88, 0x39, 0x43, 0x0b, 0xe1, 0x2a, 0x5a, 0x93, 0x0e, 0x42, 0xe2, 0xe0, 0x82, 0x83, 0x4d, 0x8d, 0x6f, 0x83, 0xd5, 0x13, 0x96, 0xbe, 0x70, 0x3a, 0x2e, 0x71, 0x6e, 0x3c, 0x3e, 0xea, 0x8d, 0xbc, 0x9d, 0x7c, 0xfa, 0x64, 0x48, 0x24, 0x5e, 0x8c, 0xd7, 0x03, 0x4b, 0xb9, 0xb7, 0x35, 0xea, 0xbf, 0xff, 0x19, 0x95, 0x49, 0x6f, 0xbb, 0xa2, 0xcb, 0x01, 0xec, 0xe1, 0xb1, 0x4b, 0xec, 0x88, 0x1c, 0xbc, 0x5f, 0xbd, 0xb0, 0xcd, 0xc7, 0x17, 0x1a, 0x91, 0xe0, 0x72, 0x6b, 0x6c, 0x5a, 0xa9, 0x09, 0xd3, 0x27, 0x80, 0x18, 0xb0, 0x79, 0x12, 0xb9, 0x75, 0x82, 0xec, 0x08, 0xe4, 0x15, 0x87, 0xb8, 0x8a, 0x1b, 0x50, 0x8a, 0x43, 0x3e, 0x96, 0x02, 0x39, 0x67, 0xa0, 0x0f, 0x7b, 0x20, 0xdf, 0x5c, 0x83, 0xdc, 0x70, 0x40, 0x1f, 0x9a, 0x07, 0xe5, 0x04, 0xd8, 0xb0, 0x05, 0xf2, 0x3e, 0x73, 0xf4, 0xe2, 0x08, 0xa6, 0x1f, 0x36, 0x54, 0x01, 0x8a, 0x74, 0x50, 0xe2, 0x40, 0x5e, 0x38, 0x81, 0x7c, 0xf6, 0xc9, 0x60, 0x3c, 0xf8, 0x13, 0x20, 0x00, 0x13, 0x77, 0x70, 0x02, 0x30, 0x08, 0x04, 0x51, 0xb4, 0x9f, 0xed, 0xc0, 0x6e, 0x2c, 0xc6, 0xa2, 0xb6, 0x3a, 0x89, 0x6f, 0x60, 0x21, 0x87, 0x5c, 0x12, 0x83, 0x1b, 0x21, 0xa7, 0xff, 0x67, 0xc2, 0xd4, 0xf1, 0x6d, 0x17, 0xdf, 0x94, 0xbb, 0x8b, 0x55, 0x4f, 0xbc, 0x4b, 0x83, 0x03, 0x76, 0xce, 0xeb, 0x9d, 0x42, 0x4c, 0xcf, 0x71, 0x6b, 0x8e, 0xaa, 0x78, 0xdb, 0xc4, 0xb3, 0x66, 0xbd, 0xd6, 0x1b, 0xfc, 0x99, 0xdf, 0xda, 0xdd, 0x61, 0xd0, 0xf8, 0xb9, 0xc8, 0x9b, 0x86, 0x03, 0xac, 0xda, 0x3d, 0x1c, 0xf9, 0x9c, 0x13, 0xc7, 0x55, 0xfb, 0x0f, 0xf6, 0xfe, 0xfe, 0xd0, 0x34, 0x35, 0x68, 0x01, 0xc2, 0xa8, 0xc5, 0xd5, 0xac, 0xe7, 0xe7, 0x62, 0xe4, 0x98, 0xb7, 0x7d, 0xb8, 0xbb, 0xe2, 0x61, 0xc3, 0xbc, 0xb9, 0xb9, 0x7b, 0xef, 0x30, 0x76, 0x3c, 0x5b, 0x43, 0x83, 0xf7, 0xc4, 0xcd, 0xb0, 0x72, 0xac, 0xdb, 0x7a, 0xf1, 0x32, 0xae, 0xed, 0x5a, 0x2b, 0x2c, 0xdf, 0x3c, 0x55, 0x95, 0xef, 0xc5, 0xbc, 0xb5, 0x22, 0x99, 0xdb, 0x25, 0x86, 0x87, 0xe9, 0x8b, 0xdd, 0x71, 0x91, 0xcd, 0x87, 0xe9, 0x63, 0xff, 0x5c, 0x5d, 0xf3, 0x88, 0xcf, 0x61, 0xf2, 0x98, 0xba, 0x33, 0xe2, 0x1c, 0x68, 0x1f, 0xba, 0xf7, 0xc6, 0x0f, 0x9e, 0x22, 0x51, 0x31, 0x41, 0x7b, 0xd8, 0xff, 0x5f, 0xbc, 0xa9, 0x85, 0x88, 0x03, 0xed, 0xbc, 0x34, 0x50, 0x7c, 0x02, 0x88, 0x61, 0xf4, 0x84, 0x05, 0xe2, 0x4e, 0x58, 0x40, 0x0f, 0x0f, 0xd8, 0x86, 0x1d, 0xe4, 0x01, 0x56, 0xd8, 0xee, 0x30, 0xd8, 0xc6, 0x57, 0xf4, 0xe2, 0x08, 0x34, 0x7e, 0x87, 0xdc, 0x3a, 0x03, 0x55, 0x0f, 0xc8, 0x93, 0x58, 0x20, 0xf3, 0x00, 0x02, 0x88, 0x81, 0x5e, 0xa3, 0x98, 0xe8, 0xa3, 0xc4, 0xe8, 0xe6, 0xa1, 0x9f, 0xab, 0x0b, 0xca, 0xfe, 0xc8, 0xc5, 0x07, 0xa8, 0xb3, 0x06, 0xaa, 0xab, 0x60, 0x7b, 0xd3, 0xb1, 0x5d, 0x00, 0x80, 0x6d, 0x68, 0x1d, 0x56, 0x87, 0x81, 0xea, 0x18, 0xd8, 0x62, 0x3c, 0xe4, 0x11, 0x00, 0xd8, 0xde, 0x74, 0xe4, 0x25, 0x46, 0x20, 0x31, 0x90, 0xfd, 0xb0, 0x61, 0x10, 0x90, 0x9f, 0xb0, 0x9d, 0x8a, 0x04, 0x2b, 0x6e, 0x60, 0x0d, 0x21, 0x58, 0x93, 0x1c, 0x44, 0xc3, 0x12, 0x1d, 0x6c, 0x40, 0x11, 0x36, 0x00, 0x0b, 0xdb, 0x9b, 0x8e, 0x2d, 0x92, 0x41, 0xfe, 0x02, 0x08, 0x20, 0x86, 0xd1, 0x33, 0x10, 0xf1, 0x9f, 0x81, 0x08, 0x72, 0x27, 0xac, 0x89, 0x0d, 0x92, 0x87, 0x5d, 0x8e, 0x0c, 0x0a, 0x1f, 0xd8, 0xe2, 0x37, 0xf4, 0xce, 0x1d, 0x28, 0x41, 0x83, 0xdc, 0x00, 0x4b, 0x64, 0xb0, 0xca, 0x1c, 0x54, 0xf1, 0xc3, 0x7a, 0xf3, 0xb0, 0x48, 0x45, 0xdf, 0xd8, 0x0a, 0x10, 0x40, 0x0c, 0x94, 0x1c, 0x69, 0x0a, 0x0a, 0x2c, 0xe4, 0xd5, 0x16, 0xc8, 0xf2, 0xe8, 0x2b, 0x0c, 0x61, 0x96, 0x82, 0x22, 0x11, 0x64, 0x16, 0xa8, 0x48, 0x01, 0xa5, 0x1e, 0x90, 0xa3, 0x40, 0x89, 0x01, 0xe4, 0x51, 0xe4, 0x48, 0x87, 0x0d, 0xcf, 0x83, 0x52, 0x16, 0xc8, 0xf3, 0xa0, 0xe1, 0x6f, 0x90, 0x7e, 0x58, 0xeb, 0x08, 0x79, 0xc4, 0x60, 0x38, 0xad, 0x09, 0x00, 0x08, 0x40, 0xd7, 0x1d, 0xa3, 0x00, 0x00, 0xc2, 0x30, 0x14, 0xf5, 0xfe, 0xa7, 0x96, 0x0c, 0x0f, 0x42, 0xd0, 0xd9, 0x49, 0x1b, 0xa5, 0xf9, 0x6a, 0x7b, 0x76, 0xd1, 0x15, 0xfd, 0xa2, 0x7a, 0x91, 0xa3, 0xfa, 0x57, 0x0a, 0xe9, 0xbe, 0x24, 0x6a, 0xda, 0x9f, 0x43, 0x7d, 0x5c, 0x09, 0xba, 0x45, 0xc5, 0xcf, 0x4c, 0x12, 0x3f, 0xdb, 0xba, 0xbf, 0xdb, 0xf7, 0xef, 0x67, 0x66, 0x99, 0x39, 0xaf, 0x5b, 0xf0, 0x33, 0x58, 0x05, 0x3f, 0x8b, 0x59, 0xa3, 0xfa, 0x8c, 0x6b, 0x66, 0x89, 0x9f, 0x75, 0x4a, 0xdb, 0xbe, 0x04, 0x3f, 0x6b, 0xc7, 0xaf, 0x85, 0x5f, 0x03, 0xc9, 0x17, 0x66, 0x59, 0xc0, 0xd9, 0x66, 0x31, 0x41, 0xb7, 0xd3, 0xaf, 0x00, 0x62, 0x18, 0x5d, 0xe2, 0x43, 0xbf, 0x25, 0x3e, 0x20, 0xfb, 0x61, 0x7b, 0xf3, 0x71, 0x1d, 0xbe, 0x0c, 0x10, 0x80, 0x98, 0x3b, 0xc7, 0x01, 0x20, 0x84, 0x81, 0x20, 0xb8, 0xff, 0x7f, 0xf5, 0xaa, 0x82, 0x96, 0x46, 0x88, 0x9c, 0x8c, 0x84, 0xc3, 0x8c, 0x6d, 0xf0, 0xf9, 0xbd, 0xae, 0x87, 0x58, 0xf1, 0x07, 0x3a, 0xce, 0x3b, 0x8b, 0x62, 0xac, 0x81, 0x18, 0x6f, 0x8e, 0x7d, 0x80, 0xac, 0xdd, 0x77, 0x85, 0x97, 0x1b, 0xdf, 0x30, 0x77, 0xbd, 0xca, 0xa4, 0x98, 0xea, 0x38, 0x5d, 0xf1, 0xb9, 0xee, 0x6f, 0x0d, 0x73, 0x52, 0x51, 0x6b, 0xec, 0xc5, 0x04, 0x81, 0x70, 0xcb, 0x46, 0xd9, 0x48, 0x65, 0x4c, 0xe6, 0xac, 0x40, 0xa8, 0x55, 0x93, 0xf1, 0xda, 0x7d, 0xd1, 0xea, 0x4e, 0x7c, 0x1c, 0x7e, 0x01, 0xc4, 0x80, 0xbc, 0xa0, 0x19, 0x64, 0x08, 0x6c, 0xdf, 0x36, 0x7a, 0x8f, 0x15, 0x76, 0xe1, 0x2f, 0x72, 0xce, 0x41, 0x9f, 0x19, 0x1b, 0x3d, 0xf7, 0x97, 0xf2, 0x73, 0x7f, 0x01, 0x02, 0xd0, 0x75, 0x06, 0x29, 0x00, 0xc4, 0x20, 0x10, 0xdb, 0xff, 0xbf, 0x7a, 0xc9, 0x21, 0x10, 0x06, 0x7b, 0xec, 0x41, 0x28, 0x6d, 0xb1, 0x1a, 0x65, 0xfc, 0x5e, 0x40, 0x6f, 0xd7, 0xea, 0xa6, 0x9b, 0x71, 0xe2, 0x5a, 0x8c, 0xfb, 0xab, 0xbd, 0xde, 0x0c, 0xba, 0xec, 0x67, 0xbb, 0x5b, 0xa4, 0x01, 0x3b, 0xf7, 0xcf, 0x10, 0x58, 0x1a, 0x70, 0xb9, 0x03, 0xb0, 0x8a, 0x34, 0x60, 0xdb, 0x4e, 0x2b, 0x90, 0xef, 0x1f, 0x71, 0x11, 0x87, 0xad, 0x2c, 0x4a, 0x03, 0xda, 0xf5, 0x7f, 0x95, 0x63, 0xb5, 0x37, 0xe4, 0x67, 0x9f, 0x94, 0x77, 0xaf, 0xd1, 0xe4, 0xbc, 0x7e, 0xec, 0xb9, 0xc4, 0xf6, 0x04, 0x54, 0x6a, 0xaa, 0xc4, 0x83, 0x33, 0xf9, 0x05, 0xa0, 0xeb, 0x0c, 0x52, 0x00, 0x00, 0x41, 0x20, 0xf8, 0xff, 0x5f, 0xc7, 0x1c, 0x46, 0x06, 0xc9, 0x63, 0x41, 0x64, 0xe5, 0xda, 0x6e, 0x84, 0x4e, 0xe9, 0x55, 0x3c, 0xb1, 0x99, 0xe4, 0xb6, 0x2e, 0xb8, 0x12, 0xe6, 0xb3, 0x31, 0x8c, 0xc7, 0x13, 0x0d, 0x15, 0x84, 0x23, 0xee, 0x8c, 0xea, 0x1a, 0x8d, 0x64, 0xd1, 0xc0, 0x97, 0x57, 0x61, 0x51, 0xd7, 0x70, 0xd7, 0x43, 0x92, 0x09, 0x79, 0xc7, 0x35, 0x66, 0xb3, 0x69, 0xb6, 0x2d, 0xb1, 0x27, 0xd3, 0xd1, 0x89, 0x78, 0x3a, 0x67, 0x0e, 0xbf, 0x04, 0x55, 0x1c, 0x56, 0x9c, 0x6d, 0x31, 0x5c, 0x7b, 0xb0, 0xc1, 0x42, 0x5e, 0xa2, 0x56, 0x4a, 0xcb, 0x5a, 0x14, 0x98, 0x22, 0xe1, 0x47, 0xb1, 0xe9, 0x83, 0x62, 0x5f, 0xb9, 0xef, 0x8b, 0xdc, 0x27, 0x80, 0x18, 0x46, 0x2b, 0x62, 0xca, 0x2b, 0x62, 0x58, 0x22, 0x42, 0xbf, 0x4f, 0x1d, 0xd6, 0x39, 0xc4, 0x76, 0x4c, 0x07, 0x2c, 0xd1, 0xc0, 0x46, 0xa9, 0x61, 0xc5, 0x3d, 0x40, 0x00, 0x9a, 0xee, 0x1d, 0x85, 0x61, 0x18, 0x08, 0x83, 0x70, 0xe1, 0xc2, 0xd7, 0x11, 0xa8, 0x58, 0x58, 0xd0, 0xfd, 0xaf, 0x25, 0x7d, 0x3f, 0xac, 0xba, 0x10, 0xdb, 0x7a, 0x14, 0x21, 0x0c, 0xcc, 0xf8, 0x3b, 0xe7, 0xfc, 0xfc, 0x72, 0x3c, 0x05, 0xeb, 0xc1, 0x7e, 0xa6, 0xd0, 0xcc, 0xab, 0x78, 0x7f, 0x41, 0xc3, 0x9a, 0x70, 0x18, 0x6c, 0x86, 0x87, 0x8e, 0x4b, 0x49, 0x09, 0xf1, 0x3f, 0x14, 0xae, 0x71, 0x19, 0xfe, 0x08, 0xdf, 0x01, 0xeb, 0x9a, 0xa2, 0x33, 0xaf, 0x04, 0xa3, 0x52, 0x84, 0xe6, 0x64, 0xc8, 0x19, 0x61, 0x41, 0xd2, 0x4d, 0xdc, 0xef, 0xa9, 0x91, 0xae, 0xb5, 0xc2, 0x8b, 0x0c, 0x75, 0x4f, 0xe9, 0x23, 0x2f, 0x41, 0xc1, 0xd0, 0xcc, 0x87, 0x49, 0x19, 0xd2, 0x4e, 0xef, 0xf0, 0xc3, 0xb5, 0x70, 0xa3, 0xf1, 0x2d, 0xf8, 0x17, 0xd8, 0x98, 0xef, 0xad, 0xdf, 0xf3, 0x0d, 0xae, 0x3c, 0x4f, 0x9e, 0x57, 0x62, 0x6d, 0xae, 0xe3, 0xa3, 0x60, 0x48, 0x58, 0x19, 0xc7, 0xc3, 0xfc, 0xdd, 0x9d, 0xeb, 0x27, 0x0d, 0x55, 0x55, 0xf1, 0x5d, 0x78, 0xeb, 0xef, 0x37, 0x3e, 0xfb, 0xdc, 0x7b, 0x27, 0x29, 0xc5, 0xe7, 0xf0, 0x99, 0xeb, 0xe2, 0x7e, 0x9e, 0x3b, 0xaf, 0x5e, 0xaa, 0x0a, 0xd3, 0xb2, 0x3f, 0x9c, 0x0b, 0xb7, 0x73, 0x8e, 0xfc, 0x1a, 0xfb, 0x74, 0x0f, 0x1f, 0x5d, 0x5a, 0xca, 0x73, 0xcc, 0xcf, 0xcb, 0x77, 0x5e, 0xb2, 0x52, 0xd6, 0xca, 0x51, 0xb9, 0x02, 0xd0, 0x74, 0x07, 0x37, 0x00, 0x83, 0x30, 0x0c, 0x00, 0x2b, 0xf5, 0xd1, 0xf5, 0x58, 0x81, 0x45, 0x58, 0x97, 0x35, 0x9a, 0xb3, 0xe4, 0xfe, 0xaa, 0x16, 0x48, 0x9c, 0xc0, 0xc3, 0x92, 0xcd, 0x3b, 0x67, 0xdf, 0x77, 0xce, 0x09, 0xa0, 0x3e, 0x08, 0x5c, 0x90, 0x04, 0x39, 0xb3, 0xd5, 0x92, 0x1c, 0xff, 0x28, 0xdf, 0x24, 0xcd, 0x2e, 0x7c, 0xaa, 0x1a, 0xf2, 0xce, 0x82, 0x84, 0x28, 0x44, 0x39, 0x00, 0xe6, 0x65, 0x85, 0x64, 0x23, 0x62, 0x01, 0x66, 0x09, 0x47, 0x8b, 0x1a, 0x5b, 0x71, 0xfc, 0x6c, 0xf7, 0x14, 0x8c, 0xd0, 0xc5, 0x3b, 0x02, 0x0f, 0xe8, 0x84, 0xfe, 0x6b, 0x2d, 0xe6, 0xce, 0xcf, 0x1c, 0xa1, 0x01, 0x85, 0x35, 0x6d, 0x09, 0x44, 0x96, 0xaa, 0xc4, 0xfe, 0xbd, 0x19, 0xc7, 0x83, 0x28, 0x44, 0xf0, 0x11, 0xf7, 0x20, 0xff, 0x10, 0x8b, 0xcc, 0x0e, 0x2a, 0xb2, 0xe1, 0x91, 0x05, 0x2c, 0xc5, 0x60, 0x55, 0xcb, 0xd2, 0x95, 0xb9, 0x00, 0x62, 0x13, 0xc8, 0xf2, 0x65, 0x2e, 0xc0, 0x74, 0x40, 0x8c, 0xc6, 0xf1, 0xcf, 0x82, 0xc7, 0xbd, 0x37, 0xe2, 0x1a, 0xf1, 0xb7, 0x29, 0xfc, 0x87, 0x80, 0xd5, 0xc0, 0xc8, 0x45, 0xa0, 0xba, 0x69, 0xc8, 0x5c, 0x8a, 0x30, 0x3b, 0x3d, 0x71, 0x57, 0x94, 0xa4, 0xd1, 0x14, 0x59, 0x13, 0x21, 0x1c, 0xf7, 0xde, 0xc9, 0x47, 0xae, 0x1a, 0x55, 0xdc, 0xcc, 0x10, 0xcc, 0x63, 0xbe, 0x5f, 0x00, 0x31, 0x8c, 0x9e, 0x48, 0x4d, 0x9d, 0x13, 0xa9, 0x91, 0xc7, 0xb6, 0x90, 0xa7, 0x8b, 0x91, 0xd7, 0x42, 0xc3, 0x8a, 0x6f, 0x58, 0x6b, 0x11, 0xc6, 0x46, 0xde, 0x9e, 0x07, 0x10, 0x80, 0xb1, 0x33, 0x38, 0x01, 0x00, 0x06, 0x61, 0x60, 0xf7, 0x9f, 0xba, 0xdc, 0xe3, 0x20, 0x84, 0x3c, 0x5c, 0xc0, 0x42, 0x2d, 0x35, 0xc6, 0xa8, 0x6f, 0xf5, 0x71, 0xaf, 0xb1, 0xe3, 0x18, 0xd3, 0x88, 0x75, 0xee, 0xa5, 0xb3, 0x4a, 0x88, 0xc7, 0x9f, 0x2b, 0xf7, 0xb3, 0x6a, 0xe2, 0x09, 0x69, 0x2f, 0xc2, 0x04, 0x63, 0x80, 0xe8, 0x2e, 0x21, 0x3b, 0x71, 0xcf, 0xf3, 0x70, 0x9c, 0x2c, 0xec, 0x1a, 0x8b, 0x9e, 0x5c, 0xd4, 0xda, 0x9e, 0xa6, 0x7d, 0x9a, 0x84, 0xdc, 0xb9, 0xd8, 0x40, 0x86, 0x8b, 0x24, 0x2f, 0x72, 0xe7, 0x62, 0x8b, 0x03, 0x79, 0x28, 0x72, 0x65, 0xc2, 0x7a, 0xb8, 0x30, 0xf3, 0xbc, 0x16, 0x3a, 0x48, 0xbb, 0x7c, 0x01, 0xc4, 0x30, 0xba, 0x44, 0x87, 0xf8, 0x25, 0x3a, 0xa0, 0x94, 0x0c, 0xca, 0xb9, 0xe8, 0x0d, 0x0f, 0xe4, 0x61, 0x16, 0xf4, 0xc3, 0x15, 0xb0, 0xed, 0x36, 0x06, 0xb9, 0x1b, 0xe4, 0x67, 0x90, 0x3d, 0xa0, 0x86, 0x0f, 0xac, 0xf5, 0x05, 0x0a, 0x33, 0x80, 0x00, 0x62, 0x18, 0xa9, 0xb7, 0x10, 0x20, 0x77, 0x66, 0x61, 0x39, 0x1d, 0xdb, 0x0d, 0xa5, 0x20, 0x31, 0xe4, 0x1e, 0x3b, 0x48, 0x2d, 0xb6, 0x15, 0x97, 0xc8, 0x7b, 0x30, 0xd1, 0xf5, 0xe3, 0xea, 0x32, 0xc0, 0xfc, 0x0c, 0xeb, 0xd7, 0x80, 0xdc, 0x0a, 0x10, 0x40, 0xe0, 0x22, 0x0b, 0xd4, 0x5e, 0x47, 0xf6, 0x14, 0x28, 0x70, 0x41, 0xa3, 0x94, 0xa0, 0xf2, 0x1c, 0x94, 0x95, 0x40, 0x16, 0x21, 0x0f, 0x18, 0xc2, 0xea, 0x10, 0x5c, 0xc7, 0x5a, 0x80, 0xe4, 0x91, 0xcb, 0x68, 0x58, 0x19, 0x0f, 0x0a, 0x4c, 0xf4, 0x51, 0x56, 0x50, 0x4a, 0x05, 0x45, 0x0c, 0xae, 0x2d, 0xcf, 0x23, 0xed, 0xc4, 0x6d, 0x80, 0x00, 0x74, 0x9d, 0x31, 0x0a, 0x00, 0x20, 0x0c, 0x03, 0xff, 0xff, 0x6b, 0xb9, 0xe1, 0x20, 0x86, 0x74, 0x73, 0x11, 0xa5, 0x84, 0xb4, 0x26, 0xd8, 0x62, 0xc1, 0x7e, 0x89, 0x99, 0xa0, 0x69, 0x04, 0xb5, 0xea, 0xea, 0xa1, 0x0b, 0x09, 0x72, 0x28, 0x7b, 0x7b, 0x8c, 0xab, 0x46, 0x10, 0x9c, 0x9f, 0xb2, 0x8c, 0x7e, 0x8b, 0x46, 0x10, 0x74, 0xd0, 0x2d, 0x5e, 0x45, 0xb5, 0xff, 0xd8, 0x53, 0x4a, 0xa7, 0xce, 0x77, 0xed, 0xc4, 0x51, 0x75, 0x33, 0x41, 0xb0, 0x90, 0xd9, 0x0d, 0x73, 0x5a, 0x26, 0x22, 0x90, 0x69, 0x82, 0x39, 0xd6, 0xaf, 0x73, 0xe0, 0xf5, 0x2e, 0x59, 0x6d, 0x4a, 0xa0, 0x7c, 0xee, 0x0f, 0x15, 0x1b, 0x6f, 0x14, 0x87, 0x94, 0x8d, 0xc8, 0x39, 0x4f, 0x00, 0x31, 0xc0, 0x2a, 0x3e, 0xf4, 0xa1, 0x75, 0xd8, 0x2a, 0x3e, 0x58, 0x20, 0x60, 0xeb, 0x81, 0xe2, 0xda, 0xa4, 0x02, 0xcb, 0x39, 0xa0, 0x40, 0x84, 0x55, 0xbc, 0x20, 0x07, 0xc1, 0x22, 0x0d, 0xd9, 0x53, 0xc8, 0x9d, 0x49, 0x90, 0x3b, 0x40, 0xc5, 0x11, 0xa8, 0x8c, 0x87, 0x45, 0x3a, 0x6c, 0x89, 0x0f, 0xfa, 0x6e, 0x55, 0x90, 0xd9, 0xa0, 0x1c, 0x03, 0x73, 0x1f, 0xf2, 0xa6, 0x1a, 0x58, 0xa0, 0x12, 0x3a, 0xc8, 0x12, 0x7d, 0x40, 0x14, 0x36, 0x2c, 0x04, 0x3b, 0xcd, 0x1a, 0xfd, 0x06, 0x51, 0x50, 0x40, 0x82, 0x8a, 0x2c, 0x5a, 0x2e, 0x2e, 0x04, 0x08, 0xc0, 0xd7, 0xb9, 0x9d, 0x00, 0x00, 0xc2, 0x40, 0xcc, 0xfd, 0xa7, 0x96, 0x7c, 0x04, 0xc2, 0x81, 0x2e, 0x60, 0x6b, 0xb1, 0x0f, 0xcf, 0x9e, 0x3d, 0xba, 0x93, 0x46, 0x34, 0x87, 0x2c, 0x9d, 0x6c, 0xb1, 0xa9, 0x6d, 0x83, 0x6c, 0x22, 0x34, 0x07, 0xa0, 0x20, 0x0c, 0xa8, 0x86, 0x1f, 0x36, 0x4b, 0xf5, 0xe2, 0xed, 0xb5, 0x80, 0xa5, 0x14, 0xba, 0xdf, 0xb7, 0xe3, 0x35, 0xa2, 0xf2, 0x3b, 0x27, 0x11, 0xcf, 0x16, 0xf6, 0x69, 0xf7, 0x87, 0x84, 0x9e, 0xc5, 0xaa, 0x1a, 0x1e, 0xb7, 0x5b, 0xc4, 0x70, 0x86, 0xa7, 0xf9, 0x94, 0xfb, 0x1a, 0x78, 0x8c, 0x2e, 0x22, 0x16, 0xc8, 0x6f, 0x89, 0x8c, 0x7e, 0x65, 0x0d, 0x78, 0x88, 0x0c, 0xb7, 0x5d, 0xef, 0x0a, 0x20, 0x86, 0xd1, 0x8d, 0x9b, 0xd4, 0xdf, 0xb8, 0x09, 0xf2, 0x33, 0x2c, 0xd2, 0x61, 0x95, 0x35, 0x72, 0xa2, 0x83, 0x99, 0x87, 0xdc, 0x6f, 0x83, 0xd5, 0x21, 0x00, 0x01, 0xd8, 0xb8, 0x93, 0x14, 0x00, 0x42, 0x18, 0x88, 0xa2, 0x7d, 0xff, 0x53, 0x37, 0x7f, 0xf1, 0x20, 0x14, 0xee, 0x5c, 0x88, 0x86, 0x50, 0x31, 0xa3, 0xf5, 0x49, 0xb6, 0x6c, 0xd2, 0x0a, 0x7d, 0x99, 0xdf, 0x8b, 0xa4, 0x4b, 0xa9, 0xfa, 0x92, 0x7c, 0xad, 0x25, 0x6d, 0x7f, 0x03, 0xb7, 0xef, 0x9a, 0x7b, 0xc8, 0xa9, 0x77, 0x61, 0x7a, 0x83, 0x0f, 0xc0, 0xed, 0xdb, 0x98, 0xa7, 0xe7, 0xce, 0x30, 0x1e, 0xc0, 0xc8, 0x63, 0x72, 0xd8, 0xce, 0x2c, 0xee, 0xaf, 0xd0, 0xb9, 0x04, 0x2f, 0x97, 0x31, 0x22, 0xf9, 0x6f, 0x41, 0xb3, 0xf5, 0xcd, 0x3b, 0xd2, 0x85, 0x2f, 0xcf, 0xa6, 0x5b, 0x00, 0xeb, 0x45, 0x53, 0xbe, 0x55, 0x6d, 0x77, 0x0b, 0xf1, 0x57, 0x5e, 0x91, 0x67, 0xfa, 0x08, 0xf4, 0xbf, 0x00, 0x54, 0xdd, 0x31, 0x0a, 0xc4, 0x30, 0x0c, 0x04, 0xc0, 0x22, 0x85, 0xdf, 0xa1, 0x27, 0x09, 0xf4, 0x17, 0x7d, 0x3f, 0x1e, 0x81, 0x0a, 0x07, 0x8e, 0x3b, 0x8e, 0xc4, 0xd8, 0x29, 0x87, 0x65, 0xf5, 0x45, 0xc4, 0x61, 0x40, 0xc8, 0xc0, 0x47, 0x4e, 0x8a, 0x41, 0xdd, 0x83, 0x4f, 0x5e, 0x09, 0xab, 0x6c, 0xa7, 0xa1, 0x3e, 0x12, 0x4c, 0xb1, 0xd3, 0xd8, 0xf0, 0x80, 0x6e, 0x14, 0x39, 0x2a, 0xff, 0x31, 0x21, 0xb6, 0x83, 0x30, 0x78, 0x94, 0xf5, 0xba, 0x7b, 0xba, 0x0a, 0x97, 0x51, 0xac, 0x87, 0x59, 0x58, 0x10, 0x76, 0xf1, 0x3c, 0xdb, 0xd1, 0x2d, 0xc2, 0x7c, 0xe4, 0xa2, 0xe4, 0xab, 0xf0, 0x43, 0x55, 0x0d, 0x33, 0x60, 0x18, 0x19, 0x2d, 0x96, 0xa6, 0xb3, 0xd0, 0x3a, 0x6c, 0xc8, 0x37, 0x1b, 0xf2, 0x9b, 0x93, 0xc9, 0x36, 0x31, 0xb6, 0x65, 0x15, 0xfb, 0x95, 0xf3, 0xca, 0xcc, 0x67, 0x40, 0xb2, 0x2e, 0x13, 0xd9, 0x29, 0xf7, 0xcb, 0x8d, 0x61, 0x14, 0x7b, 0xf1, 0x9c, 0xdc, 0x14, 0x9e, 0x71, 0xa1, 0x14, 0x1d, 0x8b, 0xce, 0x62, 0xbf, 0xba, 0x27, 0x59, 0x18, 0x7e, 0x71, 0xd9, 0x8f, 0xfb, 0x4d, 0xcc, 0xc1, 0x40, 0xde, 0x07, 0xcb, 0x5a, 0x36, 0xc2, 0x3a, 0xa6, 0xdc, 0x21, 0x1c, 0x5e, 0xe8, 0x3d, 0xcb, 0x8f, 0x31, 0x30, 0xd3, 0xd9, 0x30, 0x93, 0xda, 0x71, 0xd6, 0xe6, 0x5c, 0x48, 0xe7, 0x17, 0x40, 0x0c, 0xa3, 0x97, 0x39, 0x62, 0x9e, 0xf9, 0x88, 0xbe, 0x1a, 0x06, 0xd6, 0xe3, 0x46, 0x6e, 0x5d, 0x82, 0xe4, 0x61, 0x4b, 0x45, 0x91, 0xef, 0x2d, 0x84, 0x9d, 0x4e, 0x0a, 0xcb, 0xa9, 0xa0, 0x56, 0x15, 0xfa, 0x92, 0x2a, 0x90, 0x79, 0x20, 0x71, 0xe4, 0x85, 0x20, 0x30, 0xb3, 0x00, 0x02, 0x0c, 0x00, 0x71, 0xf9, 0x09, 0x9e, 0x2f, 0x3c, 0x1e, 0xec, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; static const int bg_stripe_png_len = 10479; static const unsigned char board_js[] = { 0x76, 0x61, 0x72, 0x20, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x73, 0x70, 0x65, 0x65, 0x64, 0x20, 0x3d, 0x20, 0x35, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x0d, 0x0a, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x28, 0x29, 0x0d, 0x0a, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 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, 0x0d, 0x0a, 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, 0x28, 0x29, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 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, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x69, 0x6e, 0x66, 0x6f, 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, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 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, 0x22, 0x75, 0x70, 0x74, 0x69, 0x6d, 0x65, 0x22, 0x29, 0x2e, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x48, 0x54, 0x4d, 0x4c, 0x20, 0x3d, 0x20, 0x22, 0x75, 0x70, 0x74, 0x69, 0x6d, 0x65, 0x3a, 0x20, 0x22, 0x2b, 0x20, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x75, 0x70, 0x74, 0x69, 0x6d, 0x65, 0x20, 0x2b, 0x22, 0x20, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x3b, 0x0d, 0x0a, 0x09, 0x09, 0x09, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x67, 0x65, 0x74, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64, 0x28, 0x22, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x22, 0x29, 0x2e, 0x73, 0x72, 0x63, 0x20, 0x3d, 0x20, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x20, 0x2b, 0x20, 0x22, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 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, 0x22, 0x6c, 0x65, 0x64, 0x31, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x29, 0x2e, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x28, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x6c, 0x31, 0x20, 0x3d, 0x3d, 0x20, 0x22, 0x6f, 0x6e, 0x22, 0x29, 0x20, 0x3f, 0x20, 0x22, 0x23, 0x32, 0x32, 0x46, 0x46, 0x32, 0x32, 0x22, 0x20, 0x3a, 0x20, 0x22, 0x23, 0x30, 0x30, 0x32, 0x32, 0x30, 0x30, 0x22, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 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, 0x22, 0x6c, 0x65, 0x64, 0x32, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x29, 0x2e, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x28, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x6c, 0x32, 0x20, 0x3d, 0x3d, 0x20, 0x22, 0x6f, 0x6e, 0x22, 0x29, 0x20, 0x3f, 0x20, 0x22, 0x23, 0x32, 0x32, 0x32, 0x32, 0x46, 0x46, 0x22, 0x20, 0x3a, 0x20, 0x22, 0x23, 0x30, 0x30, 0x30, 0x30, 0x32, 0x32, 0x22, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 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, 0x22, 0x6c, 0x65, 0x64, 0x33, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x29, 0x2e, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x28, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x6c, 0x33, 0x20, 0x3d, 0x3d, 0x20, 0x22, 0x6f, 0x6e, 0x22, 0x29, 0x20, 0x3f, 0x20, 0x22, 0x23, 0x46, 0x46, 0x42, 0x42, 0x30, 0x30, 0x22, 0x20, 0x3a, 0x20, 0x22, 0x23, 0x32, 0x32, 0x31, 0x31, 0x30, 0x30, 0x22, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 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, 0x22, 0x6c, 0x65, 0x64, 0x34, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x29, 0x2e, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x28, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x6c, 0x34, 0x20, 0x3d, 0x3d, 0x20, 0x22, 0x6f, 0x6e, 0x22, 0x29, 0x20, 0x3f, 0x20, 0x22, 0x23, 0x46, 0x46, 0x32, 0x32, 0x32, 0x32, 0x22, 0x20, 0x3a, 0x20, 0x22, 0x23, 0x32, 0x32, 0x30, 0x30, 0x30, 0x30, 0x22, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x65, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x7b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x28, 0x29, 0x3b, 0x7d, 0x2c, 0x20, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x73, 0x70, 0x65, 0x65, 0x64, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x28, 0x22, 0x47, 0x45, 0x54, 0x22, 0x2c, 0x22, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x2c, 0x74, 0x72, 0x75, 0x65, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x20, 0x3d, 0x20, 0x33, 0x30, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x6f, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x28, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x6f, 0x6e, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x65, 0x29, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x65, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x7b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x28, 0x29, 0x7d, 0x2c, 0x20, 0x31, 0x30, 0x30, 0x30, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x73, 0x65, 0x6e, 0x64, 0x28, 0x29, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x0d, 0x0a, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x5f, 0x6c, 0x65, 0x64, 0x31, 0x28, 0x29, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x20, 0x3d, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x58, 0x4d, 0x4c, 0x48, 0x74, 0x74, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x28, 0x22, 0x47, 0x45, 0x54, 0x22, 0x2c, 0x22, 0x6c, 0x65, 0x64, 0x31, 0x22, 0x2c, 0x74, 0x72, 0x75, 0x65, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x2e, 0x73, 0x65, 0x6e, 0x64, 0x28, 0x22, 0x22, 0x29, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x0d, 0x0a, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x5f, 0x6c, 0x65, 0x64, 0x32, 0x28, 0x29, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x20, 0x3d, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x58, 0x4d, 0x4c, 0x48, 0x74, 0x74, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x28, 0x22, 0x47, 0x45, 0x54, 0x22, 0x2c, 0x22, 0x6c, 0x65, 0x64, 0x32, 0x22, 0x2c, 0x74, 0x72, 0x75, 0x65, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x2e, 0x73, 0x65, 0x6e, 0x64, 0x28, 0x22, 0x22, 0x29, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x0d, 0x0a, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x5f, 0x6c, 0x65, 0x64, 0x33, 0x28, 0x29, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x20, 0x3d, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x58, 0x4d, 0x4c, 0x48, 0x74, 0x74, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x28, 0x22, 0x47, 0x45, 0x54, 0x22, 0x2c, 0x22, 0x6c, 0x65, 0x64, 0x33, 0x22, 0x2c, 0x74, 0x72, 0x75, 0x65, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x2e, 0x73, 0x65, 0x6e, 0x64, 0x28, 0x22, 0x22, 0x29, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x0d, 0x0a, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x5f, 0x6c, 0x65, 0x64, 0x34, 0x28, 0x29, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x20, 0x3d, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x58, 0x4d, 0x4c, 0x48, 0x74, 0x74, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x28, 0x22, 0x47, 0x45, 0x54, 0x22, 0x2c, 0x22, 0x6c, 0x65, 0x64, 0x34, 0x22, 0x2c, 0x74, 0x72, 0x75, 0x65, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x2e, 0x73, 0x65, 0x6e, 0x64, 0x28, 0x22, 0x22, 0x29, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x0d, 0x0a, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x67, 0x65, 0x74, 0x49, 0x70, 0x28, 0x29, 0x0d, 0x0a, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 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, 0x0d, 0x0a, 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, 0x28, 0x29, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 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, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 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, 0x22, 0x69, 0x70, 0x22, 0x29, 0x2e, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x48, 0x54, 0x4d, 0x4c, 0x20, 0x3d, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x65, 0x78, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x28, 0x22, 0x47, 0x45, 0x54, 0x22, 0x2c, 0x22, 0x69, 0x70, 0x22, 0x2c, 0x74, 0x72, 0x75, 0x65, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x73, 0x65, 0x6e, 0x64, 0x28, 0x29, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, }; static const int board_js_len = 2165; static const unsigned char cloud_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x5b, 0x00, 0x00, 0x00, 0x44, 0x08, 0x06, 0x00, 0x00, 0x00, 0xee, 0xb6, 0x49, 0xd7, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00, 0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xde, 0x03, 0x07, 0x0a, 0x0d, 0x0d, 0xf8, 0x1f, 0x12, 0xb0, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x00, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x47, 0x49, 0x4d, 0x50, 0x57, 0x81, 0x0e, 0x17, 0x00, 0x00, 0x0d, 0x29, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5c, 0x59, 0xac, 0x5d, 0x55, 0x19, 0xfe, 0xd6, 0xb4, 0xf7, 0x39, 0xdc, 0x0e, 0x68, 0x91, 0x02, 0x6d, 0xa5, 0x40, 0x80, 0x00, 0x15, 0x90, 0x30, 0xa8, 0x0d, 0x0f, 0x28, 0x83, 0x06, 0x65, 0x50, 0x41, 0x45, 0x44, 0x03, 0x28, 0x26, 0xa2, 0x62, 0x88, 0x89, 0x18, 0x13, 0x1f, 0x8c, 0xca, 0x03, 0x0f, 0x1a, 0xc4, 0x81, 0xa8, 0x04, 0xf5, 0x81, 0xb4, 0x44, 0x86, 0x80, 0x60, 0x41, 0x08, 0x26, 0x40, 0x05, 0xcb, 0x24, 0x0a, 0x32, 0x94, 0xd2, 0xe9, 0xb4, 0x17, 0x02, 0x9d, 0xcf, 0x1e, 0xd6, 0xe0, 0xc3, 0xb9, 0xdf, 0xea, 0xda, 0xfb, 0xde, 0x02, 0xc2, 0xbd, 0xd0, 0x70, 0xcf, 0x7a, 0x39, 0x59, 0xd9, 0x67, 0xef, 0xbd, 0xf6, 0xbf, 0xfe, 0xff, 0xfb, 0xc7, 0xf5, 0x8b, 0x8d, 0x1b, 0x37, 0xa2, 0xae, 0x6b, 0x68, 0xad, 0x21, 0xa5, 0x84, 0x73, 0x0e, 0xce, 0x39, 0x64, 0x59, 0x06, 0x00, 0x71, 0xce, 0xeb, 0xd6, 0x5a, 0x78, 0xef, 0x61, 0x8c, 0x81, 0xf7, 0x1e, 0x42, 0x08, 0x58, 0x6b, 0xe3, 0xff, 0x01, 0xa0, 0xaa, 0x2a, 0x64, 0x59, 0x06, 0x6b, 0x6d, 0xbc, 0x67, 0xa2, 0xeb, 0xe9, 0xf3, 0x39, 0x0f, 0x21, 0xa0, 0xae, 0x6b, 0x64, 0x59, 0x86, 0x10, 0x02, 0x84, 0x10, 0x28, 0x8a, 0x02, 0xc6, 0x18, 0x00, 0x80, 0x52, 0x0a, 0x55, 0x55, 0xc5, 0xf5, 0xa4, 0xcf, 0xab, 0xeb, 0x1a, 0xc6, 0x18, 0x94, 0x65, 0x09, 0xad, 0x35, 0x94, 0x52, 0x00, 0x80, 0xa2, 0x28, 0xa0, 0xb5, 0x86, 0xd6, 0x1a, 0xce, 0xb9, 0xb8, 0x1e, 0x21, 0x44, 0xe3, 0x7e, 0xef, 0x3d, 0xa4, 0x94, 0x71, 0xee, 0x9c, 0x8b, 0x6b, 0x6c, 0xaf, 0x4f, 0x4a, 0x09, 0x21, 0x44, 0x5c, 0x8f, 0x94, 0x12, 0x5a, 0xeb, 0xc6, 0xf3, 0x9c, 0x73, 0x08, 0x21, 0xc0, 0x7b, 0x3f, 0x58, 0xaf, 0x10, 0x22, 0x12, 0xc6, 0x39, 0x07, 0xa5, 0x14, 0xb4, 0xd6, 0x28, 0x8a, 0x22, 0x7e, 0x5c, 0x96, 0x65, 0xa8, 0xaa, 0x2a, 0x6e, 0x4a, 0x96, 0x65, 0x28, 0xcb, 0x12, 0x4a, 0xa9, 0xb8, 0xc0, 0xb2, 0x2c, 0x23, 0x31, 0xd3, 0xeb, 0x29, 0x81, 0xea, 0xba, 0x86, 0xb5, 0x16, 0xc6, 0x18, 0x54, 0x55, 0x15, 0xff, 0xaf, 0x94, 0x8a, 0xef, 0x0b, 0x21, 0x40, 0x29, 0x85, 0x7e, 0xbf, 0x0f, 0xef, 0x3d, 0x9c, 0x73, 0xe8, 0x74, 0x3a, 0xe3, 0x3e, 0xdc, 0x5a, 0x3b, 0xee, 0x7e, 0x63, 0x0c, 0xac, 0xb5, 0xc8, 0xf3, 0x3c, 0x6e, 0x22, 0xd7, 0xe3, 0xbd, 0x87, 0xf7, 0x1e, 0x4a, 0x29, 0xe4, 0x79, 0x8e, 0xba, 0xae, 0x01, 0x20, 0x12, 0x3e, 0x5d, 0x0f, 0xe7, 0x4a, 0x29, 0x28, 0xa5, 0x20, 0x84, 0x88, 0xdf, 0x17, 0x42, 0x88, 0x84, 0x14, 0x42, 0x44, 0x42, 0x7a, 0xef, 0xe3, 0xfa, 0xb8, 0x61, 0x21, 0x84, 0xf8, 0x3c, 0x6b, 0x2d, 0xc4, 0xe8, 0xe8, 0x68, 0x7c, 0xa9, 0xf7, 0x3e, 0x3e, 0xa8, 0xcd, 0x41, 0x21, 0x04, 0x14, 0x45, 0x81, 0x6e, 0xb7, 0x1b, 0x1f, 0x4a, 0xce, 0x95, 0x52, 0x42, 0x29, 0x85, 0xb2, 0x2c, 0x91, 0xe7, 0xf9, 0x84, 0x1c, 0x4b, 0x0e, 0xeb, 0x74, 0x3a, 0x71, 0x5e, 0x6e, 0xdc, 0x72, 0xa0, 0x7e, 0xea, 0xd5, 0xe7, 0xb1, 0x6a, 0x33, 0xdc, 0xea, 0x4d, 0x08, 0x5b, 0x2b, 0xc8, 0xd2, 0x03, 0x5d, 0x0d, 0xf1, 0x9e, 0x0e, 0xdc, 0x2c, 0x03, 0xb9, 0x60, 0x36, 0xf4, 0xf1, 0xf3, 0x0e, 0x72, 0x73, 0xf2, 0x95, 0xe9, 0xfa, 0xf8, 0x0e, 0x12, 0xa4, 0x2d, 0x31, 0xe9, 0xf7, 0xa4, 0xeb, 0xe1, 0x7f, 0xf9, 0x1f, 0xae, 0x77, 0x22, 0x89, 0x4b, 0x25, 0x8c, 0xdf, 0x37, 0x91, 0x44, 0x00, 0x80, 0xf7, 0x1e, 0x55, 0x55, 0xc5, 0xef, 0x4b, 0x11, 0x01, 0xc0, 0x40, 0x12, 0x5e, 0x7c, 0xf1, 0xc5, 0x28, 0x72, 0xe9, 0xee, 0x2b, 0xa5, 0x5e, 0x73, 0xc1, 0xe9, 0x07, 0x1a, 0x63, 0xe2, 0x2e, 0x5b, 0x6b, 0xa1, 0x94, 0x8a, 0xbb, 0x9a, 0x42, 0x88, 0x94, 0x12, 0xd5, 0xe3, 0xbd, 0x80, 0x9b, 0x9f, 0x05, 0xee, 0x59, 0x0d, 0xff, 0xf4, 0xcb, 0x40, 0xc0, 0x1b, 0x1b, 0xf3, 0x67, 0x42, 0x7e, 0x78, 0x1e, 0xc2, 0x67, 0x0e, 0x46, 0x7e, 0xd2, 0x81, 0x02, 0x63, 0x1f, 0x5c, 0x96, 0x65, 0x84, 0x18, 0x72, 0x14, 0xd7, 0xc3, 0xeb, 0x79, 0x9e, 0xc3, 0x5a, 0x8b, 0x10, 0x42, 0xe4, 0x4c, 0x8a, 0xb7, 0xb5, 0x16, 0x5a, 0x6b, 0x08, 0x21, 0xa2, 0x84, 0xa6, 0x0c, 0x94, 0x72, 0x78, 0xca, 0x40, 0x94, 0x2c, 0x7e, 0x9f, 0x94, 0x12, 0x75, 0x5d, 0xc3, 0x7b, 0xbf, 0xcb, 0x0d, 0x14, 0xbd, 0x5e, 0x2f, 0xee, 0x00, 0xf1, 0x97, 0x0b, 0x02, 0x80, 0xba, 0xae, 0x1b, 0x0b, 0x14, 0x42, 0x44, 0x8e, 0xf7, 0xde, 0x23, 0x84, 0x10, 0x45, 0x9d, 0x3b, 0x4c, 0x0e, 0x20, 0xc1, 0x9d, 0xb5, 0xd0, 0xf7, 0xae, 0x0b, 0xf6, 0x67, 0x0f, 0x21, 0x3c, 0xba, 0x11, 0x6f, 0x79, 0xec, 0x3f, 0x0b, 0xf2, 0xfc, 0x23, 0x20, 0x2f, 0x3a, 0x4a, 0x88, 0xae, 0x89, 0x0c, 0x40, 0x0c, 0x6f, 0x63, 0x7e, 0x2a, 0x71, 0x29, 0x81, 0x53, 0x9d, 0xc3, 0xeb, 0x84, 0xd3, 0x3c, 0xcf, 0x1b, 0x10, 0x69, 0x8c, 0x81, 0x94, 0x32, 0xde, 0x4f, 0x82, 0x13, 0x72, 0x53, 0x9d, 0xc2, 0xf7, 0xa5, 0x08, 0x91, 0x65, 0xd9, 0x00, 0x46, 0xd2, 0x17, 0x4c, 0xb4, 0x23, 0xbb, 0x12, 0x51, 0x2a, 0x1c, 0x2a, 0x41, 0xe2, 0x7d, 0x8a, 0x97, 0xe6, 0xbf, 0x9b, 0x42, 0xf5, 0xdd, 0xbf, 0x21, 0x3c, 0x32, 0x09, 0x44, 0x6e, 0x8f, 0x79, 0x33, 0x60, 0x7e, 0x78, 0x22, 0xd4, 0x59, 0x87, 0x8a, 0x94, 0xa0, 0xaf, 0xa5, 0xf4, 0xda, 0xd7, 0x53, 0x06, 0x4a, 0x95, 0x20, 0x09, 0x98, 0x7e, 0x0f, 0x25, 0x56, 0x6b, 0x8d, 0xf6, 0xfb, 0x8a, 0xa2, 0x88, 0xcf, 0x6b, 0x28, 0xc5, 0x31, 0x06, 0x28, 0x8a, 0xa2, 0x89, 0xd9, 0xd6, 0xda, 0x09, 0x95, 0x11, 0x6f, 0x4e, 0xe7, 0xe4, 0x98, 0x54, 0xeb, 0x53, 0xe4, 0x00, 0x40, 0x41, 0xa0, 0xbc, 0xf2, 0xfe, 0x10, 0x7e, 0xf1, 0x08, 0xe0, 0x02, 0xa6, 0x72, 0xc8, 0xc5, 0xf3, 0x61, 0x7e, 0xfd, 0x89, 0x83, 0xca, 0xd9, 0x6a, 0x65, 0x9e, 0xe7, 0x0d, 0x4c, 0x4d, 0x21, 0x85, 0x73, 0x5a, 0x09, 0xce, 0x39, 0x18, 0x63, 0x1a, 0x56, 0x4b, 0xa7, 0xd3, 0x89, 0x12, 0x49, 0xeb, 0x86, 0xd0, 0x9a, 0xea, 0x1c, 0xea, 0xac, 0x36, 0x07, 0xa7, 0xef, 0x6b, 0xeb, 0x28, 0xb1, 0x66, 0xcd, 0x9a, 0x86, 0x52, 0x23, 0x87, 0xf2, 0x86, 0xb6, 0xd9, 0x43, 0x08, 0xe1, 0x2e, 0xa7, 0x22, 0x1b, 0x17, 0xb8, 0xcd, 0xa1, 0xbe, 0xe8, 0xf6, 0xe0, 0xef, 0x5f, 0x8b, 0xb7, 0x6d, 0xcc, 0x1d, 0x41, 0xf6, 0xbb, 0xd3, 0x51, 0x1f, 0x35, 0x47, 0x18, 0x63, 0xa2, 0x52, 0x6b, 0x2b, 0x3d, 0x12, 0xc8, 0x5a, 0x0b, 0x21, 0x04, 0xea, 0xba, 0x46, 0xa7, 0xd3, 0x89, 0x90, 0x48, 0x88, 0x68, 0x9b, 0xb5, 0x24, 0x68, 0xca, 0xd1, 0xa4, 0x47, 0x4a, 0xf0, 0x89, 0x24, 0x8c, 0x98, 0x2f, 0x29, 0x12, 0xc4, 0x9b, 0xd4, 0x8c, 0xe1, 0x9c, 0xd7, 0x29, 0x1a, 0x34, 0x9b, 0x68, 0x36, 0x96, 0x65, 0x19, 0x17, 0x67, 0x5e, 0x2a, 0x97, 0x94, 0x9f, 0x5a, 0xf2, 0xf6, 0x12, 0x1a, 0x00, 0x36, 0x6e, 0x47, 0x75, 0xf6, 0x8d, 0x50, 0x7f, 0x7e, 0x2e, 0x90, 0x61, 0x52, 0x0c, 0xe5, 0xc8, 0xf3, 0x3c, 0xce, 0x85, 0x10, 0xe8, 0x74, 0x3a, 0x03, 0x11, 0x1f, 0xb3, 0x99, 0x69, 0x16, 0x52, 0x07, 0x68, 0xad, 0x1b, 0x12, 0xcb, 0x39, 0xe9, 0x91, 0x9a, 0xb1, 0x94, 0x94, 0xaa, 0xaa, 0x22, 0x0d, 0x53, 0xeb, 0x49, 0xd2, 0x8e, 0x2e, 0x8a, 0xa2, 0x61, 0x69, 0xc4, 0x3f, 0x48, 0x89, 0x3c, 0xcf, 0xe3, 0x03, 0xa5, 0x94, 0xe8, 0x74, 0x3a, 0xe3, 0x3e, 0xc0, 0x39, 0x87, 0xd0, 0xdb, 0xf6, 0xb5, 0xea, 0x8c, 0xa5, 0xe7, 0xe0, 0xd9, 0x57, 0xf1, 0x8e, 0x8c, 0xda, 0xc3, 0x7e, 0xe7, 0x6e, 0xa8, 0xdb, 0x56, 0x06, 0xae, 0x97, 0x04, 0x4c, 0xed, 0xe8, 0x54, 0xf9, 0x51, 0xb9, 0xd7, 0x75, 0x1d, 0xbf, 0x99, 0x12, 0xc1, 0xef, 0x25, 0xc3, 0x51, 0x5a, 0x52, 0x3b, 0x3c, 0xb5, 0xbb, 0x09, 0xb7, 0x6d, 0x3f, 0x80, 0xff, 0x8f, 0x98, 0xed, 0x9c, 0x43, 0x55, 0x55, 0xd1, 0x8e, 0xa6, 0x12, 0x24, 0xc0, 0x0b, 0x21, 0x1a, 0x90, 0x92, 0x6a, 0xf5, 0x10, 0x02, 0xb0, 0xb9, 0x44, 0x7d, 0xc6, 0xd2, 0x80, 0x67, 0xde, 0x21, 0x42, 0xa7, 0x43, 0x4b, 0x98, 0xdf, 0x9f, 0x0e, 0xf7, 0xd1, 0x05, 0x22, 0xf5, 0xec, 0x28, 0xe2, 0xe4, 0xba, 0xb2, 0x2c, 0xd1, 0xed, 0x76, 0x1b, 0x56, 0x55, 0x1b, 0x72, 0x68, 0x65, 0x10, 0x72, 0x52, 0x25, 0x99, 0x7a, 0xa6, 0x6d, 0x88, 0x4d, 0xcd, 0x60, 0x4a, 0x85, 0x4c, 0x77, 0xb0, 0xdb, 0xed, 0x36, 0x76, 0x94, 0x37, 0xf1, 0x01, 0xd4, 0xea, 0x5c, 0x6c, 0x14, 0xa9, 0x10, 0xe0, 0xbe, 0x79, 0xd7, 0xee, 0x41, 0x68, 0x00, 0xb0, 0x1e, 0xf5, 0xd7, 0xef, 0x80, 0x5a, 0xbb, 0x3d, 0xd0, 0x77, 0x20, 0x47, 0x57, 0x55, 0x15, 0x7d, 0x02, 0x72, 0x1c, 0x5d, 0x6f, 0xce, 0x53, 0x4f, 0x93, 0x8e, 0x1b, 0xaf, 0xa7, 0x9e, 0x63, 0xaa, 0x6c, 0xb9, 0x01, 0x84, 0x58, 0x4a, 0x01, 0xa5, 0x25, 0xc2, 0x08, 0x17, 0x40, 0x91, 0xe0, 0xbc, 0xed, 0xaa, 0x2b, 0xa5, 0xa2, 0x4b, 0x4c, 0x8e, 0x37, 0xc6, 0xc0, 0xfe, 0x72, 0x45, 0xf0, 0x77, 0xbd, 0x80, 0xdd, 0x6a, 0xec, 0xb0, 0xb0, 0x97, 0xfe, 0x15, 0x32, 0xec, 0xb4, 0x9d, 0x29, 0xd2, 0x75, 0x5d, 0x8f, 0xfb, 0x3e, 0x9a, 0xaf, 0x5a, 0xeb, 0x09, 0x43, 0x01, 0x91, 0x60, 0x63, 0xd0, 0xd3, 0x86, 0x28, 0x12, 0xb7, 0xd3, 0xe9, 0x34, 0x30, 0x9e, 0x10, 0xdd, 0xc0, 0x6c, 0xc6, 0x22, 0x52, 0x8c, 0x21, 0x5c, 0xd0, 0x5d, 0x17, 0x42, 0xc4, 0x1d, 0x2e, 0x8a, 0x62, 0xb0, 0xe3, 0x6b, 0xb6, 0x86, 0x70, 0xd5, 0xc3, 0xd8, 0x1d, 0x47, 0xf8, 0xe7, 0x06, 0xf8, 0x6b, 0x1e, 0x09, 0x29, 0x87, 0x51, 0x2f, 0xa5, 0xbe, 0x80, 0x2e, 0x3c, 0xca, 0x7e, 0xd1, 0xb0, 0xbe, 0xf8, 0xfd, 0x64, 0x40, 0xea, 0x28, 0x4a, 0x3c, 0x37, 0x84, 0x1e, 0xa3, 0x73, 0xae, 0x61, 0x1e, 0xd3, 0x13, 0xf5, 0xde, 0xc7, 0x0d, 0x10, 0x1b, 0x36, 0x6c, 0x18, 0x67, 0xd8, 0x73, 0x97, 0xeb, 0xba, 0x46, 0xb7, 0xdb, 0x6d, 0x04, 0x57, 0x68, 0xa1, 0xd0, 0xac, 0xc1, 0x85, 0x77, 0x04, 0xbf, 0xec, 0x05, 0xec, 0xb6, 0x63, 0x86, 0x81, 0x5a, 0x7e, 0x81, 0x50, 0x7b, 0x8d, 0x0c, 0xcc, 0x38, 0x6d, 0xe0, 0xee, 0x7c, 0x3e, 0xb8, 0x3b, 0x9f, 0x87, 0x7f, 0x60, 0x1d, 0xd0, 0xdb, 0x06, 0xd4, 0x1e, 0x50, 0x02, 0x98, 0xd3, 0x85, 0xfa, 0xe0, 0x3e, 0xc0, 0xc9, 0x0b, 0xa1, 0xcf, 0x3c, 0x44, 0xd4, 0x7b, 0xc8, 0x48, 0xf8, 0xf4, 0x97, 0xd0, 0x41, 0xbf, 0x64, 0x22, 0x33, 0x8f, 0x98, 0x9f, 0xfa, 0x21, 0x0d, 0x3b, 0x3b, 0xbd, 0x81, 0x38, 0xb5, 0x2b, 0x4f, 0x2b, 0x84, 0x00, 0xfb, 0x68, 0x2f, 0xb8, 0x8f, 0x2f, 0xc1, 0xee, 0x3e, 0xf4, 0xb7, 0x8f, 0x83, 0xf8, 0xde, 0x87, 0x04, 0xee, 0x5d, 0x1d, 0xea, 0x1f, 0xfe, 0x1d, 0x6f, 0xc8, 0x5a, 0xda, 0x33, 0x87, 0xbe, 0xec, 0x78, 0xf8, 0x2f, 0x1f, 0x2e, 0xb2, 0x91, 0xee, 0x38, 0x47, 0x6f, 0xa2, 0x79, 0x3b, 0x96, 0x92, 0xc6, 0x96, 0xbc, 0xf7, 0x03, 0xce, 0x6e, 0x6b, 0xcd, 0x7e, 0xbf, 0x8f, 0x6e, 0xb7, 0xdb, 0x88, 0x47, 0xb7, 0xed, 0xd6, 0x3c, 0xcf, 0x51, 0x5d, 0x7c, 0x7b, 0xf0, 0xb7, 0x3e, 0xbb, 0xdb, 0x13, 0x1b, 0x23, 0x06, 0xf2, 0x73, 0x87, 0xc1, 0x5f, 0xf7, 0xc4, 0x1b, 0x0f, 0x7c, 0x11, 0xa3, 0x3f, 0x32, 0x0f, 0xfe, 0x57, 0xa7, 0x5c, 0xa2, 0xf6, 0x1a, 0xb9, 0x96, 0x96, 0x09, 0x09, 0x4a, 0x3d, 0x47, 0x47, 0x89, 0xca, 0xb8, 0xed, 0xaa, 0xc7, 0x68, 0x61, 0xaf, 0xd7, 0x8b, 0x3b, 0x94, 0x26, 0x10, 0x5e, 0x2f, 0xc0, 0x5e, 0x8e, 0x6e, 0x41, 0x38, 0xe6, 0xfa, 0x80, 0xca, 0xe1, 0xdd, 0x3e, 0xc4, 0xc2, 0xd9, 0xc0, 0x4d, 0x67, 0x2d, 0xd5, 0xfb, 0xcc, 0x3a, 0xb7, 0x1d, 0x9a, 0x48, 0x21, 0x83, 0x73, 0x62, 0x77, 0x1a, 0xef, 0x77, 0xce, 0x0d, 0x14, 0x24, 0x35, 0x29, 0x41, 0x9f, 0xb8, 0x4c, 0x33, 0x26, 0x0d, 0x5f, 0x72, 0xb7, 0xe4, 0x9d, 0xab, 0xa6, 0x05, 0xa1, 0x01, 0x20, 0xac, 0xda, 0x0c, 0x5c, 0xb2, 0xec, 0x1c, 0xd7, 0xaf, 0x1a, 0x8c, 0x99, 0x5a, 0x25, 0x69, 0x14, 0x91, 0x56, 0x1b, 0x63, 0x2b, 0x34, 0x42, 0x64, 0x6a, 0x88, 0x33, 0xa5, 0xd4, 0xf6, 0x94, 0xf8, 0x70, 0xce, 0xad, 0xb5, 0xf0, 0xf7, 0xad, 0xc6, 0x74, 0x1a, 0xe1, 0xa1, 0x1e, 0x70, 0xf5, 0x23, 0xa1, 0xed, 0x87, 0xa4, 0x19, 0x9c, 0xd4, 0x75, 0x4f, 0x53, 0x66, 0x0d, 0x3b, 0x3b, 0x75, 0xbd, 0x95, 0x52, 0x91, 0xa3, 0x09, 0xfe, 0x4c, 0x67, 0x51, 0x24, 0xbc, 0xf7, 0x08, 0xff, 0x58, 0x8f, 0xe9, 0x36, 0xfc, 0x6f, 0x1e, 0x45, 0xb6, 0xa9, 0x8e, 0x59, 0x1c, 0x32, 0x68, 0x6a, 0x26, 0xa6, 0x29, 0x45, 0x63, 0x4c, 0x34, 0x03, 0x9d, 0x73, 0x83, 0x1c, 0xa4, 0x31, 0x06, 0xfd, 0x7e, 0x3f, 0xfe, 0x99, 0x0f, 0x20, 0x3e, 0x31, 0xec, 0xca, 0xeb, 0xf2, 0x95, 0xe2, 0x64, 0x8c, 0xee, 0x98, 0x76, 0xc4, 0xc6, 0x0e, 0x0b, 0xfb, 0xa7, 0x27, 0x43, 0x1a, 0xe5, 0x94, 0x52, 0x36, 0x74, 0x59, 0x08, 0x21, 0xda, 0xd5, 0x64, 0xda, 0x18, 0xf7, 0x4f, 0x83, 0x25, 0xc4, 0xec, 0xd4, 0x75, 0x4d, 0x3d, 0xaf, 0xe8, 0x7a, 0xae, 0xda, 0x72, 0x17, 0xa6, 0xe9, 0x70, 0xcb, 0x56, 0x36, 0x3c, 0xed, 0x76, 0xf0, 0x8a, 0x4a, 0x91, 0x1b, 0x90, 0x26, 0xcd, 0x25, 0xe3, 0xba, 0x42, 0x88, 0x46, 0x38, 0x95, 0x0f, 0xe4, 0x06, 0x70, 0xde, 0xef, 0xf7, 0x21, 0x5f, 0xea, 0x4f, 0x57, 0x5a, 0x23, 0x3c, 0x36, 0x0a, 0x61, 0x7d, 0xc3, 0xbe, 0x66, 0x2c, 0x85, 0x1b, 0x40, 0xae, 0xa7, 0x2b, 0xcf, 0x54, 0xa3, 0xa4, 0xd6, 0xa4, 0x08, 0xf0, 0x0f, 0x34, 0x5f, 0xd2, 0xf8, 0x6f, 0x8c, 0xdf, 0xbe, 0xba, 0x7d, 0xda, 0x12, 0x1b, 0x3e, 0xa0, 0x5a, 0xbf, 0x39, 0x86, 0x00, 0x18, 0x2b, 0xe2, 0x60, 0x70, 0x2a, 0x9d, 0x33, 0x0b, 0x16, 0x31, 0xbb, 0x28, 0x8a, 0x9d, 0x6e, 0xe5, 0x58, 0x38, 0x35, 0x35, 0x73, 0xd2, 0xe8, 0x98, 0xac, 0x3c, 0xa6, 0xf3, 0xd0, 0xdb, 0xdc, 0xb8, 0x68, 0x21, 0x95, 0x22, 0xb3, 0xf4, 0x69, 0x6c, 0x89, 0x1b, 0x23, 0xc9, 0xf2, 0x04, 0x75, 0x46, 0xfc, 0x08, 0x21, 0x13, 0x65, 0x28, 0x54, 0x27, 0x9b, 0xd6, 0xc4, 0x16, 0x33, 0xb2, 0x68, 0xa5, 0x71, 0x30, 0xa1, 0xc2, 0x10, 0x6c, 0xbb, 0xd0, 0x27, 0xda, 0xd9, 0xf4, 0x12, 0xe9, 0xb0, 0xd0, 0x40, 0x27, 0xa4, 0xd0, 0x68, 0xd7, 0x5a, 0xc3, 0x6e, 0x2f, 0xe1, 0x1e, 0xed, 0x4d, 0x5f, 0x4a, 0x1b, 0x09, 0xcc, 0x1d, 0x11, 0x0c, 0xce, 0x15, 0x45, 0x11, 0x21, 0x97, 0x56, 0x07, 0x39, 0x39, 0x8d, 0xfe, 0x8d, 0xd1, 0x75, 0x67, 0xc6, 0x81, 0x59, 0x8d, 0x34, 0xcb, 0x4c, 0x47, 0x27, 0xcf, 0x73, 0xb8, 0xa5, 0x4f, 0x05, 0x5c, 0xb9, 0x1c, 0x7e, 0xdd, 0xd6, 0xe9, 0xcb, 0xd5, 0x8b, 0xde, 0x87, 0x5a, 0x7a, 0x28, 0xa8, 0x46, 0xfd, 0x23, 0x0d, 0x8c, 0x34, 0x3f, 0x90, 0xc6, 0xbb, 0xb3, 0x2c, 0x83, 0x66, 0xd2, 0xb3, 0x2c, 0xcb, 0xc8, 0xe1, 0x4c, 0x82, 0x32, 0xdc, 0x9a, 0x95, 0x40, 0x71, 0xc9, 0xad, 0x01, 0x7f, 0x59, 0x89, 0xe9, 0x3e, 0xe4, 0x19, 0x07, 0x43, 0x8d, 0x25, 0x18, 0x18, 0x1d, 0xa5, 0xa3, 0x97, 0x66, 0xe3, 0x09, 0xb9, 0xe9, 0x5c, 0x93, 0xc5, 0x53, 0xc8, 0x48, 0x31, 0x5c, 0xac, 0xdc, 0x1c, 0xfc, 0x05, 0xb7, 0x01, 0xab, 0x36, 0x4f, 0x7b, 0x42, 0x63, 0x86, 0x81, 0xfe, 0xfc, 0x11, 0xc2, 0x4f, 0x90, 0x83, 0x64, 0xad, 0x1f, 0x75, 0x5d, 0x1a, 0xff, 0x26, 0x42, 0xc8, 0x34, 0xa7, 0x98, 0x6a, 0x51, 0x6b, 0x2d, 0xcc, 0x9a, 0xed, 0xc1, 0x9d, 0x73, 0xf3, 0x20, 0x10, 0x33, 0x1c, 0x90, 0x67, 0x1f, 0x8a, 0x7a, 0x86, 0x6c, 0xa4, 0xbc, 0x68, 0xf6, 0xd1, 0x93, 0x6c, 0x57, 0xaf, 0xa6, 0x39, 0x4f, 0x31, 0x3a, 0x3a, 0xda, 0xa8, 0x56, 0x8d, 0x19, 0x86, 0x8d, 0xfd, 0x60, 0x3f, 0xb9, 0x14, 0x61, 0xc3, 0xf6, 0x21, 0x95, 0x53, 0xcc, 0xde, 0x6f, 0x06, 0xc2, 0xa9, 0x0b, 0xa1, 0xcf, 0x5f, 0x04, 0x7d, 0xe4, 0x3e, 0x82, 0xe1, 0xd6, 0x89, 0xea, 0xcd, 0xe9, 0xbf, 0xc4, 0x5a, 0xca, 0xf5, 0xeb, 0xd7, 0x8f, 0x2b, 0x44, 0x81, 0xf5, 0xa8, 0xcf, 0xba, 0x31, 0x60, 0xc5, 0xc6, 0x21, 0x75, 0x77, 0x49, 0x75, 0x40, 0x9d, 0x71, 0x08, 0xc4, 0xe5, 0xc7, 0x21, 0x1c, 0xb4, 0xa7, 0x60, 0xfd, 0x09, 0x4b, 0x22, 0x18, 0x2b, 0x21, 0x57, 0x7b, 0xef, 0x07, 0x15, 0x51, 0xed, 0xd8, 0x87, 0xfd, 0xe9, 0x03, 0x43, 0x42, 0xbf, 0xae, 0xdf, 0x0e, 0xb8, 0x5b, 0x9e, 0x81, 0x3d, 0xf9, 0x06, 0x88, 0xeb, 0x9f, 0x0c, 0x51, 0xc7, 0x8d, 0x59, 0x25, 0xa9, 0x27, 0x69, 0x8c, 0x41, 0x9e, 0xe7, 0x83, 0x1c, 0x24, 0x4d, 0x16, 0xe7, 0x1c, 0xec, 0xbf, 0x47, 0x43, 0x38, 0x6d, 0xc9, 0x94, 0x17, 0x43, 0xbe, 0xdb, 0x86, 0x3a, 0xf3, 0x10, 0xe8, 0xab, 0x4f, 0x15, 0xb5, 0xf4, 0xe3, 0x0a, 0x99, 0x68, 0xb1, 0x48, 0x66, 0x68, 0x68, 0x8c, 0x8b, 0x9f, 0x2c, 0x1f, 0x12, 0xfa, 0xcd, 0x44, 0x03, 0x6f, 0x79, 0x06, 0xf5, 0xc5, 0xb7, 0x87, 0x4c, 0xea, 0x71, 0x65, 0x10, 0x84, 0x14, 0x49, 0xb6, 0x77, 0xce, 0xc1, 0x3f, 0xb4, 0x3e, 0xf8, 0x7b, 0x5e, 0x1c, 0x52, 0xee, 0xcd, 0xc6, 0xa8, 0x96, 0xbd, 0x80, 0xea, 0x1b, 0x77, 0x86, 0x6c, 0xcc, 0x11, 0x4c, 0xad, 0x96, 0xaa, 0xaa, 0x06, 0xc4, 0xa6, 0xef, 0x5e, 0xff, 0xe1, 0x89, 0x21, 0xc5, 0xde, 0x2a, 0xc1, 0x6f, 0x7a, 0x06, 0xf6, 0xb7, 0x8f, 0x85, 0x76, 0xb5, 0x6b, 0x96, 0x65, 0x90, 0xcc, 0x39, 0xfa, 0xad, 0x25, 0xc2, 0x6d, 0xcf, 0x0d, 0xa9, 0x35, 0x19, 0x90, 0xf2, 0xe3, 0x07, 0x10, 0x56, 0x6e, 0x0a, 0x69, 0x34, 0xd0, 0x7b, 0x0f, 0xd9, 0xed, 0x76, 0x07, 0xe7, 0x66, 0x1e, 0x5c, 0x17, 0xb0, 0xc3, 0x0e, 0x29, 0x35, 0x19, 0x86, 0xca, 0x8e, 0x1a, 0xfe, 0xfb, 0xf7, 0xc5, 0x8a, 0xa9, 0xe8, 0xf8, 0xc4, 0x42, 0x9c, 0x87, 0xd6, 0x0d, 0xa9, 0x34, 0x99, 0x70, 0x72, 0xdf, 0x6a, 0xa8, 0xa7, 0x5e, 0x09, 0x0c, 0xb9, 0xc6, 0xe4, 0x81, 0xd6, 0x1a, 0xe2, 0xf1, 0x97, 0x86, 0x14, 0x9a, 0xe4, 0x51, 0x5d, 0xfd, 0x70, 0x8c, 0x8b, 0x18, 0x63, 0x20, 0x63, 0x3d, 0xf1, 0xda, 0x2d, 0x43, 0xea, 0x4c, 0xf6, 0x58, 0xb6, 0x0a, 0xbe, 0xa8, 0x63, 0x9d, 0xa4, 0xa4, 0xe7, 0x13, 0x36, 0x15, 0x43, 0xe2, 0x4c, 0x01, 0x76, 0xcb, 0x27, 0x5e, 0x0e, 0xb1, 0x6e, 0x84, 0x76, 0x20, 0xb6, 0x54, 0x43, 0xea, 0x4c, 0x05, 0xc1, 0x1f, 0x5c, 0x17, 0xeb, 0x6e, 0x24, 0xcd, 0x12, 0x48, 0x31, 0xa4, 0xcc, 0x54, 0x10, 0x7b, 0xed, 0xd6, 0x9d, 0x27, 0x90, 0x63, 0x96, 0x78, 0xc4, 0x0c, 0x29, 0x33, 0x15, 0xc4, 0x7e, 0x79, 0x47, 0x2c, 0x2f, 0x8e, 0x67, 0x6a, 0xb0, 0xef, 0x8c, 0x21, 0x65, 0xa6, 0x62, 0x6c, 0x2a, 0x62, 0xd9, 0x43, 0x74, 0xd7, 0xc3, 0x01, 0xb3, 0x87, 0x84, 0x99, 0x82, 0x21, 0x32, 0x9d, 0x1e, 0x92, 0x1a, 0xa4, 0x79, 0xf4, 0x31, 0xfb, 0x0e, 0x29, 0x33, 0x15, 0x30, 0x32, 0x73, 0x00, 0xcf, 0xc6, 0x98, 0x41, 0x6c, 0xc4, 0x5a, 0x0b, 0x77, 0xfc, 0xdc, 0x21, 0x65, 0xa6, 0x82, 0xd8, 0x0b, 0x66, 0xc6, 0xc2, 0x1d, 0xc9, 0x78, 0x6b, 0x7e, 0xdc, 0x7c, 0x21, 0xde, 0x3f, 0x6b, 0x48, 0x9d, 0x49, 0x1e, 0x6a, 0xd1, 0xde, 0x3b, 0x0f, 0xf2, 0xc6, 0x52, 0xa9, 0xba, 0x86, 0x3a, 0xf7, 0xb0, 0x21, 0x75, 0x26, 0x79, 0xe8, 0xc5, 0x0b, 0x56, 0xb0, 0xd0, 0x49, 0xa6, 0x35, 0xc4, 0xfe, 0x4b, 0x87, 0x5f, 0x22, 0xba, 0x7a, 0x48, 0xa1, 0xc9, 0x52, 0x8e, 0x47, 0xef, 0x0d, 0x31, 0x7f, 0xd6, 0xb1, 0x64, 0x68, 0x99, 0x76, 0x2f, 0xc8, 0xf6, 0x9d, 0x7d, 0xad, 0xff, 0xca, 0xa2, 0x21, 0x95, 0x26, 0x0b, 0x42, 0xce, 0x5b, 0x14, 0xeb, 0x48, 0xbc, 0xf7, 0x83, 0xfa, 0x6c, 0x06, 0xb8, 0xad, 0xb5, 0x30, 0x97, 0x9f, 0x20, 0xb0, 0xdf, 0xd0, 0xe6, 0x7e, 0xcb, 0x63, 0xee, 0x08, 0xf4, 0x17, 0x0e, 0x17, 0xad, 0x42, 0x1e, 0x89, 0x46, 0x1a, 0x7e, 0x56, 0x17, 0xd9, 0x35, 0xa7, 0x0d, 0x8e, 0x17, 0x0f, 0xc7, 0x9b, 0x87, 0x90, 0x2b, 0x3e, 0x04, 0xe4, 0x3a, 0x9e, 0x43, 0x8a, 0x39, 0x48, 0x00, 0x8d, 0x7a, 0x63, 0xb9, 0x78, 0x81, 0xd0, 0x57, 0x7c, 0x64, 0x48, 0xb1, 0x37, 0x39, 0xe4, 0xc7, 0x16, 0x22, 0x3f, 0xef, 0x03, 0x82, 0x0c, 0x1c, 0x31, 0x9b, 0x2d, 0x87, 0x80, 0x9d, 0xd5, 0xab, 0x00, 0xa0, 0xbf, 0x75, 0x9c, 0x90, 0x17, 0x1e, 0x39, 0xa4, 0xdc, 0xff, 0x3b, 0xe6, 0xcf, 0x84, 0xfc, 0xf9, 0xc9, 0x82, 0x8e, 0x4c, 0xda, 0x0b, 0x40, 0xf2, 0xdc, 0xa3, 0xf7, 0x3e, 0x9e, 0x48, 0x8d, 0x76, 0xe1, 0x8f, 0x4e, 0x14, 0xea, 0xa2, 0xa3, 0x86, 0x04, 0x7c, 0xa3, 0xd0, 0x31, 0xa7, 0x0b, 0x73, 0xc3, 0x59, 0xb0, 0xb3, 0xf4, 0xb8, 0x13, 0x08, 0x42, 0x88, 0x81, 0xe9, 0xc7, 0x8e, 0x31, 0x69, 0xe7, 0xc7, 0xa2, 0x28, 0xa0, 0x8d, 0x81, 0xf9, 0xe9, 0x49, 0x42, 0xff, 0x60, 0xf1, 0x10, 0xc3, 0x5f, 0x6f, 0xec, 0x3b, 0x02, 0x73, 0xf3, 0x67, 0x81, 0x83, 0xf6, 0x14, 0x8c, 0x5f, 0xb3, 0xf8, 0x89, 0xa7, 0xf0, 0x24, 0x4b, 0xa5, 0xda, 0xc5, 0x95, 0x54, 0x9a, 0x84, 0x94, 0xec, 0xc6, 0x4f, 0x63, 0x68, 0xa5, 0xec, 0x02, 0xa3, 0x4f, 0xd8, 0x0f, 0xfa, 0xf6, 0x73, 0x57, 0xd8, 0x03, 0x66, 0x46, 0x8e, 0xe4, 0x79, 0x48, 0x96, 0x0f, 0x2b, 0xa5, 0x20, 0xd6, 0xae, 0x5d, 0x3b, 0xae, 0xd5, 0x25, 0x5b, 0x85, 0xa6, 0x7d, 0xf1, 0xbc, 0xf7, 0xc0, 0x8e, 0x1a, 0xd5, 0x55, 0xcb, 0x83, 0xb8, 0xee, 0x5f, 0x08, 0xfd, 0x61, 0xd9, 0x03, 0xf6, 0xd0, 0x10, 0x97, 0x1d, 0x8b, 0xfc, 0xd2, 0xe3, 0x85, 0x97, 0x88, 0xad, 0x44, 0x77, 0xd5, 0xfc, 0x37, 0xf6, 0x1b, 0x99, 0xa8, 0x1f, 0x35, 0x30, 0x71, 0xf7, 0xdc, 0x7a, 0xc3, 0x96, 0x25, 0xf2, 0x8f, 0xff, 0x39, 0xc7, 0x2f, 0x7d, 0x1a, 0x58, 0x33, 0x0d, 0xcf, 0xd7, 0xbc, 0xb7, 0x03, 0xf5, 0xc5, 0x45, 0x90, 0x5f, 0x3d, 0xea, 0x14, 0xb1, 0xf7, 0xc8, 0xdd, 0x69, 0xa3, 0xc5, 0xb4, 0xdd, 0x1c, 0xe9, 0x17, 0xdb, 0x89, 0xf4, 0x7a, 0xbd, 0x06, 0x07, 0xa7, 0x1c, 0xce, 0x7e, 0x23, 0xed, 0x5e, 0xa5, 0xc0, 0xa0, 0xf5, 0xa5, 0xd1, 0x1a, 0xe1, 0xf1, 0xd1, 0x20, 0x96, 0xf7, 0x50, 0xaf, 0x58, 0x0f, 0xf1, 0xc2, 0x66, 0xa0, 0xb7, 0x0d, 0x61, 0x7b, 0x0d, 0x94, 0xef, 0x82, 0xf6, 0x18, 0x02, 0x83, 0xf6, 0xd2, 0x73, 0xf6, 0x40, 0xd8, 0x7f, 0x16, 0xd4, 0xd1, 0x73, 0xa1, 0x4e, 0x7c, 0x3f, 0xb0, 0x78, 0x9e, 0xb0, 0xf0, 0x8d, 0xce, 0x9e, 0x69, 0x97, 0x34, 0x36, 0x5f, 0x48, 0x5b, 0x3c, 0x15, 0x45, 0x31, 0x20, 0x36, 0x3b, 0xc2, 0xbc, 0x56, 0x0b, 0x1e, 0xb6, 0x02, 0x6d, 0x77, 0x88, 0x61, 0xf7, 0xdd, 0xb4, 0x55, 0x68, 0xda, 0x81, 0x87, 0xbd, 0x4c, 0x89, 0x5f, 0x69, 0xc7, 0x9e, 0xb4, 0xdd, 0x72, 0xbb, 0x99, 0x6c, 0x2a, 0x82, 0xed, 0x16, 0x41, 0x7c, 0x16, 0xdf, 0xc7, 0x82, 0x73, 0x2a, 0xa3, 0xd7, 0x6a, 0x0d, 0xca, 0xf5, 0xb6, 0x25, 0x98, 0x9d, 0x16, 0x1a, 0x12, 0x9c, 0x74, 0x5e, 0x20, 0xc1, 0x1a, 0xfd, 0xbf, 0x77, 0xd1, 0x6c, 0x37, 0xd6, 0xb9, 0x27, 0xcd, 0x80, 0xeb, 0xba, 0x1e, 0xd4, 0x8d, 0xc4, 0x86, 0x2d, 0x63, 0x67, 0x6a, 0x52, 0x47, 0x87, 0xa2, 0x91, 0x1e, 0x44, 0x4d, 0xfb, 0xfa, 0xd1, 0x11, 0x4a, 0x5b, 0x65, 0xa6, 0x9d, 0x1c, 0x39, 0x4f, 0x3b, 0xf6, 0xb6, 0xfb, 0xec, 0x71, 0xf7, 0xdb, 0x9d, 0x31, 0xdb, 0x27, 0x8b, 0xa3, 0x56, 0x1f, 0x4b, 0x78, 0xb0, 0xb4, 0x2b, 0x5d, 0xef, 0xeb, 0xb5, 0x06, 0x4d, 0x8f, 0x3e, 0xf3, 0xf9, 0x64, 0xae, 0xb4, 0x9f, 0x0a, 0xdf, 0xc7, 0x73, 0xe7, 0xec, 0x62, 0xc6, 0xee, 0x15, 0xbc, 0x3f, 0x7d, 0x7e, 0x6a, 0x64, 0xf0, 0x68, 0x3a, 0xbf, 0xd5, 0x18, 0x83, 0xff, 0x01, 0x9d, 0x0f, 0x43, 0xc3, 0x7f, 0x4a, 0x5b, 0xcd, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; static const int cloud_png_len = 3521; static const unsigned char contact_html[] = { 0x3c, 0x21, 0x44, 0x4f, 0x43, 0x54, 0x59, 0x50, 0x45, 0x20, 0x68, 0x74, 0x6d, 0x6c, 0x20, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x43, 0x20, 0x22, 0x2d, 0x2f, 0x2f, 0x57, 0x33, 0x43, 0x2f, 0x2f, 0x44, 0x54, 0x44, 0x20, 0x58, 0x48, 0x54, 0x4d, 0x4c, 0x20, 0x31, 0x2e, 0x30, 0x20, 0x53, 0x74, 0x72, 0x69, 0x63, 0x74, 0x2f, 0x2f, 0x45, 0x4e, 0x22, 0x20, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x77, 0x33, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x54, 0x52, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x31, 0x2f, 0x44, 0x54, 0x44, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x31, 0x2d, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x2e, 0x64, 0x74, 0x64, 0x22, 0x3e, 0x0d, 0x0a, 0x3c, 0x68, 0x74, 0x6d, 0x6c, 0x20, 0x78, 0x6d, 0x6c, 0x6e, 0x73, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x77, 0x33, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x31, 0x39, 0x39, 0x39, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x3e, 0x0d, 0x0a, 0x3c, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 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, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x3c, 0x2f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6d, 0x65, 0x74, 0x61, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x73, 0x22, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3d, 0x22, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6d, 0x65, 0x74, 0x61, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3d, 0x22, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x69, 0x63, 0x6f, 0x6e, 0x22, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x66, 0x61, 0x76, 0x69, 0x63, 0x6f, 0x6e, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x66, 0x6f, 0x6e, 0x74, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x73, 0x73, 0x3f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x3d, 0x4f, 0x70, 0x65, 0x6e, 0x2b, 0x53, 0x61, 0x6e, 0x73, 0x3a, 0x34, 0x30, 0x30, 0x2c, 0x33, 0x30, 0x30, 0x2c, 0x36, 0x30, 0x30, 0x2c, 0x37, 0x30, 0x30, 0x2c, 0x38, 0x30, 0x30, 0x7c, 0x4f, 0x70, 0x65, 0x6e, 0x2b, 0x53, 0x61, 0x6e, 0x73, 0x2b, 0x43, 0x6f, 0x6e, 0x64, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x3a, 0x33, 0x30, 0x30, 0x2c, 0x37, 0x30, 0x30, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x73, 0x68, 0x65, 0x65, 0x74, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x5f, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x2e, 0x63, 0x73, 0x73, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x73, 0x68, 0x65, 0x65, 0x74, 0x22, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x63, 0x73, 0x73, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0d, 0x0a, 0x3c, 0x62, 0x6f, 0x64, 0x79, 0x3e, 0x0d, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x6f, 0x67, 0x6f, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x68, 0x31, 0x3e, 0x3c, 0x69, 0x6d, 0x67, 0x20, 0x61, 0x6c, 0x74, 0x3d, 0x22, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x2f, 0x22, 0x3e, 0x50, 0x69, 0x63, 0x6f, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x54, 0x43, 0x50, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x68, 0x31, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x20, 0x79, 0x6f, 0x75, 0x72, 0x20, 0x65, 0x6d, 0x62, 0x65, 0x64, 0x64, 0x65, 0x64, 0x20, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3c, 0x2f, 0x70, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6d, 0x65, 0x6e, 0x75, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x75, 0x6c, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x50, 0x69, 0x63, 0x6f, 0x54, 0x43, 0x50, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x73, 0x74, 0x6d, 0x33, 0x32, 0x66, 0x34, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x53, 0x54, 0x4d, 0x33, 0x32, 0x46, 0x34, 0x20, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x22, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x75, 0x6c, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x3e, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x61, 0x72, 0x72, 0x6f, 0x77, 0x2d, 0x64, 0x6f, 0x77, 0x6e, 0x22, 0x3e, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x74, 0x77, 0x6f, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x68, 0x33, 0x3e, 0x54, 0x41, 0x53, 0x53, 0x20, 0x4c, 0x65, 0x75, 0x76, 0x65, 0x6e, 0x20, 0x28, 0x48, 0x65, 0x61, 0x64, 0x71, 0x75, 0x61, 0x72, 0x74, 0x65, 0x72, 0x73, 0x29, 0x3c, 0x2f, 0x68, 0x33, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x47, 0x61, 0x73, 0x74, 0x6f, 0x6e, 0x20, 0x47, 0x65, 0x65, 0x6e, 0x73, 0x6c, 0x61, 0x61, 0x6e, 0x20, 0x39, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x33, 0x30, 0x30, 0x31, 0x20, 0x4c, 0x65, 0x75, 0x76, 0x65, 0x6e, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x54, 0x2e, 0x20, 0x2b, 0x33, 0x32, 0x20, 0x31, 0x36, 0x20, 0x32, 0x34, 0x20, 0x31, 0x36, 0x20, 0x38, 0x30, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x46, 0x2e, 0x20, 0x2b, 0x33, 0x32, 0x20, 0x31, 0x36, 0x20, 0x32, 0x34, 0x20, 0x31, 0x36, 0x20, 0x38, 0x39, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x45, 0x2e, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x6d, 0x61, 0x69, 0x6c, 0x74, 0x6f, 0x3a, 0x69, 0x6e, 0x66, 0x6f, 0x40, 0x74, 0x61, 0x73, 0x73, 0x2e, 0x62, 0x65, 0x22, 0x3e, 0x69, 0x6e, 0x66, 0x6f, 0x40, 0x74, 0x61, 0x73, 0x73, 0x2e, 0x62, 0x65, 0x3c, 0x2f, 0x61, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x70, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x74, 0x77, 0x6f, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x68, 0x33, 0x3e, 0x54, 0x41, 0x53, 0x53, 0x20, 0x47, 0x68, 0x65, 0x6e, 0x74, 0x20, 0x28, 0x69, 0x43, 0x75, 0x62, 0x65, 0x73, 0x29, 0x3c, 0x2f, 0x68, 0x33, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x47, 0x61, 0x73, 0x74, 0x6f, 0x6e, 0x20, 0x43, 0x72, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x6c, 0x61, 0x61, 0x6e, 0x20, 0x31, 0x30, 0x2f, 0x31, 0x30, 0x31, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x39, 0x30, 0x35, 0x30, 0x20, 0x47, 0x65, 0x6e, 0x74, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x54, 0x2e, 0x20, 0x2b, 0x33, 0x32, 0x20, 0x39, 0x20, 0x32, 0x37, 0x35, 0x20, 0x33, 0x31, 0x20, 0x32, 0x30, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x46, 0x2e, 0x20, 0x2b, 0x33, 0x32, 0x20, 0x31, 0x36, 0x20, 0x32, 0x34, 0x20, 0x31, 0x36, 0x20, 0x38, 0x39, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x45, 0x2e, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x6d, 0x61, 0x69, 0x6c, 0x74, 0x6f, 0x3a, 0x69, 0x6e, 0x66, 0x6f, 0x40, 0x74, 0x61, 0x73, 0x73, 0x2e, 0x62, 0x65, 0x22, 0x3e, 0x69, 0x6e, 0x66, 0x6f, 0x40, 0x74, 0x61, 0x73, 0x73, 0x2e, 0x62, 0x65, 0x3c, 0x2f, 0x61, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x70, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x63, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x31, 0x34, 0x20, 0x54, 0x61, 0x73, 0x73, 0x20, 0x42, 0x65, 0x6c, 0x67, 0x69, 0x75, 0x6d, 0x20, 0x4e, 0x56, 0x2e, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x72, 0x69, 0x67, 0x68, 0x74, 0x73, 0x20, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x2e, 0x20, 0x7c, 0x20, 0x44, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x20, 0x62, 0x79, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x66, 0x72, 0x65, 0x65, 0x63, 0x73, 0x73, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x6e, 0x6f, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x22, 0x3e, 0x46, 0x72, 0x65, 0x65, 0x43, 0x53, 0x53, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x3c, 0x2f, 0x61, 0x3e, 0x20, 0x7c, 0x20, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x70, 0x68, 0x61, 0x6c, 0x6f, 0x78, 0x2e, 0x62, 0x65, 0x2f, 0x22, 0x3e, 0x50, 0x68, 0x61, 0x6c, 0x6f, 0x78, 0x2e, 0x62, 0x65, 0x3c, 0x2f, 0x61, 0x3e, 0x2e, 0x3c, 0x2f, 0x70, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x62, 0x6f, 0x64, 0x79, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x68, 0x74, 0x6d, 0x6c, 0x3e, 0x0d, 0x0a, 0x0d, 0x0a, }; static const int contact_html_len = 2265; static const unsigned char favicon_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, 0x61, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00, 0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xde, 0x03, 0x0d, 0x0f, 0x0e, 0x04, 0xc3, 0x98, 0xdb, 0x58, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x00, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x47, 0x49, 0x4d, 0x50, 0x57, 0x81, 0x0e, 0x17, 0x00, 0x00, 0x01, 0xef, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0xb5, 0x93, 0xbd, 0x6b, 0x53, 0x61, 0x14, 0xc6, 0x7f, 0xe7, 0x4d, 0x6e, 0x5b, 0x0d, 0x92, 0x34, 0xd6, 0x41, 0xd3, 0x42, 0xc5, 0x48, 0x41, 0x0a, 0x7e, 0x20, 0x41, 0xbc, 0xb1, 0xe0, 0xe2, 0x9f, 0x20, 0x14, 0xba, 0x24, 0xb5, 0x76, 0xcb, 0xe8, 0xd2, 0x45, 0x5c, 0xa5, 0x8a, 0x08, 0x42, 0x4d, 0xc8, 0x85, 0x2e, 0x0e, 0xe2, 0xa0, 0x6e, 0x2a, 0x08, 0x7a, 0x2f, 0x16, 0xa1, 0xd0, 0x41, 0x41, 0x45, 0xea, 0xa0, 0x2d, 0x1d, 0x4c, 0x7b, 0x6b, 0x6d, 0x53, 0xf3, 0xf1, 0x1e, 0x07, 0x49, 0x07, 0x49, 0xb0, 0xa0, 0x3e, 0xdb, 0x7b, 0xe0, 0x79, 0x38, 0x0f, 0xe7, 0xf7, 0xc2, 0xbf, 0xd0, 0xd2, 0xb9, 0x3b, 0xfd, 0x95, 0x4c, 0x31, 0xd5, 0x7a, 0xaf, 0x8c, 0x14, 0x07, 0xbf, 0x9e, 0xf5, 0xce, 0xef, 0xc6, 0x1b, 0x5d, 0xcb, 0x96, 0xc6, 0x44, 0xcd, 0x2c, 0x5d, 0x2c, 0x86, 0xae, 0xd7, 0x6f, 0xa1, 0xa0, 0x0d, 0xfb, 0xc9, 0x18, 0x2e, 0x00, 0xcf, 0xff, 0x18, 0x00, 0x20, 0xca, 0x56, 0x3c, 0xc8, 0xa7, 0x43, 0xb7, 0xec, 0x19, 0x91, 0x09, 0xab, 0x72, 0xdd, 0xa8, 0x1e, 0xae, 0x64, 0x8a, 0xa9, 0x88, 0x13, 0x99, 0x11, 0x91, 0x61, 0x0b, 0xf7, 0xb7, 0xa4, 0x7a, 0x2b, 0x66, 0xf7, 0x94, 0x04, 0x1d, 0x52, 0x21, 0x48, 0xf8, 0xf9, 0x31, 0x03, 0xa0, 0xd0, 0xb3, 0xee, 0x7a, 0x4f, 0x45, 0xe4, 0xa2, 0xc2, 0x63, 0x20, 0x89, 0x48, 0x3a, 0xe2, 0x44, 0xa7, 0x80, 0x7d, 0x71, 0x3f, 0x37, 0xd8, 0x90, 0xda, 0x74, 0x4c, 0x7b, 0xa6, 0x00, 0x36, 0xb7, 0xeb, 0xc7, 0x44, 0x65, 0x64, 0xd5, 0xf5, 0x2e, 0x1b, 0x00, 0x84, 0x5a, 0x13, 0x7b, 0x75, 0x1b, 0x1d, 0xee, 0xf5, 0x73, 0xd7, 0x76, 0xf6, 0x13, 0x8d, 0x01, 0xab, 0x00, 0x07, 0x5e, 0x4e, 0xae, 0x00, 0x7b, 0x81, 0xd5, 0x43, 0xf3, 0x93, 0x55, 0x15, 0xdd, 0x34, 0x62, 0x63, 0xad, 0x0a, 0x36, 0x19, 0x8c, 0x07, 0xbf, 0xf7, 0xab, 0xd9, 0xc6, 0x8d, 0x6e, 0xe3, 0x3c, 0x0c, 0x5d, 0xef, 0xad, 0xa2, 0x73, 0xf5, 0xa6, 0xbd, 0xd9, 0x65, 0x22, 0x8f, 0x42, 0xb7, 0xfc, 0x5e, 0x90, 0xea, 0x16, 0xdf, 0x4b, 0xbb, 0xba, 0xd2, 0xe7, 0x33, 0x25, 0x87, 0xff, 0x25, 0xa9, 0x64, 0x8a, 0xa9, 0xed, 0xee, 0xba, 0xb4, 0x06, 0x46, 0x1b, 0xeb, 0x07, 0xfd, 0xc2, 0x06, 0x40, 0x25, 0x53, 0x4c, 0xa9, 0x63, 0x62, 0x7d, 0xc1, 0xf8, 0x87, 0x16, 0x2f, 0x3d, 0x3f, 0x1c, 0xdd, 0xff, 0x7a, 0x62, 0x69, 0x27, 0x20, 0xcc, 0x96, 0x3f, 0xa2, 0x12, 0x17, 0xa1, 0x4f, 0x61, 0x19, 0xd5, 0x17, 0x89, 0x20, 0x3f, 0x1a, 0x66, 0xcb, 0x4f, 0x80, 0x53, 0x82, 0x7c, 0x51, 0x58, 0x50, 0x9a, 0xcf, 0x04, 0x33, 0x0b, 0x2c, 0xa2, 0xd2, 0x6f, 0xa1, 0x90, 0x0c, 0x72, 0x77, 0x4d, 0xc2, 0xcf, 0xa7, 0x9b, 0x34, 0x46, 0x01, 0x12, 0x7e, 0x2e, 0xf5, 0xcb, 0xec, 0x5d, 0x01, 0x8e, 0x6f, 0x34, 0xec, 0xd1, 0xb8, 0x9f, 0x3b, 0x51, 0xa9, 0xd6, 0x0a, 0x2d, 0x5e, 0x12, 0x7e, 0x3e, 0x0d, 0x7a, 0xcf, 0x08, 0x13, 0x00, 0xa6, 0x5d, 0x2f, 0x55, 0x1d, 0x12, 0xe5, 0xcd, 0xc0, 0xdc, 0xa5, 0x35, 0x80, 0x23, 0xf3, 0x93, 0xdf, 0x3a, 0xf0, 0xd2, 0x3e, 0x00, 0x61, 0x01, 0x38, 0xd9, 0xfa, 0x1f, 0xcb, 0xee, 0xcc, 0x40, 0x27, 0x5e, 0xa2, 0xed, 0xfc, 0xbd, 0x7e, 0xfe, 0x76, 0x98, 0x2d, 0x9f, 0x8e, 0x3a, 0xd1, 0x77, 0x61, 0xd6, 0xdb, 0x44, 0xf5, 0x81, 0x62, 0x5f, 0x75, 0xe2, 0xe5, 0xaf, 0xf4, 0x13, 0x24, 0x76, 0xd9, 0x1b, 0x78, 0x6b, 0xa9, 0x70, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; static const int favicon_png_len = 647; static const unsigned char forward_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x96, 0x08, 0x06, 0x00, 0x00, 0x00, 0x3c, 0x01, 0x71, 0xe2, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00, 0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xde, 0x03, 0x07, 0x0a, 0x22, 0x07, 0x0a, 0xd6, 0xc3, 0xc3, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x00, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x47, 0x49, 0x4d, 0x50, 0x57, 0x81, 0x0e, 0x17, 0x00, 0x00, 0x02, 0x34, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0xdc, 0x3f, 0x6a, 0x54, 0x51, 0x14, 0xc0, 0xe1, 0x73, 0x67, 0xe6, 0x19, 0x98, 0x11, 0xbb, 0x09, 0x8a, 0x4d, 0xac, 0x8d, 0xb8, 0x03, 0x45, 0x9b, 0xb8, 0x05, 0x71, 0x17, 0x62, 0x63, 0x21, 0x2e, 0x21, 0x82, 0x68, 0xe1, 0x02, 0xb4, 0xb5, 0xf6, 0x4f, 0x61, 0x6d, 0x10, 0x41, 0x53, 0xd8, 0x88, 0x20, 0x44, 0x4d, 0x31, 0xa0, 0x63, 0xc2, 0x64, 0x66, 0x9c, 0x6b, 0x21, 0xa4, 0x54, 0x03, 0x3a, 0x8f, 0xf7, 0xee, 0xf7, 0x6d, 0xe0, 0x5c, 0xb8, 0x3f, 0x4e, 0x79, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xda, 0x69, 0xfe, 0xfa, 0x73, 0xfe, 0xf1, 0xf1, 0x6b, 0xae, 0x63, 0xf6, 0x62, 0x67, 0x9c, 0xe7, 0x5b, 0x3b, 0xd9, 0x2f, 0xfc, 0x9d, 0x5e, 0x93, 0x1e, 0xbb, 0x7f, 0xf3, 0x79, 0xe4, 0x45, 0x8e, 0xf9, 0xf6, 0x6e, 0xee, 0x9d, 0x5d, 0x4d, 0xcb, 0x9c, 0x3d, 0x79, 0xf0, 0x2a, 0x66, 0xcf, 0xde, 0xc7, 0xc1, 0xa3, 0xb7, 0x79, 0xe5, 0xea, 0x7a, 0x92, 0xce, 0xef, 0x75, 0x9a, 0xf4, 0xd8, 0x3c, 0x9e, 0x46, 0xec, 0xcd, 0x62, 0xef, 0xfa, 0x93, 0x98, 0x6f, 0xef, 0x2e, 0x75, 0x7b, 0xe4, 0x6f, 0x93, 0x5f, 0x81, 0xdd, 0x7b, 0x19, 0x07, 0x0f, 0xdf, 0xd8, 0x5c, 0x6d, 0x0a, 0xeb, 0x50, 0x4d, 0x71, 0x1d, 0x6e, 0xaf, 0xfb, 0x5b, 0xe2, 0x6a, 0x65, 0x58, 0xe2, 0x12, 0x96, 0xb8, 0x84, 0x25, 0x2e, 0x71, 0x09, 0x4b, 0x5c, 0xc2, 0x12, 0x97, 0xb0, 0xc4, 0x25, 0x2e, 0x61, 0x89, 0x4b, 0x58, 0xe2, 0x12, 0x96, 0xb8, 0xc4, 0x25, 0x2c, 0x71, 0x09, 0x4b, 0x5c, 0xc2, 0x12, 0x97, 0xb8, 0x84, 0x25, 0x2e, 0x61, 0x89, 0xab, 0x9c, 0xb8, 0xca, 0x0a, 0x4b, 0x5c, 0xc2, 0x12, 0x97, 0xb0, 0xc4, 0x25, 0x2e, 0x61, 0x89, 0x4b, 0x58, 0xe2, 0x12, 0x96, 0xb8, 0xc4, 0x25, 0x2c, 0x71, 0x09, 0x4b, 0x5c, 0xc2, 0x12, 0x97, 0xb8, 0x84, 0x25, 0x2e, 0x61, 0x89, 0x4b, 0x58, 0xe2, 0x12, 0x97, 0xb0, 0x8e, 0x10, 0xd7, 0xfe, 0x8d, 0xa7, 0xb1, 0x18, 0x4d, 0xa2, 0xae, 0xb8, 0x66, 0x2f, 0x3e, 0x34, 0x2e, 0xae, 0x9e, 0x72, 0xfe, 0x2c, 0x8f, 0xa7, 0x91, 0xc7, 0xa3, 0xda, 0xe6, 0x4f, 0x1f, 0xbf, 0xb3, 0xb1, 0xf8, 0x0f, 0xaa, 0x8e, 0xb0, 0xda, 0x28, 0x9d, 0x3a, 0x1e, 0xdd, 0xf5, 0x61, 0x3d, 0xc3, 0xbb, 0x29, 0x56, 0xae, 0x9d, 0x13, 0x56, 0xeb, 0xa2, 0x5a, 0x1d, 0xc4, 0xe0, 0xce, 0x46, 0xa4, 0x7e, 0x55, 0x4b, 0x54, 0xfd, 0xdb, 0x17, 0xa3, 0x77, 0xfe, 0x64, 0x12, 0x56, 0xdb, 0xa2, 0xba, 0x7b, 0x25, 0xba, 0xa7, 0x4f, 0xa4, 0xba, 0xa2, 0xaa, 0x2e, 0x9f, 0x69, 0xe4, 0xf5, 0x40, 0x61, 0x89, 0x4a, 0x58, 0xa2, 0x12, 0x96, 0xa8, 0x0a, 0x8e, 0x4a, 0x58, 0xa2, 0x12, 0x96, 0xa8, 0x84, 0x25, 0xaa, 0xc2, 0xa3, 0x12, 0x96, 0xa8, 0x84, 0x25, 0x2a, 0x61, 0x89, 0xaa, 0xf0, 0xa8, 0x8a, 0x0d, 0x4b, 0x54, 0xc2, 0x12, 0x95, 0xb0, 0x44, 0x25, 0xaa, 0x02, 0xc3, 0x12, 0x95, 0xb0, 0x44, 0x25, 0x2c, 0x51, 0x89, 0xaa, 0xc0, 0xb0, 0x44, 0x25, 0x2c, 0x51, 0x09, 0x4b, 0x54, 0xa2, 0x2a, 0x30, 0x2c, 0x51, 0x09, 0x4b, 0x54, 0xc2, 0x12, 0x95, 0xa8, 0x0a, 0x0c, 0x4b, 0x54, 0xc2, 0x12, 0x95, 0xb0, 0x44, 0x25, 0xaa, 0x02, 0xc3, 0x12, 0x95, 0xb0, 0xda, 0x11, 0x55, 0x4a, 0xa2, 0x3a, 0x82, 0x46, 0x9d, 0x31, 0x4a, 0xc3, 0x7e, 0x44, 0xd5, 0x89, 0xc1, 0xe6, 0xc6, 0xd2, 0x37, 0x55, 0x1a, 0xf6, 0x23, 0x8e, 0x75, 0xa3, 0x7f, 0xeb, 0x42, 0x54, 0x97, 0xd6, 0x44, 0xd5, 0x26, 0x8b, 0x4f, 0xe3, 0x5a, 0x0f, 0x90, 0x2d, 0xbe, 0x7c, 0x1f, 0xf9, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x7f, 0xee, 0x27, 0x76, 0x04, 0x07, 0xc6, 0x48, 0xf9, 0x43, 0x8f, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; static const int forward_png_len = 716; static const unsigned char index_html[] = { 0x3c, 0x21, 0x44, 0x4f, 0x43, 0x54, 0x59, 0x50, 0x45, 0x20, 0x68, 0x74, 0x6d, 0x6c, 0x20, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x43, 0x20, 0x22, 0x2d, 0x2f, 0x2f, 0x57, 0x33, 0x43, 0x2f, 0x2f, 0x44, 0x54, 0x44, 0x20, 0x58, 0x48, 0x54, 0x4d, 0x4c, 0x20, 0x31, 0x2e, 0x30, 0x20, 0x53, 0x74, 0x72, 0x69, 0x63, 0x74, 0x2f, 0x2f, 0x45, 0x4e, 0x22, 0x20, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x77, 0x33, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x54, 0x52, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x31, 0x2f, 0x44, 0x54, 0x44, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x31, 0x2d, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x2e, 0x64, 0x74, 0x64, 0x22, 0x3e, 0x0a, 0x3c, 0x68, 0x74, 0x6d, 0x6c, 0x20, 0x78, 0x6d, 0x6c, 0x6e, 0x73, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x77, 0x33, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x31, 0x39, 0x39, 0x39, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x3e, 0x0a, 0x3c, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 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, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3e, 0x53, 0x54, 0x4d, 0x33, 0x32, 0x46, 0x34, 0x20, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x3c, 0x2f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6d, 0x65, 0x74, 0x61, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x73, 0x22, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3d, 0x22, 0x22, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6d, 0x65, 0x74, 0x61, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3d, 0x22, 0x22, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x69, 0x63, 0x6f, 0x6e, 0x22, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x66, 0x61, 0x76, 0x69, 0x63, 0x6f, 0x6e, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x66, 0x6f, 0x6e, 0x74, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x73, 0x73, 0x3f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x3d, 0x4f, 0x70, 0x65, 0x6e, 0x2b, 0x53, 0x61, 0x6e, 0x73, 0x3a, 0x34, 0x30, 0x30, 0x2c, 0x33, 0x30, 0x30, 0x2c, 0x36, 0x30, 0x30, 0x2c, 0x37, 0x30, 0x30, 0x2c, 0x38, 0x30, 0x30, 0x7c, 0x4f, 0x70, 0x65, 0x6e, 0x2b, 0x53, 0x61, 0x6e, 0x73, 0x2b, 0x43, 0x6f, 0x6e, 0x64, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x3a, 0x33, 0x30, 0x30, 0x2c, 0x37, 0x30, 0x30, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x73, 0x68, 0x65, 0x65, 0x74, 0x22, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x5f, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x2e, 0x63, 0x73, 0x73, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x73, 0x68, 0x65, 0x65, 0x74, 0x22, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x63, 0x73, 0x73, 0x22, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x6a, 0x61, 0x76, 0x61, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6a, 0x73, 0x22, 0x3e, 0x3c, 0x2f, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x3e, 0x0a, 0x3c, 0x2f, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0a, 0x3c, 0x62, 0x6f, 0x64, 0x79, 0x20, 0x6f, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x3d, 0x22, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x28, 0x29, 0x3b, 0x67, 0x65, 0x74, 0x49, 0x70, 0x28, 0x29, 0x3b, 0x22, 0x3e, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x6f, 0x67, 0x6f, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x68, 0x31, 0x3e, 0x3c, 0x69, 0x6d, 0x67, 0x20, 0x61, 0x6c, 0x74, 0x3d, 0x22, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x2f, 0x22, 0x3e, 0x50, 0x69, 0x63, 0x6f, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x54, 0x43, 0x50, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x68, 0x31, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x20, 0x79, 0x6f, 0x75, 0x72, 0x20, 0x65, 0x6d, 0x62, 0x65, 0x64, 0x64, 0x65, 0x64, 0x20, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6d, 0x65, 0x6e, 0x75, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x75, 0x6c, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x50, 0x69, 0x63, 0x6f, 0x54, 0x43, 0x50, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x22, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x73, 0x74, 0x6d, 0x33, 0x32, 0x66, 0x34, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x53, 0x54, 0x4d, 0x33, 0x32, 0x46, 0x34, 0x20, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x75, 0x6c, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x3e, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x61, 0x72, 0x72, 0x6f, 0x77, 0x2d, 0x64, 0x6f, 0x77, 0x6e, 0x22, 0x3e, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x69, 0x6d, 0x67, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x53, 0x54, 0x4d, 0x33, 0x32, 0x46, 0x34, 0x2e, 0x6a, 0x70, 0x67, 0x22, 0x20, 0x61, 0x6c, 0x74, 0x3d, 0x22, 0x53, 0x54, 0x4d, 0x33, 0x32, 0x46, 0x34, 0x20, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x20, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x22, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x74, 0x77, 0x6f, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6d, 0x79, 0x5f, 0x69, 0x70, 0x22, 0x3e, 0x49, 0x50, 0x3a, 0x20, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x69, 0x70, 0x22, 0x3e, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x75, 0x70, 0x74, 0x69, 0x6d, 0x65, 0x22, 0x3e, 0x75, 0x70, 0x74, 0x69, 0x6d, 0x65, 0x3a, 0x20, 0x30, 0x20, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x65, 0x64, 0x31, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x3e, 0x4c, 0x45, 0x44, 0x20, 0x34, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x65, 0x64, 0x32, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x3e, 0x4c, 0x45, 0x44, 0x20, 0x36, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x65, 0x64, 0x33, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x3e, 0x4c, 0x45, 0x44, 0x20, 0x33, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x65, 0x64, 0x34, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x3e, 0x4c, 0x45, 0x44, 0x20, 0x35, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x22, 0x20, 0x6f, 0x6e, 0x63, 0x6c, 0x69, 0x63, 0x6b, 0x3d, 0x22, 0x74, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x5f, 0x6c, 0x65, 0x64, 0x31, 0x28, 0x29, 0x22, 0x3e, 0x54, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x20, 0x4c, 0x45, 0x44, 0x20, 0x31, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x74, 0x77, 0x6f, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x49, 0x20, 0x63, 0x61, 0x6e, 0x27, 0x74, 0x20, 0x64, 0x6f, 0x20, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x73, 0x2e, 0x20, 0x53, 0x6f, 0x72, 0x72, 0x79, 0x2e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x63, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x31, 0x34, 0x20, 0x54, 0x61, 0x73, 0x73, 0x20, 0x42, 0x65, 0x6c, 0x67, 0x69, 0x75, 0x6d, 0x20, 0x4e, 0x56, 0x2e, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x72, 0x69, 0x67, 0x68, 0x74, 0x73, 0x20, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x2e, 0x20, 0x7c, 0x20, 0x44, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x20, 0x62, 0x79, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x66, 0x72, 0x65, 0x65, 0x63, 0x73, 0x73, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x6e, 0x6f, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x22, 0x3e, 0x46, 0x72, 0x65, 0x65, 0x43, 0x53, 0x53, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x3c, 0x2f, 0x61, 0x3e, 0x20, 0x7c, 0x20, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x70, 0x68, 0x61, 0x6c, 0x6f, 0x78, 0x2e, 0x62, 0x65, 0x2f, 0x22, 0x3e, 0x50, 0x68, 0x61, 0x6c, 0x6f, 0x78, 0x2e, 0x62, 0x65, 0x3c, 0x2f, 0x61, 0x3e, 0x2e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x3c, 0x2f, 0x62, 0x6f, 0x64, 0x79, 0x3e, 0x0a, 0x3c, 0x2f, 0x68, 0x74, 0x6d, 0x6c, 0x3e, 0x0a, }; static const int index_html_len = 2327; static const unsigned char picotcp_html[] = { 0x3c, 0x21, 0x44, 0x4f, 0x43, 0x54, 0x59, 0x50, 0x45, 0x20, 0x68, 0x74, 0x6d, 0x6c, 0x20, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x43, 0x20, 0x22, 0x2d, 0x2f, 0x2f, 0x57, 0x33, 0x43, 0x2f, 0x2f, 0x44, 0x54, 0x44, 0x20, 0x58, 0x48, 0x54, 0x4d, 0x4c, 0x20, 0x31, 0x2e, 0x30, 0x20, 0x53, 0x74, 0x72, 0x69, 0x63, 0x74, 0x2f, 0x2f, 0x45, 0x4e, 0x22, 0x20, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x77, 0x33, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x54, 0x52, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x31, 0x2f, 0x44, 0x54, 0x44, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x31, 0x2d, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x2e, 0x64, 0x74, 0x64, 0x22, 0x3e, 0x0d, 0x0a, 0x3c, 0x68, 0x74, 0x6d, 0x6c, 0x20, 0x78, 0x6d, 0x6c, 0x6e, 0x73, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x77, 0x33, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x31, 0x39, 0x39, 0x39, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x3e, 0x0d, 0x0a, 0x3c, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 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, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3e, 0x50, 0x69, 0x63, 0x6f, 0x54, 0x43, 0x50, 0x3c, 0x2f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6d, 0x65, 0x74, 0x61, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x73, 0x22, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3d, 0x22, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6d, 0x65, 0x74, 0x61, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3d, 0x22, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x69, 0x63, 0x6f, 0x6e, 0x22, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x66, 0x61, 0x76, 0x69, 0x63, 0x6f, 0x6e, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x66, 0x6f, 0x6e, 0x74, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x73, 0x73, 0x3f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x3d, 0x4f, 0x70, 0x65, 0x6e, 0x2b, 0x53, 0x61, 0x6e, 0x73, 0x3a, 0x34, 0x30, 0x30, 0x2c, 0x33, 0x30, 0x30, 0x2c, 0x36, 0x30, 0x30, 0x2c, 0x37, 0x30, 0x30, 0x2c, 0x38, 0x30, 0x30, 0x7c, 0x4f, 0x70, 0x65, 0x6e, 0x2b, 0x53, 0x61, 0x6e, 0x73, 0x2b, 0x43, 0x6f, 0x6e, 0x64, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x3a, 0x33, 0x30, 0x30, 0x2c, 0x37, 0x30, 0x30, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x73, 0x68, 0x65, 0x65, 0x74, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x5f, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x2e, 0x63, 0x73, 0x73, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x73, 0x68, 0x65, 0x65, 0x74, 0x22, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x63, 0x73, 0x73, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0d, 0x0a, 0x3c, 0x62, 0x6f, 0x64, 0x79, 0x3e, 0x0d, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x6f, 0x67, 0x6f, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x68, 0x31, 0x3e, 0x3c, 0x69, 0x6d, 0x67, 0x20, 0x61, 0x6c, 0x74, 0x3d, 0x22, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x2f, 0x22, 0x3e, 0x50, 0x69, 0x63, 0x6f, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x54, 0x43, 0x50, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x68, 0x31, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x20, 0x79, 0x6f, 0x75, 0x72, 0x20, 0x65, 0x6d, 0x62, 0x65, 0x64, 0x64, 0x65, 0x64, 0x20, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3c, 0x2f, 0x70, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6d, 0x65, 0x6e, 0x75, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x75, 0x6c, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x22, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x50, 0x69, 0x63, 0x6f, 0x54, 0x43, 0x50, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x73, 0x74, 0x6d, 0x33, 0x32, 0x66, 0x34, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x53, 0x54, 0x4d, 0x33, 0x32, 0x46, 0x34, 0x20, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x75, 0x6c, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x3e, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x61, 0x72, 0x72, 0x6f, 0x77, 0x2d, 0x64, 0x6f, 0x77, 0x6e, 0x22, 0x3e, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x74, 0x62, 0x6f, 0x78, 0x31, 0x22, 0x3e, 0x3c, 0x69, 0x6d, 0x67, 0x20, 0x61, 0x6c, 0x74, 0x3d, 0x22, 0x77, 0x72, 0x65, 0x6e, 0x63, 0x68, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x69, 0x63, 0x6f, 0x6e, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x77, 0x72, 0x65, 0x6e, 0x63, 0x68, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x68, 0x32, 0x3e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x61, 0x72, 0x69, 0x74, 0x79, 0x3c, 0x2f, 0x68, 0x32, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x20, 0x45, 0x61, 0x63, 0x68, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x69, 0x73, 0x20, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x73, 0x65, 0x70, 0x61, 0x72, 0x61, 0x74, 0x65, 0x20, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2c, 0x20, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x20, 0x61, 0x74, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x20, 0x77, 0x68, 0x61, 0x74, 0x20, 0x6e, 0x65, 0x65, 0x64, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x62, 0x65, 0x20, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x73, 0x70, 0x65, 0x63, 0x69, 0x66, 0x69, 0x63, 0x20, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x20, 0x54, 0x68, 0x69, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x20, 0x79, 0x6f, 0x75, 0x20, 0x74, 0x6f, 0x20, 0x66, 0x72, 0x65, 0x65, 0x20, 0x75, 0x70, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x2c, 0x20, 0x77, 0x68, 0x69, 0x63, 0x68, 0x20, 0x61, 0x72, 0x65, 0x20, 0x6f, 0x66, 0x74, 0x65, 0x6e, 0x20, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x2d, 0x63, 0x72, 0x69, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x20, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x3c, 0x2f, 0x70, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x74, 0x61, 0x73, 0x73, 0x2d, 0x62, 0x65, 0x6c, 0x67, 0x69, 0x75, 0x6d, 0x2f, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x22, 0x3e, 0x4c, 0x65, 0x61, 0x72, 0x6e, 0x20, 0x4d, 0x6f, 0x72, 0x65, 0x3c, 0x2f, 0x61, 0x3e, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x74, 0x62, 0x6f, 0x78, 0x32, 0x22, 0x3e, 0x3c, 0x69, 0x6d, 0x67, 0x20, 0x61, 0x6c, 0x74, 0x3d, 0x22, 0x67, 0x65, 0x61, 0x72, 0x73, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x69, 0x63, 0x6f, 0x6e, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x67, 0x65, 0x61, 0x72, 0x73, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x68, 0x32, 0x3e, 0x43, 0x6f, 0x64, 0x65, 0x20, 0x51, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x3c, 0x2f, 0x68, 0x32, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x20, 0x45, 0x76, 0x65, 0x72, 0x79, 0x20, 0x73, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x69, 0x73, 0x20, 0x61, 0x64, 0x64, 0x65, 0x64, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x67, 0x6f, 0x65, 0x73, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x75, 0x67, 0x68, 0x20, 0x61, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x20, 0x73, 0x65, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x77, 0x6c, 0x79, 0x20, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x64, 0x20, 0x63, 0x6f, 0x64, 0x65, 0x20, 0x67, 0x65, 0x74, 0x73, 0x20, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x2d, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x74, 0x68, 0x72, 0x65, 0x65, 0x20, 0x73, 0x65, 0x70, 0x61, 0x72, 0x61, 0x74, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x71, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x20, 0x65, 0x6e, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x3a, 0x3c, 0x2f, 0x70, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x74, 0x61, 0x73, 0x73, 0x2e, 0x62, 0x65, 0x2f, 0x65, 0x6e, 0x2d, 0x67, 0x62, 0x2f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x74, 0x69, 0x73, 0x65, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x2d, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x2f, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x22, 0x3e, 0x4c, 0x65, 0x61, 0x72, 0x6e, 0x20, 0x4d, 0x6f, 0x72, 0x65, 0x3c, 0x2f, 0x61, 0x3e, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x74, 0x62, 0x6f, 0x78, 0x33, 0x22, 0x3e, 0x3c, 0x69, 0x6d, 0x67, 0x20, 0x61, 0x6c, 0x74, 0x3d, 0x22, 0x66, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x69, 0x63, 0x6f, 0x6e, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x66, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x68, 0x32, 0x3e, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x69, 0x63, 0x69, 0x74, 0x79, 0x3c, 0x2f, 0x68, 0x32, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x20, 0x54, 0x68, 0x65, 0x20, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x64, 0x20, 0x41, 0x50, 0x49, 0x27, 0x73, 0x20, 0x61, 0x72, 0x65, 0x20, 0x73, 0x6d, 0x61, 0x6c, 0x6c, 0x2c, 0x20, 0x77, 0x65, 0x6c, 0x6c, 0x20, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x65, 0x64, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x67, 0x69, 0x76, 0x65, 0x20, 0x79, 0x6f, 0x75, 0x20, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x20, 0x66, 0x61, 0x63, 0x69, 0x6c, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x62, 0x6f, 0x74, 0x68, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x20, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x73, 0x2e, 0x20, 0x54, 0x68, 0x65, 0x20, 0x6c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x20, 0x66, 0x61, 0x63, 0x69, 0x6c, 0x69, 0x74, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x75, 0x72, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x6d, 0x69, 0x6e, 0x69, 0x6d, 0x69, 0x7a, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x20, 0x6e, 0x65, 0x65, 0x64, 0x65, 0x64, 0x20, 0x74, 0x6f, 0x20, 0x63, 0x6f, 0x6d, 0x62, 0x69, 0x6e, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x65, 0x78, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x20, 0x54, 0x68, 0x65, 0x20, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x20, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x20, 0x74, 0x6f, 0x20, 0x70, 0x6f, 0x72, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x20, 0x69, 0x73, 0x20, 0x72, 0x65, 0x64, 0x75, 0x63, 0x65, 0x64, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x73, 0x65, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x6d, 0x61, 0x63, 0x72, 0x6f, 0x73, 0x20, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x20, 0x66, 0x69, 0x6c, 0x65, 0x20, 0x73, 0x70, 0x65, 0x63, 0x69, 0x66, 0x69, 0x63, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x3c, 0x2f, 0x70, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x74, 0x61, 0x73, 0x73, 0x2d, 0x62, 0x65, 0x2e, 0x76, 0x6d, 0x2e, 0x62, 0x79, 0x74, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x2e, 0x63, 0x6f, 0x2e, 0x75, 0x6b, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x64, 0x6f, 0x63, 0x2e, 0x70, 0x64, 0x66, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x22, 0x3e, 0x4c, 0x65, 0x61, 0x72, 0x6e, 0x20, 0x4d, 0x6f, 0x72, 0x65, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x63, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x31, 0x34, 0x20, 0x54, 0x61, 0x73, 0x73, 0x20, 0x42, 0x65, 0x6c, 0x67, 0x69, 0x75, 0x6d, 0x20, 0x4e, 0x56, 0x2e, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x72, 0x69, 0x67, 0x68, 0x74, 0x73, 0x20, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x2e, 0x20, 0x7c, 0x20, 0x44, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x20, 0x62, 0x79, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x66, 0x72, 0x65, 0x65, 0x63, 0x73, 0x73, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x6e, 0x6f, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x22, 0x3e, 0x46, 0x72, 0x65, 0x65, 0x43, 0x53, 0x53, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x3c, 0x2f, 0x61, 0x3e, 0x20, 0x7c, 0x20, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x70, 0x68, 0x61, 0x6c, 0x6f, 0x78, 0x2e, 0x62, 0x65, 0x2f, 0x22, 0x3e, 0x50, 0x68, 0x61, 0x6c, 0x6f, 0x78, 0x2e, 0x62, 0x65, 0x3c, 0x2f, 0x61, 0x3e, 0x2e, 0x3c, 0x2f, 0x70, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x62, 0x6f, 0x64, 0x79, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x68, 0x74, 0x6d, 0x6c, 0x3e, 0x0d, 0x0a, 0x0d, 0x0a, }; static const int picotcp_html_len = 3389; static const unsigned char picotcp_style_css[] = { 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 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, 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, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x68, 0x74, 0x6d, 0x6c, 0x2c, 0x0d, 0x0a, 0x62, 0x6f, 0x64, 0x79, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x31, 0x30, 0x30, 0x25, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x62, 0x6f, 0x64, 0x79, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x3a, 0x20, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x3a, 0x20, 0x23, 0x65, 0x39, 0x65, 0x39, 0x65, 0x39, 0x20, 0x75, 0x72, 0x6c, 0x28, 0x62, 0x67, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x70, 0x65, 0x2e, 0x70, 0x6e, 0x67, 0x29, 0x20, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x3a, 0x20, 0x27, 0x4f, 0x70, 0x65, 0x6e, 0x20, 0x53, 0x61, 0x6e, 0x73, 0x27, 0x2c, 0x20, 0x27, 0x44, 0x72, 0x6f, 0x69, 0x64, 0x20, 0x53, 0x61, 0x6e, 0x73, 0x27, 0x2c, 0x20, 0x73, 0x61, 0x6e, 0x73, 0x2d, 0x73, 0x65, 0x72, 0x69, 0x66, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x31, 0x31, 0x70, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x34, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x39, 0x36, 0x39, 0x36, 0x39, 0x36, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x68, 0x31, 0x2c, 0x0d, 0x0a, 0x68, 0x32, 0x2c, 0x0d, 0x0a, 0x68, 0x33, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x3a, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x39, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x70, 0x2c, 0x0d, 0x0a, 0x6f, 0x6c, 0x2c, 0x0d, 0x0a, 0x75, 0x6c, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x2d, 0x74, 0x6f, 0x70, 0x3a, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x6f, 0x6c, 0x2c, 0x0d, 0x0a, 0x75, 0x6c, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x2d, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x3a, 0x20, 0x6e, 0x6f, 0x6e, 0x65, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x70, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x69, 0x6e, 0x65, 0x2d, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x31, 0x38, 0x30, 0x25, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x61, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x30, 0x30, 0x30, 0x30, 0x46, 0x46, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x61, 0x3a, 0x68, 0x6f, 0x76, 0x65, 0x72, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x64, 0x65, 0x63, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x6e, 0x6f, 0x6e, 0x65, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x3a, 0x20, 0x30, 0x70, 0x78, 0x20, 0x61, 0x75, 0x74, 0x6f, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x77, 0x69, 0x64, 0x74, 0x68, 0x3a, 0x20, 0x31, 0x32, 0x30, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x20, 0x42, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x20, 0x53, 0x74, 0x79, 0x6c, 0x65, 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, 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, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x2e, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x3a, 0x20, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2d, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x3a, 0x20, 0x23, 0x46, 0x31, 0x33, 0x43, 0x39, 0x46, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2d, 0x72, 0x61, 0x64, 0x69, 0x75, 0x73, 0x3a, 0x20, 0x35, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x69, 0x6e, 0x65, 0x2d, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x34, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x20, 0x33, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x77, 0x65, 0x62, 0x6b, 0x69, 0x74, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x6d, 0x6f, 0x7a, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x6d, 0x73, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x6f, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x65, 0x74, 0x74, 0x65, 0x72, 0x2d, 0x73, 0x70, 0x61, 0x63, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x64, 0x65, 0x63, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x6e, 0x6f, 0x6e, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x20, 0x75, 0x70, 0x70, 0x65, 0x72, 0x63, 0x61, 0x73, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6f, 0x75, 0x74, 0x6c, 0x69, 0x6e, 0x65, 0x3a, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x77, 0x68, 0x69, 0x74, 0x65, 0x2d, 0x73, 0x70, 0x61, 0x63, 0x65, 0x3a, 0x20, 0x6e, 0x6f, 0x77, 0x72, 0x61, 0x70, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x39, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x31, 0x65, 0x6d, 0x20, 0x21, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6e, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x66, 0x66, 0x66, 0x20, 0x21, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6e, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x75, 0x72, 0x73, 0x6f, 0x72, 0x3a, 0x20, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2e, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x3a, 0x68, 0x6f, 0x76, 0x65, 0x72, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x3a, 0x20, 0x23, 0x31, 0x38, 0x41, 0x43, 0x44, 0x39, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x77, 0x65, 0x62, 0x6b, 0x69, 0x74, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x6d, 0x6f, 0x7a, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x6d, 0x73, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x6f, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2e, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x3a, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x3a, 0x20, 0x23, 0x30, 0x30, 0x39, 0x31, 0x42, 0x44, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x77, 0x65, 0x62, 0x6b, 0x69, 0x74, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x6d, 0x6f, 0x7a, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x6d, 0x73, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x2d, 0x6f, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x30, 0x2e, 0x32, 0x35, 0x73, 0x20, 0x65, 0x61, 0x73, 0x65, 0x2d, 0x69, 0x6e, 0x2d, 0x6f, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x20, 0x57, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73, 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, 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, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x23, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x76, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x65, 0x6d, 0x20, 0x30, 0x65, 0x6d, 0x20, 0x32, 0x65, 0x6d, 0x20, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x3a, 0x20, 0x23, 0x46, 0x46, 0x46, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x6f, 0x78, 0x2d, 0x73, 0x68, 0x61, 0x64, 0x6f, 0x77, 0x3a, 0x20, 0x30, 0x70, 0x78, 0x20, 0x30, 0x70, 0x78, 0x20, 0x31, 0x30, 0x70, 0x78, 0x20, 0x35, 0x70, 0x78, 0x20, 0x72, 0x67, 0x62, 0x61, 0x28, 0x30, 0x2c, 0x20, 0x30, 0x2c, 0x20, 0x30, 0x2c, 0x20, 0x30, 0x2e, 0x31, 0x29, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x20, 0x4c, 0x6f, 0x67, 0x6f, 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, 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, 0x20, 0x20, 0x20, 0x20, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x23, 0x6c, 0x6f, 0x67, 0x6f, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x3a, 0x20, 0x30, 0x2e, 0x35, 0x65, 0x6d, 0x20, 0x61, 0x75, 0x74, 0x6f, 0x20, 0x30, 0x2e, 0x35, 0x65, 0x6d, 0x20, 0x61, 0x75, 0x74, 0x6f, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x20, 0x75, 0x70, 0x70, 0x65, 0x72, 0x63, 0x61, 0x73, 0x65, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6c, 0x6f, 0x67, 0x6f, 0x20, 0x68, 0x31, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x32, 0x2e, 0x32, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x32, 0x39, 0x32, 0x39, 0x32, 0x39, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6c, 0x6f, 0x67, 0x6f, 0x20, 0x68, 0x31, 0x20, 0x61, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x2d, 0x6c, 0x65, 0x66, 0x74, 0x3a, 0x20, 0x30, 0x2e, 0x35, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x64, 0x65, 0x63, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x6e, 0x6f, 0x6e, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x31, 0x2e, 0x35, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x32, 0x39, 0x32, 0x39, 0x32, 0x39, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6c, 0x6f, 0x67, 0x6f, 0x20, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x45, 0x32, 0x30, 0x30, 0x37, 0x41, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6c, 0x6f, 0x67, 0x6f, 0x20, 0x2e, 0x69, 0x63, 0x6f, 0x6e, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x2d, 0x74, 0x6f, 0x70, 0x3a, 0x20, 0x30, 0x2e, 0x32, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x32, 0x65, 0x6d, 0x20, 0x21, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6e, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x45, 0x32, 0x30, 0x30, 0x37, 0x41, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6c, 0x6f, 0x67, 0x6f, 0x20, 0x70, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x3a, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x20, 0x30, 0x20, 0x30, 0x20, 0x35, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x65, 0x74, 0x74, 0x65, 0x72, 0x2d, 0x73, 0x70, 0x61, 0x63, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x2e, 0x31, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x30, 0x2e, 0x39, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x38, 0x32, 0x38, 0x32, 0x38, 0x32, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6c, 0x6f, 0x67, 0x6f, 0x20, 0x70, 0x20, 0x61, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x64, 0x65, 0x63, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x6e, 0x6f, 0x6e, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x38, 0x32, 0x38, 0x32, 0x38, 0x32, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x20, 0x4d, 0x65, 0x6e, 0x75, 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, 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, 0x20, 0x20, 0x20, 0x20, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x23, 0x6d, 0x65, 0x6e, 0x75, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x3a, 0x20, 0x23, 0x32, 0x39, 0x32, 0x39, 0x32, 0x39, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6d, 0x65, 0x6e, 0x75, 0x20, 0x75, 0x6c, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x3a, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x70, 0x78, 0x20, 0x30, 0x70, 0x78, 0x20, 0x30, 0x70, 0x78, 0x20, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x2d, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x3a, 0x20, 0x6e, 0x6f, 0x6e, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x69, 0x6e, 0x65, 0x2d, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x6e, 0x6f, 0x72, 0x6d, 0x61, 0x6c, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x61, 0x6c, 0x69, 0x67, 0x6e, 0x3a, 0x20, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6d, 0x65, 0x6e, 0x75, 0x20, 0x6c, 0x69, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x3a, 0x20, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2d, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6d, 0x65, 0x6e, 0x75, 0x20, 0x61, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x3a, 0x20, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x65, 0x6d, 0x20, 0x32, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x69, 0x6e, 0x65, 0x2d, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x36, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x65, 0x74, 0x74, 0x65, 0x72, 0x2d, 0x73, 0x70, 0x61, 0x63, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x31, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x64, 0x65, 0x63, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x6e, 0x6f, 0x6e, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x20, 0x75, 0x70, 0x70, 0x65, 0x72, 0x63, 0x61, 0x73, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x31, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x37, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x38, 0x33, 0x38, 0x33, 0x38, 0x33, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6d, 0x65, 0x6e, 0x75, 0x20, 0x2e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x61, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x3a, 0x20, 0x23, 0x45, 0x32, 0x30, 0x30, 0x37, 0x41, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x46, 0x46, 0x46, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6d, 0x65, 0x6e, 0x75, 0x20, 0x61, 0x3a, 0x68, 0x6f, 0x76, 0x65, 0x72, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x64, 0x65, 0x63, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x6e, 0x6f, 0x6e, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x46, 0x46, 0x46, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2e, 0x61, 0x72, 0x72, 0x6f, 0x77, 0x2d, 0x64, 0x6f, 0x77, 0x6e, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x3a, 0x20, 0x30, 0x20, 0x61, 0x75, 0x74, 0x6f, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x77, 0x69, 0x64, 0x74, 0x68, 0x3a, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2d, 0x74, 0x6f, 0x70, 0x3a, 0x20, 0x34, 0x30, 0x70, 0x78, 0x20, 0x73, 0x6f, 0x6c, 0x69, 0x64, 0x20, 0x23, 0x46, 0x46, 0x46, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2d, 0x6c, 0x65, 0x66, 0x74, 0x3a, 0x20, 0x35, 0x30, 0x70, 0x78, 0x20, 0x73, 0x6f, 0x6c, 0x69, 0x64, 0x20, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2d, 0x72, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x35, 0x30, 0x70, 0x78, 0x20, 0x73, 0x6f, 0x6c, 0x69, 0x64, 0x20, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x3a, 0x20, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x61, 0x6c, 0x69, 0x67, 0x6e, 0x3a, 0x20, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2d, 0x74, 0x6f, 0x70, 0x2d, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x32, 0x39, 0x32, 0x39, 0x32, 0x39, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x20, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 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, 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, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x23, 0x6c, 0x65, 0x64, 0x31, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x77, 0x68, 0x69, 0x74, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x2d, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x23, 0x30, 0x30, 0x32, 0x32, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6c, 0x65, 0x64, 0x32, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x77, 0x68, 0x69, 0x74, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x2d, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x23, 0x30, 0x30, 0x30, 0x30, 0x32, 0x32, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6c, 0x65, 0x64, 0x33, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x77, 0x68, 0x69, 0x74, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x2d, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x23, 0x32, 0x32, 0x31, 0x31, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x6c, 0x65, 0x64, 0x34, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x77, 0x68, 0x69, 0x74, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x2d, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x23, 0x32, 0x32, 0x30, 0x30, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x20, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 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, 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, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x23, 0x63, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x36, 0x65, 0x6d, 0x20, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x30, 0x2e, 0x37, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x65, 0x74, 0x74, 0x65, 0x72, 0x2d, 0x73, 0x70, 0x61, 0x63, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x2e, 0x32, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x61, 0x6c, 0x69, 0x67, 0x6e, 0x3a, 0x20, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x20, 0x75, 0x70, 0x70, 0x65, 0x72, 0x63, 0x61, 0x73, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x73, 0x68, 0x61, 0x64, 0x6f, 0x77, 0x3a, 0x20, 0x31, 0x70, 0x78, 0x20, 0x31, 0x70, 0x78, 0x20, 0x31, 0x70, 0x78, 0x20, 0x23, 0x46, 0x46, 0x46, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x36, 0x41, 0x36, 0x41, 0x36, 0x41, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x63, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0x61, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x37, 0x34, 0x37, 0x34, 0x37, 0x34, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x20, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x73, 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, 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, 0x20, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6f, 0x76, 0x65, 0x72, 0x66, 0x6c, 0x6f, 0x77, 0x3a, 0x20, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x61, 0x6c, 0x69, 0x67, 0x6e, 0x3a, 0x20, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x35, 0x32, 0x35, 0x32, 0x35, 0x32, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x68, 0x32, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x3a, 0x20, 0x31, 0x65, 0x6d, 0x20, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x20, 0x75, 0x70, 0x70, 0x65, 0x72, 0x63, 0x61, 0x73, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x31, 0x2e, 0x35, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x37, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x34, 0x35, 0x34, 0x34, 0x34, 0x35, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x2e, 0x69, 0x63, 0x6f, 0x6e, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x76, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x3a, 0x20, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x3a, 0x20, 0x30, 0x70, 0x78, 0x20, 0x61, 0x75, 0x74, 0x6f, 0x20, 0x30, 0x2e, 0x35, 0x65, 0x6d, 0x20, 0x61, 0x75, 0x74, 0x6f, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x69, 0x6e, 0x65, 0x2d, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x31, 0x35, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x34, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x3a, 0x20, 0x23, 0x46, 0x46, 0x46, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2d, 0x72, 0x61, 0x64, 0x69, 0x75, 0x73, 0x3a, 0x20, 0x31, 0x30, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x3a, 0x20, 0x36, 0x70, 0x78, 0x20, 0x73, 0x6f, 0x6c, 0x69, 0x64, 0x20, 0x23, 0x46, 0x31, 0x33, 0x43, 0x39, 0x46, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x61, 0x6c, 0x69, 0x67, 0x6e, 0x3a, 0x20, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x46, 0x31, 0x33, 0x43, 0x39, 0x46, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x23, 0x74, 0x62, 0x6f, 0x78, 0x31, 0x2c, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x23, 0x74, 0x62, 0x6f, 0x78, 0x32, 0x2c, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x23, 0x74, 0x62, 0x6f, 0x78, 0x33, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6c, 0x6f, 0x61, 0x74, 0x3a, 0x20, 0x6c, 0x65, 0x66, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x77, 0x69, 0x64, 0x74, 0x68, 0x3a, 0x20, 0x33, 0x32, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x33, 0x30, 0x70, 0x78, 0x20, 0x34, 0x30, 0x70, 0x78, 0x20, 0x32, 0x30, 0x70, 0x78, 0x20, 0x34, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x2e, 0x74, 0x77, 0x6f, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6c, 0x6f, 0x61, 0x74, 0x3a, 0x20, 0x6c, 0x65, 0x66, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x77, 0x69, 0x64, 0x74, 0x68, 0x3a, 0x20, 0x35, 0x32, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x33, 0x30, 0x70, 0x78, 0x20, 0x34, 0x30, 0x70, 0x78, 0x20, 0x32, 0x30, 0x70, 0x78, 0x20, 0x34, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x2e, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6c, 0x65, 0x74, 0x74, 0x65, 0x72, 0x2d, 0x73, 0x70, 0x61, 0x63, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x30, 0x2e, 0x31, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x61, 0x6c, 0x69, 0x67, 0x6e, 0x3a, 0x20, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x20, 0x75, 0x70, 0x70, 0x65, 0x72, 0x63, 0x61, 0x73, 0x65, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x2e, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x20, 0x68, 0x32, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x31, 0x2e, 0x36, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x39, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x3a, 0x20, 0x27, 0x4f, 0x70, 0x65, 0x6e, 0x20, 0x53, 0x61, 0x6e, 0x73, 0x27, 0x2c, 0x20, 0x73, 0x61, 0x6e, 0x73, 0x2d, 0x73, 0x65, 0x72, 0x69, 0x66, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x46, 0x31, 0x33, 0x43, 0x39, 0x46, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x2e, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x20, 0x2e, 0x62, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x2d, 0x74, 0x6f, 0x70, 0x3a, 0x20, 0x30, 0x2e, 0x35, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x30, 0x2e, 0x39, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x38, 0x35, 0x38, 0x35, 0x38, 0x35, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x3a, 0x20, 0x27, 0x4f, 0x70, 0x65, 0x6e, 0x20, 0x53, 0x61, 0x6e, 0x73, 0x27, 0x2c, 0x20, 0x27, 0x44, 0x72, 0x6f, 0x69, 0x64, 0x20, 0x53, 0x61, 0x6e, 0x73, 0x27, 0x2c, 0x20, 0x73, 0x61, 0x6e, 0x73, 0x2d, 0x73, 0x65, 0x72, 0x69, 0x66, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x20, 0x31, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x61, 0x6c, 0x69, 0x67, 0x6e, 0x3a, 0x20, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2d, 0x72, 0x61, 0x64, 0x69, 0x75, 0x73, 0x3a, 0x20, 0x35, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x31, 0x65, 0x6d, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x77, 0x69, 0x64, 0x74, 0x68, 0x3a, 0x20, 0x33, 0x30, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x32, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2e, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x77, 0x69, 0x64, 0x74, 0x68, 0x3a, 0x20, 0x31, 0x30, 0x30, 0x25, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x33, 0x30, 0x70, 0x78, 0x20, 0x30, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2d, 0x61, 0x6c, 0x69, 0x67, 0x6e, 0x3a, 0x20, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x20, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 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, 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, 0x2a, 0x2f, 0x0d, 0x0a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x0d, 0x0a, 0x2e, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x61, 0x61, 0x61, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x3a, 0x20, 0x22, 0x44, 0x72, 0x6f, 0x69, 0x64, 0x20, 0x53, 0x61, 0x6e, 0x73, 0x20, 0x4d, 0x6f, 0x6e, 0x6f, 0x22, 0x2c, 0x20, 0x22, 0x43, 0x6f, 0x75, 0x72, 0x69, 0x65, 0x72, 0x20, 0x4e, 0x65, 0x77, 0x22, 0x2c, 0x20, 0x6d, 0x6f, 0x6e, 0x6f, 0x73, 0x70, 0x61, 0x63, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x2d, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x3a, 0x20, 0x23, 0x30, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2d, 0x72, 0x61, 0x64, 0x69, 0x75, 0x73, 0x3a, 0x20, 0x31, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x3a, 0x20, 0x31, 0x30, 0x70, 0x78, 0x20, 0x32, 0x25, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2e, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x32, 0x30, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6f, 0x76, 0x65, 0x72, 0x66, 0x6c, 0x6f, 0x77, 0x3a, 0x20, 0x61, 0x75, 0x74, 0x6f, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x2e, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3a, 0x20, 0x31, 0x65, 0x6d, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x62, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x3a, 0x20, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x6f, 0x75, 0x74, 0x6c, 0x69, 0x6e, 0x65, 0x3a, 0x20, 0x6e, 0x6f, 0x6e, 0x65, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x77, 0x69, 0x64, 0x74, 0x68, 0x3a, 0x20, 0x39, 0x36, 0x25, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x23, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x6d, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x3a, 0x20, 0x32, 0x30, 0x70, 0x78, 0x20, 0x38, 0x30, 0x70, 0x78, 0x20, 0x30, 0x70, 0x78, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, }; static const int <API key> = 7595; static const unsigned char terminal_html[] = { 0x3c, 0x21, 0x44, 0x4f, 0x43, 0x54, 0x59, 0x50, 0x45, 0x20, 0x68, 0x74, 0x6d, 0x6c, 0x20, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x43, 0x20, 0x22, 0x2d, 0x2f, 0x2f, 0x57, 0x33, 0x43, 0x2f, 0x2f, 0x44, 0x54, 0x44, 0x20, 0x58, 0x48, 0x54, 0x4d, 0x4c, 0x20, 0x31, 0x2e, 0x30, 0x20, 0x53, 0x74, 0x72, 0x69, 0x63, 0x74, 0x2f, 0x2f, 0x45, 0x4e, 0x22, 0x20, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x77, 0x33, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x54, 0x52, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x31, 0x2f, 0x44, 0x54, 0x44, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x31, 0x2d, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x2e, 0x64, 0x74, 0x64, 0x22, 0x3e, 0x0d, 0x0a, 0x3c, 0x68, 0x74, 0x6d, 0x6c, 0x20, 0x78, 0x6d, 0x6c, 0x6e, 0x73, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x77, 0x33, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x31, 0x39, 0x39, 0x39, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x3e, 0x0d, 0x0a, 0x3c, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 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, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3e, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x20, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x3c, 0x2f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6d, 0x65, 0x74, 0x61, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x73, 0x22, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3d, 0x22, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6d, 0x65, 0x74, 0x61, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3d, 0x22, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x69, 0x63, 0x6f, 0x6e, 0x22, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x66, 0x61, 0x76, 0x69, 0x63, 0x6f, 0x6e, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x66, 0x6f, 0x6e, 0x74, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x73, 0x73, 0x3f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x3d, 0x4f, 0x70, 0x65, 0x6e, 0x2b, 0x53, 0x61, 0x6e, 0x73, 0x3a, 0x34, 0x30, 0x30, 0x2c, 0x33, 0x30, 0x30, 0x2c, 0x36, 0x30, 0x30, 0x2c, 0x37, 0x30, 0x30, 0x2c, 0x38, 0x30, 0x30, 0x7c, 0x4f, 0x70, 0x65, 0x6e, 0x2b, 0x53, 0x61, 0x6e, 0x73, 0x2b, 0x43, 0x6f, 0x6e, 0x64, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x3a, 0x33, 0x30, 0x30, 0x2c, 0x37, 0x30, 0x30, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x73, 0x68, 0x65, 0x65, 0x74, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x5f, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x2e, 0x63, 0x73, 0x73, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x73, 0x68, 0x65, 0x65, 0x74, 0x22, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x63, 0x73, 0x73, 0x22, 0x20, 0x2f, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x6a, 0x61, 0x76, 0x61, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x2e, 0x6a, 0x73, 0x22, 0x3e, 0x3c, 0x2f, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0d, 0x0a, 0x3c, 0x62, 0x6f, 0x64, 0x79, 0x20, 0x6f, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x3d, 0x22, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x4f, 0x6e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x28, 0x29, 0x22, 0x3e, 0x0d, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x6f, 0x67, 0x6f, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x68, 0x31, 0x3e, 0x3c, 0x69, 0x6d, 0x67, 0x20, 0x61, 0x6c, 0x74, 0x3d, 0x22, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x2f, 0x22, 0x3e, 0x50, 0x69, 0x63, 0x6f, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x54, 0x43, 0x50, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x68, 0x31, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x20, 0x79, 0x6f, 0x75, 0x72, 0x20, 0x65, 0x6d, 0x62, 0x65, 0x64, 0x64, 0x65, 0x64, 0x20, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3c, 0x2f, 0x70, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6d, 0x65, 0x6e, 0x75, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x75, 0x6c, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x50, 0x69, 0x63, 0x6f, 0x54, 0x43, 0x50, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x73, 0x74, 0x6d, 0x33, 0x32, 0x66, 0x34, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x53, 0x54, 0x4d, 0x33, 0x32, 0x46, 0x34, 0x20, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x22, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x75, 0x6c, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x3e, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x61, 0x72, 0x72, 0x6f, 0x77, 0x2d, 0x64, 0x6f, 0x77, 0x6e, 0x22, 0x3e, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x20, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x22, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x6f, 0x75, 0x74, 0x22, 0x3e, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x3c, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x74, 0x65, 0x78, 0x74, 0x22, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x69, 0x6e, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x20, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x22, 0x20, 0x2f, 0x3e, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x63, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x22, 0x3e, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x31, 0x34, 0x20, 0x54, 0x61, 0x73, 0x73, 0x20, 0x42, 0x65, 0x6c, 0x67, 0x69, 0x75, 0x6d, 0x20, 0x4e, 0x56, 0x2e, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x72, 0x69, 0x67, 0x68, 0x74, 0x73, 0x20, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x2e, 0x20, 0x7c, 0x20, 0x44, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x20, 0x62, 0x79, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x66, 0x72, 0x65, 0x65, 0x63, 0x73, 0x73, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x6e, 0x6f, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x22, 0x3e, 0x46, 0x72, 0x65, 0x65, 0x43, 0x53, 0x53, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x3c, 0x2f, 0x61, 0x3e, 0x20, 0x7c, 0x20, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x70, 0x68, 0x61, 0x6c, 0x6f, 0x78, 0x2e, 0x62, 0x65, 0x2f, 0x22, 0x3e, 0x50, 0x68, 0x61, 0x6c, 0x6f, 0x78, 0x2e, 0x62, 0x65, 0x3c, 0x2f, 0x61, 0x3e, 0x2e, 0x3c, 0x2f, 0x70, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x62, 0x6f, 0x64, 0x79, 0x3e, 0x0d, 0x0a, 0x3c, 0x2f, 0x68, 0x74, 0x6d, 0x6c, 0x3e, 0x0d, 0x0a, 0x0d, 0x0a, }; static const int terminal_html_len = 1848; static const unsigned char terminal_js[] = { 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x4f, 0x6e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x28, 0x29, 0x0d, 0x0a, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x20, 0x3d, 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, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x69, 0x6e, 0x22, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x20, 0x3d, 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, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x6f, 0x75, 0x74, 0x22, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x2e, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x28, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x2e, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x3d, 0x20, 0x22, 0x3e, 0x20, 0x22, 0x3b, 0x0d, 0x0a, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x2e, 0x61, 0x64, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x28, 0x22, 0x6b, 0x65, 0x79, 0x64, 0x6f, 0x77, 0x6e, 0x22, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x65, 0x29, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x21, 0x65, 0x29, 0x20, 0x7b, 0x20, 0x76, 0x61, 0x72, 0x20, 0x65, 0x20, 0x3d, 0x20, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3b, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x65, 0x2e, 0x6b, 0x65, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x20, 0x3d, 0x3d, 0x20, 0x31, 0x33, 0x29, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x28, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x2e, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x3d, 0x20, 0x22, 0x3e, 0x20, 0x22, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x2c, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x29, 0x3b, 0x0d, 0x0a, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x67, 0x65, 0x74, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x28, 0x29, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x0d, 0x0a, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x67, 0x65, 0x74, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x28, 0x29, 0x0d, 0x0a, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 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, 0x0d, 0x0a, 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, 0x28, 0x29, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 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, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x20, 0x3d, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x65, 0x78, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x28, 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x29, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x20, 0x3d, 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, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x6f, 0x75, 0x74, 0x22, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2e, 0x72, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x28, 0x2f, 0x5c, 0x72, 0x5c, 0x6e, 0x2f, 0x67, 0x2c, 0x20, 0x27, 0x3c, 0x62, 0x72, 0x20, 0x2f, 0x3e, 0x27, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2e, 0x72, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x28, 0x2f, 0x5c, 0x6e, 0x5c, 0x72, 0x2f, 0x67, 0x2c, 0x20, 0x27, 0x3c, 0x62, 0x72, 0x20, 0x2f, 0x3e, 0x27, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2e, 0x72, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x28, 0x2f, 0x5c, 0x6e, 0x2f, 0x67, 0x2c, 0x20, 0x27, 0x3c, 0x62, 0x72, 0x20, 0x2f, 0x3e, 0x27, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2e, 0x72, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x28, 0x2f, 0x5c, 0x72, 0x2f, 0x67, 0x2c, 0x20, 0x27, 0x3c, 0x62, 0x72, 0x20, 0x2f, 0x3e, 0x27, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2e, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x48, 0x54, 0x4d, 0x4c, 0x20, 0x3d, 0x20, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2e, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x48, 0x54, 0x4d, 0x4c, 0x20, 0x2b, 0x20, 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2e, 0x73, 0x63, 0x72, 0x6f, 0x6c, 0x6c, 0x54, 0x6f, 0x70, 0x20, 0x3d, 0x20, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2e, 0x73, 0x63, 0x72, 0x6f, 0x6c, 0x6c, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x65, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x7b, 0x67, 0x65, 0x74, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x28, 0x29, 0x7d, 0x2c, 0x20, 0x35, 0x30, 0x30, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x28, 0x22, 0x47, 0x45, 0x54, 0x22, 0x2c, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x22, 0x2c, 0x74, 0x72, 0x75, 0x65, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x20, 0x3d, 0x20, 0x32, 0x30, 0x30, 0x30, 0x30, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x6f, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x67, 0x65, 0x74, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x28, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x6f, 0x6e, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x65, 0x29, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x65, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x7b, 0x67, 0x65, 0x74, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x28, 0x29, 0x7d, 0x2c, 0x20, 0x32, 0x30, 0x30, 0x30, 0x30, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x78, 0x6d, 0x6c, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x73, 0x65, 0x6e, 0x64, 0x28, 0x29, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, 0x0d, 0x0a, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x28, 0x29, 0x0d, 0x0a, 0x7b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x20, 0x3d, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x58, 0x4d, 0x4c, 0x48, 0x74, 0x74, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x28, 0x22, 0x50, 0x4f, 0x53, 0x54, 0x22, 0x2c, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x22, 0x2c, 0x74, 0x72, 0x75, 0x65, 0x29, 0x3b, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x6a, 0x61, 0x78, 0x50, 0x6f, 0x73, 0x74, 0x2e, 0x73, 0x65, 0x6e, 0x64, 0x28, 0x22, 0x69, 0x6e, 0x3d, 0x22, 0x2b, 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, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x69, 0x6e, 0x22, 0x29, 0x2e, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2e, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x28, 0x32, 0x29, 0x20, 0x2b, 0x22, 0x5c, 0x6e, 0x22, 0x29, 0x3b, 0x0d, 0x0a, 0x7d, 0x0d, 0x0a, }; static const int terminal_js_len = 1762; static const unsigned char wrench_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x96, 0x08, 0x06, 0x00, 0x00, 0x00, 0x3c, 0x01, 0x71, 0xe2, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x13, 0x00, 0x00, 0x0b, 0x13, 0x01, 0x00, 0x9a, 0x9c, 0x18, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xde, 0x03, 0x07, 0x0a, 0x21, 0x14, 0xa5, 0x45, 0xd1, 0xde, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x00, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x47, 0x49, 0x4d, 0x50, 0x57, 0x81, 0x0e, 0x17, 0x00, 0x00, 0x06, 0x64, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0xdc, 0x59, 0x6c, 0x54, 0x65, 0x1c, 0x86, 0xf1, 0xf7, 0xcc, 0x3e, 0x2d, 0x2d, 0x94, 0x00, 0x55, 0xa0, 0x40, 0xda, 0xb8, 0x80, 0xac, 0x16, 0x04, 0x51, 0xd1, 0x0b, 0x01, 0xa3, 0x31, 0x1a, 0x11, 0x54, 0xdc, 0x62, 0x55, 0xdc, 0x82, 0x60, 0x0c, 0xc2, 0x85, 0x5b, 0xdc, 0x52, 0xa3, 0x46, 0xe3, 0x92, 0x20, 0x31, 0xc6, 0xa8, 0xd1, 0x0b, 0x05, 0x81, 0xb0, 0x68, 0x34, 0x1a, 0x4a, 0x04, 0x15, 0x0a, 0x0a, 0x28, 0x54, 0x40, 0xa5, 0x2a, 0x94, 0x42, 0x8b, 0xc0, 0x74, 0xf6, 0x33, 0x9f, 0x17, 0x48, 0x45, 0x69, 0x87, 0xe9, 0x74, 0x6a, 0x9d, 0x99, 0xe7, 0x77, 0x47, 0xa1, 0xd3, 0xc3, 0x7f, 0x9e, 0xf9, 0xce, 0x37, 0xa7, 0x99, 0x23, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x6e, 0x67, 0x31, 0x82, 0xae, 0x91, 0x68, 0x6c, 0xd9, 0x98, 0xd8, 0x7b, 0xb4, 0xd2, 0x1c, 0x89, 0xc8, 0x44, 0x6c, 0x59, 0x85, 0x6e, 0x59, 0xc5, 0x5e, 0x39, 0x06, 0x14, 0x55, 0x38, 0x4a, 0xfc, 0x3f, 0x11, 0x16, 0x52, 0x16, 0xfd, 0x64, 0xb7, 0x89, 0xad, 0xd9, 0x23, 0xfb, 0xbb, 0x06, 0x99, 0xc3, 0x91, 0xf6, 0x87, 0xde, 0xaf, 0x50, 0xce, 0x73, 0xfa, 0xca, 0x7d, 0xf1, 0x60, 0x79, 0x2e, 0x2d, 0xb7, 0x08, 0x0b, 0x6d, 0x0a, 0x2f, 0xaa, 0x35, 0x91, 0xc5, 0xdb, 0xa5, 0x96, 0x58, 0xc7, 0xbf, 0xd9, 0xeb, 0x94, 0x67, 0xda, 0x50, 0xf9, 0xef, 0x1d, 0x67, 0x11, 0x16, 0x5a, 0x57, 0xa8, 0xf0, 0x2b, 0x5f, 0xcb, 0xfc, 0x11, 0xe9, 0xfc, 0x13, 0x51, 0xec, 0x55, 0xe1, 0x2b, 0x97, 0xc9, 0x59, 0xd1, 0x3b, 0x27, 0x9e, 0x13, 0x17, 0x79, 0xa4, 0x27, 0xf8, 0xf4, 0x5a, 0x13, 0x7a, 0xb2, 0x26, 0x63, 0x8f, 0x67, 0x8e, 0x44, 0x14, 0xdf, 0xb0, 0x37, 0x67, 0xe6, 0xe3, 0x20, 0x91, 0x8e, 0x0b, 0xdc, 0xb7, 0xca, 0xc4, 0x56, 0xef, 0xca, 0xec, 0x2b, 0xfc, 0xc2, 0x32, 0x79, 0xaf, 0x1f, 0x9e, 0x33, 0x67, 0x10, 0x4e, 0x85, 0x1d, 0x8d, 0xea, 0xae, 0x15, 0xc6, 0xfe, 0xfe, 0x40, 0xe6, 0x5e, 0xd9, 0x43, 0x7a, 0xc9, 0x37, 0xe7, 0x3c, 0xb9, 0xc7, 0x0d, 0x60, 0x8f, 0x95, 0xaf, 0x5a, 0x1e, 0xfa, 0xcc, 0xc4, 0xd7, 0xfd, 0x9a, 0x99, 0xc1, 0x17, 0x79, 0xe4, 0xad, 0x1a, 0x23, 0xef, 0xf4, 0x61, 0xbc, 0x2b, 0xcc, 0xeb, 0x77, 0x7e, 0xef, 0x6e, 0x31, 0x91, 0x85, 0xb5, 0x19, 0x58, 0xa2, 0x2c, 0x79, 0xae, 0x3a, 0x4b, 0xfe, 0x07, 0xcf, 0xcf, 0xe9, 0xd9, 0xb3, 0x79, 0x4f, 0x81, 0x5d, 0x7f, 0xd8, 0x04, 0x6e, 0x59, 0xda, 0xe9, 0xc7, 0x71, 0x8e, 0x3d, 0x5d, 0xfe, 0xfb, 0xc7, 0xcb, 0x59, 0x5e, 0x92, 0xf3, 0x2f, 0x68, 0x56, 0xac, 0x54, 0x4e, 0x81, 0xf3, 0x3e, 0x35, 0xf1, 0xf5, 0xbf, 0xa5, 0xbf, 0x48, 0x0d, 0x28, 0x92, 0xef, 0xbe, 0x71, 0x72, 0x4f, 0x1a, 0x9c, 0x37, 0xf3, 0x26, 0xac, 0x53, 0xad, 0x56, 0x3f, 0x36, 0x99, 0x40, 0xd5, 0xf2, 0xf4, 0xbe, 0xd9, 0xef, 0x92, 0xf7, 0xd6, 0x51, 0xf2, 0xdd, 0x34, 0x32, 0xef, 0xe6, 0xcc, 0xe5, 0x86, 0x53, 0x88, 0x2e, 0xad, 0x4b, 0x3b, 0xaa, 0xa2, 0xf7, 0xa7, 0x3d, 0x9b, 0x8f, 0x51, 0x11, 0x56, 0x0a, 0x62, 0x5f, 0xfc, 0x9c, 0xde, 0xa9, 0xc0, 0xed, 0x94, 0xa3, 0x4f, 0xc1, 0x82, 0x7c, 0x9d, 0x1b, 0x61, 0x25, 0x11, 0xdf, 0x7e, 0xc0, 0x98, 0xa3, 0x51, 0x06, 0x41, 0x58, 0x19, 0xde, 0x5f, 0x6d, 0x3f, 0xc8, 0x10, 0x08, 0x2b, 0xf3, 0x12, 0xf5, 0x47, 0x18, 0x02, 0x61, 0x65, 0x9e, 0x69, 0x0e, 0x32, 0x04, 0xc2, 0xea, 0x82, 0xb0, 0xc2, 0x71, 0x86, 0x40, 0x58, 0x5d, 0xc0, 0xfa, 0x7f, 0x5c, 0x29, 0x08, 0xbf, 0xf5, 0xad, 0x39, 0x7a, 0xfb, 0x72, 0x13, 0xdb, 0xf0, 0xbb, 0xc9, 0x96, 0xd1, 0xf1, 0x2b, 0x9d, 0x64, 0x5d, 0xf9, 0xdd, 0xdd, 0xfa, 0xf3, 0xa3, 0x2b, 0x7e, 0x34, 0xe1, 0x45, 0x9b, 0x14, 0x79, 0x63, 0xf3, 0xb1, 0x3f, 0xa7, 0x7b, 0x4d, 0x8d, 0x15, 0xeb, 0x7f, 0x16, 0x56, 0x69, 0x61, 0xfa, 0xa7, 0xd1, 0x48, 0x5c, 0xf6, 0xce, 0xa6, 0xb4, 0x56, 0x98, 0xf8, 0xb6, 0x46, 0x13, 0xb8, 0x7d, 0xb9, 0x09, 0x55, 0x7f, 0x29, 0xd3, 0x1c, 0xfa, 0xfb, 0x78, 0x0a, 0xdc, 0x84, 0x95, 0x0b, 0x9c, 0x65, 0xc5, 0xe9, 0x7f, 0x73, 0xc4, 0x56, 0xa0, 0x6a, 0xb9, 0x82, 0x4f, 0xd5, 0x98, 0x44, 0x63, 0xcb, 0xc6, 0x94, 0xde, 0x85, 0x1e, 0x0a, 0x97, 0x07, 0x9f, 0x59, 0x6b, 0x5a, 0xee, 0x5e, 0x29, 0xbb, 0xae, 0xe9, 0xe4, 0xe3, 0xa9, 0x28, 0xc9, 0x9a, 0xd9, 0x71, 0x2a, 0x4c, 0x16, 0xd6, 0xc8, 0xd2, 0x4e, 0xee, 0xfe, 0xa5, 0xd8, 0xc7, 0xbb, 0x15, 0xfb, 0xfc, 0x97, 0xca, 0xf0, 0xa2, 0x5a, 0xe3, 0x9b, 0x55, 0xd9, 0xee, 0xa6, 0x2d, 0xb2, 0x74, 0x87, 0x09, 0xcc, 0x5c, 0xac, 0x64, 0x17, 0x64, 0x5d, 0x63, 0x4e, 0xcf, 0x9e, 0xd5, 0x9e, 0x7c, 0x92, 0x3b, 0x32, 0xfd, 0x03, 0x63, 0xf6, 0x05, 0x32, 0x33, 0xec, 0x5e, 0x3e, 0x79, 0xab, 0x46, 0xcb, 0x7b, 0xcd, 0xd0, 0xd6, 0xb9, 0xdb, 0x75, 0x4d, 0x26, 0xf4, 0xc2, 0x3a, 0xd9, 0x3f, 0x24, 0xbf, 0x18, 0x6b, 0xf5, 0x2b, 0x54, 0xf1, 0x92, 0x19, 0x16, 0x61, 0xe5, 0x88, 0xf0, 0xa2, 0x5a, 0x13, 0x79, 0x7b, 0x4b, 0x66, 0xf7, 0x1f, 0x83, 0x7a, 0xca, 0x77, 0xe7, 0xb9, 0x8a, 0x7f, 0xd7, 0xa0, 0xe8, 0x92, 0x1d, 0x52, 0xe2, 0xd4, 0x5b, 0x31, 0x6f, 0xd5, 0x68, 0xf9, 0xaa, 0xc6, 0x10, 0x56, 0xb6, 0x4b, 0x1c, 0x0c, 0x56, 0x3b, 0xfa, 0x14, 0x2c, 0x48, 0xec, 0x6f, 0x69, 0x3e, 0x7a, 0xdd, 0x87, 0x25, 0x8a, 0x27, 0xba, 0xef, 0x60, 0xdc, 0x0e, 0x15, 0x2d, 0x99, 0x91, 0x55, 0x9f, 0xa0, 0x66, 0xf3, 0xde, 0x86, 0xc0, 0x3d, 0x2b, 0x4d, 0xe4, 0x9d, 0x2d, 0xf3, 0x25, 0xc9, 0x51, 0x5a, 0xd8, 0xdb, 0x73, 0xc5, 0x19, 0xdd, 0x7a, 0x3c, 0x9e, 0xcb, 0xcf, 0x50, 0xb6, 0x7d, 0x2c, 0x9f, 0xb0, 0xda, 0x88, 0xca, 0xde, 0xda, 0xa8, 0xe8, 0xca, 0x9d, 0x4a, 0x34, 0x05, 0x67, 0x49, 0x92, 0x7f, 0xde, 0x44, 0xcb, 0xea, 0xe9, 0xed, 0x9e, 0x53, 0x4a, 0x89, 0x4f, 0xfe, 0x79, 0x13, 0xb3, 0xee, 0xcc, 0x42, 0x58, 0x6d, 0x44, 0x75, 0x6c, 0x73, 0x15, 0x57, 0x78, 0x61, 0xed, 0xeb, 0xc7, 0xff, 0xce, 0x3f, 0xff, 0x82, 0x6e, 0x39, 0x26, 0xdf, 0x9c, 0xf1, 0x59, 0x39, 0x4b, 0xc2, 0x6a, 0x2b, 0xaa, 0xbf, 0xc4, 0x56, 0xef, 0x52, 0x7c, 0xd3, 0x3e, 0x23, 0x49, 0xee, 0x49, 0x83, 0x2d, 0xef, 0xcd, 0x23, 0xff, 0xdb, 0x53, 0xe0, 0xcc, 0xe1, 0x59, 0x7b, 0xd3, 0x10, 0xc2, 0x6a, 0x27, 0xaa, 0xe3, 0x82, 0x4f, 0xd4, 0x28, 0x71, 0x28, 0x5c, 0x2e, 0x49, 0xbe, 0xbb, 0x2a, 0x2d, 0xf7, 0x7f, 0xb4, 0xdf, 0x72, 0x4f, 0x2e, 0xcf, 0xea, 0x1b, 0x85, 0x58, 0x44, 0xd5, 0x7e, 0x54, 0xc7, 0x39, 0x47, 0x95, 0xaa, 0xc7, 0x6b, 0x97, 0xb7, 0xce, 0x2a, 0xf4, 0xe2, 0x57, 0x26, 0xba, 0x78, 0x7b, 0xd7, 0xad, 0x54, 0xd7, 0x0e, 0x93, 0x7f, 0xee, 0xf8, 0xac, 0x7e, 0x6e, 0x2c, 0xa2, 0x6a, 0x4c, 0xe9, 0xdf, 0xba, 0x2e, 0x2c, 0x53, 0x61, 0xf5, 0xa5, 0xad, 0xf3, 0x8a, 0x7c, 0xb4, 0xc3, 0x84, 0x5f, 0xfe, 0x5a, 0x8a, 0x65, 0xf0, 0x32, 0x84, 0xc7, 0x29, 0xff, 0x03, 0x13, 0xe4, 0xb9, 0xf2, 0xcc, 0xac, 0x7f, 0x5e, 0x2c, 0xa2, 0x4a, 0x9d, 0x6b, 0x6c, 0x7f, 0x15, 0xbe, 0x34, 0xf5, 0xef, 0xab, 0xe6, 0xbb, 0x9b, 0x4d, 0xe8, 0xf9, 0xf5, 0xea, 0xe8, 0xe3, 0xb4, 0xf9, 0xd8, 0x13, 0xcb, 0xe4, 0x9f, 0x3b, 0x5e, 0x8e, 0xfe, 0x45, 0x39, 0xf1, 0x9c, 0x58, 0x44, 0xd5, 0xc1, 0x4d, 0xe9, 0x90, 0x5e, 0x2a, 0x78, 0xe2, 0x92, 0x7f, 0x7c, 0x9a, 0x39, 0x56, 0xb3, 0xc7, 0x44, 0xde, 0xdb, 0x2a, 0x7b, 0x5b, 0x07, 0x6f, 0x16, 0xe2, 0xb0, 0xe4, 0x3a, 0x7f, 0xa0, 0xbc, 0xd7, 0x0e, 0x93, 0x6b, 0x5c, 0x7f, 0x6e, 0x0a, 0x92, 0xaf, 0x51, 0x9d, 0x78, 0xca, 0xf2, 0xdd, 0x31, 0x46, 0xde, 0x99, 0x23, 0xfe, 0x31, 0x3f, 0xbb, 0xfe, 0xb0, 0x89, 0xd5, 0xec, 0x91, 0xbd, 0xb9, 0x41, 0xf6, 0xae, 0x66, 0x99, 0xa6, 0xd0, 0x49, 0x21, 0x59, 0x7d, 0xfc, 0x72, 0x0d, 0xef, 0x27, 0xe7, 0xc8, 0x52, 0xb9, 0x2f, 0x1a, 0x74, 0xc8, 0x51, 0xda, 0xa3, 0x77, 0x2e, 0xce, 0xd9, 0x22, 0xaa, 0x4e, 0xbc, 0xa5, 0x1e, 0xd4, 0x53, 0xde, 0xdb, 0x46, 0xcb, 0x33, 0xb9, 0xfd, 0x4b, 0x02, 0x89, 0x83, 0xc1, 0x6a, 0x45, 0xed, 0xf9, 0xb9, 0x72, 0x8a, 0x23, 0xac, 0x2e, 0x8e, 0xea, 0x44, 0xde, 0x1b, 0x47, 0xc8, 0x77, 0xcf, 0x58, 0x7e, 0xef, 0x7a, 0xe2, 0x8b, 0x8e, 0xa8, 0x3a, 0xc7, 0x3d, 0xb9, 0x9c, 0xa8, 0xf2, 0x71, 0xc5, 0xea, 0xea, 0xa8, 0x0a, 0x1e, 0xbb, 0x98, 0xa8, 0xf2, 0x2d, 0x2c, 0xa2, 0x22, 0x2c, 0xa2, 0x22, 0x2c, 0xa2, 0x22, 0xaa, 0x3c, 0x0c, 0x8b, 0xa8, 0x08, 0x2b, 0xbb, 0xa2, 0x9a, 0x52, 0xae, 0x82, 0x47, 0x89, 0x2a, 0xef, 0xc2, 0x22, 0x2a, 0xc2, 0x22, 0x2a, 0xc2, 0x22, 0x2a, 0xa2, 0xca, 0xc3, 0xb0, 0x88, 0x8a, 0xb0, 0x88, 0x8a, 0xb0, 0x88, 0x8a, 0xa8, 0x3a, 0xcf, 0x91, 0x6b, 0x51, 0x59, 0xa7, 0xf5, 0x90, 0xa3, 0x7f, 0x51, 0x7a, 0x51, 0x4d, 0xad, 0x20, 0xaa, 0x7c, 0x5c, 0xb1, 0x92, 0x46, 0x65, 0x49, 0xfe, 0x87, 0x27, 0xc9, 0x33, 0xb5, 0xc2, 0x92, 0xa4, 0xd8, 0xda, 0x7a, 0x13, 0x7c, 0xf8, 0x73, 0xc9, 0x36, 0xa9, 0x47, 0xf5, 0xc8, 0x24, 0xa2, 0xca, 0xb7, 0x15, 0x2b, 0x30, 0x7b, 0x75, 0xd2, 0x95, 0xca, 0x3d, 0xa5, 0xa2, 0x35, 0x2a, 0x49, 0x72, 0x5f, 0x34, 0xc8, 0xf2, 0x5c, 0x7d, 0x36, 0x51, 0x11, 0x56, 0xfb, 0xc2, 0x6f, 0x6e, 0x36, 0xf6, 0xe6, 0x86, 0xe4, 0xff, 0x91, 0xc1, 0x3d, 0x53, 0xfa, 0x1a, 0x51, 0x11, 0x56, 0xab, 0x54, 0xee, 0xbd, 0x19, 0xaf, 0xdd, 0x77, 0xf2, 0xd7, 0x36, 0xee, 0x25, 0x2a, 0xc2, 0x6a, 0x5b, 0xe2, 0x60, 0xb0, 0xfa, 0xc4, 0xfb, 0x70, 0xb6, 0xc7, 0xae, 0xdd, 0xa7, 0xd0, 0x73, 0xeb, 0x4c, 0xa2, 0x21, 0x60, 0x12, 0x8d, 0x2d, 0x1b, 0x43, 0xaf, 0x7e, 0x63, 0xe2, 0x35, 0xf5, 0x44, 0xd5, 0x4d, 0x72, 0xea, 0x56, 0x91, 0xd1, 0x65, 0x75, 0x8a, 0x2e, 0xab, 0x93, 0xa4, 0x4a, 0x56, 0x2a, 0x56, 0xac, 0xe4, 0x07, 0xd8, 0xa7, 0x60, 0x81, 0xd5, 0xdb, 0x9f, 0xb1, 0xc7, 0x23, 0x2a, 0xc2, 0x6a, 0xe5, 0x99, 0x36, 0x94, 0xa8, 0x08, 0x2b, 0xf3, 0x7c, 0xb7, 0x8e, 0xb2, 0x5c, 0x13, 0x06, 0x12, 0x55, 0x16, 0xc9, 0xae, 0x0b, 0xa4, 0x73, 0x3e, 0x36, 0x76, 0x1b, 0xef, 0xfe, 0x88, 0x8a, 0xb0, 0x3a, 0x1f, 0xd7, 0xec, 0xd5, 0xa7, 0xbc, 0xa6, 0x45, 0x54, 0x84, 0x95, 0x5e, 0x5c, 0xf7, 0xae, 0x32, 0xf6, 0x96, 0xfd, 0x44, 0x45, 0x58, 0x5d, 0x10, 0xd7, 0xdd, 0x2b, 0x4c, 0xb2, 0xbb, 0xbb, 0x10, 0x15, 0x61, 0xa5, 0x2d, 0xf8, 0xf8, 0x1a, 0x13, 0xfb, 0xec, 0x5f, 0x77, 0xa9, 0x76, 0x58, 0xf2, 0xdc, 0x30, 0x5c, 0x7e, 0x3e, 0xf6, 0x4e, 0x58, 0x9d, 0x61, 0xef, 0x6a, 0x36, 0xf1, 0xaf, 0x7e, 0x53, 0xe2, 0x70, 0x44, 0x8e, 0xbe, 0x05, 0x72, 0x4d, 0x2c, 0x93, 0x73, 0x60, 0x31, 0x51, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x09, 0xff, 0x8f, 0x8c, 0x23, 0x5c, 0xe6, 0x1c, 0x8d, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; static const int wrench_png_len = 1788; static const unsigned char stm32f4_html[] = { 0x3c, 0x21, 0x44, 0x4f, 0x43, 0x54, 0x59, 0x50, 0x45, 0x20, 0x68, 0x74, 0x6d, 0x6c, 0x20, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x43, 0x20, 0x22, 0x2d, 0x2f, 0x2f, 0x57, 0x33, 0x43, 0x2f, 0x2f, 0x44, 0x54, 0x44, 0x20, 0x58, 0x48, 0x54, 0x4d, 0x4c, 0x20, 0x31, 0x2e, 0x30, 0x20, 0x53, 0x74, 0x72, 0x69, 0x63, 0x74, 0x2f, 0x2f, 0x45, 0x4e, 0x22, 0x20, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x77, 0x33, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x54, 0x52, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x31, 0x2f, 0x44, 0x54, 0x44, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x31, 0x2d, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x2e, 0x64, 0x74, 0x64, 0x22, 0x3e, 0x0a, 0x3c, 0x68, 0x74, 0x6d, 0x6c, 0x20, 0x78, 0x6d, 0x6c, 0x6e, 0x73, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x77, 0x33, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x31, 0x39, 0x39, 0x39, 0x2f, 0x78, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x3e, 0x0a, 0x3c, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 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, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3e, 0x53, 0x54, 0x4d, 0x33, 0x32, 0x46, 0x34, 0x20, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x3c, 0x2f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6d, 0x65, 0x74, 0x61, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x73, 0x22, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3d, 0x22, 0x22, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6d, 0x65, 0x74, 0x61, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x22, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3d, 0x22, 0x22, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x69, 0x63, 0x6f, 0x6e, 0x22, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x66, 0x61, 0x76, 0x69, 0x63, 0x6f, 0x6e, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x66, 0x6f, 0x6e, 0x74, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x73, 0x73, 0x3f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x3d, 0x4f, 0x70, 0x65, 0x6e, 0x2b, 0x53, 0x61, 0x6e, 0x73, 0x3a, 0x34, 0x30, 0x30, 0x2c, 0x33, 0x30, 0x30, 0x2c, 0x36, 0x30, 0x30, 0x2c, 0x37, 0x30, 0x30, 0x2c, 0x38, 0x30, 0x30, 0x7c, 0x4f, 0x70, 0x65, 0x6e, 0x2b, 0x53, 0x61, 0x6e, 0x73, 0x2b, 0x43, 0x6f, 0x6e, 0x64, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x3a, 0x33, 0x30, 0x30, 0x2c, 0x37, 0x30, 0x30, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x73, 0x68, 0x65, 0x65, 0x74, 0x22, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x5f, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x2e, 0x63, 0x73, 0x73, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x73, 0x68, 0x65, 0x65, 0x74, 0x22, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x63, 0x73, 0x73, 0x22, 0x20, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x20, 0x74, 0x79, 0x70, 0x65, 0x3d, 0x22, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x6a, 0x61, 0x76, 0x61, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6a, 0x73, 0x22, 0x3e, 0x3c, 0x2f, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x3e, 0x0a, 0x3c, 0x2f, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0a, 0x3c, 0x62, 0x6f, 0x64, 0x79, 0x20, 0x6f, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x3d, 0x22, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x28, 0x29, 0x3b, 0x67, 0x65, 0x74, 0x49, 0x70, 0x28, 0x29, 0x3b, 0x22, 0x3e, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x6f, 0x67, 0x6f, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x68, 0x31, 0x3e, 0x3c, 0x69, 0x6d, 0x67, 0x20, 0x61, 0x6c, 0x74, 0x3d, 0x22, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x20, 0x2f, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x2f, 0x22, 0x3e, 0x50, 0x69, 0x63, 0x6f, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x54, 0x43, 0x50, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x68, 0x31, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x20, 0x79, 0x6f, 0x75, 0x72, 0x20, 0x65, 0x6d, 0x62, 0x65, 0x64, 0x64, 0x65, 0x64, 0x20, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6d, 0x65, 0x6e, 0x75, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x75, 0x6c, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x70, 0x69, 0x63, 0x6f, 0x74, 0x63, 0x70, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x50, 0x69, 0x63, 0x6f, 0x54, 0x43, 0x50, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x22, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x73, 0x74, 0x6d, 0x33, 0x32, 0x66, 0x34, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x53, 0x54, 0x4d, 0x33, 0x32, 0x46, 0x34, 0x20, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x6c, 0x69, 0x3e, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x22, 0x20, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x3d, 0x22, 0x22, 0x3e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x3c, 0x2f, 0x61, 0x3e, 0x3c, 0x2f, 0x6c, 0x69, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x75, 0x6c, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x3e, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x61, 0x72, 0x72, 0x6f, 0x77, 0x2d, 0x64, 0x6f, 0x77, 0x6e, 0x22, 0x3e, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x69, 0x6d, 0x67, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x53, 0x54, 0x4d, 0x33, 0x32, 0x46, 0x34, 0x2e, 0x6a, 0x70, 0x67, 0x22, 0x20, 0x61, 0x6c, 0x74, 0x3d, 0x22, 0x53, 0x54, 0x4d, 0x33, 0x32, 0x46, 0x34, 0x20, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x20, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x22, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x74, 0x68, 0x72, 0x65, 0x65, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x74, 0x77, 0x6f, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6d, 0x79, 0x5f, 0x69, 0x70, 0x22, 0x3e, 0x49, 0x50, 0x3a, 0x20, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x69, 0x70, 0x22, 0x3e, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x75, 0x70, 0x74, 0x69, 0x6d, 0x65, 0x22, 0x3e, 0x75, 0x70, 0x74, 0x69, 0x6d, 0x65, 0x3a, 0x20, 0x30, 0x20, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x09, 0x09, 0x09, 0x3c, 0x70, 0x3e, 0x3c, 0x69, 0x6d, 0x67, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x22, 0x20, 0x73, 0x72, 0x63, 0x3d, 0x22, 0x6f, 0x75, 0x74, 0x2e, 0x70, 0x6e, 0x67, 0x22, 0x2f, 0x3e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x65, 0x64, 0x31, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x3e, 0x4c, 0x45, 0x44, 0x20, 0x34, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x65, 0x64, 0x32, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x3e, 0x4c, 0x45, 0x44, 0x20, 0x36, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x26, 0x6e, 0x62, 0x73, 0x70, 0x3b, 0x26, 0x6e, 0x62, 0x73, 0x70, 0x3b, 0x26, 0x6e, 0x62, 0x73, 0x70, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x65, 0x64, 0x33, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x3e, 0x4c, 0x45, 0x44, 0x20, 0x33, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x3c, 0x73, 0x70, 0x61, 0x6e, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x6c, 0x65, 0x64, 0x34, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x3e, 0x4c, 0x45, 0x44, 0x20, 0x35, 0x3c, 0x2f, 0x73, 0x70, 0x61, 0x6e, 0x3e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x74, 0x77, 0x6f, 0x2d, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x22, 0x20, 0x6f, 0x6e, 0x63, 0x6c, 0x69, 0x63, 0x6b, 0x3d, 0x22, 0x74, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x5f, 0x6c, 0x65, 0x64, 0x31, 0x28, 0x29, 0x22, 0x3e, 0x54, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x20, 0x4c, 0x45, 0x44, 0x20, 0x34, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x20, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x22, 0x20, 0x6f, 0x6e, 0x63, 0x6c, 0x69, 0x63, 0x6b, 0x3d, 0x22, 0x74, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x5f, 0x6c, 0x65, 0x64, 0x32, 0x28, 0x29, 0x22, 0x3e, 0x54, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x20, 0x4c, 0x45, 0x44, 0x20, 0x36, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x20, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x22, 0x20, 0x6f, 0x6e, 0x63, 0x6c, 0x69, 0x63, 0x6b, 0x3d, 0x22, 0x74, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x5f, 0x6c, 0x65, 0x64, 0x33, 0x28, 0x29, 0x22, 0x3e, 0x54, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x20, 0x4c, 0x45, 0x44, 0x20, 0x33, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x20, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x3d, 0x22, 0x62, 0x75, 0x74, 0x74, 0x6f, 0x6e, 0x22, 0x20, 0x6f, 0x6e, 0x63, 0x6c, 0x69, 0x63, 0x6b, 0x3d, 0x22, 0x74, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x5f, 0x6c, 0x65, 0x64, 0x34, 0x28, 0x29, 0x22, 0x3e, 0x54, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x20, 0x4c, 0x45, 0x44, 0x20, 0x35, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x20, 0x3c, 0x62, 0x72, 0x2f, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x3c, 0x64, 0x69, 0x76, 0x20, 0x69, 0x64, 0x3d, 0x22, 0x63, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x22, 0x3e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x3c, 0x70, 0x3e, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x31, 0x34, 0x20, 0x54, 0x61, 0x73, 0x73, 0x20, 0x42, 0x65, 0x6c, 0x67, 0x69, 0x75, 0x6d, 0x20, 0x4e, 0x56, 0x2e, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x72, 0x69, 0x67, 0x68, 0x74, 0x73, 0x20, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x2e, 0x20, 0x7c, 0x20, 0x44, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x20, 0x62, 0x79, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x66, 0x72, 0x65, 0x65, 0x63, 0x73, 0x73, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x22, 0x20, 0x72, 0x65, 0x6c, 0x3d, 0x22, 0x6e, 0x6f, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x22, 0x3e, 0x46, 0x72, 0x65, 0x65, 0x43, 0x53, 0x53, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x3c, 0x2f, 0x61, 0x3e, 0x20, 0x7c, 0x20, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x3c, 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x70, 0x68, 0x61, 0x6c, 0x6f, 0x78, 0x2e, 0x62, 0x65, 0x2f, 0x22, 0x3e, 0x50, 0x68, 0x61, 0x6c, 0x6f, 0x78, 0x2e, 0x62, 0x65, 0x3c, 0x2f, 0x61, 0x3e, 0x2e, 0x3c, 0x2f, 0x70, 0x3e, 0x0a, 0x3c, 0x2f, 0x64, 0x69, 0x76, 0x3e, 0x0a, 0x3c, 0x2f, 0x62, 0x6f, 0x64, 0x79, 0x3e, 0x0a, 0x3c, 0x2f, 0x68, 0x74, 0x6d, 0x6c, 0x3e, 0x0a, }; static const int stm32f4_html_len = 2589; static const unsigned char STM32F4_jpg[] = { 0xff, 0xd8, 0xff, 0xe0, 0x00, 0x10, 0x4a, 0x46, 0x49, 0x46, 0x00, 0x01, 0x01, 0x01, 0x00, 0x48, 0x00, 0x48, 0x00, 0x00, 0xff, 0xfe, 0x00, 0x3b, 0x43, 0x52, 0x45, 0x41, 0x54, 0x4f, 0x52, 0x3a, 0x20, 0x67, 0x64, 0x2d, 0x6a, 0x70, 0x65, 0x67, 0x20, 0x76, 0x31, 0x2e, 0x30, 0x20, 0x28, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x49, 0x4a, 0x47, 0x20, 0x4a, 0x50, 0x45, 0x47, 0x20, 0x76, 0x36, 0x32, 0x29, 0x2c, 0x20, 0x71, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x20, 0x3d, 0x20, 0x39, 0x35, 0x0a, 0xff, 0xdb, 0x00, 0x43, 0x00, 0x02, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x01, 0x01, 0x01, 0x02, 0x02, 0x02, 0x02, 0x02, 0x04, 0x03, 0x02, 0x02, 0x02, 0x02, 0x05, 0x04, 0x04, 0x03, 0x04, 0x06, 0x05, 0x06, 0x06, 0x06, 0x05, 0x06, 0x06, 0x06, 0x07, 0x09, 0x08, 0x06, 0x07, 0x09, 0x07, 0x06, 0x06, 0x08, 0x0b, 0x08, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x06, 0x08, 0x0b, 0x0c, 0x0b, 0x0a, 0x0c, 0x09, 0x0a, 0x0a, 0x0a, 0xff, 0xdb, 0x00, 0x43, 0x01, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x05, 0x03, 0x03, 0x05, 0x0a, 0x07, 0x06, 0x07, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0xff, 0xc0, 0x00, 0x11, 0x08, 0x00, 0xcd, 0x01, 0x3a, 0x03, 0x01, 0x11, 0x00, 0x02, 0x11, 0x01, 0x03, 0x11, 0x01, 0xff, 0xc4, 0x00, 0x1e, 0x00, 0x00, 0x01, 0x05, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x03, 0x04, 0x05, 0x07, 0x08, 0x02, 0x01, 0x09, 0x00, 0x0a, 0xff, 0xc4, 0x00, 0x5b, 0x10, 0x00, 0x01, 0x03, 0x03, 0x03, 0x03, 0x03, 0x01, 0x05, 0x02, 0x07, 0x09, 0x0b, 0x06, 0x0f, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x11, 0x07, 0x12, 0x21, 0x00, 0x08, 0x13, 0x14, 0x22, 0x31, 0x41, 0x09, 0x15, 0x23, 0x32, 0x51, 0x16, 0x61, 0x17, 0x24, 0x42, 0x71, 0x81, 0x91, 0xd3, 0x18, 0x33, 0x35, 0x62, 0x63, 0x73, 0xa1, 0xd1, 0xd2, 0x25, 0x37, 0x52, 0x55, 0x56, 0xa2, 0xb1, 0xb3, 0xc1, 0xc3, 0xf0, 0x26, 0x34, 0x36, 0x53, 0x65, 0x84, 0x0a, 0x19, 0x27, 0x43, 0x54, 0x72, 0x76, 0x82, 0x83, 0x95, 0xa3, 0xb2, 0xb4, 0xc2, 0xc4, 0xff, 0xc4, 0x00, 0x1c, 0x01, 0x00, 0x01, 0x05, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x01, 0x02, 0x03, 0x05, 0x06, 0x00, 0x07, 0x08, 0xff, 0xc4, 0x00, 0x45, 0x11, 0x00, 0x01, 0x03, 0x03, 0x02, 0x03, 0x05, 0x06, 0x04, 0x04, 0x05, 0x04, 0x02, 0x02, 0x01, 0x05, 0x01, 0x02, 0x03, 0x11, 0x00, 0x04, 0x21, 0x05, 0x31, 0x12, 0x41, 0x51, 0x06, 0x13, 0x22, 0x61, 0x71, 0x14, 0x81, 0x91, 0xa1, 0xb1, 0xf0, 0x15, 0x32, 0xc1, 0xd1, 0x23, 0x42, 0x52, 0xe1, 0x07, 0x33, 0x34, 0x72, 0xf1, 0x16, 0x43, 0x53, 0x62, 0x24, 0x82, 0xb2, 0xc2, 0x35, 0x25, 0x83, 0x92, 0xa2, 0xd2, 0xff, 0xda, 0x00, 0x0c, 0x03, 0x01, 0x00, 0x02, 0x11, 0x03, 0x11, 0x00, 0x3f, 0x00, 0xfb, 0xf9, 0xd7, 0x57, 0x54, 0x36, 0xa1, 0xce, 0x93, 0x4a, 0xb0, 0xeb, 0x55, 0x48, 0x6f, 0x29, 0xb7, 0xa3, 0x52, 0xa4, 0x3a, 0xd3, 0x88, 0x38, 0x29, 0x52, 0x5b, 0x51, 0x04, 0x7f, 0x48, 0xea, 0x1b, 0x82, 0x52, 0xca, 0x88, 0xde, 0x0d, 0x43, 0x70, 0xa2, 0x8b, 0x75, 0xa8, 0x6e, 0x01, 0xfa, 0x56, 0x16, 0xb4, 0x75, 0xcb, 0xb8, 0xeb, 0xee, 0x45, 0x71, 0x69, 0xd5, 0x5a, 0xdc, 0x36, 0xe9, 0x8a, 0x1e, 0x14, 0x32, 0x0b, 0xa5, 0x69, 0x51, 0x50, 0x0b, 0x20, 0x2c, 0x10, 0x81, 0x8c, 0x92, 0x01, 0x56, 0x0e, 0x76, 0xf0, 0x7a, 0xc6, 0xb3, 0x79, 0x7e, 0xe4, 0xff, 0x00, 0x10, 0x8a, 0xc8, 0x5a, 0x3f, 0xa8, 0xdc, 0x85, 0x92, 0xe1, 0x1c, 0x3e, 0xf9, 0xf9, 0xed, 0xf3, 0xa8, 0xad, 0x3c, 0xee, 0x0b, 0xb8, 0x4b, 0xea, 0x2d, 0x56, 0x5c, 0x9d, 0x6a, 0xb8, 0x21, 0x0a, 0x7c, 0x52, 0xe3, 0x4b, 0x69, 0xa5, 0x3c, 0x87, 0x96, 0x12, 0xa5, 0x78, 0xc9, 0x0b, 0x05, 0x2a, 0x21, 0x24, 0x8e, 0x0f, 0x00, 0xfe, 0xe0, 0x59, 0x6f, 0x7f, 0xa8, 0x3c, 0x93, 0x2e, 0x1c, 0x0a, 0x86, 0xc6, 0xf3, 0x50, 0xbc, 0x4a, 0xc9, 0x74, 0x8e, 0x11, 0x3d, 0x7d, 0xd4, 0x95, 0x97, 0xdc, 0x47, 0x71, 0x97, 0x2d, 0x9d, 0x58, 0xbb, 0x26, 0x6b, 0x0d, 0xcb, 0x11, 0x54, 0xc4, 0x3a, 0xa6, 0x5a, 0xf0, 0xa9, 0xd6, 0xa4, 0xec, 0x4e, 0x4a, 0x7c, 0x89, 0x5f, 0xb4, 0xe0, 0xa4, 0x9c, 0x8e, 0x02, 0x81, 0x38, 0xc1, 0xc2, 0xb3, 0xa8, 0x5f, 0x38, 0xda, 0x97, 0xde, 0x1c, 0x79, 0x62, 0x9b, 0x6b, 0x7d, 0xa9, 0x3f, 0x68, 0xe3, 0xca, 0x71, 0x40, 0xa6, 0x63, 0x12, 0x0c, 0x79, 0xd2, 0x96, 0xaf, 0x70, 0x9d, 0xc5, 0x5d, 0x56, 0x1d, 0x5e, 0xf5, 0x56, 0xb3, 0x5c, 0x51, 0x8d, 0x2d, 0x2b, 0x2d, 0x36, 0x19, 0x5b, 0x8d, 0x48, 0xda, 0x90, 0xa5, 0x27, 0xc8, 0x17, 0xed, 0x23, 0x29, 0xce, 0x53, 0x80, 0x14, 0x0e, 0x7e, 0x71, 0xcd, 0x6a, 0x17, 0xee, 0xb2, 0xa7, 0x3b, 0xc3, 0x8f, 0x2a, 0x6d, 0xb5, 0xfe, 0xa3, 0x73, 0x64, 0xe3, 0xfd, 0xe9, 0x1c, 0x3e, 0x58, 0x3e, 0xff, 0x00, 0xed, 0x4d, 0xad, 0x3e, 0xe3, 0xfb, 0x90, 0xb9, 0x34, 0xf6, 0xb3, 0x7b, 0xca, 0xd6, 0x8b, 0x8a, 0x23, 0x94, 0xb1, 0x96, 0x63, 0xfa, 0x72, 0xe3, 0x52, 0x30, 0x12, 0x54, 0x3c, 0xa1, 0x7e, 0xd5, 0x27, 0x72, 0x72, 0x36, 0x9c, 0x05, 0x03, 0x9c, 0x67, 0x1c, 0x8d, 0x42, 0xfd, 0x6d, 0x29, 0x7d, 0xe1, 0xc7, 0x95, 0x47, 0x6d, 0x7d, 0xa9, 0xbd, 0x60, 0xe5, 0xc2, 0x9d, 0x50, 0x29, 0xe5, 0x18, 0x3d, 0x73, 0xe5, 0xcf, 0x14, 0xa5, 0xbf, 0xdc, 0x4f, 0x73, 0x55, 0xcd, 0x2b, 0xac, 0x6a, 0x50, 0xd6, 0x5b, 0x89, 0x94, 0xd2, 0x9d, 0x4a, 0x50, 0xdf, 0xa3, 0x2b, 0x66, 0x46, 0xe5, 0x01, 0xc3, 0xc1, 0x5e, 0xd2, 0x33, 0x92, 0x0a, 0x7e, 0x08, 0xe4, 0xf3, 0x85, 0x6f, 0x50, 0xbf, 0x5b, 0x0a, 0x77, 0xbc, 0x38, 0xf2, 0xc5, 0x2b, 0x17, 0xfa, 0xab, 0xfa, 0x6b, 0x97, 0x5d, 0xea, 0x87, 0x0f, 0x96, 0x0e, 0xdc, 0xfc, 0xb9, 0xd2, 0x0c, 0x77, 0x2b, 0xdc, 0xf4, 0x8d, 0x22, 0x7b, 0x54, 0xde, 0xd6, 0x1b, 0x82, 0x3f, 0x85, 0xf4, 0xb6, 0x21, 0xbb, 0x0c, 0xf8, 0xdc, 0x05, 0x7b, 0x37, 0x25, 0xe0, 0xa2, 0x93, 0xce, 0xe0, 0x78, 0xc6, 0x53, 0x8f, 0xaa, 0x73, 0xdf, 0x88, 0x5f, 0x7b, 0x39, 0x77, 0xbc, 0x3f, 0x7e, 0x75, 0x18, 0xd4, 0x75, 0x63, 0xa5, 0x1b, 0xc2, 0xe2, 0x84, 0x18, 0x88, 0xc1, 0xcf, 0x23, 0x5e, 0x27, 0xb9, 0x6e, 0xe7, 0xff, 0x00, 0x82, 0x17, 0x35, 0x51, 0x5a, 0xc5, 0x71, 0xa7, 0x64, 0xb0, 0xca, 0x62, 0xae, 0x06, 0x1a, 0x78, 0x15, 0x6d, 0x0a, 0x43, 0xe4, 0xed, 0x3c, 0x82, 0x0e, 0x40, 0xc1, 0x49, 0x07, 0xe5, 0x39, 0x41, 0xa8, 0xdf, 0x9b, 0x7e, 0xf7, 0xbc, 0x3f, 0x0f, 0xd6, 0xb9, 0x3a, 0x8e, 0xaa, 0xad, 0x27, 0xdb, 0x3b, 0xd5, 0x0c, 0xc4, 0x40, 0x83, 0xe6, 0x0d, 0x71, 0x2b, 0xb9, 0xce, 0xe8, 0x18, 0xd2, 0x16, 0xf5, 0x50, 0xeb, 0x3d, 0x7d, 0x01, 0x73, 0xbd, 0x38, 0x86, 0xec, 0x1c, 0x36, 0xb1, 0x92, 0x37, 0xa1, 0xe0, 0x4a, 0x54, 0x32, 0x08, 0x3c, 0x0c, 0x10, 0x47, 0xe8, 0x4f, 0x1d, 0x46, 0xff, 0x00, 0xd9, 0xfb, 0xde, 0xf0, 0xfc, 0x3f, 0x5a, 0x62, 0xf5, 0x2d, 0x59, 0x3a, 0x4f, 0xb6, 0x77, 0xaa, 0xde, 0x22, 0x3e, 0x60, 0xd7, 0x15, 0x5e, 0xe7, 0xbb, 0xa6, 0xa7, 0x69, 0x1c, 0x4d, 0x51, 0x1a, 0xcb, 0x70, 0x83, 0x26, 0xa0, 0x23, 0x08, 0x52, 0x29, 0x81, 0xb6, 0xc8, 0x29, 0x2a, 0x0e, 0x21, 0xe2, 0x4a, 0x56, 0x9e, 0x31, 0xf0, 0x0e, 0x73, 0xfa, 0x73, 0xc7, 0x51, 0xbf, 0x16, 0xe1, 0xc2, 0xe1, 0x1e, 0xa2, 0xb9, 0xcd, 0x4b, 0x57, 0x46, 0x94, 0x9b, 0xc0, 0xea, 0x84, 0x98, 0x82, 0x04, 0x7a, 0x83, 0x5c, 0xdc, 0x7d, 0xd2, 0x77, 0x4f, 0x6f, 0x69, 0x65, 0x37, 0x52, 0xd5, 0xad, 0x15, 0xd1, 0xeb, 0xe6, 0x25, 0x83, 0x0e, 0x4d, 0x2f, 0xc4, 0x13, 0xb9, 0xb5, 0x2c, 0x29, 0x2e, 0x72, 0x95, 0xa7, 0x00, 0x63, 0xe0, 0x90, 0xac, 0x8f, 0x83, 0x8e, 0x56, 0xa5, 0x7e, 0x18, 0x0e, 0x71, 0x9f, 0x85, 0x32, 0xeb, 0x54, 0xd5, 0xed, 0xb4, 0xa6, 0xef, 0x3b, 0xe3, 0xe2, 0x31, 0x04, 0x47, 0x29, 0xc1, 0xe9, 0xd3, 0xad, 0x7e, 0xbc, 0x3b, 0xa3, 0xee, 0xba, 0xd6, 0xd3, 0x9a, 0x2d, 0xfd, 0xfc, 0x30, 0xd7, 0xcf, 0xde, 0xeb, 0x08, 0x31, 0x65, 0x52, 0x92, 0xc0, 0x6f, 0x29, 0xdd, 0xb9, 0x2e, 0x12, 0x43, 0x89, 0x29, 0xc2, 0x82, 0xb8, 0xdc, 0x0e, 0x46, 0x48, 0x20, 0x73, 0x9a, 0x8e, 0xa0, 0x96, 0x52, 0xbe, 0xf3, 0x7f, 0x2a, 0x75, 0xde, 0xa7, 0xac, 0x5b, 0xe9, 0xcd, 0x5d, 0x77, 0xca, 0xf1, 0xf2, 0x29, 0x88, 0xc4, 0xef, 0xcf, 0xcb, 0xa8, 0xae, 0x6f, 0xfe, 0xe9, 0xbb, 0xa9, 0xb2, 0x2c, 0x5b, 0x7a, 0xf3, 0x3a, 0xd7, 0x5c, 0x52, 0xab, 0xa8, 0x5a, 0x8c, 0x59, 0x74, 0xbf, 0x07, 0x88, 0x24, 0x24, 0x82, 0x95, 0x1c, 0x85, 0x83, 0x9c, 0x82, 0x31, 0x91, 0x83, 0xfa, 0x81, 0xce, 0x6a, 0x3a, 0x8b, 0x6d, 0x25, 0x7d, 0xe1, 0xcf, 0x94, 0x53, 0x35, 0x2d, 0x57, 0x57, 0xb0, 0xb1, 0x66, 0xe0, 0x3c, 0x7f, 0x89, 0xc8, 0x88, 0x8f, 0xac, 0xd7, 0x9a, 0xb1, 0xdd, 0x37, 0x75, 0xfa, 0x61, 0x4a, 0xa3, 0x4f, 0x3a, 0xe3, 0x51, 0x98, 0xaa, 0xab, 0x05, 0xc5, 0x27, 0xd2, 0xb6, 0xd8, 0x46, 0x12, 0x85, 0x65, 0x24, 0x15, 0x6f, 0x41, 0x0b, 0x18, 0x3e, 0xd5, 0x64, 0x1c, 0xa4, 0x74, 0xe7, 0x75, 0x0b, 0xe6, 0x82, 0x4f, 0x79, 0xbf, 0x97, 0xa5, 0x26, 0xaf, 0xa9, 0xeb, 0x5a, 0x63, 0x2d, 0xac, 0x3f, 0xc4, 0x56, 0x3a, 0x0e, 0x80, 0xe3, 0xae, 0xfe, 0x55, 0xc6, 0xab, 0xf7, 0x5b, 0xdd, 0x7e, 0x98, 0xc3, 0xa2, 0x4a, 0x56, 0xb5, 0x57, 0xdc, 0x55, 0x61, 0x85, 0xb8, 0xa6, 0x27, 0xd1, 0x44, 0x47, 0x18, 0x29, 0xdb, 0x94, 0xe0, 0xee, 0x0a, 0xe5, 0x44, 0x70, 0x73, 0xed, 0xce, 0x30, 0xa4, 0x92, 0xaf, 0x6a, 0x37, 0xec, 0x80, 0x7b, 0xc3, 0x9f, 0x2a, 0x6e, 0xad, 0xab, 0xeb, 0x1a, 0x5a, 0x59, 0x3d, 0xf2, 0x8f, 0x78, 0x26, 0x0a, 0x60, 0x8d, 0xbe, 0x3b, 0xfd, 0xcd, 0x23, 0xaa, 0x5d, 0xdb, 0x77, 0x57, 0xa7, 0x33, 0xa9, 0x30, 0xd3, 0xae, 0x35, 0x97, 0xcd, 0x4a, 0x0a, 0x64, 0x2d, 0x12, 0x69, 0x68, 0x8c, 0xec, 0x7c, 0xa8, 0xa4, 0xa1, 0x48, 0x56, 0x72, 0xa0, 0x41, 0x49, 0xc1, 0xf9, 0x07, 0xe9, 0xc9, 0x47, 0xb5, 0x2b, 0xf6, 0x88, 0xfe, 0x26, 0xfe, 0x51, 0x4d, 0xd5, 0x35, 0x7d, 0x63, 0x4e, 0x5b, 0x49, 0xef, 0xc9, 0xe3, 0x13, 0x91, 0x04, 0x67, 0x68, 0xeb, 0x5c, 0x6a, 0x77, 0x77, 0x5d, 0xd3, 0xe9, 0xe5, 0xd1, 0x4b, 0xb7, 0x59, 0xd7, 0x7a, 0xc4, 0xa3, 0x51, 0x86, 0xcb, 0xee, 0x89, 0x14, 0x94, 0x47, 0x76, 0x39, 0x5a, 0x88, 0xd8, 0x50, 0xac, 0x82, 0xa1, 0x8f, 0xa2, 0xb1, 0xcf, 0xce, 0x39, 0xeb, 0x9e, 0xd4, 0xb5, 0x06, 0x96, 0x13, 0xde, 0x4c, 0xf9, 0x52, 0x6a, 0x9a, 0xc6, 0xad, 0xa7, 0x5d, 0xb4, 0xc0, 0x7c, 0xab, 0x8c, 0x03, 0xf9, 0x40, 0x22, 0x4c, 0x57, 0x5a, 0x95, 0xdd, 0xaf, 0x75, 0x5a, 0x7b, 0x7e, 0xc2, 0xb2, 0x9b, 0xd7, 0x8a, 0xc4, 0xb1, 0x29, 0xb6, 0x14, 0xea, 0xde, 0xa4, 0x36, 0xc3, 0xec, 0x29, 0xc5, 0x11, 0xb0, 0xb4, 0xb3, 0xca, 0x80, 0x00, 0xfe, 0x60, 0x39, 0xc1, 0x20, 0xe7, 0x0a, 0xee, 0xa3, 0x7e, 0xda, 0xc2, 0x7b, 0xc9, 0xf7, 0x66, 0x97, 0x52, 0xd5, 0xf5, 0x9d, 0x3f, 0x50, 0x45, 0xb0, 0x7c, 0xab, 0x8b, 0x87, 0xf9, 0x40, 0x22, 0x7c, 0x8f, 0xef, 0x5e, 0x5f, 0x1d, 0xde, 0xf7, 0x51, 0x65, 0xea, 0x54, 0x5d, 0x39, 0x46, 0xb7, 0xd6, 0x66, 0xad, 0xe5, 0xb2, 0x1d, 0x71, 0x34, 0x94, 0xb4, 0xf8, 0x2e, 0x2b, 0xf2, 0x06, 0x56, 0x06, 0x55, 0x8c, 0x10, 0x32, 0x33, 0x90, 0x0e, 0x08, 0x23, 0xae, 0x73, 0x52, 0xbe, 0x43, 0xa1, 0x1d, 0xe7, 0xca, 0x96, 0xfb, 0x5a, 0xd5, 0xac, 0xb5, 0x34, 0x59, 0x87, 0x8a, 0xa6, 0x33, 0xc2, 0x01, 0xcf, 0x91, 0x1b, 0xfb, 0xeb, 0xdb, 0xa3, 0xbb, 0xfe, 0xea, 0x2d, 0xcd, 0x60, 0x4e, 0x98, 0x31, 0xae, 0x55, 0x99, 0xac, 0x97, 0xda, 0x69, 0x72, 0xa3, 0xd1, 0x93, 0xe7, 0x05, 0x68, 0x0a, 0x20, 0x47, 0x50, 0x0a, 0x24, 0x67, 0xe3, 0x23, 0xe3, 0xe8, 0x78, 0xeb, 0x97, 0xa9, 0x5e, 0xa1, 0xfe, 0x0e, 0xf3, 0xe5, 0x9f, 0x85, 0x3a, 0xeb, 0x59, 0xd5, 0xad, 0xf5, 0x91, 0x64, 0x97, 0xca, 0x84, 0x81, 0x21, 0x22, 0x72, 0x27, 0xf2, 0xc4, 0xe2, 0xbf, 0x5c, 0x1d, 0xe0, 0x77, 0x57, 0x44, 0xd6, 0x63, 0xa5, 0x29, 0xd7, 0x6a, 0x9c, 0x96, 0xc3, 0xed, 0xa0, 0xcf, 0x8f, 0x45, 0x42, 0x96, 0x02, 0x9b, 0x0b, 0x2b, 0xf0, 0x81, 0x92, 0x13, 0x9e, 0x70, 0x4f, 0xb4, 0x15, 0x0c, 0x8c, 0x74, 0x87, 0x53, 0xbe, 0x4b, 0xfd, 0xd8, 0x70, 0x9f, 0x77, 0xe9, 0x48, 0xfe, 0xb1, 0xab, 0xb3, 0xad, 0x7b, 0x07, 0x7e, 0x48, 0xc6, 0x42, 0x41, 0xdc, 0x4e, 0xd1, 0xcb, 0x9f, 0x96, 0x6b, 0xb8, 0x1d, 0xd8, 0x77, 0x83, 0x53, 0xd6, 0xf5, 0x69, 0x03, 0x7a, 0xf3, 0x29, 0x21, 0xb5, 0xad, 0x3e, 0xbd, 0x54, 0xf6, 0x92, 0x57, 0xb1, 0xa2, 0xe2, 0x80, 0x42, 0xb6, 0x8d, 0xc3, 0x05, 0x3c, 0xa8, 0x24, 0x9f, 0x85, 0x11, 0xd3, 0x86, 0xa1, 0xa8, 0x17, 0xfb, 0xb0, 0xe7, 0xca, 0x9c, 0xde, 0xa9, 0xae, 0x39, 0xad, 0x9b, 0x00, 0xfe, 0x04, 0xf8, 0xa0, 0x72, 0x13, 0xb1, 0x02, 0x99, 0x51, 0x3b, 0xc0, 0xef, 0x0a, 0xe0, 0xd5, 0xb7, 0xf4, 0xb2, 0x3e, 0xb9, 0xcc, 0x4b, 0x8c, 0xb8, 0xe0, 0x12, 0x7e, 0xeb, 0x0b, 0x52, 0x82, 0x53, 0x9c, 0x78, 0xd0, 0xda, 0x8a, 0x54, 0x7e, 0x3d, 0xc4, 0x24, 0x2b, 0xe5, 0x60, 0x73, 0xd2, 0x27, 0x52, 0xd4, 0x16, 0xf1, 0x6f, 0xbc, 0xf9, 0x7d, 0xfc, 0xea, 0x06, 0x75, 0x7d, 0x75, 0xed, 0x65, 0x56, 0x01, 0xf8, 0x89, 0xcf, 0x0f, 0x41, 0xd2, 0x37, 0xf9, 0x79, 0xd7, 0x56, 0x97, 0x78, 0x1d, 0xe2, 0x5c, 0x3a, 0x8f, 0x58, 0xb0, 0xa6, 0xeb, 0x6c, 0xf8, 0x26, 0x8e, 0x99, 0x4a, 0x74, 0xae, 0x04, 0x65, 0x3e, 0xaf, 0x0a, 0xf6, 0xa9, 0x21, 0xbd, 0xc1, 0x1b, 0xfe, 0xbb, 0x43, 0x87, 0xe0, 0xed, 0x2a, 0x38, 0x05, 0x51, 0xa8, 0xea, 0x0b, 0x59, 0x4f, 0x79, 0x11, 0x3c, 0xba, 0x7d, 0xf5, 0xa7, 0xd9, 0x6a, 0xda, 0xed, 0xd6, 0xa8, 0xed, 0xa2, 0x9f, 0x29, 0xe0, 0xe2, 0xdc, 0x26, 0x70, 0x63, 0x6d, 0xa7, 0xdf, 0xe9, 0x34, 0x2f, 0x5d, 0xfb, 0x43, 0xfb, 0xba, 0xa2, 0xd6, 0x65, 0xd0, 0xd1, 0xac, 0x6f, 0xc8, 0x54, 0x49, 0x6e, 0x32, 0x5e, 0x6d, 0x96, 0x42, 0x1c, 0xd8, 0xa2, 0x9d, 0xc9, 0x25, 0x1f, 0x07, 0x19, 0xe7, 0xa8, 0x15, 0xac, 0x5f, 0xa5, 0x45, 0x3c, 0x75, 0x53, 0x71, 0xda, 0xcd, 0x69, 0x8b, 0x95, 0x32, 0x1d, 0x98, 0x24, 0x4e, 0x23, 0x1e, 0xea, 0x6a, 0x9f, 0xb4, 0x8f, 0xbb, 0xa2, 0x0e, 0xdd, 0x57, 0x93, 0x91, 0xf0, 0x7c, 0x0c, 0xff, 0x00, 0xb1, 0xd4, 0x7f, 0x8d, 0x6a, 0x20, 0xfe, 0x7a, 0x8c, 0x76, 0xc7, 0x59, 0x20, 0xf8, 0xfe, 0x9f, 0xb5, 0x24, 0xaf, 0xb4, 0xb3, 0xbb, 0xf6, 0xce, 0xd7, 0x75, 0x56, 0x4a, 0x48, 0x19, 0xc1, 0x61, 0x9e, 0x38, 0xf8, 0xfc, 0x9d, 0x2f, 0xe3, 0x3a, 0x80, 0x3f, 0x9f, 0xe5, 0x50, 0x1e, 0xda, 0xeb, 0x89, 0x30, 0xa5, 0xfd, 0x3f, 0x6a, 0x41, 0x5f, 0x69, 0xc7, 0x77, 0xf8, 0xda, 0x9d, 0x54, 0x7f, 0x39, 0xf9, 0x31, 0xd9, 0xe7, 0xf7, 0x7e, 0x4e, 0x9d, 0xf8, 0xc6, 0xa1, 0xfd, 0x74, 0xc1, 0xdb, 0x8d, 0x70, 0x98, 0xe3, 0xfa, 0x7e, 0xd5, 0xd2, 0x7e, 0xd3, 0x8e, 0xee, 0x46, 0x43, 0xba, 0xb4, 0xf2, 0x16, 0x93, 0x82, 0x95, 0x45, 0x68, 0x83, 0xfd, 0x48, 0xeb, 0xbf, 0x18, 0xd4, 0x01, 0xca, 0xea, 0x44, 0xf6, 0xdb, 0x59, 0x22, 0x0b, 0x90, 0x7d, 0x07, 0xed, 0x49, 0x8f, 0xb5, 0x0f, 0xbb, 0xd2, 0xa2, 0x96, 0xf5, 0x41, 0xe5, 0x63, 0xe3, 0xf8, 0xb3, 0x1c, 0xff, 0x00, 0xcc, 0xe9, 0x0e, 0xb5, 0xa8, 0x4f, 0xe7, 0xf9, 0x54, 0x63, 0xb6, 0xfa, 0xe1, 0x30, 0x17, 0xf4, 0xfd, 0xab, 0xb4, 0xfd, 0xa7, 0xfd, 0xe0, 0x10, 0x73, 0xa9, 0xef, 0x02, 0x0e, 0x08, 0xf4, 0x8c, 0x1c, 0x7f, 0xcc, 0xe9, 0x0e, 0xb7, 0xa8, 0x0c, 0x05, 0xfc, 0xaa, 0x44, 0xf6, 0xdb, 0x5c, 0x3b, 0xaf, 0xe9, 0xfb, 0x57, 0x49, 0xfb, 0x50, 0x3b, 0xc2, 0x5a, 0xc2, 0x51, 0xa9, 0xee, 0x64, 0x9f, 0x83, 0x16, 0x38, 0xc7, 0xf5, 0xa3, 0xae, 0xfc, 0x6b, 0x50, 0x26, 0x38, 0xe9, 0xc3, 0xb6, 0xba, 0xd9, 0x30, 0x17, 0xf4, 0xfd, 0xa9, 0xc2, 0xbe, 0xd3, 0xbe, 0xed, 0xc4, 0x44, 0x3c, 0x9d, 0x56, 0x25, 0x65, 0x44, 0x2d, 0x09, 0x84, 0xd6, 0xe1, 0xfa, 0x13, 0x96, 0xf1, 0xfd, 0x5d, 0x21, 0xd7, 0x35, 0x0e, 0x19, 0xe3, 0xf9, 0x0a, 0x95, 0x5d, 0xb5, 0xd5, 0xc3, 0x61, 0x5d, 0xe7, 0xba, 0x07, 0xed, 0x4d, 0xd7, 0xf6, 0xa0, 0x77, 0x86, 0x7d, 0xa3, 0x52, 0x9d, 0x20, 0xff, 0x00, 0x28, 0x44, 0x8e, 0x08, 0xff, 0x00, 0x99, 0xd7, 0x0d, 0x6b, 0x51, 0x52, 0x7f, 0x3d, 0x0a, 0xae, 0xdc, 0xeb, 0x60, 0xfe, 0x6f, 0xa7, 0xed, 0x4a, 0x0f, 0xb4, 0xbb, 0xbb, 0xed, 0xa1, 0x43, 0x54, 0x9f, 0x39, 0xfa, 0x88, 0xcc, 0x9f, 0xff, 0x00, 0xa7, 0x49, 0xf8, 0xce, 0xa4, 0x07, 0xe7, 0xa9, 0x87, 0x6c, 0xf5, 0xa8, 0x1f, 0xc4, 0x3f, 0x2f, 0xda, 0x97, 0x6f, 0xed, 0x28, 0xee, 0xf9, 0x2a, 0xfc, 0x5d, 0x4a, 0x95, 0xc0, 0xc9, 0x26, 0x3b, 0x38, 0x3f, 0xbb, 0xf2, 0xf5, 0xdf, 0x8c, 0x6a, 0x5c, 0x33, 0xc7, 0x53, 0x8e, 0xd8, 0x6b, 0x1b, 0x95, 0x9f, 0x97, 0xed, 0x5b, 0x0b, 0xec, 0xd6, 0xee, 0x9b, 0x55, 0x7b, 0x80, 0x6e, 0xb5, 0x4a, 0xd4, 0xba, 0xbb, 0x73, 0xd5, 0x06, 0x3a, 0x1e, 0x8e, 0xf9, 0x61, 0x28, 0x5a, 0x72, 0xad, 0xa5, 0x27, 0x68, 0x00, 0x83, 0xf3, 0xcf, 0x3c, 0x75, 0xa2, 0xd0, 0xef, 0xee, 0x6f, 0x38, 0x83, 0xa6, 0x62, 0xb7, 0x3d, 0x98, 0xd6, 0x6e, 0x35, 0x35, 0x29, 0x0e, 0x99, 0x80, 0x0c, 0xe3, 0x99, 0x23, 0x94, 0x74, 0xad, 0x59, 0x93, 0xff, 0x00, 0x81, 0xd6, 0x82, 0xb5, 0xf4, 0xa7, 0x5d, 0x5d, 0x43, 0xba, 0xb4, 0xe7, 0x8f, 0x4b, 0xee, 0x35, 0x28, 0xe0, 0x0a, 0x14, 0xbf, 0xfa, 0x95, 0x75, 0x05, 0xcf, 0xf9, 0x0a, 0xf4, 0x3f, 0x4a, 0x1e, 0xea, 0x7d, 0x99, 0x7e, 0x87, 0xe9, 0x5f, 0x39, 0x2d, 0x7b, 0xe5, 0x8b, 0x62, 0x4d, 0x5d, 0x2e, 0x44, 0x7d, 0xdf, 0x5f, 0x11, 0x2c, 0xe5, 0xb8, 0x28, 0x77, 0x28, 0x01, 0x41, 0x4d, 0x82, 0xa2, 0x36, 0x15, 0x12, 0x9f, 0x70, 0xc8, 0xc0, 0xe4, 0x1e, 0x3a, 0xc1, 0xf7, 0xa1, 0x07, 0xd4, 0x56, 0x32, 0xde, 0xe8, 0x5b, 0x95, 0xc8, 0x3e, 0x20, 0x06, 0xd3, 0xb7, 0x2f, 0xef, 0x5e, 0xd8, 0x70, 0x62, 0x5a, 0xf6, 0x8d, 0x69, 0x73, 0x2a, 0x88, 0x8c, 0xa9, 0xf0, 0xd0, 0x63, 0xb6, 0x92, 0xf9, 0x52, 0xf7, 0x34, 0xeb, 0x65, 0x3b, 0x51, 0xb4, 0x6e, 0x0a, 0x5f, 0xc9, 0xe4, 0x24, 0x9f, 0x90, 0x48, 0x2e, 0x69, 0x09, 0x65, 0xa2, 0x49, 0x89, 0xfd, 0xab, 0xac, 0xd9, 0x45, 0xb5, 0xab, 0x92, 0x63, 0x88, 0x63, 0x7e, 0x87, 0xa4, 0x73, 0xa8, 0x9b, 0x5a, 0x44, 0x78, 0x7a, 0x4f, 0x57, 0xa5, 0xc8, 0x96, 0x88, 0xb2, 0x9e, 0x54, 0x8d, 0xd1, 0xde, 0x7d, 0xf4, 0xb8, 0xe0, 0x28, 0x6b, 0x66, 0xc4, 0x20, 0x6d, 0x39, 0x29, 0x50, 0x24, 0x91, 0x9f, 0x85, 0x64, 0x63, 0xa8, 0x19, 0xf0, 0xdb, 0x28, 0x6d, 0xbf, 0x5a, 0x0a, 0xdb, 0xc1, 0xa5, 0x38, 0x83, 0x85, 0x19, 0xc1, 0x99, 0x38, 0x1b, 0x01, 0xf7, 0xd6, 0x92, 0xb7, 0x1d, 0x55, 0x17, 0x47, 0xea, 0x54, 0x53, 0x31, 0x02, 0x54, 0xf5, 0x3c, 0xa4, 0xc7, 0x2f, 0xc8, 0x2e, 0x04, 0x90, 0xc8, 0x18, 0x43, 0x68, 0x28, 0x49, 0x38, 0x50, 0x3b, 0x94, 0x37, 0x63, 0x04, 0x1d, 0xa3, 0x0a, 0xda, 0x4a, 0x2d, 0x48, 0xe6, 0x67, 0xaf, 0xe9, 0xfa, 0xd2, 0x30, 0x85, 0xb1, 0xa4, 0x2d, 0xb3, 0xf9, 0x95, 0x38, 0xcc, 0xf2, 0xe4, 0x01, 0xfa, 0x8a, 0x85, 0xb7, 0xaf, 0xd7, 0xad, 0x9d, 0x32, 0xac, 0x58, 0x32, 0xec, 0xc9, 0x92, 0x1f, 0xa9, 0xb8, 0xa2, 0xc5, 0x43, 0xd5, 0xad, 0x09, 0x64, 0x28, 0x20, 0x1f, 0xc3, 0xda, 0x73, 0x9f, 0x1a, 0x79, 0x0a, 0x4e, 0x78, 0x0a, 0xc8, 0x00, 0x75, 0x0b, 0x6e, 0xa9, 0xb6, 0x14, 0x82, 0x9d, 0xf9, 0xd0, 0x0c, 0x5e, 0x39, 0x6f, 0xa6, 0xb9, 0x6a, 0xa6, 0x89, 0x2a, 0x9c, 0xe7, 0xe9, 0x1e, 0x5e, 0xfe, 0x74, 0xe6, 0x87, 0x74, 0xd3, 0xa3, 0xe8, 0x2d, 0x46, 0xcf, 0x55, 0xc2, 0xeb, 0x33, 0xa4, 0x48, 0x51, 0x14, 0x90, 0xcc, 0xc5, 0x17, 0xce, 0xf6, 0x94, 0x14, 0x76, 0xba, 0x96, 0x12, 0x00, 0x46, 0x37, 0x29, 0x0b, 0x57, 0xd3, 0x03, 0xf3, 0x07, 0xb6, 0xe0, 0x16, 0x85, 0x13, 0x93, 0xcb, 0x3f, 0xf1, 0x52, 0x32, 0xf2, 0x06, 0x88, 0xa6, 0x64, 0xf1, 0x19, 0xf0, 0xc2, 0xba, 0x8f, 0x76, 0xdd, 0x66, 0x91, 0x9b, 0x71, 0xb4, 0xee, 0x82, 0x31, 0x69, 0xa6, 0xe0, 0x4a, 0x64, 0x37, 0xca, 0xe9, 0x05, 0x13, 0xbc, 0xa5, 0xcf, 0x52, 0xb5, 0x64, 0x0d, 0xde, 0x9c, 0x0d, 0x8a, 0x07, 0x38, 0xcf, 0xd3, 0x19, 0xe7, 0xa4, 0x2e, 0x01, 0x66, 0x11, 0x3e, 0xec, 0xf5, 0xf8, 0x53, 0x1c, 0x70, 0x1d, 0x04, 0x32, 0x0f, 0x88, 0x7f, 0x2c, 0x2a, 0x7f, 0x31, 0xff, 0x00, 0xeb, 0xb5, 0x37, 0xac, 0xdd, 0xcd, 0x3b, 0xa1, 0x34, 0xfb, 0x26, 0x3d, 0x71, 0x25, 0xf4, 0x1d, 0xee, 0xd3, 0x07, 0xae, 0x2e, 0x07, 0x3d, 0x43, 0xc7, 0x38, 0x2a, 0xf4, 0xe3, 0xd8, 0x50, 0x78, 0x49, 0x51, 0xdd, 0xf4, 0x23, 0x25, 0x14, 0xe8, 0x16, 0x81, 0x13, 0xee, 0xcf, 0x5f, 0x85, 0x44, 0xf5, 0xc4, 0xe8, 0x48, 0xb7, 0x07, 0xc5, 0xfd, 0x30, 0xb9, 0xfc, 0xc7, 0xff, 0x00, 0xa8, 0xc5, 0x35, 0xab, 0x56, 0xa8, 0x4e, 0x68, 0x9c, 0x0b, 0x7d, 0x89, 0x5f, 0xee, 0xb8, 0x73, 0x0f, 0xc5, 0x44, 0x19, 0x3b, 0xd2, 0x94, 0xbc, 0xf2, 0xbd, 0xcb, 0x53, 0x9e, 0x2c, 0x10, 0xe2, 0x08, 0x09, 0x41, 0x27, 0x6f, 0x24, 0x14, 0x8c, 0xa2, 0xdc, 0x41, 0xb4, 0x03, 0x9f, 0xa1, 0xeb, 0xf0, 0xf9, 0x54, 0x6f, 0xbc, 0xd2, 0xb4, 0x24, 0x32, 0x9f, 0xcf, 0x89, 0x10, 0xae, 0x44, 0x9c, 0x99, 0x8e, 0x7c, 0x86, 0x6b, 0xdb, 0xd2, 0xe0, 0xb7, 0x27, 0x68, 0xd5, 0x2a, 0x87, 0x4c, 0xa9, 0xc7, 0x35, 0x24, 0xba, 0xcf, 0xac, 0x86, 0xdc, 0x49, 0xbe, 0x7f, 0x62, 0x56, 0x9d, 0xca, 0x52, 0xdc, 0xf0, 0x63, 0x90, 0x30, 0x84, 0x64, 0x80, 0x83, 0x9f, 0x90, 0x11, 0xc7, 0x10, 0xab, 0x60, 0x91, 0xbf, 0x3c, 0x1f, 0xf8, 0xa4, 0xd4, 0x1d, 0x65, 0xcd, 0x11, 0xb6, 0x90, 0x7c, 0x78, 0x91, 0xc2, 0xa9, 0xc4, 0xef, 0x9e, 0x1f, 0x80, 0xcd, 0x30, 0xbe, 0xab, 0x94, 0x89, 0x9a, 0x79, 0x4d, 0xb7, 0xa8, 0xae, 0xa5, 0x72, 0x50, 0x62, 0xb9, 0x31, 0x0c, 0xc1, 0x92, 0x95, 0x29, 0x68, 0x8e, 0x50, 0xad, 0xea, 0x71, 0xd2, 0xd9, 0x29, 0x27, 0x6f, 0xb1, 0xb1, 0x9f, 0x9c, 0x8e, 0x72, 0xd7, 0x16, 0x92, 0xd0, 0x48, 0xdf, 0x1c, 0x8f, 0xfc, 0x7c, 0xa8, 0x7d, 0x45, 0xd4, 0xaf, 0x4b, 0x6d, 0x96, 0xb2, 0xa1, 0xc3, 0x3e, 0x15, 0x6e, 0x04, 0x6e, 0x4c, 0x6f, 0xc8, 0x0a, 0x69, 0x79, 0x6a, 0x94, 0xeb, 0xd2, 0xc9, 0xa4, 0xd9, 0x62, 0xd2, 0x66, 0x22, 0xe9, 0xa8, 0x6c, 0x3b, 0x31, 0x92, 0xb5, 0x39, 0x24, 0xb6, 0xdf, 0x8d, 0x24, 0x83, 0xf1, 0xed, 0xc7, 0x19, 0x20, 0x1f, 0xca, 0x13, 0x92, 0x0a, 0xb8, 0xf9, 0x5b, 0x61, 0x11, 0xb5, 0x41, 0x7b, 0xaa, 0x3f, 0x7b, 0x60, 0xdd, 0xb7, 0x75, 0xc3, 0xc1, 0x19, 0xce, 0x60, 0x40, 0xf4, 0xf8, 0x9a, 0x8c, 0xb9, 0xef, 0x5a, 0x95, 0xc1, 0x6a, 0x40, 0xb6, 0xdf, 0xb6, 0xd2, 0xca, 0xe0, 0x2f, 0x26, 0x4b, 0x4e, 0x3c, 0x4b, 0xc3, 0x60, 0x48, 0xca, 0x56, 0xa5, 0x04, 0x91, 0x8c, 0xfb, 0x76, 0x83, 0x93, 0xc7, 0xea, 0x8b, 0x74, 0xa9, 0xb0, 0x92, 0x28, 0x6b, 0xbb, 0xeb, 0x9b, 0xab, 0x54, 0x32, 0x5a, 0x82, 0x93, 0x33, 0x9c, 0xe2, 0x36, 0x33, 0x1e, 0xef, 0x85, 0x15, 0x6b, 0xce, 0xa5, 0xd0, 0x35, 0x2a, 0xdf, 0xb5, 0xa9, 0xb6, 0xfa, 0x24, 0xa0, 0x51, 0xe1, 0xad, 0x95, 0xa5, 0x54, 0xf4, 0xb6, 0x86, 0x10, 0x50, 0xd6, 0x13, 0x86, 0xd2, 0x02, 0x97, 0xb9, 0x2b, 0x2a, 0x50, 0x18, 0x39, 0x07, 0xe4, 0xab, 0xa9, 0xdf, 0x79, 0x0f, 0x25, 0x00, 0x72, 0xf2, 0xf4, 0xab, 0x3e, 0xd0, 0xdf, 0xb3, 0xa9, 0x31, 0x6e, 0x86, 0x41, 0xf0, 0x08, 0x3e, 0x1d, 0xb0, 0x31, 0xb6, 0xf2, 0x3d, 0x28, 0x6b, 0x55, 0x75, 0x5e, 0xbb, 0xa9, 0xf3, 0xe9, 0xf2, 0x25, 0x50, 0xdd, 0x8e, 0x9a, 0x6e, 0xf4, 0xb0, 0x95, 0xd4, 0x25, 0x48, 0x24, 0x15, 0x03, 0xf2, 0xf2, 0xd5, 0xb7, 0xe0, 0x7e, 0x50, 0x9c, 0xfd, 0x47, 0xc6, 0x18, 0xfb, 0xca, 0x7a, 0x0f, 0x4f, 0x5a, 0xa8, 0xd5, 0x75, 0x7b, 0xad, 0x49, 0xf6, 0xd4, 0x5b, 0x23, 0x83, 0x6c, 0xa8, 0xf4, 0xeb, 0xb6, 0xdc, 0xa2, 0x91, 0xd4, 0xcd, 0x48, 0x91, 0x7e, 0xd5, 0xe3, 0xd5, 0x63, 0xd9, 0x89, 0xa6, 0xa2, 0x2b, 0xce, 0x3d, 0xe1, 0x4a, 0xdc, 0x77, 0xca, 0xe3, 0x8a, 0x0b, 0x5a, 0x96, 0x55, 0xf2, 0x4a, 0xf7, 0x1f, 0x8f, 0x82, 0x01, 0xce, 0x33, 0xd2, 0x3c, 0xef, 0x78, 0xa1, 0x88, 0xf8, 0xd2, 0x6a, 0x9a, 0x93, 0xba, 0x83, 0xe8, 0x70, 0x31, 0xc1, 0xc3, 0x27, 0x99, 0x92, 0x4c, 0x99, 0x9f, 0x3a, 0xf6, 0xfa, 0xd5, 0x89, 0x77, 0xbd, 0xdf, 0x47, 0xbd, 0x66, 0xda, 0xf2, 0x16, 0xaa, 0x68, 0x6f, 0xd5, 0x46, 0x9b, 0x50, 0x72, 0x4b, 0x6f, 0x94, 0xbc, 0xa7, 0x36, 0x27, 0x78, 0xcb, 0x4d, 0x60, 0x84, 0x06, 0xf2, 0x70, 0x07, 0xc9, 0xcf, 0x5c, 0xe3, 0xfc, 0x6b, 0x4a, 0xa3, 0x6f, 0xde, 0x69, 0xd7, 0xda, 0xb3, 0xb7, 0xd7, 0x8c, 0xdc, 0x16, 0x8c, 0xa2, 0x24, 0x12, 0x48, 0x30, 0x66, 0x04, 0x8c, 0x0e, 0x40, 0x74, 0xae, 0xef, 0x6d, 0x5f, 0x76, 0xf7, 0xd4, 0xea, 0x4e, 0xa2, 0xc8, 0xb3, 0xe4, 0x2c, 0x40, 0x54, 0x7f, 0x2c, 0x49, 0xd5, 0x25, 0xca, 0x72, 0x60, 0x69, 0xc2, 0xac, 0xb8, 0xb5, 0xa7, 0x00, 0xa8, 0x10, 0x08, 0x4a, 0x42, 0x3e, 0x48, 0x48, 0xf8, 0xe9, 0x54, 0xff, 0x00, 0x78, 0xe8, 0x5c, 0x6d, 0xea, 0x6a, 0x4b, 0xed, 0x59, 0x77, 0xfa, 0xb3, 0x57, 0xa5, 0x93, 0x09, 0x8c, 0x12, 0x4c, 0xc1, 0x9d, 0xc8, 0xc7, 0xc2, 0x3c, 0xab, 0x8b, 0xa7, 0x56, 0x55, 0x5b, 0xd5, 0xc8, 0x5a, 0xa0, 0xfd, 0xa7, 0x2d, 0xc4, 0xc3, 0x71, 0xa7, 0x1c, 0x89, 0x51, 0xab, 0x3b, 0x25, 0xd7, 0x8a, 0x09, 0x20, 0xa9, 0xe5, 0x27, 0x23, 0xe4, 0x00, 0x00, 0x00, 0x04, 0x8e, 0x3f, 0x5e, 0x5b, 0xf2, 0xf8, 0x5c, 0x6d, 0xe7, 0x4b, 0x77, 0xaa, 0x2d, 0xdd, 0x61, 0x17, 0xc5, 0x93, 0xe1, 0x8c, 0x12, 0x49, 0x31, 0xe7, 0x18, 0xf8, 0x53, 0x29, 0xba, 0x95, 0x3e, 0xab, 0xa9, 0xa8, 0xd4, 0xb9, 0xd6, 0xd4, 0xb9, 0x29, 0x53, 0x61, 0x12, 0x63, 0x39, 0x52, 0x79, 0xd7, 0x1e, 0x4f, 0x87, 0xc4, 0xb3, 0xe6, 0x73, 0x72, 0xb2, 0x41, 0x27, 0x90, 0x52, 0x0f, 0x1b, 0x76, 0xfb, 0x7a, 0x8c, 0xbc, 0x4b, 0xdc, 0x71, 0xf5, 0xfa, 0xd4, 0x2a, 0xd4, 0x9e, 0x73, 0x56, 0x17, 0xca, 0x68, 0x91, 0xcc, 0x15, 0x13, 0x38, 0x83, 0xe2, 0x39, 0xc8, 0xa4, 0x27, 0xea, 0x33, 0x32, 0x75, 0x19, 0x57, 0xba, 0x6c, 0x60, 0x88, 0x8a, 0xa7, 0x98, 0x69, 0xa3, 0x7a, 0xc7, 0xf6, 0x25, 0xaf, 0x49, 0xe9, 0x42, 0x7c, 0x80, 0x85, 0x91, 0xb7, 0x9c, 0x64, 0x67, 0xe3, 0xe0, 0xf5, 0xc5, 0xd0, 0x5e, 0xe2, 0x8c, 0x74, 0xcf, 0x48, 0xa4, 0x56, 0xa2, 0x57, 0xaa, 0x1b, 0xae, 0xe2, 0x13, 0x11, 0xc3, 0x2a, 0xdb, 0x87, 0x87, 0x7d, 0xf6, 0xa9, 0x3d, 0x37, 0xd5, 0x0a, 0x55, 0x07, 0x5d, 0xe2, 0xea, 0x65, 0x6a, 0x08, 0x87, 0x19, 0xa6, 0xd7, 0xe0, 0x6d, 0x0c, 0x29, 0xf4, 0x46, 0x5f, 0xa7, 0x2d, 0xb5, 0x84, 0xbd, 0xbc, 0xa9, 0x29, 0x3b, 0x7f, 0x55, 0x00, 0x32, 0x9e, 0x40, 0xea, 0x44, 0x38, 0x05, 0xcf, 0x78, 0xaf, 0xbf, 0x8d, 0x11, 0xa6, 0x6a, 0x6d, 0xb3, 0xda, 0x01, 0x7c, 0xea, 0x0a, 0x53, 0xe8, 0x4c, 0x62, 0x06, 0xf2, 0x69, 0x6a, 0x7e, 0xa9, 0x5b, 0x74, 0xae, 0xe0, 0xaa, 0xda, 0x8b, 0x52, 0xa6, 0xca, 0x97, 0x4c, 0xa8, 0xbb, 0x2b, 0x67, 0xab, 0x80, 0x89, 0x1e, 0x4f, 0x28, 0xe1, 0x4e, 0xb2, 0x56, 0x84, 0xb8, 0x92, 0x4e, 0x4a, 0x4a, 0x86, 0x32, 0x0e, 0x49, 0x4f, 0x2e, 0x0e, 0xa5, 0x37, 0x25, 0x64, 0x60, 0xd4, 0xac, 0xea, 0x6c, 0x5b, 0xf6, 0x95, 0xcb, 0xc5, 0xa1, 0x45, 0xb5, 0x4c, 0x62, 0x77, 0x1c, 0xc4, 0x8c, 0x79, 0x4d, 0x77, 0xa6, 0x7a, 0xa3, 0x42, 0xa0, 0x6b, 0x95, 0x67, 0x52, 0x26, 0x26, 0x74, 0x58, 0xd3, 0x9d, 0x96, 0xe4, 0x19, 0x0e, 0x45, 0x4b, 0xee, 0x30, 0xa7, 0x5d, 0xdc, 0x14, 0xad, 0xc9, 0x5e, 0x15, 0xb3, 0x70, 0xde, 0x8f, 0x70, 0x51, 0x18, 0x20, 0x64, 0xf4, 0x8c, 0x3e, 0x94, 0x5c, 0x29, 0xce, 0x46, 0x69, 0x74, 0x8d, 0x49, 0x9b, 0x7e, 0xd0, 0x3b, 0x7a, 0xb4, 0xa8, 0x21, 0x5c, 0x50, 0x48, 0x98, 0x93, 0xcf, 0x07, 0x97, 0x4e, 0x74, 0xef, 0x55, 0xf4, 0xcb, 0x47, 0x63, 0x69, 0x0c, 0x3d, 0x61, 0xb5, 0xf5, 0x58, 0x4b, 0xaf, 0xd6, 0xab, 0x8f, 0x79, 0xed, 0x97, 0x94, 0xdf, 0x9e, 0x33, 0x0a, 0x5b, 0xa4, 0x15, 0xa5, 0x27, 0x72, 0x54, 0x02, 0x51, 0x92, 0x40, 0x4a, 0xbc, 0x9c, 0x7c, 0x72, 0xd7, 0xd0, 0xcf, 0x73, 0xde, 0x25, 0x59, 0x27, 0x6a, 0x76, 0xb3, 0xa5, 0xe9, 0x29, 0xd3, 0x45, 0xfb, 0x4f, 0xcb, 0x8b, 0x51, 0xf0, 0x18, 0x90, 0x09, 0x3b, 0x8d, 0xf1, 0xe7, 0x55, 0x40, 0xdc, 0x52, 0x12, 0x07, 0xee, 0x38, 0xe8, 0x39, 0xac, 0xa0, 0xda, 0x05, 0x47, 0xd5, 0x64, 0xbc, 0xd0, 0x52, 0x97, 0x9d, 0xe7, 0x9f, 0x77, 0xcf, 0x4f, 0x13, 0x39, 0xa0, 0xdf, 0x2b, 0x49, 0x33, 0xbd, 0x0e, 0x4f, 0xa9, 0x54, 0x50, 0x72, 0x59, 0x70, 0x24, 0x9f, 0x9d, 0x87, 0xa9, 0x20, 0x91, 0x43, 0x06, 0x6e, 0x48, 0x98, 0x3f, 0x03, 0x4c, 0x4d, 0x66, 0xa4, 0x79, 0x29, 0x57, 0x27, 0xe7, 0x69, 0xe7, 0xae, 0x09, 0x26, 0x9d, 0xdd, 0xdc, 0x1e, 0x46, 0xac, 0x1e, 0xde, 0x2f, 0x1b, 0x3e, 0x8f, 0x55, 0xac, 0x0d, 0x43, 0x34, 0xe6, 0x61, 0xca, 0xa3, 0xb8, 0xc3, 0x52, 0xa6, 0xd3, 0xcc, 0x87, 0x98, 0x70, 0xa9, 0x24, 0x2e, 0x3a, 0x14, 0xc3, 0xa8, 0x2e, 0x71, 0xb7, 0xdc, 0x11, 0xed, 0x51, 0xc3, 0x88, 0x38, 0x3d, 0x4c, 0xcf, 0x02, 0x49, 0xe2, 0xda, 0x3e, 0xe3, 0x04, 0x7d, 0xef, 0x5a, 0x8e, 0xcb, 0x2e, 0xd5, 0x87, 0x9d, 0xf6, 0xc0, 0x02, 0x4a, 0x60, 0x12, 0x92, 0x48, 0x3f, 0xfa, 0x8e, 0x15, 0x09, 0xe5, 0x98, 0xc7, 0x31, 0x56, 0xf5, 0x37, 0x58, 0xfb, 0x46, 0x66, 0x45, 0x1e, 0xaf, 0xfb, 0x39, 0x4e, 0xf5, 0x5e, 0xb2, 0x13, 0xf5, 0x46, 0x5d, 0xa1, 0x15, 0x32, 0x9f, 0x55, 0x25, 0x97, 0x65, 0xa7, 0x6f, 0x8c, 0x82, 0xdc, 0x76, 0xd9, 0x53, 0x69, 0x48, 0x1c, 0xfa, 0x85, 0x6d, 0x04, 0x03, 0xd1, 0x01, 0xcb, 0x40, 0x41, 0xe1, 0xce, 0x27, 0x1d, 0x48, 0x9f, 0x84, 0x45, 0x6d, 0x1b, 0xbf, 0xec, 0x9a, 0x78, 0x16, 0x1b, 0x1c, 0x52, 0x92, 0x47, 0x0e, 0x3c, 0x44, 0x15, 0x72, 0xfe, 0x40, 0x20, 0x7a, 0x98, 0xaa, 0x6f, 0x5c, 0x2e, 0xeb, 0x4e, 0xb1, 0x72, 0x41, 0x7a, 0xcf, 0x76, 0x04, 0x87, 0x91, 0x4c, 0x4a, 0x6b, 0x33, 0x28, 0xb4, 0xe5, 0x45, 0x89, 0x22, 0x4f, 0x91, 0xc3, 0xbd, 0xa6, 0x8a, 0x11, 0xb4, 0x06, 0xcb, 0x49, 0x38, 0x42, 0x01, 0x52, 0x54, 0x40, 0xe7, 0x24, 0x17, 0xc0, 0x52, 0xc4, 0x74, 0xcc, 0x0e, 0x7f, 0x0a, 0xc6, 0xf6, 0x85, 0x56, 0x97, 0x17, 0x69, 0x36, 0xa0, 0x13, 0x1e, 0x22, 0x84, 0xc2, 0x49, 0x93, 0x90, 0x20, 0x72, 0x89, 0xc6, 0x4d, 0x13, 0x6a, 0x26, 0x83, 0xb1, 0xa6, 0xda, 0x49, 0x69, 0x6a, 0xa2, 0x35, 0x1e, 0x9d, 0x54, 0x55, 0xd0, 0xce, 0xf5, 0x52, 0xe2, 0x8f, 0xc4, 0x89, 0xed, 0x0a, 0xc6, 0x77, 0x1d, 0xdb, 0x73, 0xb5, 0x5c, 0x27, 0x6a, 0xb8, 0xe7, 0xa7, 0x3f, 0x68, 0x1b, 0x65, 0x2e, 0x71, 0x4c, 0xfc, 0xa8, 0x8d, 0x4f, 0xb3, 0x3f, 0x86, 0xe9, 0x4c, 0x5e, 0x77, 0xc1, 0x5d, 0xe7, 0x21, 0xca, 0x44, 0xf5, 0xcc, 0x6c, 0x76, 0xcd, 0x07, 0xc4, 0x4b, 0x4e, 0xa8, 0x36, 0xd9, 0x27, 0x9c, 0x13, 0x9e, 0x3f, 0x9b, 0xa1, 0xd2, 0x04, 0xd6, 0x71, 0x09, 0x49, 0x30, 0x2a, 0x7d, 0x54, 0x65, 0x45, 0x84, 0x97, 0x9c, 0x46, 0xd0, 0x40, 0x52, 0x3d, 0x84, 0xe4, 0x67, 0x19, 0xe0, 0x7e, 0xbd, 0x4a, 0xa4, 0x90, 0x9a, 0xb1, 0x55, 0xb1, 0x0d, 0x83, 0x4d, 0x9b, 0x48, 0x75, 0x4a, 0x0d, 0xab, 0x7f, 0xe8, 0xa4, 0xfc, 0x75, 0x17, 0x10, 0xe5, 0x51, 0x04, 0x72, 0xad, 0xdf, 0xf6, 0x35, 0x25, 0xd6, 0xab, 0xd7, 0x4b, 0x4e, 0xa0, 0xa7, 0x14, 0xb6, 0x48, 0x04, 0x7c, 0xe5, 0xd3, 0xcf, 0xfa, 0x3a, 0xd6, 0xf6, 0x68, 0x47, 0x1d, 0x7a, 0x4f, 0x61, 0x90, 0x50, 0xfb, 0x80, 0xff, 0x00, 0x42, 0x7f, 0xfc, 0x95, 0x5b, 0xdf, 0xad, 0x5d, 0x7a, 0x45, 0x29, 0xfd, 0x3d, 0x75, 0x75, 0x0e, 0xea, 0xd6, 0xd1, 0xa5, 0x97, 0x2e, 0xec, 0x63, 0xee, 0x09, 0x99, 0x07, 0xfc, 0xca, 0xfa, 0x82, 0xe7, 0xfd, 0x3a, 0xbd, 0x0f, 0xd2, 0xa0, 0xb9, 0xff, 0x00, 0x4c, 0xbf, 0x43, 0xf4, 0xac, 0x08, 0xed, 0xd5, 0x4c, 0xa5, 0x5a, 0x6c, 0xc7, 0x66, 0x41, 0x7a, 0x52, 0x10, 0xca, 0x25, 0x36, 0xed, 0x7b, 0xd1, 0x88, 0x71, 0x54, 0x01, 0x2f, 0x36, 0x3c, 0x89, 0x0a, 0x57, 0x2b, 0x3f, 0x07, 0xf2, 0x01, 0x8e, 0x7a, 0xf3, 0xe7, 0x1f, 0x7c, 0x14, 0xa1, 0x09, 0x91, 0xcc, 0xcc, 0x47, 0xa0, 0xa1, 0x74, 0x86, 0xf4, 0x95, 0x5a, 0xa8, 0xdc, 0x39, 0x0a, 0x81, 0x82, 0x48, 0x81, 0x1b, 0x8c, 0x8f, 0x3f, 0x3a, 0xcf, 0x7a, 0xb3, 0xde, 0x7d, 0x8d, 0xa7, 0x96, 0x04, 0x96, 0xee, 0xeb, 0xce, 0xe0, 0x7e, 0xa5, 0xe5, 0x75, 0x31, 0x42, 0x26, 0x3e, 0xc9, 0x0d, 0xed, 0x21, 0xa7, 0x50, 0x49, 0xfc, 0x45, 0x29, 0x7f, 0x29, 0x1c, 0xa4, 0x7c, 0xfc, 0xf4, 0x63, 0x17, 0x2d, 0x9b, 0x7f, 0x08, 0x24, 0xe6, 0x7f, 0x4a, 0x02, 0xcb, 0xf0, 0xf7, 0x2d, 0xd6, 0x56, 0xf1, 0xc1, 0x30, 0x49, 0x23, 0x13, 0x83, 0xbf, 0x4c, 0xd0, 0xfe, 0x94, 0x77, 0xa7, 0xa7, 0xfa, 0x8b, 0xa4, 0xe9, 0x17, 0x16, 0xa1, 0x55, 0x63, 0x5d, 0x4b, 0x79, 0xf6, 0xe4, 0xa1, 0xda, 0xa4, 0x88, 0x82, 0x23, 0x69, 0x46, 0x59, 0x79, 0xa2, 0x97, 0x00, 0x5a, 0x96, 0xa3, 0xca, 0x42, 0x55, 0x8d, 0xa7, 0x3c, 0x71, 0xd4, 0x68, 0x7d, 0xf6, 0xdd, 0x53, 0x6b, 0x6c, 0xf0, 0x44, 0xf1, 0x4f, 0x3e, 0x78, 0xf2, 0xa7, 0x69, 0xaa, 0xd1, 0xee, 0xb4, 0xe5, 0x2d, 0x6f, 0xc2, 0xc4, 0xcc, 0x92, 0x0c, 0x66, 0x0e, 0xfc, 0xfc, 0xa6, 0xbf, 0x69, 0xef, 0x79, 0x76, 0xfd, 0xe3, 0xa5, 0xca, 0xa5, 0x57, 0xb5, 0x32, 0xb8, 0xdd, 0xee, 0xd2, 0xe5, 0x22, 0x53, 0x29, 0xad, 0x3f, 0x15, 0x70, 0x9c, 0x6c, 0x10, 0xc9, 0x6d, 0x3b, 0xc0, 0x74, 0x29, 0x40, 0x6e, 0x01, 0x2a, 0xe7, 0x82, 0x31, 0x8e, 0xa6, 0x45, 0xcf, 0x74, 0x14, 0x14, 0x83, 0xc1, 0x12, 0x15, 0x3b, 0xfe, 0xb8, 0xa8, 0xf4, 0xd5, 0xe9, 0xaf, 0xe9, 0x44, 0xaa, 0xe3, 0xf8, 0x92, 0x41, 0x12, 0x41, 0x11, 0xb7, 0x3f, 0xa5, 0x42, 0x4c, 0xef, 0xae, 0xda, 0x95, 0xa1, 0x5f, 0x7f, 0x54, 0xf5, 0x5a, 0xb6, 0xdd, 0xed, 0x11, 0x2f, 0x0a, 0x9c, 0x41, 0x59, 0x7a, 0x3a, 0xe2, 0x3e, 0x95, 0x61, 0x84, 0xb6, 0x0b, 0x98, 0x90, 0x15, 0x83, 0xb8, 0x04, 0xf1, 0xc8, 0x56, 0x7e, 0x44, 0x8c, 0xa9, 0xc3, 0xe0, 0xe1, 0x94, 0x91, 0x20, 0xc9, 0x9f, 0xbf, 0x7d, 0x0e, 0xcb, 0xfa, 0x5a, 0xf4, 0x55, 0x2d, 0x6f, 0x9e, 0xf0, 0x4c, 0xf8, 0x88, 0x20, 0xf2, 0xe7, 0x4b, 0xc8, 0xfb, 0x41, 0x2d, 0xba, 0xc7, 0x6e, 0xab, 0xbc, 0x61, 0x6a, 0x9d, 0x7e, 0x35, 0xe3, 0x16, 0x13, 0x8a, 0x99, 0x11, 0x37, 0x1b, 0xac, 0x29, 0xa7, 0xc3, 0x83, 0xc2, 0x5b, 0x6c, 0xba, 0x3c, 0xc8, 0x52, 0x72, 0x15, 0x80, 0x70, 0x54, 0x33, 0x9f, 0xa1, 0x49, 0x82, 0x9e, 0xee, 0x0f, 0xc7, 0xf5, 0xa8, 0xda, 0xbe, 0xd3, 0x97, 0xa1, 0x29, 0xe2, 0xf7, 0x8c, 0x0f, 0xea, 0x3c, 0x40, 0xfc, 0x7f, 0x4a, 0x81, 0xba, 0xfb, 0xdf, 0x8d, 0x37, 0xb6, 0x5a, 0x5d, 0xd7, 0x4e, 0xd5, 0x4a, 0xd2, 0xef, 0xa4, 0x40, 0x7e, 0x6d, 0x5a, 0x53, 0xd7, 0x6d, 0x45, 0x0b, 0x62, 0x67, 0x91, 0x5e, 0x28, 0x82, 0x31, 0x59, 0x6d, 0x6d, 0x16, 0xd2, 0x46, 0x00, 0x04, 0x60, 0x28, 0xac, 0x9c, 0xf4, 0x8a, 0x42, 0x40, 0xee, 0xa0, 0x9f, 0x39, 0x33, 0xeb, 0x40, 0x8d, 0x42, 0xdf, 0xfe, 0x9c, 0xf6, 0x94, 0x3c, 0x7b, 0xde, 0x13, 0x32, 0xa3, 0x3c, 0x5d, 0x22, 0x7e, 0xf7, 0xab, 0xa9, 0xde, 0xe6, 0x6c, 0xfa, 0xff, 0x00, 0x69, 0x11, 0x35, 0x16, 0xd0, 0xd4, 0xa9, 0x46, 0xe5, 0x62, 0xda, 0xf5, 0xae, 0xbe, 0x2f, 0x79, 0x06, 0xa0, 0xe5, 0x55, 0x3b, 0x0a, 0xe3, 0x2a, 0x27, 0xa8, 0x20, 0xb2, 0x41, 0x71, 0x20, 0x16, 0xc6, 0x02, 0x52, 0xb0, 0xac, 0x9d, 0xca, 0x85, 0xee, 0x06, 0x9b, 0x08, 0x56, 0xdc, 0xcc, 0x99, 0xdf, 0x1c, 0xea, 0xdc, 0x3f, 0xa7, 0xbd, 0xd9, 0xde, 0xfd, 0x2e, 0x9e, 0x3e, 0x19, 0xc2, 0x8f, 0x17, 0x14, 0x64, 0x44, 0xf5, 0xe5, 0x42, 0xd7, 0x47, 0x78, 0x74, 0xda, 0xc6, 0x8b, 0x53, 0xef, 0xbb, 0x43, 0x55, 0x6e, 0x49, 0x17, 0x03, 0x0d, 0xa5, 0xea, 0x9c, 0x06, 0xab, 0xd2, 0x70, 0xda, 0x81, 0x25, 0x6d, 0x29, 0x0b, 0x58, 0x0a, 0x49, 0x6c, 0x6e, 0x0e, 0x25, 0x18, 0x04, 0x11, 0xc9, 0xe9, 0xab, 0x78, 0x01, 0xdd, 0xad, 0x30, 0x30, 0x01, 0x9c, 0xcf, 0x9d, 0x2d, 0xe3, 0xda, 0x7a, 0xb4, 0x34, 0xbe, 0xd3, 0xc4, 0xab, 0xc9, 0x46, 0x67, 0xa6, 0xf4, 0xd7, 0x56, 0x3b, 0xb0, 0x6d, 0x5a, 0x21, 0x4d, 0xd4, 0xbd, 0x29, 0xd6, 0x3a, 0xb0, 0xb8, 0x9a, 0x61, 0x0f, 0xd5, 0x29, 0xee, 0xdc, 0xf2, 0x4a, 0x90, 0x32, 0x7c, 0x88, 0x5b, 0x24, 0xe0, 0x84, 0x84, 0xe4, 0x28, 0x10, 0x3f, 0x4f, 0xae, 0x23, 0x0f, 0xa9, 0x7f, 0xc3, 0x75, 0xbe, 0x1c, 0x80, 0x0f, 0x16, 0x4f, 0x9f, 0x95, 0x33, 0x55, 0x73, 0x4e, 0x4e, 0x86, 0x97, 0xed, 0xae, 0x4f, 0x14, 0x03, 0x82, 0x67, 0xcc, 0x6f, 0x9e, 0x75, 0x25, 0xad, 0x7d, 0xc6, 0x26, 0x91, 0xa5, 0x50, 0x75, 0x17, 0x4e, 0x35, 0xde, 0xb3, 0x53, 0x5c, 0x28, 0x0c, 0x48, 0x9f, 0x21, 0xbb, 0xae, 0x53, 0xaf, 0xbc, 0xa5, 0x2b, 0x6b, 0x8d, 0x3b, 0x14, 0xbd, 0xb5, 0x05, 0x3b, 0x82, 0x94, 0xa4, 0xa1, 0x3b, 0x48, 0xc0, 0xc0, 0xe0, 0xa2, 0xd4, 0x54, 0xe8, 0x42, 0xf1, 0xef, 0x8c, 0xf4, 0xa9, 0xb5, 0x95, 0x69, 0x88, 0xd0, 0xd3, 0x70, 0xd5, 0xc1, 0x91, 0x10, 0x42, 0x89, 0x24, 0x62, 0x64, 0x4f, 0xc7, 0x68, 0xa7, 0x5a, 0xe7, 0xdc, 0x75, 0x26, 0xc6, 0xd3, 0xf8, 0x37, 0xf6, 0x8d, 0xeb, 0x35, 0x56, 0x63, 0x09, 0xf4, 0xee, 0xbd, 0x28, 0xde, 0x72, 0x9f, 0x72, 0x43, 0x4e, 0x1c, 0x39, 0xe4, 0x6d, 0x4f, 0xab, 0xc6, 0x46, 0xe4, 0xa8, 0x11, 0xb3, 0x19, 0xdb, 0x8c, 0x0c, 0x74, 0x2b, 0x2f, 0xdd, 0x38, 0xf2, 0x9b, 0x79, 0x1c, 0x22, 0x71, 0x07, 0x7f, 0xbf, 0x3a, 0x23, 0x5b, 0x4e, 0x8d, 0x6f, 0xa5, 0xb4, 0xed, 0xad, 0xc1, 0x26, 0x46, 0x42, 0xce, 0x47, 0x39, 0xcf, 0x2e, 0xb4, 0xe2, 0xf8, 0xd7, 0xfb, 0x7e, 0x89, 0x50, 0xb2, 0xae, 0x1d, 0x34, 0xd4, 0xfa, 0xe3, 0xec, 0x55, 0x94, 0xda, 0x2e, 0x07, 0x1d, 0xbf, 0x66, 0x4b, 0xde, 0x1c, 0xc6, 0x54, 0x50, 0xeb, 0xaa, 0x0d, 0x29, 0x2b, 0x29, 0x4e, 0x40, 0x1f, 0x24, 0x73, 0x81, 0x82, 0x1d, 0xb8, 0x57, 0x77, 0x05, 0x1c, 0x24, 0x6d, 0x9d, 0xfe, 0x04, 0xd0, 0xba, 0xc3, 0x36, 0x2c, 0x34, 0xca, 0xd9, 0xb8, 0x26, 0x48, 0x98, 0x52, 0xbf, 0x2c, 0xe4, 0xe4, 0xf4, 0xa3, 0xce, 0xe0, 0xb5, 0xf2, 0x8f, 0x6c, 0xce, 0xb6, 0xa9, 0xd4, 0x9b, 0x9a, 0xa2, 0xc4, 0x49, 0x8f, 0x35, 0x1e, 0x53, 0x94, 0x8b, 0xd6, 0x4b, 0xa5, 0xf4, 0xb9, 0xfd, 0xf1, 0x65, 0x21, 0xc2, 0x07, 0x8c, 0x65, 0x40, 0xfe, 0x65, 0x60, 0xe4, 0x1c, 0x63, 0xa8, 0x93, 0x73, 0xc4, 0x01, 0x5a, 0x38, 0x60, 0x9d, 0x95, 0x32, 0x39, 0x13, 0xef, 0xa5, 0xd6, 0xc6, 0x95, 0x6e, 0xbb, 0x7e, 0xe6, 0xe0, 0x90, 0x48, 0x98, 0x59, 0xdb, 0x9c, 0x89, 0xe5, 0xd6, 0xa9, 0xbe, 0xe0, 0x7b, 0x8c, 0xad, 0xda, 0x3a, 0x87, 0x6c, 0x5b, 0x3a, 0x4b, 0xa9, 0x97, 0x03, 0xb4, 0xfa, 0xe4, 0xe4, 0xb3, 0x50, 0x76, 0x1d, 0xdb, 0x29, 0xc0, 0xd3, 0x60, 0x1f, 0x26, 0xd5, 0xb8, 0xf2, 0xd4, 0x87, 0x13, 0xb5, 0x44, 0xab, 0xfa, 0xc7, 0xe9, 0x3b, 0x4f, 0x2d, 0xd4, 0x15, 0xbc, 0x8e, 0x10, 0x93, 0xc8, 0xee, 0x30, 0x06, 0xd5, 0x0f, 0x68, 0xd3, 0x61, 0x6c, 0xe5, 0xaf, 0xb3, 0xbe, 0x61, 0x6a, 0x00, 0xc2, 0x8e, 0xd9, 0x27, 0x9f, 0x28, 0xde, 0x95, 0x8b, 0xdc, 0xcd, 0x39, 0xbe, 0xec, 0xa8, 0x3a, 0x7f, 0x42, 0xd7, 0x1a, 0xe2, 0xed, 0x9b, 0x95, 0xf4, 0xb3, 0x59, 0x7e, 0x75, 0xd7, 0x35, 0xe6, 0xe9, 0xed, 0xb6, 0x12, 0xa5, 0x14, 0xba, 0xf3, 0x8a, 0x5c, 0x75, 0x92, 0x16, 0xda, 0x94, 0x55, 0xb4, 0x05, 0x6e, 0xc2, 0x70, 0x3a, 0x7b, 0x0f, 0x29, 0xe6, 0x0b, 0x8f, 0x23, 0x82, 0x0e, 0xd3, 0x3c, 0xe2, 0xa4, 0xd5, 0x5e, 0xb0, 0xb6, 0xd5, 0x6d, 0xd9, 0x43, 0xe5, 0x49, 0x5e, 0xe6, 0x4c, 0x00, 0x07, 0xae, 0x33, 0x89, 0xff, 0x00, 0x9a, 0x28, 0xd6, 0x2e, 0xe3, 0x9b, 0xb6, 0xb5, 0xb6, 0x8b, 0x62, 0x5a, 0x17, 0xd4, 0xf1, 0x12, 0xa2, 0x64, 0x0a, 0xc4, 0x3a, 0x65, 0xe9, 0x2a, 0x43, 0x51, 0x99, 0x68, 0x36, 0x50, 0xe1, 0x59, 0x7d, 0xe2, 0xda, 0xd4, 0x4b, 0x88, 0x23, 0x77, 0x21, 0xb4, 0xab, 0x03, 0x76, 0x55, 0x1b, 0x4f, 0xbc, 0xb6, 0xfb, 0xc7, 0x9b, 0xe1, 0x20, 0xc4, 0x71, 0x60, 0xe6, 0x8c, 0xd6, 0x0e, 0x97, 0x6d, 0xaa, 0x30, 0xd2, 0x1f, 0x30, 0xa9, 0x98, 0x51, 0x00, 0x60, 0x44, 0xe7, 0x99, 0xc5, 0x43, 0x53, 0x7b, 0x95, 0xa6, 0x3b, 0xdd, 0x1c, 0x2d, 0x3f, 0xb6, 0xb5, 0x42, 0xb9, 0x2a, 0xd6, 0x49, 0xf2, 0xd5, 0xde, 0x45, 0xd2, 0xf8, 0x48, 0x09, 0x29, 0x4e, 0x12, 0xe7, 0x98, 0xed, 0xca, 0xd5, 0x82, 0x02, 0x86, 0x02, 0x78, 0x23, 0x3d, 0x3d, 0xa7, 0xd6, 0xa4, 0x07, 0x1e, 0x47, 0x09, 0x98, 0x80, 0xa9, 0x07, 0xdf, 0x42, 0x6a, 0x09, 0xd3, 0x9b, 0xd7, 0x1a, 0x6d, 0xab, 0x82, 0x51, 0xcf, 0xc4, 0x40, 0xe5, 0x12, 0x27, 0xad, 0x7e, 0x97, 0xdd, 0x65, 0xad, 0x76, 0x77, 0x5c, 0xe5, 0x93, 0x66, 0x6a, 0x1d, 0xca, 0x9b, 0x45, 0x71, 0x8b, 0xb3, 0x02, 0xee, 0xd9, 0x2b, 0x08, 0x5a, 0x70, 0x15, 0xb5, 0xe5, 0x2b, 0x21, 0x05, 0x4a, 0x00, 0x81, 0x80, 0x31, 0xc6, 0x01, 0xe7, 0x92, 0xf9, 0x52, 0x03, 0xab, 0x6c, 0xa4, 0xf4, 0x9c, 0x4e, 0x69, 0x2e, 0x86, 0x9f, 0xff, 0x00, 0x50, 0xa1, 0x94, 0x5c, 0x12, 0x92, 0x09, 0x30, 0xa3, 0x13, 0xf1, 0xa8, 0x8a, 0x7f, 0x77, 0x96, 0xdb, 0x1d, 0xcb, 0x9d, 0x33, 0x77, 0x56, 0xee, 0x17, 0x6c, 0xa5, 0xee, 0x50, 0x02, 0xe9, 0x7c, 0x8f, 0x26, 0x08, 0xf6, 0xba, 0xa5, 0x95, 0x78, 0xf3, 0x83, 0xfa, 0x8f, 0xd7, 0xe4, 0x74, 0xe6, 0x5c, 0x75, 0xd6, 0x43, 0xca, 0x6c, 0x83, 0x1f, 0x96, 0x71, 0x3e, 0xbb, 0x53, 0x9f, 0x4d, 0x82, 0x3b, 0x46, 0x9b, 0x64, 0xdc, 0x1e, 0xee, 0x27, 0xf3, 0x18, 0x99, 0xf5, 0xe9, 0x5c, 0xdb, 0xbd, 0xde, 0xdb, 0x0a, 0xee, 0xb9, 0x7a, 0x70, 0xfe, 0xb3, 0x5c, 0x1f, 0xb1, 0x0e, 0xc0, 0x75, 0x70, 0x9e, 0x76, 0xef, 0x90, 0xc2, 0x5e, 0x90, 0x90, 0x90, 0x50, 0x24, 0x6f, 0xdc, 0x1b, 0xc9, 0x2a, 0xc1, 0x29, 0x24, 0xfb, 0x41, 0xc7, 0x4e, 0x42, 0xd6, 0x58, 0xef, 0xc3, 0x47, 0x8a, 0x3f, 0x2c, 0xe2, 0x63, 0xaf, 0xeb, 0x4a, 0x3d, 0x81, 0xbe, 0xd3, 0x7b, 0x3f, 0xb4, 0x9e, 0x0e, 0x19, 0xfc, 0xc7, 0x86, 0x64, 0x79, 0xce, 0xd9, 0x8a, 0x79, 0x65, 0xf7, 0x61, 0x16, 0xdf, 0xd6, 0x3a, 0xfc, 0x2a, 0xd5, 0xe1, 0x5f, 0xac, 0x5a, 0x31, 0xa6, 0x18, 0xd4, 0x69, 0x2d, 0xdc, 0xd3, 0x5f, 0x46, 0xf2, 0x84, 0xef, 0x5b, 0x65, 0x05, 0x4a, 0x7d, 0x28, 0x59, 0xe0, 0x15, 0x13, 0xee, 0xc6, 0x78, 0x1d, 0x0c, 0xf5, 0xc9, 0x40, 0xe3, 0xee, 0xcf, 0x1f, 0x0f, 0xe5, 0xe2, 0xe7, 0xeb, 0xb5, 0x00, 0xeb, 0xba, 0x5b, 0x7d, 0xa5, 0x2c, 0x1b, 0x93, 0xdd, 0xc6, 0x20, 0xa8, 0x89, 0x9c, 0xc4, 0x19, 0x30, 0x20, 0x91, 0xe7, 0x44, 0x36, 0x06, 0xbf, 0xd1, 0x6b, 0x3a, 0xb5, 0x5d, 0x67, 0x53, 0x75, 0x9e, 0xb1, 0x06, 0x8c, 0x69, 0x4e, 0xbb, 0x6f, 0x35, 0x32, 0xe7, 0x96, 0xc3, 0x52, 0x1e, 0xf3, 0xa0, 0x24, 0xa9, 0x65, 0xe4, 0xa8, 0x61, 0x9d, 0xca, 0x4b, 0x5b, 0xd3, 0xb8, 0xa8, 0x9c, 0xab, 0x66, 0xde, 0x98, 0xcd, 0xdb, 0x8b, 0x6d, 0x4e, 0x25, 0xb9, 0x5c, 0x0f, 0x0f, 0x17, 0x3e, 0x79, 0xa3, 0xb4, 0xb6, 0xb4, 0xf3, 0xaf, 0x3a, 0xd2, 0xae, 0x49, 0x40, 0x18, 0x95, 0x2a, 0x33, 0x3b, 0x09, 0x9d, 0xa3, 0x1f, 0xb5, 0x1a, 0x76, 0xab, 0xa9, 0x2b, 0xd4, 0xbd, 0x45, 0xa8, 0xd3, 0x5f, 0xbe, 0x2b, 0x75, 0xda, 0x4d, 0x3f, 0xce, 0xed, 0x12, 0x3d, 0x4e, 0xf0, 0x7e, 0x3b, 0x52, 0xd2, 0x1c, 0x48, 0x52, 0x9b, 0x51, 0x71, 0x05, 0xd4, 0x02, 0x4a, 0x77, 0x15, 0x9c, 0x02, 0x0e, 0x4e, 0x47, 0x44, 0xa9, 0xe7, 0x7b, 0x9e, 0x26, 0xdb, 0x95, 0x74, 0x2a, 0x81, 0x38, 0x91, 0x35, 0xa0, 0xb3, 0xb4, 0xb0, 0xb8, 0x71, 0xc4, 0x17, 0x09, 0x40, 0x38, 0x32, 0x4f, 0xc2, 0x0d, 0x0f, 0xf7, 0x11, 0x67, 0x26, 0xf9, 0xbc, 0x9d, 0xa9, 0x5a, 0xd5, 0x46, 0x5a, 0x85, 0x49, 0xa0, 0x4b, 0x94, 0x94, 0xd4, 0x6a, 0xb2, 0x65, 0xa9, 0xd6, 0xd1, 0x52, 0x9e, 0x3c, 0x6d, 0x3e, 0xb0, 0xe1, 0x70, 0x8d, 0x84, 0x24, 0x2d, 0x63, 0x29, 0x03, 0x6f, 0x09, 0x38, 0x0b, 0x52, 0x6f, 0x8e, 0xe0, 0x94, 0xc0, 0x81, 0xe7, 0xe7, 0x5e, 0x71, 0xdb, 0x2d, 0x15, 0x77, 0x57, 0xdc, 0x6d, 0x28, 0x00, 0x86, 0xe7, 0x33, 0x9c, 0xab, 0x00, 0xc1, 0xcf, 0xbf, 0xd2, 0xa9, 0x9a, 0x7b, 0x90, 0xdc, 0xa9, 0xc7, 0x89, 0x51, 0x75, 0xc6, 0x63, 0x2e, 0x4a, 0x50, 0xfb, 0xcc, 0xb7, 0xbd, 0x48, 0x4e, 0x46, 0xe2, 0x91, 0xf5, 0x20, 0x73, 0x8f, 0xe6, 0xea, 0xac, 0x64, 0xe7, 0x6a, 0xf3, 0x56, 0x90, 0x82, 0xfa, 0x50, 0xbc, 0x09, 0x00, 0x91, 0xf7, 0xbd, 0x4e, 0xeb, 0x65, 0x97, 0x63, 0xda, 0x96, 0x82, 0xe4, 0x50, 0xd1, 0x5a, 0x76, 0xa5, 0xe6, 0x4a, 0x16, 0xb9, 0x0d, 0xbc, 0x96, 0x19, 0xca, 0xe4, 0x8c, 0x28, 0xbb, 0x15, 0xa2, 0x55, 0xb5, 0xb6, 0x48, 0xc7, 0xce, 0xe7, 0x06, 0x06, 0xde, 0x8b, 0x5b, 0x6d, 0x21, 0x3e, 0x19, 0x9f, 0x7f, 0x9f, 0x90, 0xf2, 0xab, 0xcd, 0x5b, 0x4b, 0xd3, 0x2d, 0x6d, 0xb8, 0x9b, 0xe3, 0x2a, 0x9e, 0x60, 0xc0, 0xca, 0x87, 0x34, 0xa7, 0x90, 0x04, 0x7a, 0x9a, 0xc6, 0x1a, 0x95, 0xdc, 0x56, 0xb4, 0xb9, 0xaa, 0x3a, 0xb3, 0x13, 0x53, 0x7b, 0xba, 0xbd, 0x6d, 0x2b, 0x8e, 0xd8, 0x60, 0x9b, 0x3e, 0x83, 0x12, 0xab, 0x22, 0x23, 0x52, 0xdc, 0x40, 0x4a, 0x50, 0xc3, 0x6d, 0xa3, 0x6a, 0x41, 0x29, 0x03, 0x00, 0xa7, 0x05, 0x39, 0xfa, 0x9c, 0x8d, 0x92, 0xca, 0xda, 0x4b, 0x01, 0xa6, 0xb8, 0xd2, 0xac, 0x28, 0xff, 0x00, 0x4f, 0x99, 0xf2, 0xaf, 0x7f, 0xd3, 0x98, 0x65, 0x76, 0x69, 0xe2, 0x81, 0x09, 0x1f, 0x4d, 0xa8, 0x2e, 0xc7, 0xee, 0x6f, 0xb8, 0xab, 0xdf, 0x4e, 0x2e, 0xeb, 0xb6, 0xe5, 0xfb, 0x41, 0x2f, 0x0b, 0x76, 0xe9, 0xb7, 0x5b, 0x69, 0xfa, 0x6d, 0xa7, 0x32, 0xe5, 0x92, 0xd8, 0xaa, 0x25, 0x4b, 0x4a, 0x7c, 0x4c, 0xa3, 0x76, 0x14, 0xe0, 0x19, 0x25, 0x18, 0xf8, 0x00, 0x92, 0x49, 0x23, 0xa7, 0xdc, 0x90, 0xcb, 0xed, 0x36, 0x86, 0x0a, 0x92, 0xbc, 0x15, 0x0f, 0xe5, 0xf3, 0x3e, 0x5e, 0x74, 0x53, 0x76, 0xb6, 0xee, 0x5a, 0x90, 0x92, 0x20, 0x0f, 0x79, 0x1e, 0x47, 0xad, 0x38, 0xb4, 0xbb, 0xa8, 0xee, 0x76, 0xf2, 0xd2, 0x4b, 0xab, 0x51, 0x6a, 0x5d, 0xfc, 0x5c, 0x14, 0x1b, 0x96, 0x80, 0xa6, 0x17, 0x12, 0xcb, 0x93, 0x72, 0xbe, 0x1c, 0xa9, 0x85, 0xb8, 0xdb, 0x65, 0x0c, 0xb4, 0xa1, 0x95, 0x2c, 0x15, 0x15, 0x10, 0x09, 0xc0, 0x41, 0xce, 0x3a, 0xe7, 0xc3, 0x6d, 0x3e, 0xdb, 0x01, 0x92, 0xa4, 0xae, 0x47, 0x10, 0xd8, 0x63, 0x9f, 0xad, 0x31, 0xbb, 0x36, 0x1c, 0xb6, 0x52, 0x64, 0x00, 0x07, 0x5c, 0x9f, 0x43, 0xfa, 0xd7, 0x16, 0x8f, 0x78, 0x9d, 0xdb, 0xdd, 0x1a, 0x4b, 0x73, 0xea, 0x24, 0x8e, 0xfb, 0xeb, 0xd4, 0xea, 0xed, 0xbd, 0x26, 0x28, 0x45, 0x97, 0x3e, 0xae, 0x52, 0xed, 0x61, 0xb7, 0x5d, 0x08, 0xdb, 0x1d, 0x23, 0xdc, 0xb2, 0x8c, 0xe5, 0x43, 0xe4, 0x25, 0x39, 0xce, 0x7a, 0x6d, 0xc0, 0x43, 0x77, 0x48, 0x63, 0xb9, 0x25, 0x2a, 0xfe, 0x61, 0xb0, 0x8e, 0xa6, 0x97, 0xd8, 0x98, 0x72, 0xd5, 0x49, 0x24, 0x01, 0x11, 0xe6, 0x7d, 0x0e, 0xf5, 0xd5, 0xbb, 0xdd, 0xa7, 0x78, 0xb5, 0x8d, 0x1e, 0xaf, 0xea, 0xcc, 0x3e, 0xf9, 0x6a, 0xb1, 0xea, 0x76, 0xf4, 0xe6, 0x18, 0x93, 0x66, 0xcd, 0xac, 0x6c, 0x95, 0x51, 0x43, 0xca, 0x52, 0x07, 0xa6, 0x4a, 0x46, 0xe7, 0x42, 0x48, 0xf7, 0xf2, 0x92, 0x94, 0x90, 0x41, 0x27, 0xae, 0x73, 0xb9, 0x4d, 0xd2, 0x2d, 0x8b, 0x46, 0x14, 0x0f, 0x88, 0x6c, 0x23, 0xa9, 0xe5, 0xfa, 0xd3, 0x0e, 0x9e, 0xcb, 0xd6, 0xc7, 0x31, 0x10, 0x37, 0xf1, 0x7e, 0xf4, 0x6d, 0xdb, 0x3f, 0x72, 0x3d, 0xcf, 0x5c, 0x14, 0xca, 0x3e, 0xaa, 0xdc, 0x9d, 0xe9, 0xa2, 0xa7, 0x01, 0x57, 0x84, 0x7a, 0x0d, 0xc3, 0x61, 0x5c, 0x55, 0xa0, 0xb7, 0xe4, 0xc5, 0x96, 0x54, 0xca, 0x9d, 0x44, 0x75, 0x1f, 0xc5, 0x69, 0x28, 0x56, 0xe2, 0xa2, 0x52, 0x10, 0xa0, 0x93, 0xce, 0x3a, 0x6d, 0xc8, 0x60, 0x3a, 0x6d, 0xcb, 0x44, 0x78, 0x67, 0x8b, 0x95, 0x41, 0x77, 0x61, 0x6c, 0xe5, 0x82, 0xc9, 0x8e, 0x18, 0x20, 0xcf, 0xa7, 0x39, 0xad, 0x45, 0xaa, 0xb7, 0x3d, 0xbe, 0xce, 0xa5, 0xc8, 0x9b, 0x66, 0xfa, 0x77, 0xa9, 0xe8, 0x62, 0x31, 0x41, 0x65, 0x31, 0xf6, 0xb8, 0xaf, 0x12, 0x77, 0x13, 0xe9, 0x8f, 0x89, 0x24, 0x9c, 0x9c, 0x27, 0xe3, 0x3c, 0x92, 0x72, 0x7a, 0xc8, 0x5c, 0x06, 0x43, 0xfe, 0x1d, 0xbe, 0xfa, 0x57, 0xcf, 0x5d, 0xa6, 0xf6, 0x76, 0x75, 0x72, 0xbb, 0x60, 0x0a, 0x40, 0x4e, 0xd1, 0x9c, 0x7f, 0xeb, 0x8f, 0x85, 0x69, 0xae, 0xe0, 0x59, 0xed, 0xe3, 0x4f, 0xfb, 0x71, 0x66, 0xf9, 0xd2, 0xea, 0x84, 0x36, 0xea, 0xa6, 0x94, 0xd4, 0x8a, 0x35, 0x61, 0x9a, 0x91, 0x7a, 0x44, 0xa9, 0x0a, 0x69, 0x1e, 0x64, 0xad, 0xb5, 0x15, 0x24, 0x9c, 0xa9, 0xcc, 0xa3, 0x68, 0x29, 0xf1, 0xe0, 0x8f, 0xf8, 0x56, 0x0f, 0x96, 0xda, 0x52, 0x03, 0x69, 0xc1, 0x8c, 0x83, 0xcf, 0x12, 0x3e, 0xc5, 0x7a, 0x72, 0xec, 0x3b, 0x3c, 0xd6, 0x86, 0xdd, 0xc5, 0xba, 0xc0, 0x5f, 0x87, 0x84, 0xcc, 0x95, 0x4e, 0xfd, 0x79, 0x6e, 0x39, 0x53, 0x7d, 0x73, 0x9b, 0xdb, 0xb5, 0x2b, 0x4b, 0x93, 0x5b, 0xb3, 0xed, 0x0a, 0x0d, 0x2e, 0x6a, 0x67, 0x42, 0x4d, 0x36, 0xa3, 0x02, 0xe2, 0x4c, 0x93, 0x2e, 0x39, 0x71, 0x21, 0xcf, 0x68, 0x5a, 0x8b, 0xa0, 0x83, 0x92, 0x48, 0xca, 0x7e, 0x98, 0xea, 0x47, 0xf8, 0x40, 0x58, 0x2d, 0x01, 0x00, 0x78, 0xb1, 0xd7, 0x68, 0xa3, 0x75, 0xfd, 0x3f, 0x46, 0xb5, 0xd2, 0x4b, 0xed, 0x84, 0x05, 0xc8, 0xe5, 0xca, 0x44, 0xed, 0xbf, 0xd6, 0xaf, 0x1f, 0xb2, 0x3a, 0xb8, 0xfd, 0xc1, 0x7d, 0x5d, 0xd3, 0x9d, 0xf0, 0x04, 0x8a, 0x53, 0x2d, 0xb4, 0x88, 0xe3, 0xd8, 0x94, 0x25, 0xe5, 0x00, 0x12, 0x7e, 0x48, 0xc0, 0x18, 0x24, 0x92, 0x7f, 0x5e, 0xac, 0x3b, 0x3e, 0xe1, 0x71, 0x6b, 0x26, 0xaa, 0x3b, 0x28, 0xea, 0x9d, 0xbf, 0x74, 0x98, 0xfc, 0xa0, 0x63, 0x6f, 0xcc, 0xaa, 0xdd, 0x5d, 0x69, 0xeb, 0x77, 0x5d, 0xe3, 0xae, 0xae, 0xa1, 0xdd, 0x5e, 0xff, 0x00, 0x7a, 0xab, 0x9b, 0x3f, 0xf2, 0x7e, 0x67, 0xfd, 0x4a, 0xfa, 0x82, 0xe7, 0xfc, 0x85, 0x7a, 0x1f, 0xa5, 0x0f, 0x73, 0xfe, 0x99, 0x7e, 0x87, 0xe9, 0x5f, 0x3a, 0x6f, 0x9b, 0x8a, 0x81, 0x68, 0xd8, 0x10, 0x5d, 0x6f, 0x46, 0xa2, 0xdc, 0xb3, 0x6a, 0x6f, 0x45, 0x66, 0xa3, 0x22, 0x6c, 0x15, 0x3a, 0xa6, 0x21, 0x9c, 0x25, 0x4a, 0x61, 0x59, 0xf6, 0x29, 0x38, 0x59, 0x25, 0x20, 0xab, 0x38, 0xfd, 0xc3, 0xac, 0x32, 0xc9, 0x4b, 0x49, 0xe1, 0x40, 0x24, 0xef, 0x3d, 0x3c, 0xbe, 0x74, 0x16, 0x99, 0x61, 0xa3, 0xdd, 0x30, 0x55, 0x74, 0x99, 0x3c, 0x23, 0x71, 0xca, 0x39, 0x7f, 0x6a, 0xa2, 0xa4, 0x35, 0x60, 0xd2, 0x2c, 0xb9, 0x74, 0xbd, 0x4a, 0xed, 0x66, 0xa3, 0x76, 0x49, 0xa8, 0x57, 0x8b, 0x1e, 0xa6, 0x6d, 0x11, 0xf5, 0x2e, 0x25, 0x25, 0x49, 0x4e, 0xd7, 0x63, 0xa8, 0x14, 0x94, 0xba, 0x0f, 0x94, 0x9d, 0xa9, 0xdc, 0x54, 0x11, 0x9e, 0x30, 0x04, 0x0d, 0x3b, 0x75, 0x6e, 0xe1, 0x4b, 0x6d, 0x0e, 0x03, 0x99, 0xcc, 0xcf, 0x48, 0x8f, 0x9c, 0xfb, 0xaa, 0x0d, 0x27, 0x4f, 0xd1, 0x0d, 0x83, 0xa2, 0xe1, 0x06, 0x42, 0x8e, 0xe9, 0xfe, 0x5e, 0x44, 0x7f, 0x6a, 0x16, 0xd1, 0x1b, 0x2b, 0x40, 0xf4, 0xeb, 0x45, 0x97, 0x68, 0xeb, 0x17, 0x6a, 0x95, 0xba, 0xdd, 0x52, 0xaf, 0x22, 0x43, 0x75, 0x39, 0x8e, 0xd2, 0x1e, 0x5c, 0xd8, 0x11, 0xd4, 0x81, 0xe0, 0x76, 0x2a, 0x92, 0xa1, 0xef, 0x4f, 0x3e, 0xd4, 0xa4, 0x92, 0xbe, 0x15, 0x94, 0xfc, 0x16, 0xdd, 0xf5, 0xd2, 0x9f, 0x80, 0x8f, 0x0f, 0x5c, 0xef, 0xd2, 0x22, 0x68, 0x6d, 0x23, 0x4e, 0xd0, 0xc6, 0x92, 0xb1, 0x74, 0x82, 0x17, 0x9c, 0x14, 0xe6, 0x39, 0x47, 0x9f, 0xa5, 0x36, 0xb1, 0x34, 0xe7, 0x4d, 0x20, 0xf6, 0xff, 0x00, 0xf7, 0x45, 0xef, 0xdb, 0x64, 0x97, 0xab, 0x12, 0xa6, 0xd4, 0xd5, 0x76, 0xd5, 0xaa, 0x34, 0x27, 0xd5, 0x35, 0x81, 0xb5, 0xc3, 0x14, 0xc3, 0xe7, 0x7e, 0x49, 0xf1, 0x80, 0x94, 0xa0, 0xa4, 0xab, 0x3b, 0x8a, 0x81, 0x38, 0x91, 0xa7, 0x6f, 0x02, 0xb8, 0x78, 0x40, 0x44, 0x6f, 0x39, 0x3e, 0xe8, 0xfd, 0x69, 0xfa, 0x76, 0x99, 0xa2, 0xb9, 0xa4, 0xac, 0xbe, 0x83, 0xde, 0x4a, 0xa6, 0x41, 0x9f, 0x22, 0x0f, 0xa4, 0x7b, 0xeb, 0xcd, 0x2f, 0xd3, 0xbd, 0x11, 0xa9, 0xe8, 0x0d, 0x5e, 0xd8, 0xd4, 0xbe, 0xdc, 0xaa, 0xcb, 0xba, 0xa7, 0xd2, 0x2a, 0x2e, 0xaa, 0x72, 0xad, 0xd9, 0x02, 0x63, 0x73, 0x43, 0x6b, 0x31, 0x8b, 0x0b, 0x4f, 0xb8, 0xe4, 0x94, 0x65, 0x3b, 0x76, 0x1f, 0x76, 0xe3, 0xf3, 0xd4, 0xec, 0xbe, 0xb4, 0x88, 0x22, 0x87, 0x6f, 0x4c, 0xd1, 0xce, 0x8a, 0xe2, 0x9e, 0x6f, 0xf8, 0x90, 0x49, 0xc1, 0x2a, 0x9e, 0x51, 0xcf, 0xe1, 0x4e, 0x2d, 0xcd, 0x1f, 0xd0, 0xc8, 0xbd, 0xac, 0x37, 0x6c, 0x57, 0x3b, 0x78, 0x42, 0xab, 0xad, 0xd0, 0xe6, 0x39, 0x59, 0x9f, 0x54, 0xa7, 0xbe, 0xdd, 0x4d, 0x35, 0x11, 0xbb, 0xd3, 0xa6, 0x31, 0x49, 0xde, 0xb4, 0x95, 0x06, 0xc1, 0x01, 0x01, 0x01, 0x19, 0x24, 0x82, 0x54, 0x43, 0x0d, 0xc5, 0xcf, 0x7e, 0x47, 0x08, 0xe1, 0xeb, 0xcf, 0xd2, 0x3f, 0xbf, 0xc2, 0x86, 0xb4, 0xb1, 0xec, 0xf9, 0xec, 0xb9, 0x5b, 0xad, 0x1e, 0xf3, 0x84, 0xc8, 0x29, 0x3c, 0x5c, 0x5c, 0xa3, 0x99, 0xe5, 0xb5, 0x79, 0x1f, 0x44, 0x74, 0x1a, 0xb5, 0xda, 0x34, 0xcb, 0x7e, 0x5f, 0x6d, 0xb3, 0x13, 0x71, 0xa6, 0xdf, 0xdd, 0x06, 0xa2, 0xc5, 0x2e, 0x49, 0xa9, 0x9a, 0xb8, 0x59, 0xd9, 0xc8, 0xc9, 0x5b, 0x58, 0x38, 0x20, 0xa0, 0x20, 0x27, 0x3c, 0xee, 0xf7, 0x19, 0x90, 0xf2, 0xca, 0xf3, 0xf7, 0xe9, 0x50, 0x9d, 0x3f, 0x43, 0x3d, 0x93, 0x2b, 0xee, 0x4f, 0x79, 0xc3, 0xd0, 0xf1, 0xf1, 0x7d, 0x62, 0x7c, 0xa2, 0x2a, 0x4e, 0xa9, 0xa2, 0xfd, 0xbf, 0x3f, 0xdb, 0x3c, 0x1a, 0x65, 0xbd, 0xdb, 0xe4, 0xa8, 0x57, 0x5c, 0x28, 0x10, 0xdc, 0x87, 0x50, 0x30, 0x24, 0x1a, 0xaf, 0xde, 0xc9, 0x79, 0xaf, 0x28, 0x50, 0x1c, 0xa9, 0x92, 0x03, 0x9f, 0x99, 0x01, 0x01, 0x20, 0x11, 0xee, 0xe4, 0xaa, 0xdd, 0x5a, 0x92, 0xa1, 0x1c, 0xbe, 0xff, 0x00, 0x7a, 0xe5, 0xe9, 0xfa, 0x12, 0xbb, 0x34, 0x95, 0xa1, 0xa2, 0x1d, 0x81, 0x1e, 0x13, 0xc6, 0x17, 0x8f, 0x7c, 0x4e, 0xfc, 0xa2, 0xbd, 0xbd, 0x34, 0x27, 0x48, 0x87, 0x69, 0xd6, 0xf3, 0x16, 0xa7, 0x6c, 0xb2, 0x9a, 0xad, 0xc4, 0x10, 0xd4, 0x2b, 0xa2, 0x3c, 0x84, 0xd4, 0xbd, 0x78, 0x74, 0x09, 0x01, 0x48, 0x04, 0x82, 0xd9, 0x4e, 0xfe, 0x4a, 0x70, 0x00, 0x4e, 0x31, 0xc1, 0x30, 0x29, 0xdb, 0x85, 0xb6, 0xa0, 0xa4, 0xc7, 0x2f, 0x32, 0x3f, 0x4a, 0x22, 0xeb, 0x4b, 0xd0, 0x53, 0xd9, 0x96, 0xd6, 0xcb, 0x67, 0x8f, 0x11, 0x00, 0xf1, 0x05, 0x73, 0x9e, 0x7d, 0x67, 0xca, 0x9e, 0xea, 0xff, 0x00, 0x6e, 0x5a, 0x29, 0x4d, 0xed, 0xbe, 0x87, 0x52, 0xb2, 0x7b, 0x6d, 0x8e, 0xc4, 0xaf, 0xba, 0xe3, 0x8a, 0x6d, 0x4e, 0x28, 0x7b, 0xef, 0x65, 0xcc, 0x2a, 0x08, 0x7d, 0xb7, 0xd2, 0x95, 0x95, 0x60, 0xb6, 0x5d, 0x51, 0x2b, 0x4a, 0x52, 0x14, 0x12, 0x13, 0xf2, 0x01, 0x85, 0x6f, 0x5d, 0xac, 0x9e, 0x24, 0x88, 0x9e, 0xb3, 0x3d, 0x31, 0xca, 0x29, 0xda, 0x86, 0x93, 0xd9, 0xd6, 0xfb, 0x3a, 0xda, 0xd8, 0x68, 0xf1, 0xc0, 0xe1, 0x80, 0x42, 0x81, 0x3b, 0xcf, 0x3e, 0xb3, 0x34, 0xdf, 0x5f, 0xf4, 0x13, 0x48, 0x2b, 0x1a, 0x0f, 0x48, 0x9d, 0x60, 0x68, 0x38, 0x8f, 0x55, 0x66, 0x33, 0x28, 0xa4, 0x4e, 0xa4, 0xc2, 0x92, 0xed, 0x46, 0x5e, 0xe0, 0xa4, 0x4a, 0x6e, 0x52, 0x41, 0x51, 0xc6, 0x14, 0xa3, 0xb9, 0xc0, 0x0e, 0xe2, 0x94, 0xa7, 0x00, 0xe3, 0xa6, 0xb6, 0xed, 0xf3, 0x9c, 0x7d, 0xe2, 0x40, 0x13, 0x8c, 0xc9, 0x3e, 0x7e, 0x54, 0x56, 0xb1, 0xa4, 0x68, 0x2b, 0xd1, 0x1a, 0x36, 0xc8, 0x3c, 0x70, 0x36, 0x06, 0x7a, 0x10, 0x7a, 0xe2, 0x77, 0xe7, 0x4b, 0x77, 0x4d, 0xdb, 0x87, 0x6d, 0x0e, 0x69, 0xdd, 0x02, 0x56, 0x91, 0x68, 0x4c, 0xa8, 0x2e, 0x3b, 0x36, 0x3c, 0x4a, 0x7c, 0x8a, 0x15, 0x3a, 0x4f, 0xad, 0x95, 0x01, 0x51, 0x9d, 0x4c, 0x94, 0xcc, 0x49, 0xdd, 0x87, 0x31, 0xe3, 0xc2, 0x96, 0x10, 0xa2, 0xe2, 0xb0, 0x06, 0x01, 0x02, 0x74, 0xbd, 0x76, 0xe1, 0x51, 0x71, 0x20, 0x00, 0x44, 0x66, 0x79, 0x8c, 0xed, 0x8a, 0xed, 0x6f, 0x42, 0xd0, 0x06, 0x9c, 0xcf, 0xb2, 0xb6, 0x41, 0x24, 0x0f, 0x08, 0x20, 0xf0, 0x91, 0xe2, 0x07, 0xdd, 0xcc, 0xe6, 0x69, 0x1e, 0xea, 0x3b, 0x6d, 0xed, 0xca, 0x8a, 0x6d, 0xb9, 0x7a, 0x77, 0xa2, 0xaf, 0x40, 0x42, 0xa5, 0x43, 0x49, 0xfd, 0x92, 0x83, 0x2c, 0xc9, 0x76, 0x9a, 0x9f, 0x22, 0xa5, 0xa9, 0xe0, 0x54, 0xb2, 0x95, 0x82, 0x96, 0x76, 0x95, 0x04, 0x38, 0x54, 0x5c, 0xc8, 0xc0, 0xf6, 0xb1, 0x2e, 0x5f, 0xa9, 0x47, 0xbe, 0x00, 0x67, 0x10, 0x67, 0x1e, 0x7f, 0xb5, 0x49, 0xae, 0xe8, 0xbd, 0x9f, 0x69, 0x86, 0x43, 0x0d, 0x9d, 0xc4, 0xf0, 0x83, 0x3c, 0x33, 0xe2, 0xdb, 0xa7, 0xc6, 0xa4, 0xfb, 0xa5, 0xd0, 0xce, 0xdf, 0xab, 0x35, 0xfb, 0x32, 0x4d, 0xbf, 0xa5, 0x32, 0x8d, 0x31, 0x55, 0x66, 0x17, 0x54, 0x8b, 0x6c, 0xc6, 0x9a, 0xf2, 0xdd, 0xa2, 0x92, 0x81, 0x20, 0xbc, 0x32, 0xe6, 0xd7, 0x30, 0x13, 0xb5, 0x4a, 0x09, 0x71, 0x63, 0xc9, 0xb8, 0x70, 0x00, 0x6d, 0xb2, 0x6e, 0x84, 0x97, 0x10, 0x91, 0x9c, 0x47, 0x4e, 0x53, 0x4f, 0xd7, 0x74, 0x5e, 0xcf, 0x8f, 0x67, 0xee, 0x1b, 0xe6, 0x38, 0xa0, 0x6e, 0x9e, 0x73, 0x1e, 0xef, 0x3a, 0x63, 0xdc, 0x5f, 0x6d, 0xdd, 0xb2, 0xc1, 0xd4, 0xfb, 0x1e, 0x54, 0x6d, 0x14, 0x44, 0x5a, 0x53, 0xd5, 0x70, 0x8b, 0x91, 0xab, 0x52, 0x2c, 0xb5, 0xb6, 0xaa, 0x31, 0x5c, 0x72, 0xaf, 0x31, 0x05, 0xcd, 0xaa, 0x0b, 0x0a, 0x09, 0x50, 0x21, 0x6b, 0x46, 0xf2, 0x46, 0x40, 0xe9, 0xec, 0x3b, 0x7c, 0xa4, 0x7f, 0x15, 0x20, 0x10, 0xae, 0x59, 0xc7, 0x2f, 0x7d, 0x45, 0xda, 0x2d, 0x07, 0xb3, 0x86, 0xea, 0xdb, 0xbb, 0x41, 0x8d, 0x95, 0x00, 0xc7, 0x0f, 0x39, 0x8f, 0x38, 0xce, 0xfb, 0xd7, 0x3a, 0xdf, 0xda, 0xef, 0x6d, 0x54, 0xfd, 0x59, 0xb4, 0xaa, 0x31, 0x34, 0x39, 0x11, 0xe8, 0xaf, 0xca, 0xdb, 0x71, 0xc3, 0xb5, 0xa1, 0x48, 0x31, 0x1f, 0xa7, 0xef, 0x8c, 0xa6, 0x57, 0x23, 0xc4, 0x56, 0x10, 0xaf, 0x28, 0x70, 0x12, 0x93, 0xb8, 0xb6, 0x9c, 0x90, 0x09, 0x04, 0xa5, 0xbb, 0xb7, 0xea, 0x40, 0x53, 0xc0, 0x05, 0x49, 0xd8, 0xfa, 0xfd, 0x9a, 0x7e, 0xb7, 0xa1, 0x76, 0x70, 0x5f, 0xdb, 0x86, 0x9b, 0x3d, 0xdf, 0xf3, 0x00, 0x30, 0x46, 0x22, 0x63, 0x11, 0x23, 0x7e, 0x9b, 0xd2, 0x9a, 0x8f, 0xdb, 0x8f, 0x6c, 0x15, 0x0e, 0xe5, 0x6c, 0xba, 0x7d, 0x3b, 0x42, 0x23, 0x46, 0xa1, 0x3e, 0xe3, 0xab, 0xba, 0x21, 0xdb, 0x6c, 0xc9, 0x10, 0x64, 0x46, 0x4b, 0x68, 0x54, 0x55, 0x3e, 0xb4, 0x29, 0xc0, 0xde, 0x5f, 0x2a, 0x4a, 0xc8, 0x57, 0x08, 0x4a, 0x54, 0x71, 0x9c, 0xf4, 0xeb, 0x77, 0x6f, 0x5c, 0x82, 0xe8, 0x00, 0x89, 0xc0, 0x33, 0xf7, 0x34, 0xdd, 0x5b, 0x40, 0xec, 0xe9, 0xd5, 0x18, 0x43, 0x4d, 0xf8, 0x4f, 0xe6, 0x80, 0x62, 0x06, 0xd3, 0x1e, 0x74, 0xc7, 0x55, 0xbb, 0x66, 0xed, 0xee, 0x97, 0xdd, 0x4d, 0x0e, 0x88, 0xc6, 0x84, 0x32, 0xc5, 0x1e, 0x42, 0x94, 0xdd, 0x6e, 0x05, 0x25, 0x12, 0x0d, 0x31, 0xc5, 0x06, 0xdc, 0x30, 0xbc, 0xab, 0x42, 0x96, 0x94, 0x82, 0xe2, 0x80, 0x70, 0x25, 0x40, 0x6d, 0x4a, 0x49, 0x29, 0x24, 0xab, 0xa6, 0xb6, 0xed, 0xfa, 0x90, 0x14, 0xe0, 0x01, 0x59, 0xe7, 0x20, 0x7b, 0xe9, 0x35, 0x2d, 0x0b, 0xb3, 0x63, 0x5c, 0x65, 0x29, 0x6f, 0xc0, 0x7f, 0x36, 0x08, 0x18, 0xfc, 0xb3, 0xcb, 0x79, 0xfd, 0x6b, 0xbb, 0x9b, 0xb5, 0xfe, 0xdd, 0x63, 0xf7, 0x6f, 0x49, 0x8a, 0xde, 0x84, 0x78, 0x29, 0x0e, 0x44, 0xdf, 0x36, 0x9f, 0x4f, 0x6d, 0xf4, 0x52, 0xdd, 0x9c, 0x84, 0x49, 0x11, 0x14, 0xea, 0xd2, 0xa5, 0x04, 0x67, 0x28, 0x2b, 0x4a, 0x57, 0xb4, 0x9d, 0xb9, 0xc1, 0x52, 0xba, 0x46, 0xdf, 0xbf, 0x53, 0x40, 0xb8, 0x91, 0xc5, 0x07, 0x63, 0x8f, 0x8d, 0x25, 0xef, 0x67, 0xfb, 0x36, 0x9e, 0xd1, 0xb7, 0xc0, 0xd9, 0xee, 0xf7, 0x38, 0x3c, 0x32, 0x36, 0x98, 0xc7, 0x5c, 0x6d, 0x31, 0x34, 0xda, 0xa3, 0xd9, 0xef, 0x6e, 0x63, 0xbc, 0x66, 0xae, 0xba, 0xae, 0x81, 0x38, 0x28, 0x06, 0x88, 0xe1, 0x7e, 0x2a, 0xcc, 0x84, 0x52, 0x57, 0x52, 0x53, 0x8b, 0xf0, 0x95, 0x90, 0xa2, 0x42, 0x4b, 0x21, 0x2a, 0x20, 0x39, 0xe3, 0xde, 0x52, 0x0a, 0x86, 0x48, 0x0f, 0x6a, 0xf2, 0xf7, 0xd9, 0xa1, 0x69, 0x1c, 0x64, 0x4c, 0x72, 0xf4, 0x9a, 0x6d, 0xd7, 0x67, 0x3b, 0x3b, 0xff, 0x00, 0x53, 0xa1, 0x41, 0xb3, 0xdd, 0xf0, 0xe7, 0x1e, 0x1e, 0x2e, 0x58, 0xeb, 0x1c, 0xa6, 0x29, 0x8d, 0x3f, 0xb6, 0x1e, 0xd3, 0xd1, 0xde, 0xab, 0x97, 0x67, 0xf7, 0x3e, 0xbf, 0xfb, 0x1b, 0x26, 0xd8, 0x52, 0x7e, 0xe8, 0x7a, 0x3c, 0x91, 0x49, 0x35, 0xb0, 0xb3, 0x84, 0x64, 0xab, 0x25, 0xa2, 0xc8, 0x0a, 0xc6, 0xfd, 0x85, 0xdf, 0x6e, 0xec, 0x71, 0xd3, 0x93, 0x79, 0x74, 0xab, 0x68, 0xe1, 0x1c, 0x71, 0x31, 0xca, 0x63, 0x69, 0xf5, 0xa1, 0xc6, 0x85, 0xd9, 0xc4, 0xf6, 0xb4, 0x80, 0xd9, 0xee, 0x4a, 0x7a, 0x1e, 0x0e, 0x29, 0xf8, 0x7e, 0x5e, 0x5b, 0x4e, 0xd5, 0x23, 0x67, 0xd0, 0x34, 0x4a, 0x9d, 0xdd, 0x25, 0x56, 0xde, 0xa9, 0x69, 0x9b, 0x4b, 0xb3, 0xe2, 0x52, 0x5a, 0x14, 0xaa, 0x4b, 0xd0, 0xa6, 0xa2, 0x98, 0x99, 0xce, 0x2f, 0x2f, 0x14, 0x3d, 0x80, 0x14, 0xd3, 0x68, 0xde, 0x43, 0x6a, 0x5e, 0xd2, 0xe2, 0xc0, 0x49, 0x52, 0x40, 0xc0, 0xa5, 0xbb, 0x82, 0xc7, 0x7c, 0x5b, 0x05, 0xc2, 0x36, 0x9c, 0x4f, 0x4f, 0xef, 0x47, 0x33, 0xa4, 0x76, 0x6f, 0xfe, 0xa5, 0x5a, 0x38, 0x7f, 0x86, 0x12, 0x23, 0xc2, 0x62, 0x73, 0x31, 0xcb, 0x6e, 0x5d, 0x7e, 0x49, 0xd8, 0x5a, 0x63, 0xa1, 0xb7, 0xbf, 0x77, 0x57, 0x55, 0x95, 0x7b, 0x69, 0xac, 0xda, 0xdd, 0x8e, 0xcd, 0x26, 0x3b, 0xd6, 0xb4, 0x2a, 0xb5, 0x3e, 0x72, 0x29, 0x86, 0x68, 0xf1, 0xf9, 0xd2, 0x24, 0x2f, 0x69, 0x79, 0x0d, 0xa3, 0xc8, 0x59, 0x4a, 0x9c, 0xda, 0x78, 0xc1, 0x38, 0x4f, 0x52, 0x96, 0xde, 0x62, 0xdf, 0xbf, 0x6d, 0x03, 0xbd, 0xda, 0x27, 0x15, 0x15, 0xa6, 0x8d, 0xa0, 0x39, 0xda, 0x77, 0x52, 0xb4, 0x92, 0xd4, 0x08, 0x94, 0x9e, 0x19, 0xe7, 0x13, 0x83, 0x18, 0x81, 0x31, 0xbc, 0x51, 0xff, 0x00, 0x6a, 0xf6, 0x65, 0xb3, 0x6b, 0x5e, 0xb7, 0xac, 0x56, 0xad, 0x6a, 0xa2, 0x6d, 0xe8, 0x55, 0x04, 0xb5, 0x65, 0xc3, 0x9b, 0xea, 0xd1, 0x14, 0x47, 0xc6, 0x1d, 0x09, 0x2a, 0x23, 0xc8, 0x1b, 0x57, 0xb5, 0x05, 0x4a, 0x24, 0xb6, 0x12, 0x72, 0xaf, 0x9e, 0x83, 0x75, 0x2e, 0x82, 0xa5, 0xb6, 0x81, 0xc6, 0x40, 0xc4, 0xe2, 0x79, 0xe6, 0x88, 0xd2, 0x34, 0xdd, 0x21, 0x1a, 0xf5, 0xc2, 0x0f, 0x17, 0x74, 0x23, 0x83, 0x7e, 0x1d, 0xbc, 0x44, 0x6c, 0x27, 0x61, 0xe9, 0x53, 0x35, 0xbb, 0x39, 0xbd, 0x43, 0xd4, 0x38, 0x36, 0x70, 0xab, 0x56, 0xa2, 0xc0, 0x5d, 0xba, 0xf6, 0xe5, 0x7a, 0xd7, 0x52, 0x84, 0xb6, 0x99, 0x95, 0x37, 0x12, 0xa7, 0x77, 0xa5, 0x4a, 0x5b, 0x60, 0x0f, 0x1a, 0x4a, 0xb8, 0x01, 0x60, 0xe4, 0x8e, 0x0c, 0xc9, 0xb6, 0x45, 0xc5, 0xc7, 0x09, 0x24, 0x08, 0xe5, 0xea, 0x7a, 0xd0, 0x0f, 0xe9, 0x56, 0x9a, 0x8e, 0xaa, 0x6d, 0xd2, 0xb5, 0xf7, 0x61, 0x1d, 0x48, 0xfe, 0x65, 0x6f, 0x33, 0x23, 0x78, 0x9e, 0x55, 0xc6, 0x97, 0xf6, 0xaf, 0x6c, 0x4d, 0x65, 0xeb, 0x9a, 0x25, 0xc2, 0x89, 0xb5, 0x58, 0x0f, 0x49, 0x7e, 0x0a, 0x60, 0xd5, 0x4b, 0xac, 0x24, 0xc7, 0x60, 0xbc, 0xde, 0xfd, 0xac, 0xee, 0x39, 0x70, 0x25, 0x24, 0x0c, 0x12, 0x09, 0xc1, 0xc8, 0xc1, 0x56, 0xac, 0x1a, 0x5a, 0x09, 0x4c, 0x82, 0x0e, 0x27, 0xaf, 0xad, 0x23, 0x9f, 0xe1, 0xfe, 0x9b, 0x6a, 0xbe, 0xf9, 0xb2, 0x4a, 0xc6, 0x53, 0x9c, 0x48, 0xc8, 0x9c, 0x75, 0xde, 0x33, 0x51, 0xb7, 0x85, 0x95, 0xad, 0x97, 0x15, 0xb7, 0x23, 0x4e, 0x2f, 0xca, 0xdc, 0x56, 0x22, 0x44, 0x65, 0x73, 0x57, 0x4e, 0x87, 0x41, 0xf7, 0xb0, 0xb6, 0xd6, 0x48, 0x2e, 0x6c, 0x6d, 0x25, 0x09, 0xcc, 0x85, 0x9d, 0xc0, 0xab, 0x03, 0x38, 0x07, 0x8e, 0x98, 0xed, 0xb5, 0xd3, 0x49, 0xe0, 0x74, 0x88, 0xdf, 0x1f, 0x7e, 0x75, 0x43, 0xa9, 0x69, 0x5a, 0xe3, 0xd6, 0xa6, 0xde, 0xe5, 0xd4, 0xf0, 0x65, 0x58, 0x4f, 0x30, 0x79, 0xe0, 0x40, 0xc9, 0xcd, 0x53, 0x3a, 0x91, 0x60, 0xcb, 0xbc, 0xb4, 0x21, 0xba, 0xdc, 0xba, 0x52, 0x57, 0x52, 0x62, 0xac, 0xdc, 0xc6, 0xeb, 0x12, 0xa3, 0x15, 0x4c, 0x2d, 0x21, 0x0e, 0x34, 0x80, 0xdb, 0xc5, 0xbd, 0xde, 0x24, 0x94, 0x83, 0x84, 0xba, 0x02, 0x4b, 0x67, 0x20, 0x64, 0x65, 0xcc, 0xbc, 0xe2, 0x6c, 0x09, 0x04, 0xef, 0xf2, 0xc0, 0x34, 0x2a, 0x1e, 0xbf, 0xff, 0x00, 0xa3, 0xd4, 0xec, 0xab, 0x88, 0x2a, 0x41, 0xcc, 0xc4, 0xc6, 0x0e, 0xf1, 0xef, 0x8a, 0x11, 0xd4, 0x1d, 0x05, 0x94, 0xbd, 0x1a, 0xb1, 0x75, 0x36, 0x15, 0x26, 0x3c, 0xaa, 0x9b, 0x15, 0x27, 0xe6, 0xd5, 0x6b, 0x1e, 0x94, 0xbb, 0x30, 0x6d, 0x71, 0xd6, 0xda, 0x5c, 0x97, 0xb6, 0x85, 0xa9, 0x19, 0x08, 0x42, 0x41, 0x73, 0xe8, 0x38, 0x1c, 0x1e, 0x89, 0xf6, 0x95, 0xa6, 0xc4, 0x28, 0x4e, 0xff, 0x00, 0x29, 0xa7, 0x3a, 0xf6, 0xa0, 0x3b, 0x27, 0x6f, 0x74, 0x95, 0xa8, 0xa8, 0x12, 0x54, 0x64, 0xce, 0xe7, 0x7f, 0x2f, 0x7f, 0x4a, 0x4e, 0xeb, 0xd0, 0x68, 0xb3, 0xb4, 0x0a, 0x1e, 0xa0, 0xc4, 0xb4, 0x61, 0x22, 0xb0, 0xf5, 0x7f, 0xef, 0x59, 0x35, 0xc6, 0xa2, 0x0f, 0x5c, 0x85, 0x6f, 0x79, 0xbd, 0xde, 0x6f, 0x19, 0x71, 0x2d, 0x80, 0x63, 0xe3, 0x2e, 0x01, 0xb8, 0xa7, 0x01, 0x44, 0x1d, 0x91, 0xaa, 0xe6, 0xe3, 0xd8, 0x01, 0x04, 0xef, 0xf2, 0xcd, 0x4f, 0x71, 0x77, 0xa8, 0x2f, 0xb1, 0xc9, 0xb8, 0x4a, 0x94, 0x14, 0x55, 0x24, 0x82, 0x41, 0x89, 0x3f, 0x01, 0xb7, 0x3a, 0xab, 0x2c, 0xee, 0xdb, 0x6b, 0x97, 0xe6, 0xa0, 0xb0, 0xd5, 0x9f, 0x43, 0x72, 0x5d, 0xc5, 0x29, 0xe5, 0x3e, 0xcc, 0x94, 0xa9, 0x29, 0x7d, 0x6e, 0x00, 0x54, 0x56, 0x1d, 0x51, 0x07, 0x7f, 0x04, 0xe7, 0x39, 0xe8, 0x74, 0xdc, 0xdd, 0x2d, 0x3c, 0x08, 0x51, 0xf4, 0x9a, 0xc3, 0xd8, 0x5e, 0xf6, 0x83, 0x51, 0xb9, 0x16, 0xcc, 0x3c, 0xb5, 0x13, 0x38, 0xe3, 0x3c, 0xbd, 0x4c, 0x50, 0xd6, 0xa9, 0xf6, 0x51, 0xad, 0xb4, 0x3b, 0x85, 0xba, 0x9d, 0xa4, 0xdd, 0x3a, 0x92, 0xa8, 0xf3, 0x1d, 0x72, 0x45, 0x46, 0x3d, 0x59, 0xa5, 0xc8, 0x61, 0xc2, 0xc3, 0x5e, 0xd5, 0x37, 0x14, 0xb9, 0x24, 0x2c, 0xa8, 0x3a, 0x90, 0x36, 0x67, 0x24, 0x83, 0x8d, 0xdc, 0xdf, 0x58, 0xba, 0xb2, 0xc4, 0x3a, 0x4e, 0xc3, 0x9f, 0xad, 0x6d, 0x06, 0x9f, 0xda, 0x63, 0x6e, 0x84, 0x29, 0xc5, 0x01, 0x99, 0x95, 0x9f, 0x28, 0x10, 0x09, 0x3d, 0x79, 0x52, 0x3a, 0x23, 0xa4, 0xb6, 0x05, 0xa1, 0x7f, 0xb1, 0x68, 0x22, 0xfa, 0xb7, 0x24, 0xdc, 0xd1, 0x9a, 0x31, 0x9c, 0x44, 0x2a, 0x44, 0xff, 0x00, 0x56, 0xf4, 0x87, 0x82, 0xb7, 0xb6, 0x94, 0x88, 0x9b, 0x97, 0x94, 0x2b, 0x60, 0xc1, 0x3b, 0x81, 0x3c, 0x60, 0xe0, 0x8d, 0x78, 0xde, 0xa5, 0x74, 0xcc, 0xa2, 0x78, 0x4f, 0x29, 0xe5, 0x1f, 0x66, 0x8c, 0xba, 0xd0, 0xbb, 0x4c, 0xfd, 0x88, 0x4a, 0x5e, 0x25, 0x31, 0x90, 0x56, 0x76, 0xf4, 0x89, 0xad, 0x43, 0x07, 0x44, 0x6f, 0x6a, 0x5d, 0x19, 0xaa, 0xdb, 0x70, 0x5b, 0x7a, 0x03, 0x90, 0xc4, 0xa5, 0x3c, 0xd2, 0x94, 0xdf, 0x89, 0x05, 0xc7, 0x1b, 0x29, 0x5a, 0x5d, 0x09, 0x5a, 0x54, 0x95, 0x34, 0xb0, 0x52, 0x53, 0x94, 0xed, 0xe7, 0x1d, 0x67, 0x1f, 0xb5, 0x7d, 0xa2, 0x78, 0x86, 0xdb, 0xd6, 0x22, 0xf3, 0xb3, 0xba, 0xa5, 0xaf, 0x89, 0x69, 0x94, 0x81, 0x24, 0x83, 0x81, 0xbf, 0x58, 0xe9, 0x48, 0xb1, 0x1a, 0x39, 0x47, 0xbd, 0xb0, 0x00, 0x27, 0x00, 0x71, 0xfc, 0xc7, 0x81, 0xd0, 0xb0, 0x48, 0xaa, 0x84, 0xb9, 0xc1, 0x4e, 0x29, 0xd0, 0x18, 0x69, 0xad, 0x8c, 0x34, 0x94, 0x80, 0x9c, 0x00, 0x84, 0xe3, 0x00, 0x9c, 0xe3, 0xfa, 0xc6, 0x7a, 0x76, 0x76, 0xa2, 0x53, 0x74, 0xf2, 0xd3, 0x12, 0x63, 0xd6, 0xbe, 0x80, 0x7d, 0x8c, 0x48, 0x0d, 0xd6, 0xee, 0x84, 0x64, 0x9c, 0x52, 0x18, 0xc6, 0x7e, 0x9f, 0x8c, 0xae, 0xb5, 0xbd, 0x9a, 0x8f, 0x1d, 0x7a, 0x2f, 0x62, 0x32, 0xeb, 0x87, 0xff, 0x00, 0x44, 0xff, 0x00, 0xf9, 0x2a, 0xb7, 0xdf, 0x5a, 0xba, 0xf4, 0x4a, 0x53, 0xae, 0xae, 0xa1, 0xad, 0x64, 0x24, 0x69, 0x25, 0xce, 0x47, 0xfc, 0x9e, 0x99, 0xf0, 0x3f, 0xc8, 0xaf, 0xa8, 0x2e, 0x7f, 0xd3, 0xab, 0xd0, 0xfd, 0x28, 0x7b, 0xbf, 0xf4, 0xae, 0x7f, 0xb4, 0xfd, 0x2b, 0xe6, 0x56, 0x98, 0xd0, 0xe9, 0xf7, 0x04, 0x3b, 0xc0, 0xd4, 0x5a, 0x8e, 0xbf, 0x4a, 0xc0, 0x71, 0xb5, 0xc8, 0x8e, 0xd3, 0x98, 0x00, 0xb8, 0x54, 0xda, 0x43, 0x8a, 0x49, 0x1b, 0xf1, 0xf2, 0x9e, 0x46, 0x33, 0x91, 0x81, 0x9c, 0x25, 0xba, 0x12, 0xa0, 0xb9, 0xe5, 0x58, 0x7d, 0x2d, 0x29, 0x75, 0x2f, 0xf1, 0x72, 0x1c, 0xfe, 0x99, 0xeb, 0xe5, 0x55, 0xad, 0xa9, 0x79, 0xd8, 0x96, 0xbd, 0xb5, 0x57, 0xa5, 0x5d, 0xad, 0xb6, 0xe4, 0xea, 0xa4, 0x75, 0xb5, 0x4b, 0x79, 0xe6, 0x1a, 0x70, 0x46, 0xda, 0xcb, 0xaa, 0x53, 0x84, 0xb8, 0x93, 0xe3, 0x19, 0xda, 0x9d, 0xc9, 0xc9, 0xdc, 0xb4, 0xf1, 0x92, 0x08, 0x8a, 0xd9, 0x29, 0x5b, 0x6a, 0x9f, 0xf8, 0xfa, 0xd5, 0x6d, 0x96, 0xa3, 0x6f, 0x6d, 0x6e, 0xe0, 0x78, 0xe5, 0x58, 0x04, 0xc6, 0x30, 0x73, 0x9d, 0xb9, 0x0c, 0x73, 0x23, 0x1c, 0xeb, 0x9d, 0x33, 0x4d, 0x09, 0x7a, 0x67, 0x74, 0x57, 0xe7, 0xc2, 0x6e, 0x4a, 0x05, 0x3a, 0x42, 0x5b, 0x54, 0x8a, 0x30, 0x93, 0xe2, 0x50, 0x65, 0x4a, 0xf2, 0x36, 0xe0, 0x04, 0xa1, 0x43, 0x18, 0x38, 0x20, 0x24, 0x1d, 0xc4, 0x10, 0x38, 0xe6, 0x1a, 0x3c, 0x2a, 0xe2, 0x1f, 0xac, 0x57, 0x69, 0x57, 0x8d, 0x2e, 0xc5, 0xf7, 0x72, 0x60, 0x1d, 0xd3, 0x3c, 0xa6, 0x41, 0xeb, 0xff, 0x00, 0x26, 0x84, 0xad, 0x08, 0xd6, 0xf3, 0xdd, 0xb9, 0xdf, 0x55, 0x06, 0xa3, 0x2a, 0xb5, 0x19, 0x2d, 0x4b, 0x10, 0x63, 0xcb, 0xa2, 0x21, 0xe3, 0x05, 0xf4, 0x30, 0x82, 0x8f, 0x1b, 0xfb, 0x4a, 0xc7, 0x2e, 0x0e, 0x72, 0x03, 0x40, 0x25, 0x47, 0x23, 0x1d, 0x1f, 0x6a, 0x95, 0xf7, 0x47, 0xbc, 0x31, 0xee, 0x9f, 0x7d, 0x58, 0xe9, 0x4e, 0x85, 0xe8, 0x2f, 0x2b, 0x2a, 0x89, 0x80, 0x46, 0xd8, 0xeb, 0xbf, 0x3f, 0x75, 0x33, 0xd1, 0x0b, 0x82, 0xb7, 0x56, 0xed, 0x56, 0xe8, 0xaf, 0xd7, 0x2d, 0x48, 0xe9, 0x94, 0xc8, 0x53, 0x11, 0xde, 0x76, 0x9e, 0x85, 0x98, 0xa1, 0x84, 0x47, 0xda, 0xa6, 0xe5, 0x63, 0xd8, 0xa5, 0xf9, 0x36, 0xa8, 0x05, 0x00, 0x92, 0x84, 0x92, 0x01, 0x77, 0xde, 0xf5, 0x30, 0xc9, 0x49, 0xf1, 0x4f, 0x9c, 0x50, 0xec, 0xdc, 0xdc, 0xb9, 0xd9, 0xd7, 0xdd, 0x2d, 0xf8, 0x80, 0x20, 0x7b, 0x80, 0x88, 0x54, 0x73, 0x9f, 0x77, 0xbe, 0x8f, 0xb4, 0xbe, 0x87, 0x3e, 0xb1, 0xda, 0x7d, 0xc7, 0x72, 0x4d, 0x61, 0x5e, 0xb3, 0xd7, 0xf8, 0x5b, 0x98, 0xe5, 0x29, 0x2e, 0xae, 0x1b, 0x89, 0x71, 0x9e, 0x11, 0x25, 0x3e, 0xed, 0xab, 0x4a, 0xcf, 0x39, 0x29, 0x1b, 0x08, 0x1c, 0x93, 0x91, 0x54, 0xd2, 0x5b, 0x64, 0x99, 0x91, 0xd6, 0x2a, 0xbf, 0x4e, 0x72, 0xf5, 0x7d, 0x97, 0x79, 0xd7, 0xd3, 0xc2, 0xb9, 0x23, 0x91, 0x88, 0x23, 0xf9, 0xb7, 0xcc, 0xef, 0xca, 0x2a, 0x76, 0xda, 0xb3, 0x58, 0x7b, 0xb6, 0x19, 0x6e, 0xd5, 0x2b, 0x6a, 0xf5, 0xf2, 0x24, 0x25, 0x4d, 0xd4, 0x9d, 0xa2, 0x3c, 0xa3, 0x1d, 0x29, 0x93, 0xb5, 0x44, 0x4a, 0x48, 0xe3, 0x20, 0x04, 0x94, 0x93, 0xfa, 0x80, 0x91, 0x9c, 0x94, 0x6d, 0x2d, 0xa9, 0x99, 0x56, 0x3c, 0xe2, 0x8a, 0xb5, 0xe3, 0x57, 0x66, 0xc9, 0x5a, 0xfc, 0x64, 0xee, 0x41, 0xc7, 0x8b, 0xfa, 0xa3, 0xdd, 0x4c, 0x2b, 0x96, 0xa3, 0x96, 0x77, 0x6c, 0x8d, 0x55, 0x2b, 0x0e, 0x79, 0xea, 0x6f, 0x55, 0x99, 0x31, 0xe4, 0xaa, 0xd9, 0x25, 0x4c, 0x24, 0xc9, 0x29, 0x29, 0x13, 0xb6, 0xe1, 0x69, 0x21, 0x23, 0x19, 0x51, 0x20, 0x95, 0x27, 0x1f, 0x05, 0x33, 0x21, 0x1c, 0x2c, 0x13, 0xcc, 0xfd, 0xef, 0x50, 0xbf, 0xc7, 0x6b, 0xd9, 0xc4, 0xad, 0x67, 0xc7, 0xc4, 0x98, 0x3c, 0x3b, 0x66, 0x3f, 0x36, 0x27, 0xeb, 0xcb, 0xd0, 0x6e, 0xf1, 0x8e, 0xba, 0x57, 0x64, 0x34, 0xcb, 0x9e, 0x97, 0x25, 0xe7, 0x2a, 0xc2, 0xb2, 0x99, 0x2d, 0xbe, 0xf5, 0x01, 0xc4, 0x28, 0x36, 0x5d, 0x79, 0x25, 0xbf, 0x56, 0x12, 0x03, 0xa0, 0x96, 0x89, 0xda, 0x54, 0x4f, 0xf2, 0x7e, 0x02, 0x70, 0x57, 0x03, 0x64, 0x00, 0xae, 0x78, 0xdb, 0xd7, 0x9d, 0x67, 0x35, 0x3b, 0x9b, 0x9b, 0x6e, 0xc2, 0x26, 0xe6, 0xdd, 0x67, 0xbd, 0x42, 0x82, 0xc1, 0x29, 0x39, 0x1c, 0x46, 0x53, 0xc5, 0xce, 0x63, 0xaf, 0x95, 0x48, 0x6a, 0x5d, 0xa2, 0xeb, 0x5d, 0xad, 0xd1, 0xa5, 0xd0, 0xdf, 0x91, 0x4b, 0x9b, 0x1a, 0xa3, 0x02, 0x73, 0x35, 0x86, 0xad, 0xf0, 0xc3, 0x9b, 0x1c, 0x63, 0x1e, 0x24, 0xc9, 0x07, 0x32, 0x53, 0xe4, 0x24, 0x90, 0x41, 0x24, 0x81, 0x9e, 0x00, 0x1d, 0x35, 0x52, 0x84, 0x9c, 0x4f, 0xca, 0xac, 0xaf, 0xd9, 0x71, 0x7d, 0x94, 0x65, 0x6c, 0xad, 0x4d, 0x29, 0x25, 0x0b, 0x0a, 0x09, 0xc8, 0x90, 0x3c, 0x33, 0xfc, 0xc0, 0x9d, 0xe7, 0x27, 0x9e, 0xd4, 0xaf, 0x71, 0xf6, 0x9d, 0x4e, 0xdd, 0xed, 0xce, 0x98, 0x98, 0x4c, 0xa6, 0x3c, 0x86, 0xaa, 0x91, 0xdf, 0x91, 0x35, 0x74, 0x02, 0xd2, 0xa5, 0xf9, 0x5a, 0x51, 0x29, 0x0e, 0xa5, 0x7e, 0xfc, 0x28, 0x82, 0x72, 0x95, 0xfc, 0x27, 0x09, 0x3b, 0x70, 0x5a, 0xea, 0x47, 0x00, 0x99, 0xfb, 0xfa, 0xd5, 0xf6, 0xac, 0xa7, 0xec, 0x74, 0x26, 0xca, 0x55, 0x06, 0x41, 0x27, 0x84, 0x89, 0x91, 0x9c, 0xcf, 0x5f, 0x23, 0xe8, 0x68, 0x13, 0xba, 0xbb, 0x66, 0xad, 0x23, 0xb6, 0x9b, 0x32, 0x93, 0x4a, 0xa9, 0xd4, 0x69, 0x75, 0x85, 0x2d, 0xa9, 0x11, 0xeb, 0x1f, 0x71, 0xfa, 0x14, 0xcc, 0x4b, 0x91, 0x7c, 0x81, 0x2b, 0x79, 0xb5, 0x12, 0xfa, 0x41, 0x5e, 0xdf, 0x21, 0xe5, 0x5e, 0xc3, 0x92, 0xa0, 0x77, 0xaa, 0x1c, 0xee, 0x22, 0x53, 0x23, 0x9e, 0x3e, 0x7f, 0x7f, 0xa5, 0x41, 0xad, 0xb8, 0xf7, 0xe0, 0x8c, 0x25, 0x0b, 0x28, 0x59, 0x88, 0x54, 0x70, 0xcc, 0xa6, 0x72, 0x46, 0xe3, 0xcf, 0xd3, 0x9e, 0xef, 0x3b, 0x9d, 0xd2, 0x6a, 0xec, 0x2d, 0x16, 0xd2, 0xc3, 0x72, 0x56, 0x24, 0xb5, 0x51, 0xf4, 0x8a, 0x7e, 0x4d, 0x7e, 0x9d, 0x09, 0xa8, 0xb2, 0x66, 0x15, 0xa1, 0x85, 0x8c, 0xba, 0xd2, 0xd5, 0xe5, 0x09, 0xc9, 0x19, 0x5a, 0x42, 0xc9, 0xe4, 0xe1, 0x5b, 0xf2, 0xe5, 0x3a, 0x96, 0xa0, 0xb6, 0x91, 0x07, 0xca, 0xa7, 0xd7, 0x6d, 0x9d, 0xfc, 0x3a, 0xd9, 0x0e, 0x2c, 0x85, 0x73, 0x52, 0x70, 0x49, 0xc7, 0x31, 0xfa, 0x8f, 0x3d, 0xe6, 0x88, 0x3b, 0xc2, 0xa0, 0x33, 0xa7, 0x56, 0x45, 0x83, 0x1e, 0x85, 0x59, 0x7c, 0xcc, 0x66, 0x2b, 0xec, 0xd4, 0x67, 0xb1, 0x45, 0x55, 0x35, 0xc7, 0x9d, 0xf1, 0xb4, 0xe0, 0x0b, 0x0d, 0xed, 0x0f, 0xa8, 0x83, 0xf2, 0x90, 0x76, 0x95, 0x29, 0x43, 0x71, 0x38, 0x31, 0x3a, 0x88, 0x01, 0x51, 0x13, 0x45, 0xeb, 0xca, 0x5d, 0xa5, 0xab, 0x01, 0x2a, 0x33, 0xb1, 0x31, 0x12, 0x70, 0x73, 0x1b, 0xfc, 0x3a, 0xd4, 0x57, 0x7b, 0xf6, 0x00, 0xa1, 0x5c, 0x56, 0x0c, 0x0b, 0x1e, 0xf3, 0x85, 0x1e, 0x63, 0x91, 0x1c, 0x8f, 0x53, 0x5d, 0x1a, 0x88, 0x98, 0xe9, 0x96, 0x77, 0x32, 0x0b, 0x52, 0x1a, 0x69, 0x60, 0x6f, 0x00, 0xa4, 0x9e, 0x52, 0xb4, 0x12, 0x4f, 0x3b, 0xc0, 0x44, 0xd2, 0x10, 0x22, 0x26, 0x7d, 0xc6, 0x79, 0x1a, 0x1f, 0xb4, 0x68, 0x79, 0xb7, 0xad, 0x92, 0xcb, 0x9c, 0x27, 0x20, 0xc0, 0xc2, 0xb2, 0x24, 0x10, 0x0f, 0xf7, 0x1e, 0xfa, 0x57, 0xb9, 0xcd, 0x31, 0x9c, 0x9d, 0x61, 0xb2, 0xe8, 0x51, 0x20, 0x54, 0xa9, 0xf2, 0x9b, 0xa7, 0x21, 0xa6, 0xe5, 0x26, 0x0f, 0xa1, 0x4c, 0xc2, 0x85, 0x90, 0x5f, 0xd8, 0xd1, 0xf1, 0x39, 0xe4, 0x4e, 0x0e, 0x00, 0x25, 0x24, 0x94, 0x28, 0x0c, 0x6d, 0xea, 0x35, 0x07, 0x3f, 0x28, 0x80, 0x0e, 0xf8, 0xa7, 0xeb, 0x6d, 0x3c, 0xab, 0xeb, 0x76, 0xd3, 0xc4, 0x93, 0x1b, 0xe5, 0x20, 0xc1, 0xde, 0x06, 0x0c, 0x8e, 0x5f, 0x1a, 0x77, 0xdd, 0x14, 0x4a, 0xc5, 0x07, 0xb9, 0x6b, 0x5a, 0xcd, 0xb6, 0x24, 0x08, 0x4d, 0xb7, 0x06, 0x12, 0x5f, 0x54, 0x3a, 0x77, 0xa0, 0x6a, 0x66, 0x5e, 0x51, 0x53, 0xa5, 0xbf, 0xc8, 0xe1, 0xc6, 0x7d, 0xc1, 0x3b, 0x0e, 0xc2, 0x9c, 0x10, 0x95, 0x16, 0xd0, 0xb4, 0x52, 0xb1, 0x1b, 0xd7, 0x6b, 0x0e, 0xbe, 0xde, 0xb4, 0xcb, 0x0d, 0x98, 0x10, 0x26, 0x04, 0x4e, 0x77, 0x8d, 0xbf, 0x4f, 0xd1, 0xb7, 0x71, 0x14, 0x69, 0x8e, 0x77, 0x5d, 0x4d, 0xb1, 0xad, 0x56, 0x8b, 0x05, 0xc9, 0x30, 0x21, 0x78, 0xa3, 0xd0, 0x95, 0x05, 0xb9, 0x4e, 0x17, 0x76, 0x85, 0x2a, 0x3b, 0x89, 0xd8, 0xe6, 0x72, 0x3d, 0xdb, 0x0a, 0x08, 0x09, 0xfc, 0xc0, 0x75, 0x13, 0xbc, 0x41, 0xe0, 0x05, 0x26, 0xac, 0xeb, 0xa3, 0x5b, 0x6d, 0x84, 0x18, 0x1e, 0x11, 0x11, 0x1c, 0xfa, 0x1d, 0xfe, 0x95, 0xd6, 0xa4, 0xd8, 0x55, 0x5a, 0x8f, 0x7b, 0x4d, 0x52, 0xad, 0xea, 0x98, 0x34, 0xe9, 0xcf, 0x53, 0x8c, 0x43, 0x1e, 0x8b, 0xe9, 0x99, 0xfc, 0x35, 0x28, 0xba, 0xe1, 0x61, 0xdd, 0xc8, 0x20, 0xe4, 0xfc, 0xa7, 0x69, 0xf1, 0xed, 0x39, 0x3c, 0xa8, 0xa4, 0x2d, 0xb0, 0xe0, 0x6c, 0xa7, 0x60, 0x7e, 0x71, 0xfd, 0xe8, 0x6d, 0x41, 0x37, 0x2e, 0x76, 0x98, 0x32, 0xda, 0xbc, 0x2a, 0xe0, 0x8c, 0x40, 0xf0, 0x93, 0x26, 0x0e, 0x32, 0x3d, 0xd8, 0x8f, 0x52, 0x9b, 0xf5, 0x8a, 0xa4, 0x8e, 0xe9, 0xd1, 0x4c, 0xa6, 0xbc, 0xd2, 0xa2, 0x38, 0xa6, 0x94, 0xcc, 0x78, 0x90, 0x02, 0x99, 0x79, 0x09, 0x60, 0xad, 0x3b, 0x63, 0x28, 0x94, 0x2f, 0x7e, 0xd0, 0x91, 0x9c, 0x03, 0xbb, 0x77, 0xd3, 0xaa, 0xfb, 0x84, 0x13, 0x76, 0x07, 0xc3, 0xa5, 0x2e, 0xa4, 0xab, 0x95, 0x76, 0x9d, 0x29, 0x4a, 0xa0, 0x63, 0x00, 0x48, 0x30, 0x09, 0xda, 0x63, 0x3b, 0x54, 0x35, 0xc4, 0x6a, 0x15, 0xce, 0xe7, 0xe6, 0xd2, 0xa1, 0x53, 0xd5, 0x0a, 0x9d, 0x11, 0x86, 0xa6, 0xbb, 0x4c, 0x54, 0x14, 0x25, 0xa7, 0x00, 0x84, 0x97, 0xfc, 0x1e, 0x27, 0x14, 0x1a, 0x48, 0x50, 0xca, 0x56, 0xb5, 0x14, 0xa7, 0x25, 0x4b, 0x18, 0x03, 0x21, 0x14, 0xc0, 0x4d, 0xc4, 0xa8, 0x79, 0x8e, 0x9e, 0xbd, 0x3e, 0xe6, 0x85, 0x5b, 0xb7, 0x4e, 0x76, 0x95, 0x49, 0x48, 0x29, 0x42, 0x44, 0x91, 0xd7, 0xc1, 0x3c, 0x20, 0x13, 0x1e, 0xa7, 0x02, 0x73, 0xd6, 0x1a, 0xd9, 0x71, 0x99, 0x73, 0xbb, 0x25, 0xd3, 0xeb, 0x13, 0x29, 0xa8, 0xa7, 0x7a, 0xa7, 0x16, 0x68, 0x2c, 0xc5, 0x69, 0xa4, 0x21, 0xa5, 0x30, 0x54, 0x92, 0xa1, 0x97, 0x12, 0x40, 0xca, 0x49, 0xd8, 0x93, 0xbb, 0xe5, 0xbf, 0x94, 0x9e, 0x9a, 0x1a, 0x4a, 0xae, 0x24, 0x24, 0xef, 0xbf, 0x2f, 0xa1, 0xae, 0xb4, 0xbb, 0x70, 0xf6, 0xb5, 0x4d, 0x38, 0xea, 0x42, 0x41, 0x27, 0x83, 0x02, 0x04, 0x4e, 0x72, 0x7e, 0x43, 0x3c, 0xa9, 0xc5, 0x8f, 0x45, 0x95, 0x58, 0xee, 0x96, 0xad, 0x69, 0xbf, 0x55, 0x8f, 0x39, 0xa8, 0xf3, 0x26, 0x29, 0x34, 0x46, 0xe9, 0x9e, 0x45, 0xb6, 0x13, 0xb8, 0x04, 0xa5, 0x1e, 0x66, 0x90, 0x8d, 0xb9, 0xf9, 0x5a, 0x43, 0x7e, 0xd1, 0x94, 0x9e, 0x01, 0x6a, 0x1b, 0x05, 0xd3, 0xe0, 0x3f, 0xa7, 0xc3, 0x14, 0xfb, 0x37, 0xfd, 0xa3, 0xb4, 0xce, 0x5b, 0xa9, 0x61, 0x41, 0x3c, 0x47, 0x87, 0xa4, 0x79, 0x48, 0x8f, 0x78, 0x8a, 0x5f, 0x46, 0x63, 0x44, 0xad, 0xeb, 0x8d, 0xc9, 0x67, 0xbb, 0x0e, 0x52, 0xe9, 0x50, 0xde, 0x9e, 0xcc, 0x39, 0xd5, 0x26, 0x23, 0xa1, 0x96, 0x56, 0xdb, 0xa0, 0x25, 0x62, 0x2b, 0x98, 0x0a, 0xf8, 0x29, 0x08, 0x4b, 0x7f, 0x27, 0x09, 0x48, 0xe0, 0x89, 0x1b, 0x65, 0x21, 0xe5, 0x05, 0xa8, 0x1d, 0xf1, 0xf7, 0x8a, 0xed, 0x23, 0x8e, 0xeb, 0x5e, 0x7d, 0xa5, 0xc9, 0x48, 0x2b, 0x82, 0xa8, 0x89, 0x07, 0x70, 0x93, 0xfb, 0x7a, 0x54, 0x1f, 0x6f, 0xba, 0xd7, 0x1e, 0x46, 0xa2, 0x5f, 0x36, 0xe7, 0xec, 0xb5, 0x6d, 0xe7, 0x27, 0xd5, 0x5e, 0xa3, 0xd1, 0x63, 0x51, 0x4b, 0x8f, 0x3c, 0x80, 0xdb, 0x6e, 0xee, 0x1f, 0x84, 0xea, 0x14, 0xa4, 0x0d, 0xfb, 0x86, 0x17, 0x81, 0xe0, 0x49, 0xc6, 0x7d, 0xc2, 0x60, 0x8f, 0x66, 0x77, 0x82, 0x09, 0x2a, 0x13, 0x8e, 0x5d, 0x07, 0xbb, 0x7f, 0x3a, 0x8f, 0xb3, 0x3a, 0xfb, 0x2d, 0x6a, 0xb7, 0x0d, 0x29, 0xb5, 0x2b, 0xc6, 0x52, 0x00, 0xc9, 0x84, 0xce, 0x37, 0xdb, 0x3d, 0x4e, 0xd5, 0xce, 0x93, 0xf7, 0x21, 0x4a, 0xbd, 0xe1, 0x79, 0xec, 0xb8, 0x95, 0xfa, 0x5d, 0xb3, 0x6e, 0xb7, 0xe8, 0x6e, 0xdb, 0xa2, 0xeb, 0x2f, 0xb8, 0xa8, 0x2f, 0x4a, 0x4b, 0x8c, 0x27, 0x63, 0xce, 0xca, 0x7c, 0x30, 0x5c, 0x39, 0x0a, 0x53, 0xae, 0x6d, 0x4e, 0xd4, 0xed, 0x48, 0x24, 0xac, 0x16, 0xb6, 0x56, 0x14, 0x8c, 0x49, 0xd8, 0x9e, 0x9d, 0x49, 0xf5, 0xab, 0x2b, 0x5e, 0xd9, 0x5a, 0x6a, 0x97, 0x85, 0xe6, 0x1b, 0x2d, 0x32, 0xd1, 0x85, 0xa9, 0x7b, 0x24, 0x99, 0x00, 0x03, 0x26, 0x3c, 0xc9, 0xf2, 0x81, 0x99, 0xa9, 0xed, 0x65, 0xd6, 0x5a, 0x14, 0x8b, 0xb1, 0xca, 0xfe, 0x95, 0x6a, 0x75, 0x22, 0xb8, 0xe5, 0x42, 0x2a, 0xd9, 0xa8, 0x32, 0xd4, 0xe8, 0xd5, 0x25, 0x47, 0x68, 0x34, 0xc2, 0x41, 0x3c, 0x2b, 0x66, 0x4a, 0x09, 0x4a, 0xb0, 0x0f, 0x27, 0x07, 0xa0, 0x6f, 0xd2, 0xb6, 0x12, 0x90, 0x09, 0x33, 0x39, 0x3e, 0xea, 0x97, 0xb6, 0x1d, 0xa7, 0xb7, 0x7d, 0x28, 0x5e, 0x9c, 0xe2, 0x14, 0x60, 0x82, 0x13, 0x0a, 0x81, 0x8c, 0xf3, 0x89, 0xeb, 0x42, 0xee, 0xdc, 0xf6, 0xcd, 0x4b, 0x49, 0xe1, 0x50, 0x1a, 0xd7, 0x38, 0xe9, 0x5c, 0x47, 0x25, 0x21, 0xfb, 0x39, 0x14, 0xc0, 0xb2, 0xec, 0x95, 0xb6, 0x76, 0x2b, 0xd4, 0x78, 0xb7, 0x21, 0x49, 0x4a, 0x55, 0x94, 0x05, 0xec, 0x52, 0x54, 0x09, 0xc2, 0x93, 0x82, 0xe4, 0xa8, 0x27, 0x49, 0xe1, 0x3b, 0xff, 0x00, 0x7a, 0xa6, 0x63, 0x5d, 0xd2, 0x3f, 0xe9, 0x03, 0x64, 0x5e, 0x4f, 0x7a, 0x47, 0x0f, 0x0e, 0x66, 0x72, 0x63, 0x6e, 0x99, 0xaf, 0xdf, 0x7b, 0x59, 0x4e, 0x69, 0x38, 0xa1, 0xb5, 0xac, 0xec, 0x99, 0xc8, 0x86, 0xf0, 0x7a, 0xcb, 0x34, 0x74, 0x95, 0x79, 0x94, 0xa6, 0xd2, 0x1c, 0x12, 0x7c, 0x5b, 0xc1, 0x09, 0x48, 0x25, 0xbd, 0xfb, 0x30, 0xb0, 0x4f, 0xbb, 0x03, 0xa6, 0x97, 0x5b, 0xfc, 0x2b, 0x84, 0x9c, 0xff, 0x00, 0x7a, 0x91, 0xad, 0x73, 0x48, 0x4f, 0x64, 0x4d, 0x8f, 0x7c, 0x3b, 0xe8, 0xfc, 0xbc, 0xc6, 0x46, 0x36, 0xf3, 0x07, 0x7a, 0x42, 0xab, 0x2a, 0xc6, 0x3a, 0x50, 0x29, 0x8c, 0x6a, 0xf3, 0x22, 0x7a, 0xa1, 0x20, 0x2e, 0xcf, 0x34, 0x64, 0xee, 0x53, 0xca, 0xf0, 0x80, 0xe0, 0x95, 0xe3, 0xde, 0x14, 0x11, 0x1d, 0xdf, 0xc2, 0xdf, 0xb3, 0x6f, 0xbb, 0xf3, 0x60, 0x74, 0xbd, 0xe3, 0x67, 0x49, 0xe1, 0xe7, 0xfd, 0xc5, 0x4a, 0xbd, 0x5f, 0x4a, 0xff, 0x00, 0xa2, 0xcd, 0xa0, 0x74, 0x77, 0xbc, 0x23, 0xc3, 0x99, 0xdf, 0x6d, 0xbc, 0x8f, 0x3a, 0x88, 0xd1, 0xba, 0x75, 0xc5, 0x67, 0xdc, 0xf1, 0xaf, 0x06, 0x74, 0xf2, 0xa3, 0x56, 0x88, 0xfc, 0x77, 0xd9, 0x61, 0x2c, 0x43, 0x0a, 0x4b, 0x85, 0x49, 0x2d, 0xe5, 0x05, 0x6d, 0x38, 0x85, 0x14, 0x92, 0x0f, 0x29, 0x38, 0x38, 0xe8, 0x06, 0x82, 0xd2, 0x78, 0xc2, 0x67, 0xef, 0xd2, 0xb1, 0x9a, 0x07, 0xb6, 0xd8, 0xdd, 0xa6, 0xe4, 0x30, 0xa5, 0xa4, 0x82, 0x04, 0x0f, 0x76, 0x09, 0x04, 0x62, 0xa5, 0x75, 0x0f, 0x59, 0xad, 0x1a, 0x3b, 0xf4, 0x6a, 0xee, 0x99, 0x6a, 0x55, 0x60, 0xd5, 0x98, 0xa9, 0xaa, 0x5b, 0x94, 0x39, 0x8c, 0xba, 0x18, 0xa4, 0x22, 0x3a, 0xd6, 0xe3, 0xeb, 0x88, 0xe3, 0x48, 0x61, 0x4d, 0xbb, 0xe5, 0xf1, 0xfb, 0xfc, 0xa4, 0x6e, 0x00, 0xa4, 0x6d, 0x04, 0x1b, 0xe4, 0xbf, 0xff, 0x00, 0xc6, 0x1c, 0x03, 0xc5, 0x8f, 0x71, 0x35, 0xe8, 0x97, 0x7d, 0xb0, 0xd3, 0xcd, 0xb3, 0x4d, 0xdb, 0xab, 0xc6, 0x24, 0x90, 0x41, 0xc0, 0x4f, 0xe6, 0xce, 0x32, 0x0e, 0x06, 0x68, 0xbd, 0xde, 0xca, 0x6d, 0x85, 0x77, 0x23, 0x2b, 0xb9, 0x49, 0x30, 0x60, 0x44, 0xac, 0x46, 0x30, 0xae, 0x17, 0xeb, 0x0d, 0x5c, 0x75, 0x49, 0x12, 0x24, 0x3c, 0xf2, 0x5c, 0xcb, 0x4d, 0xb2, 0xb4, 0xa5, 0x95, 0x48, 0x6d, 0x2c, 0xa5, 0x2e, 0xa0, 0x90, 0x94, 0x05, 0xa4, 0x7b, 0xbe, 0x3a, 0xb0, 0xf6, 0x85, 0x37, 0x6f, 0xc2, 0x54, 0x3e, 0xfe, 0xf3, 0x5b, 0x51, 0x70, 0xf1, 0x07, 0xc4, 0x00, 0x80, 0x67, 0xe3, 0xce, 0x77, 0xc5, 0x41, 0xdd, 0x15, 0xfe, 0xe3, 0xad, 0x4b, 0x56, 0x3d, 0x87, 0xac, 0x74, 0x4b, 0x7a, 0x25, 0x42, 0xa9, 0x1d, 0xc6, 0xa4, 0x47, 0xa2, 0x25, 0xc9, 0x09, 0x75, 0x28, 0x9b, 0x20, 0xa5, 0xc0, 0xeb, 0xcb, 0x5a, 0xd6, 0xa5, 0xa9, 0x6e, 0x2f, 0x3b, 0x94, 0x09, 0x5e, 0x46, 0x08, 0x18, 0xcd, 0xea, 0x4e, 0xaf, 0xbf, 0x29, 0x19, 0x07, 0xcb, 0xef, 0x9c, 0xd7, 0x96, 0xf6, 0x97, 0x51, 0xd6, 0x59, 0x73, 0xd9, 0xde, 0x09, 0x1d, 0xe0, 0x8c, 0x49, 0xd9, 0x46, 0x32, 0x79, 0xcf, 0xad, 0x06, 0xd5, 0xad, 0x7a, 0xed, 0xab, 0x3d, 0x74, 0xab, 0x8e, 0x97, 0x2a, 0x14, 0xa4, 0xe0, 0xaa, 0x34, 0xc6, 0x14, 0xda, 0xd0, 0x08, 0xe3, 0x29, 0x57, 0x3f, 0xaf, 0x55, 0x8a, 0x04, 0x18, 0x22, 0x0d, 0x61, 0xae, 0x6d, 0x9f, 0xb4, 0x73, 0x81, 0xe4, 0x94, 0x9e, 0x87, 0x14, 0xa4, 0x18, 0xe5, 0xb4, 0x00, 0x5e, 0xce, 0xff, 0x00, 0x81, 0x9f, 0xa7, 0xe9, 0xd2, 0x2b, 0xd2, 0xb9, 0xa1, 0xc3, 0xb1, 0xad, 0xf7, 0xf6, 0x36, 0x27, 0x65, 0x72, 0xe9, 0x4e, 0x06, 0x45, 0x25, 0x8c, 0xe3, 0xfc, 0xf2, 0xba, 0xd6, 0xf6, 0x6f, 0x65, 0xd7, 0xa8, 0x76, 0x22, 0x7b, 0xe7, 0x27, 0xfa, 0x13, 0xf5, 0x55, 0x6f, 0x5e, 0xb5, 0x35, 0xe8, 0x94, 0xa7, 0x5d, 0x5d, 0x42, 0xba, 0xdf, 0x21, 0xa8, 0xba, 0x3b, 0x74, 0xbe, 0xeb, 0xa1, 0x00, 0x5b, 0xd3, 0x3d, 0xc4, 0xe3, 0xff, 0x00, 0x99, 0x5f, 0x50, 0x5c, 0xff, 0x00, 0xa7, 0x57, 0xa1, 0xa1, 0xee, 0xe4, 0xda, 0xb8, 0x07, 0xf4, 0x9f, 0xa5, 0x7c, 0x6f, 0xa9, 0x77, 0x02, 0xfd, 0x8f, 0x36, 0xa8, 0xdd, 0x0a, 0xa8, 0xea, 0x18, 0x9a, 0xe2, 0x83, 0xe9, 0x14, 0xbf, 0x32, 0x81, 0x4e, 0xec, 0x29, 0x20, 0xa1, 0x45, 0x0a, 0x00, 0xa8, 0x05, 0x27, 0x07, 0xdd, 0xc1, 0xf8, 0xeb, 0xcf, 0xa6, 0xe1, 0xa2, 0x42, 0x31, 0x3e, 0x9f, 0xad, 0x79, 0x72, 0x1e, 0xbf, 0xb7, 0x71, 0x61, 0xac, 0x05, 0x6f, 0x31, 0xfa, 0xed, 0xbe, 0xf4, 0x01, 0x4a, 0xd7, 0x5b, 0x56, 0xea, 0xb7, 0x5b, 0x7a, 0x0d, 0x3a, 0x61, 0x8e, 0xb9, 0x2a, 0x72, 0x32, 0xe7, 0xd1, 0x9d, 0x8e, 0xeb, 0x6b, 0x41, 0x28, 0x27, 0x6b, 0xc8, 0x4a, 0xd3, 0xf5, 0x03, 0x20, 0x64, 0x1c, 0x8c, 0x83, 0xd4, 0x6a, 0x0f, 0x36, 0x92, 0x8f, 0xd4, 0x50, 0x2b, 0x45, 0xcb, 0x68, 0x2d, 0x10, 0x37, 0x9d, 0xc1, 0x8f, 0x7c, 0xd1, 0x05, 0x13, 0xb8, 0x1a, 0x5d, 0x0a, 0xd5, 0xab, 0x5a, 0x6f, 0x5b, 0x6d, 0x4c, 0x35, 0x50, 0x94, 0x87, 0xa5, 0x21, 0xe0, 0xe4, 0x7c, 0x25, 0x43, 0x2d, 0x84, 0x2d, 0x20, 0x1e, 0x41, 0xe4, 0x10, 0x76, 0xe0, 0x82, 0x38, 0xe9, 0x59, 0x0f, 0x14, 0x28, 0x04, 0x4c, 0xf3, 0xce, 0x28, 0xbb, 0x77, 0x6f, 0x1b, 0xb3, 0x71, 0xb4, 0xb5, 0xc4, 0x17, 0xcf, 0x38, 0xf8, 0x1a, 0x6d, 0x13, 0x5f, 0xd8, 0xb7, 0xac, 0xc9, 0x96, 0x6b, 0xf6, 0xd7, 0x95, 0x97, 0xbc, 0xce, 0xf9, 0x56, 0xd3, 0xe1, 0xc4, 0x17, 0x5b, 0x4a, 0x49, 0xd8, 0x85, 0x04, 0xaf, 0xda, 0x90, 0x40, 0x29, 0x3c, 0xe0, 0x8f, 0xde, 0x81, 0x4f, 0x25, 0x1c, 0x0a, 0x4f, 0xef, 0x51, 0xb5, 0x73, 0x7c, 0xc5, 0xaa, 0xad, 0x8a, 0x26, 0x67, 0x99, 0x04, 0x48, 0x8f, 0x4f, 0x8d, 0x47, 0xc5, 0xee, 0xb2, 0xda, 0xb6, 0x34, 0xa6, 0xa7, 0x67, 0xce, 0xb7, 0x8a, 0x61, 0xbc, 0xe3, 0xaf, 0x39, 0x3a, 0x6c, 0x35, 0x35, 0xe1, 0xdc, 0x86, 0xf3, 0xc2, 0xd1, 0x90, 0xa1, 0xe3, 0x18, 0xc2, 0x93, 0x9c, 0x9d, 0xc1, 0x7c, 0x0e, 0xa5, 0x6d, 0x17, 0x01, 0xa2, 0x8e, 0x19, 0x3d, 0x71, 0xe5, 0x53, 0xb4, 0xbb, 0xf6, 0xec, 0x15, 0x69, 0xdd, 0x83, 0xc4, 0x77, 0xe2, 0x07, 0x78, 0xe5, 0x9e, 0x9e, 0x5e, 0x74, 0x49, 0xa1, 0x77, 0x7d, 0x5e, 0xfd, 0xd3, 0x2a, 0xcb, 0x56, 0xcd, 0xcb, 0x52, 0xa4, 0xd0, 0x61, 0xc0, 0x72, 0x6b, 0x94, 0xb5, 0x43, 0x5c, 0x66, 0x65, 0x27, 0x69, 0x5a, 0x94, 0x50, 0xb5, 0x21, 0x20, 0x65, 0x28, 0x04, 0x84, 0xa9, 0x7b, 0x9c, 0x6f, 0xdb, 0xce, 0x43, 0x92, 0xd5, 0xc9, 0x42, 0x82, 0xc9, 0xc0, 0xf5, 0x04, 0x73, 0xa8, 0x6d, 0xf4, 0xdd, 0x61, 0x36, 0x8e, 0xa5, 0x6a, 0x28, 0x6c, 0x02, 0x60, 0x44, 0x18, 0x99, 0xd8, 0xc7, 0x2f, 0x33, 0x24, 0x62, 0x9c, 0x33, 0xab, 0x4e, 0x49, 0xd3, 0xd3, 0x61, 0x8b, 0x7a, 0x94, 0xe2, 0x44, 0xd2, 0xfa, 0x6a, 0x6f, 0x34, 0xb3, 0x29, 0x20, 0x94, 0xe5, 0x09, 0x58, 0x56, 0x02, 0x70, 0x0f, 0x1b, 0x70, 0x77, 0x13, 0xf3, 0xcf, 0x43, 0x07, 0xcf, 0x07, 0x01, 0x18, 0xf9, 0xd5, 0x42, 0x75, 0x22, 0x74, 0xff, 0x00, 0x65, 0x29, 0x11, 0x33, 0x39, 0x9d, 0xf6, 0xf4, 0xa1, 0x1d, 0x56, 0xd5, 0x5b, 0x85, 0x8b, 0x52, 0x2d, 0x1d, 0x56, 0xad, 0x15, 0xd8, 0x31, 0xd9, 0x4b, 0x49, 0xac, 0x88, 0xcb, 0x4c, 0xb8, 0xb8, 0x7d, 0x4e, 0xfb, 0x95, 0xbb, 0x69, 0x4a, 0x94, 0xa0, 0x02, 0xca, 0x49, 0x4e, 0x36, 0xe7, 0x6a, 0x8e, 0x4c, 0xb7, 0x77, 0xbc, 0x6f, 0xbb, 0xe7, 0xf5, 0x1f, 0xda, 0xa1, 0x7b, 0x51, 0x71, 0xdb, 0x44, 0xdb, 0x29, 0x09, 0x81, 0x1e, 0x2e, 0x62, 0x0c, 0xf5, 0x8f, 0x97, 0x96, 0xc6, 0x9a, 0xcc, 0xd6, 0xba, 0xe5, 0x5b, 0x46, 0xe1, 0x69, 0x64, 0x3b, 0x72, 0x84, 0xcb, 0x11, 0x5d, 0x2b, 0x13, 0x95, 0x4e, 0x26, 0x52, 0xd3, 0xe4, 0x79, 0x61, 0x1b, 0xcb, 0x80, 0x7c, 0xbb, 0x8c, 0x9d, 0xc3, 0x08, 0x47, 0x07, 0x04, 0xa8, 0xb2, 0xff, 0x00, 0x12, 0x02, 0x56, 0x32, 0x39, 0x8a, 0x2c, 0xb8, 0xe2, 0xb4, 0x61, 0x64, 0xda, 0x10, 0x13, 0xe6, 0x24, 0xc4, 0x93, 0x03, 0x31, 0xcf, 0x73, 0x23, 0xc8, 0xd3, 0xc8, 0xdd, 0xc8, 0xc9, 0xbc, 0x6c, 0xba, 0x4e, 0x8e, 0xde, 0x76, 0xe5, 0x3a, 0x9c, 0xfc, 0x70, 0x8f, 0xe3, 0xb4, 0xf4, 0xa8, 0x2a, 0x4e, 0xc5, 0x1f, 0x1b, 0x6e, 0x39, 0xbf, 0xdf, 0xf2, 0x30, 0x0a, 0x00, 0xdc, 0x94, 0x8f, 0x9c, 0x66, 0x37, 0xcb, 0xa5, 0xb2, 0x5b, 0x32, 0x91, 0xe5, 0x9f, 0xbf, 0xbe, 0xb4, 0x35, 0xde, 0xac, 0xf3, 0x96, 0x2d, 0xd8, 0x3c, 0x84, 0xa4, 0x88, 0xc8, 0xce, 0xdb, 0x02, 0x79, 0xf2, 0xe5, 0xb8, 0xe5, 0x44, 0x9a, 0x93, 0x7f, 0x56, 0x2f, 0xdb, 0x25, 0xab, 0x42, 0xa2, 0x60, 0xc7, 0x0c, 0x08, 0xe9, 0x44, 0xc2, 0xd9, 0x2b, 0x7f, 0xc2, 0xd9, 0x42, 0x12, 0xee, 0xe5, 0x10, 0xa0, 0x77, 0x28, 0xa8, 0x80, 0x14, 0xa2, 0xaf, 0x9f, 0x6a, 0x02, 0x42, 0xf6, 0xa7, 0xd4, 0x38, 0x48, 0x91, 0xe5, 0xbd, 0x75, 0xfe, 0xab, 0x75, 0xa9, 0x58, 0xa6, 0xd8, 0xc0, 0xe1, 0x88, 0x31, 0xbc, 0x62, 0x15, 0x98, 0x33, 0x99, 0xd8, 0xfc, 0x05, 0x33, 0xb5, 0x2e, 0xa8, 0xfd, 0xcb, 0xd6, 0x29, 0x3a, 0x49, 0x5c, 0x34, 0xfa, 0x24, 0x9a, 0x24, 0x65, 0x15, 0x4e, 0xa6, 0xd1, 0x64, 0xc9, 0x7c, 0xa5, 0x96, 0xd2, 0xc8, 0xc8, 0x05, 0x49, 0x52, 0x49, 0x00, 0xe5, 0x01, 0x20, 0x95, 0x95, 0x11, 0x92, 0x70, 0x78, 0x6a, 0xe1, 0xc0, 0x02, 0x86, 0x3a, 0xff, 0x00, 0x69, 0xa2, 0xf4, 0x9d, 0x7a, 0xdb, 0xb4, 0x57, 0x28, 0xd3, 0x5d, 0x50, 0x6d, 0xc6, 0xc1, 0x98, 0x4a, 0x89, 0xf0, 0xf8, 0x77, 0x88, 0x20, 0xf9, 0x44, 0xe3, 0xcc, 0x55, 0x3d, 0x27, 0x5a, 0x6d, 0xc7, 0xe7, 0xa1, 0x9f, 0xda, 0x79, 0xf2, 0x55, 0x01, 0xcc, 0x23, 0x7c, 0x59, 0x0e, 0x04, 0x14, 0x9c, 0x0c, 0x0f, 0x11, 0xda, 0x30, 0x00, 0xc7, 0xee, 0xfe, 0x8e, 0xa4, 0x16, 0x97, 0x9f, 0xd3, 0xf3, 0xfe, 0xf5, 0x5c, 0x35, 0xcb, 0x37, 0xdc, 0x86, 0xdd, 0x52, 0xb8, 0x7f, 0xf5, 0x51, 0xff, 0x00, 0xf5, 0xc5, 0x58, 0x17, 0xf5, 0x02, 0xe1, 0x46, 0x96, 0xda, 0xba, 0x8f, 0x53, 0xbd, 0x25, 0xd4, 0xe2, 0x5c, 0x21, 0xf7, 0xa2, 0x33, 0x31, 0xa9, 0x09, 0x54, 0x70, 0x02, 0x0e, 0x77, 0xb8, 0x90, 0x08, 0x50, 0x58, 0x57, 0xb7, 0x90, 0x4f, 0x3c, 0xfc, 0x40, 0xf2, 0x1e, 0x6e, 0x38, 0xb7, 0xab, 0xdb, 0xe6, 0x5e, 0x16, 0x0c, 0xdd, 0x2d, 0xc2, 0xb0, 0xbc, 0x89, 0x9c, 0x63, 0x7c, 0xc7, 0x2a, 0x17, 0xa8, 0x5f, 0x7a, 0x9f, 0x2e, 0xa5, 0x12, 0xa5, 0x26, 0xb1, 0x22, 0x73, 0xb4, 0xf4, 0x84, 0x42, 0x7e, 0x74, 0xa5, 0xba, 0xa6, 0xc0, 0xf8, 0x48, 0xdc, 0x4e, 0xd0, 0x3f, 0x44, 0xf1, 0xf5, 0xfa, 0xe3, 0xa5, 0x4a, 0xc9, 0x85, 0x4d, 0x56, 0xae, 0xfa, 0xf0, 0x94, 0xa9, 0x4a, 0x24, 0x8d, 0xa4, 0x93, 0x4b, 0xea, 0x06, 0xae, 0xea, 0x6d, 0xdb, 0x3a, 0x35, 0xc5, 0x71, 0xcf, 0x69, 0x0f, 0xc5, 0x64, 0x34, 0xc3, 0xa9, 0x2a, 0x04, 0x1c, 0x15, 0x1c, 0x64, 0x9c, 0x28, 0xe0, 0xff, 0x00, 0x56, 0x70, 0x7e, 0x3a, 0x90, 0xb8, 0xa7, 0x15, 0x24, 0xd7, 0x5f, 0xea, 0x97, 0x97, 0x04, 0x3a, 0xe2, 0xb2, 0x36, 0xde, 0xa3, 0x6b, 0xfa, 0xb9, 0xab, 0x17, 0x8d, 0xd5, 0x16, 0xf3, 0x97, 0x78, 0x54, 0xbe, 0xf2, 0x8b, 0xb5, 0x2a, 0x96, 0x89, 0xee, 0x79, 0x5c, 0x6c, 0x14, 0x95, 0x23, 0x79, 0x52, 0x94, 0x8c, 0xf0, 0x72, 0x93, 0xc1, 0x50, 0x3c, 0xe4, 0x17, 0x64, 0x0e, 0xc2, 0xb8, 0x88, 0xe5, 0xf6, 0x7e, 0xff, 0x00, 0xe2, 0x9a, 0xf3, 0x5f, 0xbe, 0x5b, 0xa1, 0xe2, 0xe1, 0x0a, 0x1c, 0xc1, 0xdc, 0x63, 0x13, 0x98, 0xf7, 0x7c, 0xf9, 0xce, 0xae, 0xe7, 0xbb, 0x62, 0xd5, 0x18, 0xd5, 0x56, 0xee, 0x9a, 0x85, 0x65, 0x6c, 0x3a, 0x1e, 0x90, 0x6a, 0xae, 0x17, 0xa4, 0x47, 0x5a, 0x4e, 0xed, 0xdb, 0x89, 0x2a, 0x20, 0x71, 0x91, 0x92, 0x47, 0xe6, 0x49, 0xc7, 0x41, 0xf7, 0xaa, 0x2e, 0xf0, 0x91, 0x04, 0x6d, 0xd0, 0xfd, 0xff, 0x00, 0xcd, 0x31, 0xad, 0x76, 0xe9, 0xc7, 0x45, 0xd8, 0x59, 0x58, 0x07, 0x33, 0x92, 0x9f, 0xd7, 0x1c, 0xfe, 0x23, 0x14, 0xb5, 0xd5, 0xae, 0x97, 0xc5, 0xd3, 0x7a, 0x23, 0x50, 0x91, 0x55, 0x53, 0x12, 0x9a, 0x65, 0xb4, 0x45, 0x72, 0x33, 0xea, 0x05, 0x94, 0x27, 0x6e, 0xd2, 0x85, 0x24, 0x85, 0x0f, 0x81, 0xc8, 0x20, 0x8e, 0x31, 0xc7, 0x5c, 0xe3, 0xae, 0xad, 0xce, 0x23, 0x57, 0x4b, 0xd6, 0x2e, 0x6e, 0x6e, 0x85, 0xd1, 0x30, 0x79, 0x41, 0xe5, 0xe4, 0x7e, 0xff, 0x00, 0x68, 0xfb, 0x0a, 0xef, 0xbc, 0xeb, 0xfa, 0xdf, 0x49, 0xaa, 0xdd, 0xf7, 0x35, 0x56, 0x78, 0x9c, 0xfb, 0x70, 0xe6, 0x49, 0x52, 0x9d, 0x95, 0x23, 0xc2, 0x4a, 0x80, 0xce, 0xdd, 0xcb, 0x70, 0xa4, 0x28, 0xed, 0x23, 0x2a, 0x23, 0x20, 0x73, 0x90, 0xe4, 0x89, 0x5f, 0x7d, 0x01, 0x59, 0xfb, 0xfb, 0xfb, 0xd9, 0x6d, 0xee, 0x6e, 0x2e, 0x75, 0x66, 0x96, 0xfa, 0xd4, 0x41, 0x30, 0x4e, 0x49, 0x8c, 0xf4, 0xc9, 0x8f, 0x8c, 0x63, 0xd4, 0xa3, 0x59, 0x75, 0x7e, 0xe1, 0xd3, 0xbd, 0x50, 0xbb, 0x62, 0xd3, 0x65, 0xbd, 0x22, 0x72, 0x33, 0x17, 0xef, 0x06, 0x5b, 0x53, 0x67, 0x73, 0x7f, 0xde, 0xd4, 0x92, 0x48, 0x58, 0xda, 0x49, 0x19, 0x23, 0xea, 0x7e, 0x73, 0xd3, 0x21, 0xd3, 0x70, 0x41, 0x38, 0xe9, 0x27, 0xef, 0xe7, 0x41, 0x76, 0x87, 0xb4, 0x6a, 0xd1, 0xb5, 0x4b, 0x94, 0x27, 0x88, 0xae, 0x08, 0x90, 0x39, 0x81, 0x8e, 0x73, 0x82, 0x77, 0x88, 0xce, 0x77, 0xaa, 0xea, 0xdb, 0xee, 0x86, 0xf3, 0xa1, 0xdf, 0x42, 0xec, 0x81, 0x0f, 0xcc, 0xfa, 0x52, 0x77, 0xfa, 0xe7, 0x5f, 0x4a, 0x9f, 0x5a, 0x92, 0xa4, 0xa9, 0x4a, 0x71, 0xa7, 0x10, 0xb1, 0x9c, 0x9e, 0x02, 0xff, 0x00, 0x71, 0xcf, 0x3d, 0x10, 0xdd, 0xab, 0x65, 0x5c, 0x4a, 0x54, 0xab, 0xc8, 0xf2, 0xac, 0x3b, 0xfd, 0xb7, 0xd6, 0x6c, 0x6f, 0xbd, 0xae, 0xdd, 0xaf, 0x0f, 0xfe, 0xfc, 0x52, 0x49, 0xe6, 0x48, 0x20, 0x8f, 0x49, 0xf5, 0xad, 0x21, 0xa4, 0x94, 0x16, 0xab, 0xf2, 0xe7, 0x6a, 0xf5, 0xf9, 0x74, 0xd3, 0x2d, 0xb7, 0xaa, 0x32, 0x9d, 0x0d, 0x53, 0x4c, 0xa8, 0xc1, 0x84, 0xb2, 0xa4, 0x94, 0xa1, 0x01, 0x12, 0x5b, 0x77, 0xd4, 0xa5, 0x4e, 0xa4, 0xb7, 0x95, 0x6d, 0x00, 0xb6, 0x70, 0x54, 0xa0, 0x4a, 0x61, 0x6d, 0xa6, 0x9e, 0x70, 0xad, 0x22, 0x04, 0xf3, 0x3f, 0xa5, 0x7b, 0x17, 0x66, 0xac, 0xee, 0xee, 0xdc, 0x55, 0xfd, 0xeb, 0x81, 0xb7, 0x16, 0x7f, 0x2a, 0x62, 0x02, 0x4e, 0x23, 0xc4, 0x14, 0x55, 0x9c, 0x49, 0x8c, 0x8e, 0x71, 0x55, 0x5d, 0xc5, 0x57, 0xb9, 0x74, 0xb7, 0x5f, 0x2b, 0x77, 0xed, 0x33, 0x51, 0x6b, 0x55, 0x11, 0x35, 0x6f, 0xb7, 0x19, 0x6b, 0xa1, 0x26, 0x64, 0x69, 0x71, 0x4c, 0x9d, 0xdb, 0x8e, 0xc6, 0x8a, 0x14, 0xaf, 0x23, 0x40, 0x92, 0x9c, 0x10, 0xe2, 0x08, 0x20, 0x6d, 0x29, 0xeb, 0xbb, 0xe7, 0xad, 0xa5, 0x09, 0x42, 0x47, 0x39, 0x24, 0x49, 0xf3, 0xcd, 0x50, 0x5e, 0x9b, 0x9d, 0x1f, 0x5e, 0x75, 0xfe, 0xf5, 0x44, 0xaa, 0x62, 0x53, 0x20, 0xa4, 0x99, 0xe4, 0x08, 0x9c, 0x4e, 0x23, 0x23, 0xdd, 0x53, 0x3a, 0xc1, 0xaa, 0xb3, 0xfb, 0x6b, 0xa5, 0x37, 0xdd, 0x2e, 0x88, 0x88, 0x95, 0x5b, 0x92, 0x93, 0x49, 0x66, 0xa6, 0x29, 0x09, 0x71, 0xd5, 0x13, 0x3a, 0x4b, 0xe8, 0x44, 0x85, 0xbf, 0xe2, 0x50, 0x57, 0x91, 0x48, 0x79, 0xef, 0x6a, 0x76, 0xed, 0xdc, 0xa0, 0x52, 0x4f, 0x3d, 0x17, 0xa6, 0xa5, 0x97, 0xef, 0x22, 0x72, 0x46, 0x4c, 0xfc, 0xab, 0xd0, 0xbb, 0x3b, 0x6b, 0xa5, 0xb9, 0xa9, 0x25, 0xe6, 0x60, 0xa8, 0xa7, 0x88, 0xc1, 0xfe, 0x63, 0x13, 0x3e, 0x79, 0x3d, 0x3c, 0xeb, 0x37, 0x68, 0x1f, 0x75, 0x1a, 0xa1, 0x36, 0x3d, 0x73, 0x41, 0xeb, 0x91, 0xad, 0xfa, 0x95, 0xb3, 0x7d, 0x3a, 0xc7, 0xdf, 0xcc, 0x42, 0xb7, 0xd5, 0x05, 0x6e, 0x08, 0xa8, 0x91, 0x21, 0x99, 0x05, 0x4c, 0x84, 0x25, 0x6a, 0x52, 0xf1, 0xef, 0x70, 0x29, 0x47, 0x03, 0x04, 0x1c, 0x9e, 0xae, 0xaf, 0x2d, 0x92, 0xcd, 0xb2, 0xdc, 0x49, 0x32, 0x07, 0x97, 0xf6, 0xab, 0xbb, 0xdd, 0x07, 0x48, 0x6b, 0x4a, 0xb9, 0x6b, 0xba, 0x1c, 0x2b, 0x04, 0xa8, 0x40, 0x00, 0x91, 0x24, 0x13, 0x1c, 0xe7, 0x9e, 0xf4, 0x7d, 0x12, 0xd2, 0x89, 0x1e, 0x0c, 0x1a, 0x42, 0x16, 0x8f, 0x48, 0xb4, 0x2d, 0xa8, 0x8e, 0xb6, 0xc8, 0x6a, 0x54, 0x32, 0x96, 0xd4, 0xa4, 0xad, 0x2f, 0x23, 0x04, 0xf0, 0x92, 0x93, 0x91, 0xce, 0x79, 0xcf, 0x39, 0xc6, 0x8b, 0x85, 0xba, 0xa2, 0xb3, 0xb8, 0x8f, 0x30, 0x73, 0x1b, 0x57, 0xcf, 0xf7, 0x7c, 0x20, 0x25, 0x91, 0xf9, 0x60, 0x81, 0x18, 0x22, 0x01, 0x20, 0xc8, 0xf4, 0xa9, 0x3a, 0x1d, 0x8b, 0x49, 0x14, 0x88, 0x4b, 0x96, 0x80, 0xe2, 0xd1, 0x11, 0xb0, 0x16, 0x22, 0xb2, 0x92, 0x3d, 0xbf, 0xa8, 0x46, 0x4f, 0xf3, 0x92, 0x4f, 0x4a, 0xe5, 0xdb, 0xc9, 0x71, 0x40, 0x6d, 0x27, 0x99, 0xfd, 0xea, 0x99, 0x36, 0x8c, 0xdc, 0x32, 0xda, 0xde, 0xc9, 0xe1, 0x19, 0xe1, 0x40, 0xe5, 0xfe, 0xd9, 0xf8, 0x92, 0x68, 0xa7, 0x4c, 0x2c, 0x4a, 0x6c, 0xbb, 0xaa, 0x15, 0x32, 0x05, 0xbb, 0x2e, 0x7b, 0x4b, 0x92, 0x85, 0x4d, 0x62, 0x1b, 0x0a, 0x5b, 0xaa, 0x61, 0x2a, 0x05, 0x78, 0x0d, 0x8c, 0x81, 0x8c, 0xfc, 0x63, 0x93, 0x9f, 0x9e, 0xa2, 0xef, 0x1c, 0x7d, 0x60, 0x2b, 0x23, 0xa0, 0xab, 0x8d, 0x13, 0x4e, 0x64, 0xde, 0x21, 0xb6, 0xd0, 0x54, 0x09, 0x05, 0x50, 0x24, 0xf0, 0xce, 0x76, 0xd8, 0x6f, 0xb7, 0x3f, 0x33, 0x53, 0xba, 0xe9, 0xa6, 0x34, 0x6b, 0x66, 0xff, 0x00, 0x72, 0xaf, 0x45, 0xb5, 0x6a, 0x11, 0x69, 0x58, 0x65, 0x30, 0xa4, 0xbd, 0x02, 0x54, 0x56, 0x1d, 0x78, 0x30, 0x02, 0xd4, 0x94, 0x48, 0x25, 0x59, 0x05, 0x4e, 0x81, 0xb8, 0x93, 0x83, 0xfa, 0x63, 0x0f, 0x79, 0x4b, 0x6d, 0x25, 0x29, 0xc2, 0x7d, 0x23, 0xcf, 0x9d, 0x5d, 0xf6, 0x87, 0x4f, 0x6a, 0xd7, 0x50, 0xef, 0x1a, 0x69, 0x41, 0xbc, 0x41, 0x21, 0x49, 0x04, 0xc6, 0x70, 0xaf, 0x7c, 0x66, 0x6a, 0xef, 0xb5, 0xaa, 0x32, 0x2d, 0xcb, 0x23, 0x4f, 0x55, 0x67, 0x44, 0x79, 0xc8, 0x38, 0x79, 0x35, 0xa7, 0x3e, 0xe3, 0x95, 0x21, 0xc8, 0x21, 0x4d, 0x87, 0xd0, 0xe3, 0x1e, 0xc5, 0x25, 0x6b, 0x5c, 0xa4, 0xa4, 0x28, 0x65, 0x09, 0x4a, 0x00, 0x21, 0x4a, 0xfc, 0xbd, 0x5a, 0x5a, 0xa1, 0xa5, 0x5b, 0xa6, 0x37, 0x03, 0xa5, 0x7a, 0x5e, 0x90, 0xab, 0x2b, 0x6d, 0x1e, 0xde, 0x54, 0x46, 0x39, 0x20, 0xab, 0x24, 0x49, 0xf4, 0x93, 0xee, 0xac, 0xc9, 0x70, 0x69, 0xcd, 0x12, 0xe4, 0xd7, 0x79, 0x74, 0x36, 0x9b, 0x34, 0xe8, 0x75, 0x8a, 0x93, 0xf4, 0xc4, 0xba, 0xe2, 0x1b, 0x6b, 0x64, 0x4f, 0x22, 0xf7, 0x72, 0x56, 0x56, 0xa5, 0xf8, 0x89, 0xc1, 0x73, 0x68, 0x18, 0x05, 0x43, 0x29, 0x03, 0xa1, 0x5b, 0x74, 0x28, 0x77, 0x6d, 0xe4, 0x24, 0xcf, 0x39, 0xdf, 0xcc, 0x01, 0x02, 0xbc, 0x8d, 0xeb, 0x15, 0xdc, 0xf6, 0x99, 0x6c, 0x00, 0x52, 0x97, 0x54, 0xa6, 0xf6, 0x48, 0x1c, 0x32, 0x67, 0xf9, 0x94, 0x4a, 0xb8, 0x76, 0xe2, 0x80, 0x22, 0x4e, 0x40, 0x14, 0x71, 0xa8, 0x7a, 0x35, 0xa7, 0x5a, 0x61, 0x35, 0x63, 0x48, 0xab, 0xcb, 0xa9, 0xc0, 0x65, 0xb4, 0x0a, 0x93, 0x86, 0xa8, 0x89, 0x4f, 0x30, 0xe9, 0x7f, 0xc2, 0xcb, 0x3b, 0x52, 0xa5, 0x2c, 0x9d, 0xab, 0x60, 0x04, 0x24, 0x1c, 0x29, 0xdc, 0x0c, 0xe7, 0xa8, 0xae, 0xed, 0x2e, 0x5c, 0x70, 0x40, 0x27, 0xdd, 0xe6, 0x6b, 0x59, 0xac, 0x76, 0x69, 0xeb, 0x15, 0x24, 0x58, 0xf1, 0x29, 0x10, 0x26, 0x4c, 0x91, 0x98, 0x03, 0xae, 0xd1, 0x46, 0xf6, 0x77, 0x65, 0xdd, 0xca, 0x5c, 0xa6, 0x25, 0x6c, 0xd8, 0x35, 0xd6, 0x83, 0x0e, 0x03, 0xe0, 0x9f, 0x6f, 0x54, 0x5b, 0x71, 0xbd, 0xaa, 0xc9, 0x18, 0x5c, 0x62, 0x90, 0x73, 0xf4, 0xff, 0x00, 0x47, 0x48, 0x34, 0xbb, 0xe0, 0x41, 0x29, 0xfb, 0xf8, 0x1a, 0x92, 0xdb, 0xb1, 0xfa, 0xea, 0xd4, 0x87, 0x9c, 0x23, 0x11, 0x82, 0x4c, 0x8c, 0xfa, 0x1a, 0x7b, 0xac, 0x5a, 0x0d, 0xac, 0x17, 0x86, 0xaa, 0x25, 0xc9, 0xfa, 0x6d, 0x59, 0xa2, 0x22, 0x73, 0x61, 0xb8, 0xce, 0xd4, 0x2d, 0xea, 0x83, 0x6d, 0x15, 0x8e, 0x02, 0x4a, 0xcc, 0x51, 0xb9, 0x6b, 0x39, 0xda, 0x9e, 0x4f, 0x07, 0xe8, 0x9e, 0x26, 0x7b, 0x4d, 0xbd, 0x75, 0xde, 0x2e, 0x18, 0xfb, 0xf4, 0xa3, 0xb5, 0xae, 0xcb, 0xea, 0xda, 0xb6, 0xa9, 0xc6, 0x94, 0x84, 0x82, 0x37, 0xe5, 0x8e, 0xb0, 0x37, 0x33, 0xe7, 0x55, 0xa5, 0xf1, 0xa7, 0xf5, 0xbd, 0x32, 0xb9, 0xd7, 0x6a, 0xdc, 0x60, 0x22, 0x6b, 0x29, 0x05, 0xe6, 0xbc, 0x0f, 0x34, 0xa6, 0x8e, 0x48, 0xda, 0xa4, 0x3c, 0x84, 0x28, 0x1e, 0x33, 0xca, 0x7e, 0x08, 0xea, 0xbe, 0xe2, 0xdd, 0xdb, 0x57, 0x38, 0x17, 0xbd, 0x64, 0xb5, 0x3d, 0x22, 0xe7, 0x46, 0xb9, 0x0c, 0xbc, 0x41, 0x24, 0x4e, 0x27, 0x6f, 0x78, 0x1d, 0x2b, 0x70, 0xfd, 0x8d, 0xaa, 0x5a, 0xab, 0x17, 0x4a, 0x95, 0xff, 0x00, 0x15, 0xb1, 0x82, 0x7f, 0xce, 0xab, 0xad, 0x47, 0x67, 0x0c, 0x85, 0xd6, 0xef, 0xb0, 0xea, 0xe2, 0x79, 0xcf, 0xf6, 0x27, 0xea, 0xaa, 0xde, 0x7d, 0x6a, 0x2b, 0xd1, 0xab, 0xe2, 0x4f, 0x76, 0xdd, 0xd4, 0xf7, 0x32, 0xf7, 0x71, 0xd7, 0xcb, 0x76, 0xcf, 0x72, 0xd7, 0x25, 0x22, 0x03, 0x57, 0x5c, 0xe6, 0xa1, 0x42, 0x87, 0x57, 0x75, 0x0d, 0x30, 0xd2, 0x1f, 0x5a, 0x50, 0x84, 0xa4, 0x28, 0x00, 0x02, 0x52, 0x07, 0x50, 0x44, 0x92, 0x68, 0x84, 0xc0, 0x03, 0x15, 0x97, 0xfb, 0xaf, 0xef, 0x07, 0xbc, 0x2b, 0x62, 0x99, 0x43, 0x66, 0x57, 0x72, 0xf7, 0x5d, 0x66, 0x24, 0xf7, 0xa4, 0x09, 0x30, 0x9d, 0xac, 0xba, 0x50, 0xb4, 0xa5, 0x28, 0xf6, 0x9c, 0x93, 0x8c, 0x85, 0x91, 0x9f, 0xd0, 0x9e, 0xbb, 0x80, 0x28, 0x66, 0x9c, 0x9e, 0x15, 0x48, 0x22, 0xb3, 0x7d, 0x43, 0xb8, 0xcb, 0xaa, 0x51, 0x90, 0xa9, 0xb5, 0xca, 0xb2, 0x5f, 0x0d, 0x65, 0xb2, 0x2a, 0x2a, 0x57, 0x91, 0x65, 0x60, 0x10, 0x49, 0x23, 0x1e, 0xd2, 0x4e, 0xec, 0x1c, 0xed, 0xc6, 0x39, 0xc8, 0x8c, 0xdb, 0x33, 0xfd, 0x03, 0xe1, 0x51, 0x1b, 0x2b, 0x53, 0xba, 0x07, 0xc0, 0x53, 0x09, 0x9d, 0xcb, 0xde, 0x9e, 0x89, 0x68, 0x4b, 0x13, 0x5c, 0x4a, 0x52, 0x0a, 0x54, 0x6a, 0x4a, 0x51, 0x2a, 0xcf, 0xc1, 0xf6, 0xf0, 0x30, 0x4f, 0xf5, 0x63, 0xa7, 0x7b, 0x2b, 0x1f, 0xd0, 0x3e, 0x02, 0x93, 0xd8, 0x6d, 0x7f, 0xa0, 0x7c, 0x05, 0x41, 0x4a, 0xd7, 0xeb, 0xf2, 0xae, 0xc3, 0xac, 0xc3, 0xa9, 0x54, 0x1b, 0x58, 0xc6, 0x4f, 0xde, 0xeb, 0x01, 0x5c, 0xe7, 0x18, 0x28, 0x23, 0x8f, 0x8f, 0xe9, 0xfe, 0x7e, 0x9e, 0x1a, 0x69, 0x22, 0x38, 0x47, 0xc2, 0xa5, 0x4d, 0xbb, 0x68, 0x10, 0x90, 0x00, 0xa6, 0x6f, 0xeb, 0x7e, 0xaa, 0x45, 0x3e, 0x59, 0x75, 0xd9, 0xee, 0x7b, 0x76, 0x6c, 0x55, 0x6d, 0xcf, 0xc9, 0xf4, 0x03, 0xf0, 0xf8, 0xc7, 0x49, 0xec, 0xec, 0x93, 0x3c, 0x23, 0xe1, 0x4c, 0x36, 0xac, 0x13, 0x3c, 0x03, 0xe0, 0x2b, 0x98, 0x9a, 0xe1, 0x7b, 0xc9, 0x6c, 0x37, 0x3a, 0xa3, 0x28, 0xa9, 0x0e, 0xb6, 0xb6, 0x83, 0xb3, 0x8b, 0xed, 0xef, 0x0a, 0x0a, 0x05, 0x68, 0x52, 0x00, 0x57, 0xc7, 0x1f, 0x50, 0x70, 0x7e, 0x40, 0xcf, 0x29, 0x86, 0xa3, 0x09, 0x15, 0xc6, 0xd9, 0x90, 0x93, 0xe0, 0x02, 0xb6, 0x2d, 0x8b, 0xdc, 0x16, 0xa0, 0x51, 0x34, 0x82, 0x96, 0xb4, 0x48, 0x8d, 0xe4, 0xaf, 0xaa, 0xa1, 0x4b, 0x9a, 0xb5, 0x42, 0x41, 0x51, 0x65, 0x08, 0x89, 0x85, 0x27, 0x23, 0x01, 0x67, 0x03, 0x2a, 0x03, 0x3c, 0x93, 0xf2, 0x7a, 0xc7, 0xdd, 0xa9, 0x68, 0x10, 0x39, 0xcf, 0xe9, 0x5e, 0x6b, 0xda, 0x1d, 0x59, 0xf6, 0x74, 0xe6, 0xd0, 0x90, 0x3f, 0x89, 0xc6, 0x93, 0x8e, 0x42, 0x36, 0xab, 0x8c, 0x50, 0xe9, 0x54, 0x9d, 0x31, 0xb5, 0xaf, 0x46, 0xea, 0x0f, 0xab, 0xef, 0xc3, 0xee, 0x51, 0x78, 0x29, 0x2e, 0x27, 0x8f, 0x72, 0x13, 0xb4, 0x6c, 0xc2, 0x89, 0x47, 0x2a, 0x51, 0x24, 0x67, 0xda, 0x08, 0xcd, 0x72, 0xad, 0x82, 0x1b, 0x4a, 0xb9, 0x9a, 0xcd, 0x5e, 0x69, 0x6c, 0x33, 0x60, 0xc3, 0xe0, 0x9f, 0x1e, 0xff, 0x00, 0x7c, 0xba, 0x64, 0xe7, 0xca, 0x88, 0xb5, 0x66, 0xd7, 0xa4, 0x58, 0xf7, 0x33, 0xd6, 0xcc, 0x09, 0x3e, 0x68, 0xa6, 0x37, 0xb9, 0x6f, 0x4a, 0x6e, 0x52, 0x15, 0x92, 0xa4, 0xab, 0xde, 0xd8, 0x4a, 0x56, 0x32, 0x92, 0x08, 0xc0, 0xc1, 0x0a, 0x4f, 0x38, 0xdc, 0x5a, 0xf3, 0x41, 0xa7, 0x78, 0x53, 0xf7, 0xef, 0xa0, 0xf5, 0x8b, 0x06, 0xb4, 0xeb, 0xde, 0xe5, 0xb2, 0x48, 0x8f, 0x23, 0xf3, 0xfe, 0xd5, 0x2e, 0xc7, 0x69, 0xd0, 0x13, 0x5c, 0x36, 0xc2, 0x29, 0x94, 0xc2, 0xa6, 0x28, 0x5f, 0x79, 0xa5, 0x4d, 0xd3, 0x1e, 0xda, 0xa6, 0x3c, 0x81, 0x1b, 0x80, 0x4b, 0x79, 0xd9, 0xce, 0xed, 0xf8, 0xdb, 0xb3, 0x9c, 0x8f, 0x8e, 0x8b, 0xe1, 0xba, 0xe2, 0xe1, 0xe2, 0xe5, 0x3f, 0x7f, 0xbd, 0x1b, 0xf8, 0x03, 0xe1, 0xee, 0xeb, 0x88, 0x78, 0x53, 0xc5, 0xb1, 0xda, 0x63, 0xa4, 0xf9, 0xce, 0xd1, 0x54, 0x64, 0xda, 0x6c, 0x38, 0x9a, 0x85, 0x31, 0x96, 0x10, 0xdb, 0x6d, 0xc7, 0xae, 0x52, 0xda, 0x68, 0xe3, 0x86, 0xd2, 0x57, 0x1d, 0x44, 0x00, 0x32, 0x71, 0x92, 0x7f, 0x5f, 0xa0, 0xfa, 0x01, 0xd4, 0xc8, 0x51, 0x55, 0xb0, 0x27, 0xa2, 0xbe, 0x8a, 0xac, 0xe1, 0x09, 0x52, 0xd4, 0x4f, 0x2e, 0x11, 0xf3, 0x4d, 0x69, 0x5e, 0xce, 0x67, 0x4c, 0x83, 0xdc, 0xcd, 0xa3, 0x36, 0x3b, 0x21, 0xef, 0x05, 0x51, 0x4e, 0xba, 0xa7, 0x23, 0x6e, 0x6d, 0x96, 0xc3, 0x0e, 0xe5, 0x6b, 0xfa, 0x00, 0x38, 0x19, 0x3f, 0x52, 0x3a, 0x1b, 0x4f, 0x57, 0xff, 0x00, 0x24, 0x10, 0x2b, 0x43, 0xd9, 0x26, 0x8a, 0xb5, 0xd6, 0xa7, 0x22, 0x4c, 0xf9, 0x60, 0xd3, 0xdf, 0xb4, 0x4a, 0x99, 0x55, 0xd7, 0x1d, 0x75, 0x83, 0x57, 0xb3, 0xf4, 0xaa, 0xb1, 0x75, 0x2a, 0x2d, 0x2c, 0xc6, 0x93, 0x5c, 0xa2, 0xd3, 0xdd, 0x4c, 0x67, 0xc0, 0x79, 0x6a, 0x41, 0xc3, 0x67, 0x68, 0xf6, 0x90, 0x7e, 0xbc, 0x11, 0xd5, 0x95, 0xca, 0xae, 0xd6, 0xa8, 0x4a, 0xa0, 0x8d, 0xf1, 0xfd, 0xaa, 0x7f, 0xf1, 0x43, 0x4d, 0xb7, 0xbc, 0xd5, 0x19, 0x5b, 0x76, 0x2e, 0x3e, 0x52, 0x88, 0x25, 0x13, 0x03, 0x3b, 0x18, 0x23, 0x34, 0x7d, 0xf6, 0x53, 0xda, 0x97, 0x36, 0x8e, 0x51, 0xf5, 0x46, 0x25, 0xdf, 0xa7, 0x8b, 0xb5, 0xde, 0xa8, 0x88, 0x73, 0x61, 0x2e, 0xad, 0x01, 0x48, 0x53, 0xad, 0xb2, 0xdb, 0xa0, 0xa1, 0xbd, 0xe0, 0x05, 0x65, 0x4a, 0xf7, 0x01, 0xf0, 0x5c, 0x4f, 0x04, 0x75, 0x23, 0x6b, 0x78, 0x34, 0x13, 0xc5, 0x27, 0x9f, 0x2e, 0x7e, 0x75, 0x71, 0xfe, 0x15, 0xdb, 0x38, 0xc2, 0x2f, 0x0b, 0xf6, 0x8a, 0xb7, 0x0a, 0x52, 0x4a, 0x52, 0xa1, 0x06, 0x00, 0x89, 0xf8, 0x89, 0x3d, 0x26, 0xaa, 0x1e, 0xf2, 0xb4, 0xd7, 0x54, 0xe5, 0x69, 0xc4, 0x8b, 0xbd, 0x8a, 0xd5, 0x19, 0xc8, 0xd6, 0xd5, 0xd7, 0x28, 0xd3, 0x29, 0x31, 0xa1, 0x26, 0x3b, 0xde, 0x09, 0x92, 0x10, 0xbf, 0x0a, 0x93, 0x80, 0xb2, 0xac, 0x4a, 0x61, 0x59, 0x5e, 0x12, 0x07, 0xc7, 0x24, 0xee, 0xe7, 0x13, 0xde, 0xac, 0xf7, 0x87, 0xc1, 0x1f, 0x3e, 0xb5, 0x5f, 0xdb, 0x4b, 0x2d, 0x65, 0x3a, 0x6a, 0x6e, 0x90, 0x52, 0xa0, 0x87, 0x7c, 0x29, 0x02, 0x09, 0x0b, 0x54, 0x70, 0x9e, 0xb1, 0x23, 0x38, 0xa6, 0xba, 0xa5, 0xda, 0xcb, 0x5a, 0x8f, 0xa9, 0x34, 0x5b, 0x53, 0x46, 0x29, 0x90, 0xe9, 0xa5, 0xea, 0x0b, 0x6e, 0x3c, 0x84, 0xc9, 0x71, 0x69, 0x79, 0xe0, 0x5f, 0x52, 0xca, 0x88, 0x5b, 0xa0, 0x2f, 0xc4, 0xd6, 0xe2, 0x06, 0xd4, 0x94, 0xa7, 0x28, 0x04, 0x1e, 0x87, 0x28, 0x41, 0x57, 0x03, 0x71, 0xb5, 0x58, 0xdf, 0x68, 0x8d, 0xdf, 0xdd, 0xa1, 0xbb, 0x40, 0x11, 0xe1, 0x04, 0xee, 0x73, 0x9e, 0x84, 0xe6, 0x07, 0x90, 0xe9, 0x54, 0xf6, 0xb0, 0x68, 0x55, 0xc9, 0xa4, 0x17, 0x13, 0x54, 0x0b, 0x82, 0xa7, 0x1e, 0x4b, 0xea, 0x0a, 0x0e, 0xa1, 0xb4, 0x3c, 0x95, 0xb4, 0x42, 0x1b, 0x73, 0xdc, 0x97, 0x50, 0xd9, 0xc1, 0x4b, 0x8d, 0xa8, 0x14, 0xf1, 0xfa, 0xa8, 0x10, 0x0b, 0x7c, 0xb6, 0xd6, 0xd6, 0xf5, 0x87, 0xed, 0x1e, 0x96, 0xf6, 0x90, 0xe0, 0x4b, 0x8a, 0x06, 0x41, 0xc6, 0x64, 0x44, 0x4f, 0xd7, 0x7f, 0x9f, 0x44, 0x2c, 0xab, 0x52, 0x5d, 0x6a, 0xb9, 0x4d, 0xb7, 0xa1, 0x94, 0x21, 0xda, 0xac, 0xe6, 0xa2, 0xc7, 0x2e, 0x0c, 0xfb, 0x9c, 0x56, 0xd0, 0x4f, 0x1f, 0x1e, 0xe3, 0xf4, 0xfa, 0x9e, 0x00, 0x2a, 0x49, 0x84, 0xc9, 0xac, 0xbd, 0xad, 0x83, 0xba, 0x95, 0xca, 0x1a, 0x98, 0xe3, 0x20, 0x7c, 0x7e, 0xfe, 0xbd, 0x48, 0x36, 0x55, 0xd3, 0xdb, 0x26, 0xae, 0xd9, 0x5a, 0x8a, 0x9a, 0x14, 0x07, 0x62, 0xbd, 0x0e, 0x72, 0x10, 0xdd, 0x3e, 0xa3, 0x1e, 0x53, 0x21, 0x12, 0xdd, 0x03, 0x38, 0x0d, 0xbc, 0xb4, 0x3a, 0x48, 0xca, 0x86, 0x0a, 0x39, 0x20, 0xfe, 0x80, 0xf5, 0x23, 0x96, 0xe4, 0xb4, 0x44, 0x4c, 0x7b, 0x8f, 0xba, 0xb5, 0x67, 0xb0, 0xfa, 0xad, 0x8e, 0xa0, 0xa4, 0xa4, 0x71, 0x20, 0x8c, 0x28, 0x44, 0x12, 0x3c, 0x89, 0x07, 0xaf, 0x2f, 0xd2, 0x83, 0xad, 0x4d, 0x3f, 0x5b, 0x5a, 0xdb, 0x6d, 0xe9, 0xa5, 0xdf, 0x15, 0x88, 0x86, 0xa5, 0x2a, 0x28, 0xa9, 0x31, 0x14, 0x6f, 0x6f, 0x2e, 0x3a, 0x12, 0x54, 0x8f, 0x12, 0x8f, 0xb5, 0x49, 0xc1, 0xc2, 0x15, 0xfc, 0xae, 0x0f, 0x50, 0x04, 0x02, 0xa8, 0x3d, 0x63, 0xdd, 0x8a, 0x8b, 0x4e, 0xb0, 0x7d, 0x1a, 0xbb, 0x76, 0x57, 0x22, 0x24, 0x8e, 0x20, 0x3c, 0xcf, 0x28, 0xeb, 0xbc, 0x03, 0x4a, 0xf7, 0x42, 0x2d, 0x7e, 0xdf, 0xae, 0x2a, 0xfa, 0xac, 0xea, 0x35, 0x35, 0x62, 0x0d, 0x4a, 0x38, 0x85, 0x39, 0xf5, 0xcf, 0xf0, 0xc5, 0x6c, 0xb1, 0xb9, 0x48, 0x04, 0xb8, 0xd2, 0x96, 0x54, 0x56, 0x15, 0xb8, 0x12, 0x92, 0x13, 0x94, 0x91, 0x9c, 0x75, 0x65, 0x6b, 0x60, 0x8b, 0x97, 0x14, 0x0e, 0xc3, 0xfb, 0xd7, 0xa4, 0xe9, 0xdd, 0x9b, 0xb3, 0x56, 0xa4, 0xe8, 0x40, 0xc2, 0x48, 0x8f, 0xcd, 0x39, 0x4f, 0x22, 0x7c, 0xf2, 0x77, 0xaa, 0x62, 0x27, 0x75, 0xcb, 0x95, 0xa8, 0xe7, 0x47, 0xea, 0xba, 0x1d, 0x6f, 0x8b, 0x99, 0xe6, 0x8a, 0xe1, 0xc2, 0x9b, 0x49, 0xa8, 0xb6, 0xe4, 0x94, 0x00, 0x0a, 0xde, 0x4a, 0x0c, 0xcd, 0xea, 0x43, 0x60, 0x38, 0xa5, 0xa8, 0x0c, 0x24, 0x32, 0xe7, 0xe8, 0x7a, 0x98, 0xe9, 0xb6, 0x61, 0x3c, 0x61, 0xc1, 0xc0, 0x30, 0x73, 0xb1, 0xf5, 0xab, 0x47, 0xbb, 0x03, 0xa7, 0x3d, 0x78, 0x97, 0x56, 0xc2, 0x4e, 0xf2, 0x08, 0x54, 0x93, 0xc8, 0x83, 0x38, 0x8f, 0x43, 0xee, 0xcd, 0x5a, 0x9a, 0x1f, 0x50, 0xb0, 0x3b, 0x81, 0xd3, 0xaa, 0xfd, 0xb5, 0x52, 0xb0, 0xe9, 0x76, 0xfd, 0x76, 0xdf, 0x9c, 0x82, 0xed, 0x4e, 0x93, 0x39, 0x6c, 0x6f, 0x6d, 0xe0, 0xe3, 0x5e, 0x27, 0x91, 0x31, 0xf5, 0x27, 0x2d, 0xad, 0x25, 0x5b, 0x46, 0xd5, 0x12, 0x31, 0x94, 0x91, 0x9e, 0x99, 0x71, 0x62, 0x8b, 0x60, 0x95, 0x20, 0xc8, 0x31, 0x99, 0xfd, 0x6a, 0x93, 0xb4, 0x9d, 0x8a, 0xd2, 0x9c, 0xd2, 0xd4, 0xca, 0x5b, 0xee, 0xc8, 0x9c, 0x83, 0x1b, 0x82, 0x32, 0x09, 0x88, 0x1b, 0xc7, 0xd2, 0xb4, 0x7b, 0xb1, 0x2a, 0x96, 0x56, 0x91, 0xc8, 0xb3, 0x68, 0x4f, 0x37, 0x22, 0xb9, 0x4f, 0xa7, 0x47, 0x99, 0x29, 0x29, 0xaf, 0xa9, 0x96, 0x25, 0x25, 0xb7, 0xa5, 0x38, 0x94, 0x21, 0xe6, 0x99, 0x5a, 0x36, 0xa1, 0x5e, 0x42, 0x37, 0xe5, 0x45, 0x4f, 0x10, 0x4a, 0x52, 0x30, 0x98, 0x6c, 0xad, 0x54, 0xea, 0x03, 0x58, 0xea, 0x7e, 0x3c, 0xa2, 0xaf, 0xb4, 0x2b, 0x7b, 0xad, 0x36, 0xdf, 0xbb, 0x66, 0x0a, 0xc0, 0x00, 0x99, 0xdf, 0x2a, 0xc4, 0x80, 0x71, 0x93, 0xe7, 0x93, 0x54, 0x5e, 0x98, 0xdd, 0x3a, 0x97, 0xac, 0xda, 0x8b, 0x12, 0x83, 0x74, 0x68, 0x52, 0xa9, 0x91, 0x2a, 0x15, 0xd5, 0x40, 0x95, 0x52, 0xfd, 0xac, 0x65, 0x49, 0x82, 0xb5, 0xcb, 0x70, 0xba, 0xb5, 0x8f, 0x02, 0xdd, 0x24, 0xc8, 0x75, 0x65, 0x67, 0x92, 0x49, 0x50, 0x1c, 0x0c, 0x02, 0x2e, 0x34, 0x7e, 0x32, 0x56, 0xb5, 0x50, 0xf7, 0xfd, 0x9a, 0x73, 0x53, 0xb8, 0x2e, 0x3c, 0x94, 0xe7, 0xa2, 0x88, 0x8c, 0x93, 0x8f, 0x01, 0xe6, 0x4f, 0x3a, 0xb5, 0x74, 0xf7, 0x4e, 0xd1, 0x6e, 0xf7, 0x43, 0x49, 0x85, 0x48, 0x66, 0x28, 0x36, 0xd5, 0x49, 0x2f, 0xcd, 0x6a, 0xac, 0x3d, 0x4a, 0x09, 0x76, 0x21, 0x8e, 0x1a, 0x00, 0x78, 0x83, 0x87, 0xcf, 0x25, 0x29, 0x19, 0xda, 0x31, 0x82, 0x7e, 0x31, 0xd5, 0x4d, 0xab, 0x66, 0xde, 0xfd, 0x49, 0x4e, 0x60, 0x47, 0xd2, 0xb3, 0xda, 0x4e, 0x9f, 0xec, 0x3d, 0xa5, 0x2d, 0x5b, 0xe3, 0xbb, 0xc9, 0x9c, 0xe0, 0x80, 0x06, 0xd1, 0x39, 0x3f, 0x0a, 0x8c, 0x93, 0x64, 0xdf, 0x97, 0x3e, 0x99, 0xae, 0xd0, 0x36, 0x75, 0x06, 0x1d, 0x3e, 0x43, 0x14, 0x2a, 0x12, 0x26, 0x49, 0xa4, 0x3b, 0x09, 0x62, 0x2d, 0x26, 0x5a, 0xcb, 0x6e, 0xa5, 0x4a, 0x75, 0xc4, 0xa9, 0x7e, 0x59, 0x68, 0x4a, 0xca, 0xb6, 0x8d, 0x8b, 0x05, 0x23, 0x09, 0x23, 0xa2, 0x6e, 0x2e, 0x1d, 0x55, 0xb2, 0x81, 0x02, 0x0e, 0x31, 0xf0, 0xf9, 0x4e, 0x6a, 0xe3, 0x5d, 0x4e, 0xb9, 0xec, 0x66, 0xdd, 0xc0, 0x07, 0x1f, 0x08, 0xcc, 0x8c, 0x71, 0x0c, 0x83, 0x31, 0x92, 0x40, 0x33, 0xcb, 0xac, 0x50, 0xfe, 0xb7, 0xe9, 0x0d, 0x43, 0x45, 0xae, 0x48, 0x16, 0x7d, 0xc3, 0x2e, 0x23, 0xb2, 0x76, 0x19, 0x08, 0x75, 0x84, 0x2c, 0x34, 0xb4, 0xa9, 0x97, 0x47, 0xb1, 0x4b, 0x4a, 0x4a, 0xc0, 0x00, 0xf2, 0x06, 0xd3, 0xce, 0x09, 0xc7, 0x55, 0x1d, 0xc2, 0xd9, 0x2a, 0x49, 0x3d, 0x3d, 0x37, 0x15, 0xe6, 0xba, 0xd6, 0x90, 0xad, 0x29, 0xe4, 0xb0, 0xf4, 0x15, 0x64, 0x83, 0x98, 0xca, 0x54, 0x30, 0x79, 0xd0, 0xad, 0x09, 0xd0, 0x2d, 0x88, 0xb2, 0x14, 0x8e, 0x15, 0x05, 0xa3, 0x9f, 0xd3, 0xd9, 0x9e, 0xa3, 0x71, 0x3f, 0xc6, 0x50, 0xf3, 0x3f, 0x5a, 0xcc, 0x32, 0x38, 0x18, 0x42, 0x7c, 0x87, 0xd2, 0x8b, 0x2c, 0x47, 0xaf, 0x3b, 0x49, 0x89, 0x17, 0x25, 0x37, 0x47, 0xa6, 0xdc, 0x50, 0xe4, 0xb4, 0x80, 0x98, 0xab, 0x8a, 0x4b, 0x32, 0x4b, 0x6f, 0x36, 0xe0, 0x04, 0xad, 0xb5, 0xa1, 0x69, 0xdc, 0xd8, 0xdc, 0x92, 0x92, 0x08, 0xcf, 0xc1, 0xc1, 0x05, 0x59, 0x29, 0xe6, 0xdd, 0x10, 0x99, 0x06, 0xb6, 0xbd, 0x93, 0x6e, 0xfa, 0xd6, 0xe3, 0xbd, 0x45, 0xa9, 0x71, 0x0a, 0x11, 0xb6, 0xf9, 0x04, 0x64, 0x88, 0xe5, 0xe9, 0x53, 0xd7, 0xad, 0xcf, 0xa8, 0x97, 0xd6, 0x9e, 0x41, 0xb7, 0x61, 0x76, 0xc9, 0x2a, 0xdd, 0x5b, 0xcd, 0xa1, 0xd7, 0xa3, 0xd3, 0xe9, 0x29, 0x42, 0x10, 0x30, 0x16, 0x5b, 0x4a, 0x19, 0x8e, 0xdf, 0x3b, 0xc6, 0x73, 0xcf, 0x25, 0x58, 0x03, 0x72, 0xb3, 0x35, 0xd3, 0xcf, 0xbe, 0xae, 0x04, 0xa3, 0x00, 0xef, 0x5a, 0x1e, 0xd1, 0x3f, 0xa9, 0xea, 0x96, 0x62, 0xd9, 0xab, 0x05, 0x23, 0xae, 0x3f, 0x61, 0x56, 0x5d, 0x46, 0xbb, 0x5c, 0xfe, 0xe7, 0x86, 0xaa, 0xd5, 0x6d, 0x0a, 0x13, 0x6b, 0x54, 0xd8, 0x05, 0x2c, 0x51, 0xe4, 0x51, 0xda, 0x2f, 0x49, 0x78, 0xb9, 0xe3, 0x3e, 0x32, 0xa8, 0xeb, 0x75, 0x0b, 0x08, 0x4a, 0x15, 0xfa, 0x6c, 0x21, 0x29, 0x27, 0x69, 0x09, 0x32, 0xd5, 0xc7, 0x12, 0xd8, 0x49, 0x4e, 0x47, 0xef, 0xf6, 0x6b, 0x57, 0xa7, 0x39, 0x75, 0xf8, 0x10, 0x2e, 0x5b, 0x1e, 0xf0, 0x27, 0xf2, 0x9d, 0xc9, 0xdb, 0x18, 0x24, 0x62, 0x39, 0x73, 0xaa, 0x8e, 0x81, 0x4b, 0xac, 0x31, 0xad, 0x34, 0x7a, 0xed, 0xed, 0x42, 0xa9, 0x50, 0x94, 0x25, 0x28, 0xc3, 0x7a, 0xa0, 0xa5, 0x32, 0x4a, 0x43, 0x5b, 0x42, 0x0b, 0xce, 0x80, 0x14, 0x54, 0x12, 0x90, 0xa5, 0xf0, 0x73, 0xee, 0xc8, 0x3d, 0x55, 0x32, 0xb7, 0x9b, 0xbc, 0xe2, 0x58, 0x80, 0xa3, 0xce, 0xb0, 0x56, 0xac, 0xde, 0x37, 0xda, 0x66, 0xde, 0xbb, 0x68, 0xb7, 0x2a, 0xc7, 0x17, 0x48, 0xda, 0x4e, 0xfb, 0x09, 0xf3, 0xcd, 0x17, 0xea, 0x5c, 0xf4, 0x44, 0xa1, 0x6a, 0x25, 0x6e, 0x9b, 0x77, 0xb9, 0x6e, 0xc9, 0x95, 0xa9, 0x30, 0xa6, 0xb9, 0x5a, 0x0f, 0x97, 0x3e, 0xf4, 0xdb, 0x2e, 0x98, 0xa5, 0xd5, 0x03, 0x5b, 0x96, 0xac, 0x06, 0xd2, 0xa0, 0x51, 0xed, 0x29, 0x0c, 0x95, 0x2b, 0x08, 0x2a, 0xce, 0x81, 0x6e, 0xb5, 0x00, 0x28, 0x83, 0x9f, 0xd7, 0xd6, 0xbd, 0x3b, 0x56, 0xb8, 0x47, 0xb1, 0x90, 0xa7, 0x80, 0x32, 0x9e, 0x7e, 0x63, 0x95, 0x7d, 0x35, 0xd3, 0xcb, 0x9a, 0x1d, 0x6f, 0x4a, 0xe8, 0xf2, 0xe1, 0x6b, 0x95, 0x36, 0xf0, 0xf2, 0x3b, 0x25, 0x69, 0xae, 0xc4, 0x9d, 0x1d, 0x84, 0xce, 0x49, 0x75, 0xcd, 0x84, 0x06, 0xd4, 0xa4, 0xe1, 0x23, 0x6a, 0x78, 0x3f, 0xc9, 0xcf, 0x47, 0xab, 0x28, 0x19, 0x9a, 0xb9, 0x61, 0x69, 0x29, 0x06, 0x66, 0x79, 0xfe, 0xd5, 0x9d, 0x3e, 0xd5, 0xab, 0xa6, 0x86, 0xe5, 0xb1, 0x65, 0xda, 0xf3, 0x7b, 0x81, 0xa4, 0x5b, 0xf2, 0xa5, 0x49, 0x0c, 0xa2, 0x1c, 0x9a, 0x93, 0x49, 0x53, 0xae, 0x15, 0x0f, 0xc7, 0x0a, 0x4a, 0xd0, 0xea, 0xb6, 0x01, 0x8c, 0x36, 0x41, 0x25, 0x60, 0x02, 0x14, 0xa4, 0xf4, 0xc7, 0x94, 0x92, 0xd8, 0x0a, 0x35, 0x0d, 0xcd, 0xc3, 0x16, 0xe4, 0x29, 0x6b, 0x09, 0x13, 0xe9, 0x3f, 0x1a, 0xc3, 0xda, 0x81, 0x41, 0x6a, 0xd7, 0xae, 0xb7, 0x40, 0x4e, 0xa5, 0xc7, 0xba, 0x9e, 0x61, 0xa5, 0x2a, 0x55, 0x62, 0x3c, 0x85, 0xb8, 0x14, 0xe2, 0xde, 0x75, 0xc0, 0x83, 0xbd, 0xc7, 0x16, 0x82, 0x10, 0xb6, 0xc6, 0xd5, 0x28, 0x90, 0x36, 0xfc, 0x0c, 0x75, 0x95, 0xd5, 0x14, 0x85, 0xdc, 0x82, 0x93, 0x20, 0x81, 0xf5, 0x35, 0xe4, 0x5d, 0xb9, 0xb8, 0xb7, 0xb9, 0xd5, 0x52, 0xa6, 0x96, 0x15, 0xe1, 0x13, 0x9e, 0x72, 0x71, 0xf0, 0x8a, 0xdb, 0xdf, 0x63, 0x37, 0x35, 0x2b, 0xa1, 0x44, 0xf3, 0xf7, 0x63, 0x03, 0xff, 0x00, 0xd5, 0x5f, 0x57, 0x9d, 0x9b, 0xd9, 0x75, 0x6b, 0xd8, 0x4c, 0xba, 0xe7, 0xfb, 0x13, 0xff, 0x00, 0xe4, 0xaa, 0xde, 0xbd, 0x6a, 0x6b, 0xd2, 0x6b, 0xf9, 0x9b, 0xef, 0x3e, 0xde, 0xbe, 0x9e, 0xee, 0x5f, 0x50, 0x18, 0x6e, 0xb6, 0xeb, 0x5b, 0x6f, 0x1a, 0x90, 0x18, 0xcf, 0x1f, 0xc6, 0x9c, 0xfd, 0xfd, 0x46, 0x94, 0x8a, 0x2e, 0x47, 0x0d, 0x50, 0x5a, 0x8d, 0x4b, 0xbb, 0x21, 0xa2, 0x0b, 0x17, 0x1d, 0x75, 0xe9, 0xa9, 0xcb, 0xa5, 0x94, 0xac, 0x63, 0xc5, 0xc2, 0x72, 0x79, 0x3f, 0x5e, 0x3f, 0xab, 0xa7, 0x11, 0x02, 0x95, 0x30, 0x6a, 0xb8, 0xa9, 0x46, 0x52, 0xa4, 0xb8, 0x1c, 0x7d, 0x04, 0x03, 0x8f, 0x60, 0x24, 0x8f, 0xfb, 0x3a, 0xe1, 0x4f, 0xf2, 0xa8, 0xd7, 0xe7, 0x98, 0xc5, 0x6c, 0xb6, 0xa5, 0x6d, 0xc7, 0xd4, 0x63, 0xfa, 0xfa, 0x59, 0xae, 0x34, 0x95, 0x31, 0x45, 0x6f, 0x92, 0xee, 0xd5, 0x7b, 0x30, 0x17, 0x8c, 0x63, 0xae, 0x22, 0x69, 0x69, 0x39, 0x2b, 0x42, 0x54, 0xa4, 0xa9, 0xd5, 0x03, 0x82, 0x31, 0x9c, 0x67, 0xf4, 0xe4, 0x7f, 0x47, 0x4b, 0x5d, 0x5c, 0x53, 0x21, 0xbb, 0x32, 0x42, 0x94, 0xb6, 0x82, 0x92, 0x94, 0xf0, 0xa0, 0x06, 0xe1, 0xfa, 0x11, 0xf5, 0xff, 0x00, 0x57, 0x48, 0x76, 0xa6, 0x92, 0x23, 0x35, 0xf4, 0x1f, 0x48, 0xb4, 0x1b, 0x4e, 0x2f, 0x3b, 0x0e, 0x83, 0x41, 0xaf, 0x5c, 0x8e, 0x44, 0x8b, 0x1a, 0xb7, 0x52, 0x5b, 0x0f, 0xfd, 0xe0, 0x13, 0x97, 0x76, 0x32, 0xad, 0xa9, 0x21, 0xa5, 0x17, 0x16, 0xa5, 0xb6, 0x80, 0x94, 0xf1, 0x8d, 0xc7, 0x71, 0xe3, 0xac, 0x95, 0xc9, 0x6f, 0x8b, 0x26, 0x24, 0x9f, 0xbf, 0xda, 0xb0, 0x5a, 0xae, 0x8b, 0x67, 0xa8, 0x25, 0x0d, 0x39, 0x20, 0x20, 0x38, 0xac, 0x18, 0xc0, 0x29, 0x9e, 0x47, 0xa8, 0xe9, 0x57, 0x3d, 0xbd, 0xa7, 0x36, 0xa0, 0xd3, 0x6a, 0x75, 0x46, 0xab, 0x79, 0xcf, 0x98, 0xdc, 0x7f, 0x2a, 0x60, 0xd0, 0x9e, 0x7d, 0xc2, 0x98, 0xc9, 0x42, 0x82, 0x5c, 0x74, 0x28, 0x3d, 0x8c, 0x15, 0x29, 0x3e, 0xc0, 0x84, 0xe7, 0x77, 0xe6, 0x18, 0xe4, 0x50, 0xdd, 0xaa, 0x91, 0x05, 0x53, 0x1c, 0xba, 0x54, 0x4a, 0xd0, 0xed, 0x8d, 0x93, 0x4a, 0x71, 0x44, 0xa4, 0x92, 0x12, 0x24, 0xe3, 0x30, 0x7e, 0xc0, 0xa2, 0xfb, 0xb3, 0x4d, 0xf4, 0xd9, 0xed, 0x51, 0x81, 0x6c, 0x2a, 0xfe, 0x97, 0x2a, 0x33, 0x51, 0x7c, 0x72, 0x64, 0xca, 0xa8, 0xb8, 0x16, 0x80, 0x1e, 0x69, 0xa0, 0x02, 0x9c, 0x53, 0xaa, 0x4a, 0x11, 0xe7, 0xcf, 0x19, 0xc8, 0x4e, 0x00, 0x4e, 0xec, 0x86, 0x3a, 0xc3, 0x2a, 0x74, 0x10, 0x65, 0x3d, 0x79, 0x50, 0x77, 0xfd, 0x9e, 0xb4, 0x73, 0x5a, 0x6e, 0xd4, 0xac, 0x95, 0x70, 0xf3, 0x56, 0x77, 0x00, 0x09, 0x32, 0x63, 0x3e, 0x75, 0x62, 0x6a, 0x0d, 0x62, 0x95, 0x6c, 0xd2, 0x27, 0x5f, 0x54, 0x3b, 0xca, 0x9b, 0x50, 0xaa, 0xb9, 0x40, 0x65, 0xb8, 0xcc, 0x16, 0x43, 0x88, 0x76, 0x22, 0xd4, 0xc3, 0x9b, 0x92, 0xdf, 0x81, 0x29, 0xc0, 0xf3, 0xa7, 0x0e, 0x28, 0x85, 0x1e, 0x3d, 0xa0, 0x61, 0x29, 0x7b, 0xd0, 0x84, 0x95, 0xa5, 0x52, 0x63, 0xe4, 0x4f, 0xd2, 0xac, 0xb5, 0x7b, 0x57, 0xb4, 0xfb, 0x37, 0x2e, 0xd2, 0xa0, 0x55, 0x1c, 0x39, 0xe7, 0x91, 0x22, 0x20, 0x6d, 0x3b, 0xcf, 0xba, 0x31, 0x58, 0xd6, 0xec, 0x33, 0x18, 0xba, 0x25, 0x4b, 0x87, 0x1c, 0xa9, 0xd9, 0x15, 0x26, 0x5e, 0x6d, 0x6a, 0xfc, 0xaa, 0x53, 0x09, 0x68, 0xe0, 0x7e, 0xa4, 0x29, 0x29, 0xca, 0x78, 0xc8, 0x04, 0x02, 0x0e, 0x3a, 0x6b, 0x09, 0xe2, 0xb7, 0x13, 0xd0, 0xcf, 0xbc, 0x9a, 0xf9, 0xff, 0x00, 0x51, 0xd5, 0xc5, 0x9b, 0xe5, 0x11, 0x95, 0x2b, 0x1e, 0x65, 0x3c, 0x24, 0x81, 0xd4, 0xcc, 0x63, 0x73, 0x90, 0x33, 0x15, 0xa1, 0x22, 0x53, 0x27, 0x58, 0xd6, 0xdd, 0xbf, 0x78, 0x58, 0xe1, 0x2c, 0x56, 0xeb, 0x76, 0xea, 0x9f, 0x4b, 0x33, 0x6a, 0x29, 0x75, 0x0b, 0x52, 0x9a, 0x49, 0x57, 0xb1, 0x2d, 0xe1, 0x09, 0x0b, 0x52, 0x76, 0xe5, 0x45, 0x44, 0x01, 0x90, 0x0e, 0xe0, 0x99, 0xac, 0x6d, 0xda, 0x45, 0xda, 0x24, 0x4e, 0xf5, 0xed, 0x7d, 0x94, 0xb4, 0xb6, 0x6d, 0xdb, 0x5b, 0x86, 0xf7, 0x75, 0x05, 0x59, 0x32, 0x3f, 0x28, 0x3b, 0x46, 0xdd, 0x33, 0x3d, 0x46, 0xf4, 0x23, 0x72, 0x54, 0x67, 0xd1, 0xb4, 0xf3, 0xee, 0xab, 0x96, 0xb5, 0x43, 0xa7, 0xdf, 0xb2, 0x5b, 0x02, 0x74, 0xd6, 0x69, 0x89, 0x7d, 0x2c, 0xaf, 0x70, 0x39, 0x56, 0xd4, 0x65, 0x7e, 0xd1, 0xb3, 0xdd, 0x82, 0x3e, 0x48, 0xfa, 0x75, 0xf4, 0x37, 0x66, 0x7f, 0xc2, 0xd3, 0x78, 0x81, 0x73, 0x7a, 0xd8, 0x29, 0x56, 0x78, 0x49, 0x83, 0x59, 0xae, 0xda, 0xff, 0x00, 0x89, 0x5a, 0x65, 0xa3, 0xca, 0x62, 0xc5, 0x20, 0xba, 0x0c, 0x29, 0x41, 0x1c, 0x5f, 0x38, 0x34, 0x28, 0xfe, 0xa5, 0xeb, 0x05, 0xb5, 0xa8, 0x34, 0xbb, 0x16, 0x8d, 0x5b, 0xa3, 0xc9, 0xa4, 0xd6, 0x19, 0x26, 0x75, 0x74, 0xb4, 0xb0, 0x24, 0x31, 0xb4, 0x6f, 0x8e, 0x1b, 0x09, 0x01, 0x49, 0x38, 0x3b, 0x81, 0xda, 0x01, 0xc0, 0xe3, 0x19, 0xea, 0x8b, 0xb6, 0x1d, 0x87, 0xb7, 0xd2, 0x18, 0x55, 0xd3, 0x0d, 0xf0, 0x01, 0x85, 0x24, 0x99, 0x23, 0xa1, 0x04, 0x6e, 0x0f, 0xc6, 0xb4, 0x9d, 0x86, 0xed, 0x55, 0xb6, 0xaa, 0xb0, 0xc2, 0xf8, 0x55, 0xc4, 0x3c, 0x2b, 0x4a, 0x60, 0x1c, 0x4a, 0x92, 0xa1, 0x18, 0x22, 0x3a, 0x09, 0xe9, 0x57, 0xec, 0x09, 0xb6, 0x55, 0x06, 0xff, 0x00, 0xb9, 0xf5, 0x58, 0xe9, 0xfc, 0x39, 0xd5, 0x21, 0x06, 0x2c, 0x59, 0xcb, 0x7e, 0x5a, 0x32, 0xfb, 0x51, 0xe1, 0x43, 0x71, 0x2c, 0x78, 0xd2, 0x90, 0xb4, 0xb4, 0x32, 0x82, 0x97, 0x32, 0x48, 0x5a, 0x9c, 0xe4, 0x6d, 0x47, 0x5e, 0x46, 0xa1, 0x24, 0x8f, 0xbd, 0xbe, 0x3f, 0x66, 0xb4, 0x4b, 0xb8, 0x6d, 0xe7, 0x4b, 0x7d, 0xdc, 0x80, 0xbf, 0x22, 0x76, 0x4f, 0x2d, 0xf1, 0x88, 0xe9, 0x1e, 0x95, 0x5f, 0xeb, 0x0e, 0xa5, 0x31, 0x53, 0xb9, 0xa2, 0x57, 0xad, 0xca, 0x22, 0x69, 0x31, 0x98, 0xaf, 0xa5, 0x96, 0xe0, 0xc1, 0x9a, 0xfa, 0xd3, 0xb1, 0x96, 0x6a, 0x61, 0x2b, 0x0e, 0x21, 0x3e, 0x57, 0x37, 0x90, 0x0f, 0x09, 0x3f, 0xa0, 0x05, 0x23, 0xa9, 0xad, 0x1a, 0x6f, 0xdb, 0x08, 0x81, 0xb7, 0xc7, 0x6a, 0x36, 0xcd, 0x96, 0x9a, 0xd5, 0xde, 0x08, 0x4f, 0x0c, 0x00, 0x23, 0x9f, 0xaf, 0xcc, 0x81, 0x40, 0x7a, 0x1b, 0x6b, 0xc4, 0xd4, 0x28, 0x77, 0xf4, 0xfb, 0x8d, 0xf9, 0x15, 0x07, 0x28, 0xd5, 0xcb, 0x99, 0x51, 0x9e, 0x90, 0xfc, 0xa5, 0xa9, 0xa6, 0x50, 0x62, 0xe3, 0x69, 0x48, 0xdd, 0x91, 0xb5, 0x00, 0x17, 0x06, 0xc0, 0x33, 0xb8, 0x7c, 0x74, 0x97, 0xe9, 0x4f, 0x7a, 0x40, 0x18, 0xfe, 0xd5, 0x8f, 0xed, 0x0e, 0x95, 0x6f, 0xa9, 0x6a, 0xaf, 0xb8, 0xf8, 0x92, 0x94, 0x2a, 0x32, 0x79, 0x86, 0xe7, 0x6f, 0x31, 0xcf, 0x14, 0xc3, 0x4e, 0xfc, 0xb5, 0x1d, 0x4a, 0xb4, 0x69, 0xf1, 0x94, 0xb0, 0x64, 0x57, 0xe2, 0x36, 0x82, 0x84, 0xee, 0x20, 0xa9, 0xd4, 0x81, 0x8f, 0xd4, 0xf3, 0xd5, 0x3a, 0x44, 0x88, 0x1d, 0x6b, 0x07, 0xa5, 0x5b, 0x04, 0xea, 0x8c, 0x81, 0xd4, 0x7d, 0x6b, 0x65, 0x6b, 0x3d, 0xc0, 0xb9, 0x54, 0xb5, 0x4e, 0x8b, 0x47, 0x76, 0xa1, 0xf7, 0x55, 0x7e, 0x15, 0x4e, 0x9c, 0xd2, 0x60, 0x3c, 0xef, 0xf1, 0xa0, 0xa9, 0x0a, 0x4b, 0xc3, 0xd1, 0x3a, 0xd2, 0x40, 0x46, 0xf3, 0x8c, 0x20, 0x8f, 0xc4, 0xca, 0xd4, 0x46, 0x36, 0xda, 0xb6, 0x48, 0x4c, 0x0f, 0xbf, 0xa5, 0x7b, 0xab, 0x4a, 0x74, 0xf1, 0x77, 0x6a, 0x09, 0x88, 0x39, 0x1d, 0x67, 0xa1, 0x15, 0x9f, 0x3b, 0xbe, 0xb4, 0xe0, 0x5a, 0x97, 0x05, 0xab, 0xa8, 0x94, 0x30, 0xec, 0x2a, 0x8d, 0x45, 0xa7, 0x7f, 0x1a, 0x3a, 0x5e, 0x60, 0xa1, 0x0d, 0x22, 0x32, 0x9a, 0x01, 0x2e, 0xb8, 0xb5, 0xa1, 0x68, 0x2e, 0x28, 0x13, 0x90, 0x72, 0x3e, 0x32, 0x32, 0x42, 0xb9, 0x42, 0x52, 0x64, 0x73, 0xcf, 0xbe, 0xbc, 0xe7, 0xb6, 0x56, 0x4d, 0x58, 0x5f, 0x37, 0x70, 0xd1, 0x85, 0xa8, 0x99, 0x22, 0x79, 0x44, 0x46, 0x4c, 0x47, 0x95, 0x55, 0xb6, 0x9e, 0x94, 0xde, 0xdd, 0xe1, 0x5a, 0x15, 0xad, 0x2f, 0x7a, 0xac, 0xb9, 0x32, 0x65, 0x48, 0x0e, 0x54, 0x2a, 0x75, 0x14, 0xb9, 0x2d, 0xf6, 0xe3, 0xfa, 0x79, 0x01, 0x4a, 0x24, 0xaf, 0x70, 0x6c, 0xac, 0x47, 0x69, 0x40, 0x25, 0x44, 0x17, 0x12, 0xa0, 0x38, 0xc1, 0x32, 0xc5, 0xf2, 0xc3, 0x8a, 0x9c, 0xc8, 0xab, 0x0e, 0xc3, 0x6a, 0x17, 0x2f, 0x38, 0xb4, 0xac, 0xf1, 0x12, 0x41, 0x24, 0x92, 0x4e, 0xdb, 0xcf, 0x4d, 0x84, 0x54, 0x1c, 0xad, 0x03, 0xd5, 0xc8, 0x95, 0xe5, 0xea, 0x56, 0xba, 0xde, 0x94, 0x3f, 0xda, 0xb8, 0xb2, 0x21, 0xc7, 0xb7, 0xab, 0xcb, 0xb3, 0xa2, 0xcb, 0xa8, 0x34, 0xe3, 0x8b, 0x59, 0x7d, 0xa3, 0x25, 0x70, 0xbd, 0x4a, 0x5c, 0x68, 0x12, 0xe1, 0xf8, 0x07, 0xcc, 0x32, 0xa4, 0x15, 0x8c, 0xb5, 0x0d, 0x69, 0xfd, 0xc9, 0x6d, 0x2d, 0xc2, 0x0e, 0xe9, 0x93, 0x1e, 0xf1, 0x5e, 0x83, 0x7b, 0xda, 0x2b, 0x8b, 0x37, 0x49, 0x5a, 0x82, 0x88, 0x20, 0x02, 0x27, 0xde, 0x36, 0x9c, 0x6f, 0xb5, 0x21, 0x6d, 0x26, 0xbd, 0x61, 0xea, 0x32, 0x74, 0xc6, 0x3e, 0xae, 0x3a, 0xd3, 0x57, 0x54, 0xf8, 0x9f, 0x7c, 0xdd, 0x2c, 0x21, 0xe8, 0x32, 0x1d, 0x2e, 0xb8, 0xea, 0x9d, 0x5b, 0xa1, 0xd5, 0xb6, 0x95, 0x0d, 0xd2, 0x54, 0xb5, 0x29, 0x7b, 0x42, 0x8a, 0x52, 0x77, 0x0e, 0x4f, 0x4a, 0xeb, 0xa8, 0x5a, 0x10, 0xd3, 0x29, 0xe1, 0x42, 0x04, 0x7a, 0x0e, 0x95, 0xe5, 0x7d, 0xb3, 0xed, 0x61, 0xbb, 0xbd, 0x6a, 0xcc, 0xba, 0x5a, 0x0e, 0x10, 0x0a, 0x81, 0x83, 0xe2, 0xc1, 0xdf, 0x84, 0x40, 0xde, 0x4e, 0x2b, 0x4b, 0x5c, 0x54, 0x7d, 0x49, 0xa5, 0xf6, 0xd4, 0x69, 0xda, 0x67, 0x5c, 0x8b, 0x2d, 0xe6, 0x4a, 0x61, 0xc7, 0x0f, 0x44, 0x69, 0xd4, 0xcb, 0x64, 0xb8, 0xea, 0x54, 0x93, 0xe9, 0xcb, 0x81, 0xc2, 0x84, 0xad, 0x58, 0xe5, 0x58, 0xf7, 0xfb, 0xb9, 0x03, 0xa8, 0xf4, 0xee, 0x20, 0x90, 0x02, 0xa0, 0x66, 0xb6, 0x7a, 0x33, 0x4e, 0x0b, 0x22, 0x96, 0xdc, 0x12, 0x90, 0x00, 0x26, 0x0c, 0xe7, 0x9c, 0x18, 0x31, 0xef, 0xaa, 0xe2, 0xfb, 0xed, 0xef, 0x59, 0xf4, 0xcd, 0xbb, 0x3a, 0x66, 0x96, 0xdf, 0x74, 0x48, 0xb5, 0xc9, 0x09, 0x99, 0x52, 0xa8, 0x33, 0x1a, 0x07, 0x85, 0x28, 0x2d, 0x48, 0x8e, 0x13, 0xb0, 0xb8, 0xa5, 0x2c, 0x2c, 0xad, 0x68, 0x25, 0x60, 0x64, 0x97, 0x10, 0x42, 0x72, 0x9d, 0xc4, 0x87, 0xae, 0x9d, 0x41, 0xe1, 0x26, 0x41, 0xe7, 0xd3, 0xdd, 0x43, 0xf6, 0x86, 0xe3, 0x5c, 0xb7, 0x5b, 0x6d, 0xd9, 0xbc, 0x99, 0x20, 0x92, 0x08, 0x19, 0x03, 0x87, 0xd4, 0x8c, 0x98, 0xc7, 0x5a, 0xb7, 0x34, 0x02, 0x9d, 0x74, 0xd9, 0xfa, 0xcb, 0x36, 0xb7, 0xab, 0x15, 0xb6, 0xa2, 0xcf, 0x7e, 0x92, 0x1e, 0x12, 0x83, 0x8c, 0xb8, 0x9f, 0x22, 0x66, 0x35, 0x1d, 0x29, 0xc9, 0x4a, 0x90, 0x49, 0x5b, 0x65, 0x1c, 0x8c, 0xe7, 0x91, 0x85, 0x60, 0xf5, 0x4e, 0xc4, 0xa6, 0xf4, 0x97, 0x4f, 0x23, 0x9f, 0x95, 0x51, 0x68, 0x2d, 0xdd, 0x31, 0xda, 0x17, 0x1d, 0xbd, 0x50, 0x0a, 0x52, 0x67, 0x96, 0x32, 0x13, 0xfa, 0x45, 0x5a, 0xa9, 0x97, 0x4b, 0xa6, 0x43, 0x92, 0x6f, 0x0a, 0xbc, 0x96, 0x69, 0xeb, 0xaa, 0xba, 0xe4, 0x49, 0x6f, 0x43, 0x81, 0x09, 0x0c, 0xc8, 0xfc, 0x4d, 0x8a, 0x4b, 0xb1, 0x23, 0x6f, 0x0a, 0x0b, 0x4a, 0x8a, 0x57, 0x85, 0x2c, 0x29, 0x19, 0xf7, 0x60, 0x82, 0x42, 0xca, 0x43, 0x6a, 0xef, 0x4f, 0x3c, 0x6d, 0xf1, 0xc4, 0xe6, 0xb7, 0x5a, 0xaa, 0xb4, 0xf3, 0x6f, 0x2b, 0x73, 0x13, 0xb9, 0x80, 0x01, 0xe5, 0x04, 0x0e, 0xa3, 0x07, 0x27, 0x15, 0x5c, 0xf7, 0x21, 0xa6, 0xf4, 0x3d, 0x51, 0xee, 0x82, 0xde, 0xb6, 0xc5, 0xc2, 0x22, 0xc1, 0x91, 0x48, 0x5c, 0x85, 0xd4, 0x9b, 0x43, 0x0a, 0x53, 0xc8, 0xf4, 0xf2, 0x87, 0x99, 0x4b, 0x53, 0xc0, 0x3e, 0xa2, 0xae, 0x0b, 0x8b, 0x2d, 0x93, 0xb7, 0x94, 0x27, 0x6f, 0x23, 0xf7, 0x61, 0xc7, 0x54, 0x23, 0x10, 0x33, 0xcc, 0xe4, 0x57, 0x9e, 0xeb, 0x9a, 0x6b, 0x1a, 0xaf, 0x68, 0x9a, 0x64, 0xaa, 0x13, 0xc0, 0x4f, 0x14, 0x02, 0x4e, 0x0e, 0x66, 0x73, 0xeb, 0x8a, 0xaf, 0xfb, 0x4d, 0xb4, 0xac, 0xed, 0x47, 0xd5, 0x9a, 0x2d, 0x85, 0x35, 0xe7, 0x9d, 0xa7, 0xc2, 0xf2, 0x7a, 0x94, 0x48, 0x63, 0xc6, 0xa7, 0x51, 0x1e, 0x3a, 0xdc, 0xda, 0x46, 0x48, 0xc2, 0x83, 0x60, 0x12, 0x92, 0x47, 0x27, 0x04, 0xf5, 0x13, 0x16, 0x85, 0xcd, 0x40, 0x25, 0xcd, 0x89, 0x27, 0xd7, 0x73, 0x59, 0x2e, 0xcd, 0xd8, 0x5a, 0xdf, 0xeb, 0x88, 0xb7, 0x32, 0x52, 0x93, 0x99, 0x10, 0x4c, 0x09, 0x13, 0xe4, 0x7c, 0xa7, 0x15, 0xb1, 0xbb, 0x8a, 0xbf, 0xf4, 0xfb, 0x45, 0x68, 0x14, 0x8a, 0x05, 0x97, 0x64, 0xd2, 0xe7, 0x55, 0x65, 0xc6, 0xf5, 0x0e, 0xca, 0x9a, 0xd0, 0x53, 0x6d, 0xa0, 0x2d, 0x4d, 0x63, 0x03, 0x95, 0x12, 0xa4, 0x2f, 0x00, 0x29, 0x29, 0x4a, 0x42, 0x09, 0xdc, 0xa2, 0x4f, 0x5a, 0x00, 0x84, 0x39, 0xe4, 0x3e, 0x95, 0xf4, 0x4d, 0xbd, 0xba, 0x2d, 0xd1, 0x09, 0x10, 0x3e, 0xfe, 0xff, 0x00, 0xb6, 0x2a, 0xa9, 0x56, 0xbc, 0xde, 0xef, 0x34, 0xca, 0xff, 0x00, 0x64, 0x29, 0x6b, 0x76, 0x43, 0x69, 0x70, 0x08, 0x91, 0x9f, 0x6d, 0x08, 0x6f, 0x9e, 0x7f, 0xbf, 0x01, 0xf0, 0x3e, 0x33, 0x8f, 0xf4, 0x75, 0xc5, 0x94, 0x13, 0xb9, 0xa9, 0xf8, 0xa9, 0x38, 0xfd, 0xc0, 0x5c, 0x94, 0x99, 0x4a, 0x65, 0xaa, 0x14, 0x66, 0xdf, 0xe4, 0x3a, 0xa2, 0x5c, 0x0d, 0x94, 0x05, 0x10, 0xa5, 0x8d, 0xef, 0x1c, 0x01, 0xed, 0xc8, 0x20, 0x6d, 0xdc, 0x32, 0x72, 0x70, 0x1b, 0xdc, 0xa4, 0x7f, 0xcd, 0x38, 0xaa, 0x77, 0xa9, 0x5b, 0x4f, 0x53, 0xac, 0x4e, 0xe1, 0x2d, 0x0b, 0x97, 0x4a, 0x35, 0x23, 0x4e, 0x62, 0x46, 0x90, 0xc4, 0x37, 0x1e, 0x87, 0x51, 0x86, 0xa5, 0xf9, 0x50, 0xeb, 0x7f, 0x29, 0x3b, 0xd6, 0xbc, 0x11, 0xc9, 0x05, 0x38, 0x19, 0x1c, 0x83, 0x90, 0x42, 0x29, 0x86, 0x94, 0x9e, 0x15, 0x0c, 0x50, 0x5a, 0x85, 0x9b, 0x1a, 0x85, 0xaa, 0x99, 0x74, 0x48, 0x3f, 0x72, 0x3a, 0x1a, 0xcd, 0xda, 0xdb, 0x7a, 0x6b, 0x25, 0x4e, 0xa5, 0x0a, 0x9f, 0xaa, 0xd5, 0xe8, 0x52, 0xd3, 0x1c, 0xbe, 0xba, 0x73, 0x91, 0x5b, 0x63, 0x2b, 0x4a, 0xb6, 0x24, 0xa9, 0x45, 0xae, 0x52, 0x48, 0x6d, 0x07, 0x6a, 0xfd, 0xc3, 0x23, 0x80, 0x08, 0xce, 0x6e, 0xf4, 0x38, 0x15, 0xc2, 0xe6, 0x63, 0x6f, 0x4a, 0xf0, 0x5e, 0xd3, 0xbd, 0xac, 0x07, 0x90, 0x9b, 0xb5, 0x82, 0x04, 0xf0, 0xc4, 0x6d, 0x81, 0x98, 0xf4, 0xd8, 0xd2, 0x9a, 0x73, 0x64, 0x52, 0x6e, 0xdd, 0x2e, 0xbc, 0xee, 0x7a, 0xc3, 0xc9, 0x2e, 0xd1, 0x23, 0xc6, 0x5c, 0x47, 0x1e, 0x92, 0xb4, 0x78, 0x8b, 0x9e, 0x44, 0xed, 0x46, 0x16, 0x01, 0x25, 0x41, 0x3c, 0x10, 0x49, 0x00, 0xe0, 0x7c, 0xe6, 0x36, 0x90, 0x82, 0xc2, 0x95, 0x19, 0x14, 0xed, 0x20, 0x77, 0xfa, 0x3d, 0xd3, 0xcb, 0x51, 0x96, 0xc0, 0x8c, 0x9c, 0x4c, 0xed, 0x9e, 0x66, 0x28, 0x4e, 0x4e, 0xa1, 0x5c, 0x14, 0xd7, 0xe9, 0xb7, 0x2d, 0x68, 0x31, 0x39, 0x34, 0x39, 0xb1, 0x9e, 0x8b, 0x1c, 0x30, 0x86, 0x52, 0xb0, 0x87, 0x9a, 0x38, 0x51, 0x6d, 0x23, 0x24, 0xec, 0x4f, 0x27, 0x27, 0x8c, 0xfd, 0x4f, 0x4e, 0x61, 0x7c, 0x4f, 0x24, 0xce, 0xc0, 0xfd, 0x2a, 0xb2, 0xdf, 0xb4, 0x1a, 0x87, 0xb5, 0x36, 0xe3, 0xea, 0xe2, 0x08, 0xd8, 0x60, 0x74, 0xe9, 0xe9, 0x4f, 0x6b, 0x97, 0x8d, 0x42, 0xff, 0x00, 0xbf, 0x2e, 0x5b, 0x96, 0xa6, 0x80, 0x87, 0xa5, 0xd7, 0x52, 0xea, 0xf6, 0x9d, 0xc7, 0x3e, 0x92, 0x30, 0x20, 0xa8, 0xf2, 0x47, 0x1f, 0xe9, 0x38, 0xc7, 0x4d, 0xb8, 0x75, 0x4e, 0x29, 0x0b, 0x23, 0x71, 0xf5, 0x26, 0xa0, 0xd5, 0x2f, 0x9c, 0xd4, 0x6f, 0x16, 0xea, 0xc4, 0x49, 0xfd, 0x07, 0x3a, 0xdf, 0x9f, 0x63, 0x1f, 0x35, 0x1b, 0xa8, 0x8f, 0xa5, 0x32, 0x3f, 0xd3, 0xe7, 0xf1, 0x57, 0xd6, 0x8f, 0xb3, 0x9b, 0x2e, 0xb7, 0xfd, 0x82, 0xff, 0x00, 0x31, 0xdf, 0xf6, 0xa7, 0xea, 0xaa, 0xde, 0xbd, 0x6a, 0x2b, 0xd2, 0xab, 0x33, 0xea, 0x0f, 0xd9, 0x1d, 0xd9, 0xde, 0xa6, 0x5e, 0xf5, 0x6d, 0x40, 0xb9, 0xa8, 0x55, 0x83, 0x3e, 0xb3, 0x50, 0x7a, 0x6c, 0xdf, 0x05, 0x45, 0x29, 0x41, 0x75, 0xd5, 0x95, 0xab, 0x03, 0xc6, 0x70, 0x32, 0x4f, 0xd7, 0xa6, 0xf0, 0xd3, 0xb8, 0xd5, 0x5f, 0x37, 0x3f, 0xf8, 0x40, 0x1d, 0x87, 0x76, 0xf7, 0xda, 0x0e, 0x9c, 0xe9, 0xf5, 0xd7, 0xa4, 0x34, 0xca, 0x8b, 0x12, 0x2a, 0xb5, 0x4a, 0x84, 0x79, 0x9e, 0xae, 0x58, 0x71, 0x2a, 0x4a, 0x5b, 0x65, 0x49, 0xc6, 0x12, 0x30, 0x41, 0x27, 0x9e, 0x90, 0xe2, 0xa7, 0x60, 0x95, 0x13, 0x35, 0xf2, 0x86, 0xa7, 0xbe, 0x20, 0x53, 0xab, 0x49, 0x57, 0xd4, 0x82, 0x9e, 0x3e, 0x7f, 0x53, 0xf1, 0xd7, 0x0a, 0x9c, 0x98, 0xa8, 0x27, 0xa1, 0x99, 0x51, 0xd7, 0x35, 0xb6, 0xca, 0x82, 0x52, 0x49, 0x49, 0x1f, 0xd0, 0x07, 0x07, 0xa5, 0xda, 0x93, 0x71, 0x4d, 0x69, 0xaf, 0x48, 0x69, 0x09, 0x42, 0x23, 0xaf, 0x7e, 0xe1, 0x8e, 0x7e, 0x3f, 0x77, 0x4b, 0x35, 0xc6, 0x29, 0x77, 0x61, 0x31, 0x29, 0xed, 0xde, 0x35, 0x24, 0x93, 0x9c, 0xa8, 0x70, 0x7f, 0x9b, 0xe3, 0xae, 0x06, 0x94, 0xe2, 0xa5, 0xe9, 0x14, 0x58, 0x4c, 0x36, 0x1f, 0xda, 0x52, 0xd3, 0xbb, 0x4b, 0x68, 0x70, 0x63, 0x71, 0xc9, 0x19, 0xfe, 0x6c, 0xe7, 0xf9, 0xb9, 0xe7, 0xa6, 0x95, 0x48, 0xc5, 0x47, 0x88, 0xaf, 0xa4, 0x9d, 0xb6, 0x48, 0xad, 0x35, 0x2e, 0x6b, 0x90, 0xe9, 0xd4, 0x76, 0xcb, 0x29, 0xa8, 0x7f, 0x1e, 0x74, 0x21, 0x48, 0x42, 0x94, 0xa8, 0x61, 0x6a, 0xe5, 0x61, 0x24, 0xe5, 0xed, 0xc7, 0x18, 0x24, 0xa1, 0x38, 0x2d, 0xfc, 0x8c, 0xc2, 0x97, 0x2e, 0x00, 0x3e, 0xf6, 0xac, 0x4d, 0xd6, 0xa1, 0x7a, 0x2e, 0x54, 0xda, 0x56, 0x23, 0x81, 0xc9, 0xc6, 0xc4, 0x14, 0x46, 0x64, 0x63, 0x26, 0x47, 0x3c, 0x6d, 0x51, 0xb4, 0x9e, 0xf8, 0x34, 0xa2, 0x87, 0x6f, 0xb5, 0x6b, 0x55, 0x34, 0x8a, 0xa0, 0xf0, 0x80, 0xfc, 0x98, 0xf3, 0xa6, 0x7a, 0xd6, 0x52, 0x10, 0x4a, 0x92, 0xb7, 0x96, 0xa5, 0x6d, 0xc9, 0x48, 0x50, 0x4e, 0xd1, 0xf3, 0xf4, 0x1c, 0x9e, 0x79, 0xa6, 0x9b, 0x0d, 0x89, 0x4e, 0x48, 0xf7, 0x99, 0xe5, 0xb5, 0x51, 0x33, 0xdb, 0x8b, 0x75, 0xb2, 0x1a, 0xee, 0x15, 0x0d, 0xa8, 0x89, 0xc4, 0x08, 0x32, 0x4f, 0xa4, 0xd4, 0xea, 0x3b, 0xbf, 0x83, 0x50, 0xbd, 0x69, 0xba, 0x81, 0x62, 0x5b, 0x31, 0x9a, 0x95, 0x26, 0x14, 0x84, 0xb7, 0x47, 0xa9, 0x96, 0xd5, 0xbc, 0x29, 0x7b, 0xd5, 0x21, 0xe0, 0x9f, 0xef, 0x41, 0x01, 0x2d, 0x9f, 0xdc, 0x52, 0x06, 0x09, 0x3b, 0x7a, 0x81, 0xd5, 0x00, 0xf7, 0x81, 0x30, 0x13, 0xbf, 0x4c, 0xf2, 0x1d, 0x7e, 0xf9, 0x54, 0x17, 0xfd, 0xa8, 0xba, 0x7b, 0x50, 0x45, 0xe5, 0xa3, 0x7e, 0x2e, 0x12, 0x02, 0x55, 0x8f, 0x55, 0x13, 0xc8, 0x00, 0x07, 0xf7, 0x38, 0xa7, 0xd7, 0x8f, 0x77, 0xd7, 0x15, 0xf5, 0x64, 0xcc, 0xb5, 0xea, 0x74, 0x6a, 0x34, 0x68, 0x12, 0xd2, 0x96, 0xfd, 0x64, 0x48, 0x6b, 0x69, 0xc5, 0xb4, 0x14, 0x93, 0xb5, 0x38, 0x24, 0xa5, 0xb3, 0xb1, 0x08, 0x48, 0xe5, 0x4a, 0x4a, 0x7f, 0xa7, 0xae, 0x2e, 0x3c, 0xb1, 0xc3, 0x02, 0x4f, 0xcb, 0xcb, 0xd7, 0xaf, 0x21, 0x59, 0xfd, 0x67, 0xb6, 0x17, 0x9a, 0x86, 0x9e, 0xb6, 0x2e, 0x00, 0x0d, 0x2b, 0x75, 0x09, 0x04, 0x89, 0xcc, 0x0f, 0x3d, 0x87, 0xf3, 0x1e, 0x55, 0x56, 0xc2, 0x86, 0x86, 0xd0, 0xeb, 0x52, 0x5b, 0x68, 0xab, 0xd5, 0x2d, 0x51, 0x43, 0x6b, 0x52, 0x43, 0x00, 0x1c, 0xe1, 0x28, 0x56, 0x55, 0x92, 0x11, 0xee, 0x2a, 0x27, 0x92, 0x41, 0x3b, 0x81, 0xe9, 0xb9, 0x49, 0x1c, 0x3d, 0x33, 0xe7, 0xef, 0xfa, 0x47, 0xd2, 0x2b, 0xca, 0xf5, 0x26, 0xdb, 0xbb, 0xb3, 0x79, 0x0f, 0x04, 0x9f, 0x11, 0x28, 0x89, 0x4f, 0x07, 0x3f, 0x0a, 0x73, 0xbc, 0x78, 0xe4, 0xef, 0x89, 0xe2, 0x98, 0xbd, 0xed, 0xdd, 0x54, 0xae, 0xdf, 0x89, 0xb6, 0xe8, 0xb2, 0x20, 0x04, 0xaa, 0xd8, 0xa5, 0xba, 0xcc, 0x77, 0x12, 0xbc, 0xa5, 0xc6, 0xff, 0x00, 0x0b, 0x68, 0xdb, 0x8e, 0x08, 0xd8, 0x49, 0xe7, 0x07, 0x3f, 0x00, 0xe4, 0x9b, 0x7e, 0xca, 0xbb, 0x6c, 0x9e, 0xd2, 0xda, 0x7b, 0x4f, 0xe4, 0x0a, 0x13, 0xe9, 0x20, 0x57, 0xab, 0xe8, 0x3a, 0xbd, 0xee, 0xaf, 0xa7, 0xa9, 0x86, 0x53, 0x0e, 0x34, 0xd3, 0xa9, 0x4e, 0x77, 0xf0, 0x08, 0xf4, 0x3e, 0xfe, 0x95, 0x4e, 0x55, 0x85, 0x49, 0xfa, 0xab, 0xe6, 0xa4, 0xb5, 0x97, 0x96, 0xea, 0x8b, 0xa5, 0xc3, 0xce, 0x49, 0x39, 0xcf, 0xf4, 0xf5, 0xf7, 0x69, 0x20, 0x24, 0x70, 0xed, 0xca, 0xbc, 0x32, 0xdd, 0xb0, 0xa4, 0x42, 0xb7, 0xe7, 0x3d, 0x79, 0xd4, 0x8d, 0x98, 0x9a, 0x65, 0x42, 0xe4, 0xa5, 0xdb, 0xd5, 0x4a, 0x9c, 0x56, 0xe4, 0x09, 0x4a, 0x95, 0x4d, 0x8e, 0xfc, 0x80, 0x97, 0x1d, 0x28, 0x49, 0x0b, 0xf1, 0xa4, 0x9c, 0xaf, 0xf3, 0x0c, 0xe0, 0x1f, 0x8e, 0xbc, 0x9b, 0xfc, 0x5a, 0xd5, 0x58, 0xb5, 0xd2, 0x90, 0xc2, 0x72, 0xe2, 0xc1, 0x07, 0xc9, 0x32, 0x0c, 0x9f, 0x86, 0x2b, 0xd7, 0x3f, 0xc1, 0xdd, 0x1a, 0xe2, 0xe7, 0x56, 0x7a, 0xe3, 0x66, 0x90, 0x52, 0x47, 0x42, 0xa8, 0x33, 0x1f, 0x29, 0xab, 0xbe, 0xe6, 0xd4, 0x14, 0x58, 0xab, 0xab, 0x43, 0x85, 0x4a, 0x53, 0x0f, 0x48, 0x93, 0x1d, 0xc7, 0x2a, 0xf2, 0x29, 0x9e, 0x7f, 0x98, 0x6c, 0x15, 0xb6, 0xde, 0x58, 0x5e, 0x53, 0xb1, 0xb6, 0xc1, 0x6c, 0xab, 0xf3, 0xee, 0x56, 0x3d, 0xc9, 0xc7, 0xcc, 0xc8, 0x61, 0xd7, 0x89, 0xe0, 0xf5, 0xce, 0x3f, 0x4a, 0xf5, 0xdb, 0x8b, 0x0b, 0xe0, 0x17, 0xec, 0xaa, 0x4a, 0x16, 0x56, 0x07, 0x16, 0x09, 0x1b, 0x79, 0x6d, 0xb0, 0xdf, 0xad, 0x11, 0x3b, 0x2d, 0x7a, 0x79, 0xab, 0xb0, 0x21, 0xea, 0xbc, 0xa9, 0x15, 0x39, 0xb5, 0x0a, 0x3c, 0x79, 0x0c, 0xae, 0x1d, 0x35, 0x94, 0xb6, 0xac, 0xfa, 0xb6, 0xc0, 0x78, 0x80, 0x82, 0x12, 0x02, 0xd0, 0xbd, 0xc9, 0x19, 0xf6, 0x81, 0xca, 0x73, 0xb8, 0x5f, 0x69, 0x72, 0xda, 0xef, 0x26, 0x71, 0x43, 0x22, 0xed, 0xed, 0x33, 0x51, 0x4b, 0x57, 0x8b, 0x2b, 0x5a, 0x92, 0x24, 0x80, 0x23, 0x75, 0x0c, 0xc4, 0x40, 0xcf, 0x4a, 0xa2, 0x3b, 0xb1, 0x6e, 0xc7, 0xbc, 0x75, 0x5a, 0x85, 0x43, 0xd3, 0x1a, 0x0c, 0xaa, 0x74, 0xfa, 0xf4, 0xb9, 0x49, 0x75, 0xb7, 0x9a, 0x0d, 0xb7, 0x3e, 0x4b, 0xbe, 0x8d, 0xa2, 0xe3, 0x4b, 0x53, 0x8a, 0xc9, 0x3e, 0x04, 0x12, 0x3d, 0xa0, 0xef, 0x24, 0x0c, 0x80, 0x92, 0x97, 0x0f, 0xaa, 0xe4, 0x92, 0x13, 0x30, 0x47, 0xc7, 0x97, 0xbb, 0xce, 0xb1, 0xfd, 0xae, 0xb8, 0x66, 0xff, 0x00, 0x53, 0xb7, 0x43, 0x44, 0x85, 0x2b, 0x89, 0x3d, 0x01, 0x92, 0x9d, 0x8f, 0x94, 0x0f, 0xb1, 0x90, 0x0a, 0x5b, 0x15, 0x49, 0xb2, 0xe2, 0x22, 0x88, 0xb7, 0xfd, 0x63, 0x2f, 0x23, 0xee, 0xf3, 0x14, 0x92, 0xe7, 0x93, 0x23, 0x66, 0xdd, 0xa4, 0x12, 0xae, 0x78, 0x20, 0x8c, 0xfc, 0xa4, 0xa5, 0x40, 0x10, 0x08, 0x24, 0x1a, 0xcd, 0x25, 0x2e, 0x97, 0x00, 0x6e, 0x78, 0x81, 0xc4, 0x6f, 0x3e, 0x5f, 0xdb, 0xeb, 0x5e, 0x7a, 0x1b, 0xaf, 0x53, 0xee, 0xa6, 0xa9, 0x75, 0x19, 0x2f, 0x4b, 0xab, 0xc9, 0x28, 0x44, 0x79, 0x0e, 0x3b, 0x95, 0xa8, 0xa1, 0x27, 0x67, 0xb8, 0x8f, 0x80, 0x12, 0x70, 0x71, 0x81, 0x83, 0xed, 0xc7, 0x91, 0xb1, 0x20, 0x07, 0xf9, 0x72, 0x3f, 0x7f, 0xbf, 0xbd, 0xe9, 0x84, 0xde, 0x6a, 0x37, 0xc1, 0x2b, 0x51, 0xef, 0x79, 0x19, 0xce, 0x32, 0x3e, 0x11, 0x83, 0x1e, 0xe8, 0x91, 0x42, 0xb6, 0x5d, 0x2e, 0xbf, 0x45, 0xaa, 0x54, 0x18, 0xa9, 0x2d, 0xe9, 0xae, 0xef, 0x7e, 0x52, 0x5c, 0x20, 0xe5, 0xc4, 0x84, 0x07, 0x16, 0xa5, 0x63, 0x3b, 0x70, 0x94, 0xa9, 0x4a, 0x3c, 0x80, 0x30, 0x72, 0x42, 0x90, 0x55, 0x33, 0xc5, 0x0f, 0x25, 0x1c, 0x02, 0x23, 0x1f, 0x7f, 0x7f, 0xad, 0x54, 0xd8, 0x34, 0xfb, 0x4f, 0xb8, 0x97, 0x54, 0x56, 0x49, 0x2a, 0x93, 0xcf, 0x12, 0x67, 0xa7, 0x9f, 0x2e, 0x79, 0x91, 0x36, 0x56, 0x81, 0x5f, 0xc9, 0xb2, 0xeb, 0x2f, 0xb2, 0xdd, 0xb2, 0x2b, 0x4d, 0x20, 0x39, 0x2d, 0xd8, 0x32, 0x24, 0x06, 0x02, 0x56, 0xd4, 0x47, 0xcf, 0xb8, 0xa9, 0xb7, 0x12, 0xa4, 0x25, 0xa7, 0x9d, 0x25, 0x05, 0x27, 0x24, 0xa4, 0x83, 0x94, 0xed, 0x2d, 0x6b, 0x8c, 0x28, 0xe2, 0x6b, 0x59, 0xd9, 0xfd, 0x65, 0x1a, 0x73, 0xaa, 0x28, 0x47, 0x1c, 0x09, 0x82, 0x63, 0xf2, 0x83, 0xe4, 0x76, 0x07, 0x68, 0xf3, 0xdf, 0x15, 0x29, 0x4e, 0xee, 0x86, 0x5d, 0x12, 0x2c, 0x0a, 0x36, 0x98, 0x69, 0xdc, 0x2a, 0x0b, 0x4b, 0x4c, 0x24, 0xbe, 0x82, 0xe8, 0x71, 0xb7, 0x5a, 0x69, 0x6f, 0x3a, 0xc6, 0x1b, 0x6d, 0x0d, 0x25, 0xb5, 0x82, 0x41, 0x51, 0x19, 0xce, 0x00, 0xf8, 0x07, 0x73, 0xd4, 0xbe, 0x16, 0xe1, 0x3b, 0x09, 0xf9, 0x54, 0x97, 0xbf, 0xe2, 0x25, 0xdd, 0xd3, 0xc9, 0xf6, 0x76, 0x52, 0x82, 0x78, 0x67, 0x98, 0x23, 0x24, 0x40, 0x01, 0x20, 0x1d, 0xa7, 0xe1, 0x51, 0x36, 0xf5, 0xe9, 0x4b, 0xd5, 0xad, 0x7e, 0xa3, 0x5d, 0x1a, 0x99, 0x68, 0x46, 0x91, 0x26, 0x3d, 0x4a, 0x3b, 0x12, 0x9c, 0x61, 0x25, 0xb6, 0x15, 0x15, 0xb7, 0x01, 0x0b, 0x53, 0x60, 0x14, 0xa4, 0x6c, 0xc9, 0x51, 0x03, 0x69, 0xdc, 0x55, 0x8e, 0x4f, 0x5d, 0xc0, 0xf2, 0xa1, 0x41, 0x58, 0xc6, 0x3e, 0xb5, 0x84, 0x5f, 0x6b, 0x2c, 0x75, 0x7e, 0xd4, 0x32, 0x9d, 0x46, 0xd7, 0x89, 0x69, 0x50, 0x1c, 0x40, 0xf8, 0x42, 0x42, 0xb0, 0x4a, 0x60, 0xe2, 0x32, 0x79, 0x56, 0x9f, 0xbd, 0x0e, 0x91, 0xdf, 0x16, 0x6c, 0xcb, 0x26, 0x85, 0x36, 0x8c, 0x6b, 0xad, 0xff, 0x00, 0x1d, 0x9d, 0x12, 0x23, 0x0e, 0x42, 0x4a, 0xa0, 0x21, 0xc2, 0x5c, 0x71, 0xa7, 0x10, 0xc6, 0xc4, 0x92, 0x56, 0xda, 0x47, 0x04, 0x91, 0xed, 0xc9, 0x23, 0x3d, 0x4a, 0xc7, 0x71, 0xc5, 0x1d, 0x3c, 0xbe, 0xc5, 0x7b, 0xc5, 0x86, 0xa1, 0xa2, 0x5c, 0x71, 0x30, 0xe1, 0x4f, 0x1a, 0x87, 0x10, 0x00, 0x41, 0xe1, 0x04, 0x67, 0x61, 0x8c, 0xe3, 0x99, 0xdb, 0x34, 0x1d, 0x77, 0x5f, 0x7d, 0xb1, 0x69, 0x4d, 0xbf, 0x4c, 0x81, 0x26, 0xe1, 0xa3, 0xd3, 0x6b, 0x71, 0x1a, 0x71, 0x87, 0x26, 0xbb, 0x50, 0x52, 0xa4, 0x7b, 0xc2, 0x42, 0x93, 0xba, 0x54, 0x75, 0xa8, 0x21, 0x45, 0x03, 0xda, 0x96, 0xf6, 0xfe, 0x11, 0xe5, 0x25, 0x44, 0x2a, 0x55, 0x05, 0x29, 0x5c, 0x20, 0x72, 0xab, 0x47, 0x7f, 0x08, 0x6d, 0x68, 0x79, 0x20, 0x80, 0x31, 0x30, 0x66, 0x0f, 0x29, 0x89, 0xce, 0x2b, 0x8b, 0x9b, 0x52, 0x74, 0xfd, 0xcd, 0x37, 0xa6, 0x5e, 0x76, 0xdd, 0xd6, 0x6a, 0xf1, 0x1f, 0x31, 0xa3, 0x56, 0x2b, 0x94, 0xc6, 0xd4, 0xfb, 0xd0, 0x96, 0x25, 0x25, 0xdf, 0x3b, 0x6a, 0x4b, 0x6d, 0xf9, 0x1b, 0x4b, 0x8d, 0x34, 0x54, 0x84, 0xa0, 0x06, 0xc2, 0x57, 0xb4, 0xee, 0x5e, 0x08, 0x77, 0x0c, 0x11, 0xc3, 0x22, 0x09, 0x04, 0x4e, 0xd9, 0xf7, 0xfd, 0x2a, 0x9f, 0x58, 0x76, 0xc5, 0xa6, 0x45, 0xcb, 0x53, 0xc2, 0x61, 0x25, 0x5b, 0x94, 0xc9, 0x06, 0x76, 0x12, 0x01, 0x19, 0xc6, 0x32, 0x79, 0xd1, 0x1d, 0x36, 0xa7, 0x4e, 0x8e, 0xdd, 0xbd, 0x4f, 0xa3, 0xeb, 0x53, 0x35, 0x79, 0x12, 0x6e, 0x36, 0xa6, 0x53, 0x68, 0xb1, 0xa2, 0xa5, 0xa6, 0xdc, 0x49, 0x98, 0xf2, 0xd0, 0xb4, 0xb9, 0x11, 0x04, 0xa8, 0x80, 0xe1, 0x56, 0x50, 0x95, 0x91, 0xbf, 0x23, 0x71, 0x50, 0xe8, 0x07, 0x65, 0x5c, 0x3e, 0x2c, 0xc8, 0x11, 0x55, 0x0f, 0x3a, 0x8e, 0x26, 0x52, 0x2e, 0xb8, 0xc9, 0x58, 0x21, 0x30, 0x04, 0xf8, 0x8e, 0x41, 0x48, 0xce, 0xfc, 0xa6, 0x3c, 0xe8, 0xae, 0x89, 0x7e, 0xc0, 0xae, 0xf7, 0x15, 0x57, 0xd4, 0xdb, 0xda, 0xd4, 0xad, 0x5a, 0xef, 0x35, 0x68, 0xa1, 0xca, 0x44, 0x97, 0x1c, 0x08, 0x4a, 0x5d, 0x73, 0x84, 0xbc, 0x95, 0xec, 0x05, 0xc0, 0xa0, 0xad, 0xa5, 0x6e, 0x00, 0x4f, 0xb8, 0x00, 0x14, 0x3a, 0x21, 0x95, 0x05, 0x3e, 0x49, 0xc1, 0x23, 0xef, 0x3e, 0x7f, 0x1a, 0xb4, 0xb3, 0xb8, 0x4d, 0xd6, 0xbe, 0xa7, 0xdf, 0x6d, 0x4d, 0x90, 0x81, 0x07, 0xd7, 0x72, 0x3a, 0xc8, 0xc7, 0x8b, 0xce, 0x84, 0xa8, 0x56, 0x5d, 0x70, 0xcd, 0xb6, 0x2f, 0x4d, 0x36, 0xa8, 0x5b, 0x4c, 0xdd, 0x10, 0x5b, 0x6e, 0x4d, 0xcf, 0x26, 0x98, 0x89, 0x2e, 0xc7, 0xf5, 0x4a, 0x4b, 0x2d, 0x94, 0x2b, 0x6b, 0x7b, 0xd4, 0xda, 0xca, 0x94, 0x01, 0x23, 0xf2, 0x95, 0x64, 0xe0, 0x03, 0xd7, 0x2d, 0x3c, 0x2f, 0x21, 0xc6, 0x8e, 0x44, 0xd0, 0x57, 0x5a, 0x53, 0x29, 0xbd, 0x69, 0xfd, 0x32, 0x02, 0xc1, 0x95, 0x12, 0x37, 0xc0, 0x10, 0x60, 0x73, 0xfa, 0x53, 0x0d, 0x44, 0xef, 0xaf, 0xb7, 0xdb, 0x9e, 0xd8, 0x85, 0x17, 0x51, 0x2c, 0xca, 0xfc, 0x19, 0x8d, 0x47, 0x22, 0x33, 0x80, 0x6c, 0x01, 0xa2, 0xb5, 0x64, 0x25, 0x65, 0x0a, 0xde, 0x8d, 0xe1, 0x78, 0x25, 0x29, 0x56, 0x4a, 0xba, 0xb0, 0x43, 0xfd, 0x06, 0xfc, 0xb7, 0xab, 0xf6, 0x3b, 0x79, 0xa4, 0xa5, 0x94, 0x9b, 0xc0, 0xa4, 0x2b, 0xd3, 0x1d, 0x0c, 0x1f, 0xf8, 0xa1, 0x9a, 0x57, 0x79, 0xfa, 0x09, 0x49, 0xa2, 0x29, 0x86, 0xe2, 0xd7, 0x8b, 0x2e, 0xac, 0xa5, 0x87, 0xdd, 0x70, 0xee, 0x6f, 0x08, 0xc6, 0xdc, 0x25, 0x9f, 0xd0, 0x7d, 0x46, 0x7e, 0x07, 0xc6, 0x3a, 0x51, 0x78, 0x82, 0xa2, 0x98, 0x82, 0x2a, 0x71, 0xdb, 0xae, 0xce, 0x9c, 0xf1, 0xaa, 0x3f, 0xdb, 0x5f, 0xa2, 0x77, 0x15, 0xa0, 0xd2, 0x1a, 0x6f, 0xd5, 0x54, 0x6e, 0xe0, 0x13, 0xf9, 0x0f, 0xde, 0x05, 0x3e, 0xd3, 0xff, 0x00, 0xbb, 0x2b, 0x83, 0xfb, 0xfa, 0x81, 0x5a, 0x93, 0x40, 0xc5, 0x2f, 0xfd, 0x77, 0xd9, 0xd4, 0xee, 0xa5, 0x7f, 0xfe, 0x35, 0xc5, 0x7f, 0xba, 0xeb, 0x1a, 0xcf, 0xa0, 0x54, 0x69, 0x5a, 0x0d, 0x67, 0x4a, 0x6e, 0xab, 0x58, 0x6b, 0xc7, 0x36, 0xbb, 0x56, 0x78, 0xbc, 0xe2, 0x11, 0x9c, 0xfb, 0x09, 0x4a, 0x00, 0x39, 0xe7, 0x1e, 0x31, 0x9c, 0x0c, 0xa8, 0xa7, 0x29, 0x30, 0xbb, 0xa9, 0x08, 0xf0, 0x6f, 0x54, 0x5a, 0xd7, 0xf8, 0x89, 0x62, 0x9b, 0x72, 0xdd, 0x8a, 0x49, 0x59, 0xe6, 0x44, 0x01, 0xe6, 0x39, 0x93, 0x41, 0x36, 0xfd, 0x97, 0xa9, 0xfa, 0x95, 0x4f, 0xa6, 0x54, 0xaa, 0x35, 0x5f, 0x5e, 0x1c, 0x96, 0x9a, 0x6d, 0x1d, 0x33, 0xeb, 0x2c, 0xa5, 0x65, 0x40, 0xb6, 0x9d, 0x88, 0x6d, 0x6b, 0x0a, 0x23, 0xde, 0xde, 0x54, 0x06, 0x39, 0xe4, 0xf1, 0xc5, 0x4a, 0xbb, 0xd7, 0x40, 0x24, 0xcc, 0xe0, 0x49, 0xcd, 0x79, 0xc3, 0x8c, 0x6a, 0x7a, 0xcb, 0x4d, 0xb8, 0xb5, 0x71, 0x49, 0xe1, 0x4c, 0xa8, 0x03, 0xc8, 0x40, 0x1e, 0xf1, 0xca, 0xa6, 0xee, 0x4b, 0x3f, 0x50, 0x34, 0x92, 0x64, 0x8b, 0x5a, 0xaf, 0x2d, 0xc8, 0x4b, 0xa9, 0xc7, 0xcc, 0xd8, 0xb0, 0xa7, 0xee, 0x6d, 0xe4, 0x25, 0x6a, 0x46, 0xd5, 0x78, 0xce, 0xc5, 0x00, 0xb4, 0x28, 0x63, 0x90, 0x08, 0x3f, 0x5e, 0x98, 0xea, 0x5d, 0x67, 0xc0, 0x71, 0xe9, 0x42, 0xdf, 0xda, 0x6a, 0x5a, 0x2a, 0xcb, 0x0e, 0x1e, 0x1e, 0xf0, 0x64, 0x03, 0x82, 0x24, 0x8c, 0xc6, 0x39, 0x1c, 0x50, 0xa5, 0xd5, 0x19, 0xaf, 0xd9, 0xc7, 0xc1, 0x46, 0x32, 0xb6, 0xb2, 0x09, 0xff, 0x00, 0x28, 0x8e, 0xb9, 0x85, 0x7f, 0x14, 0x4f, 0x9f, 0xd0, 0xd5, 0x48, 0x01, 0x2d, 0x92, 0x3e, 0xf3, 0x4e, 0xed, 0xd6, 0x9c, 0x45, 0x46, 0xa8, 0xb7, 0x63, 0x14, 0x79, 0x67, 0xa5, 0x69, 0x0a, 0x23, 0x9f, 0xe2, 0xec, 0x8c, 0xe7, 0xe3, 0xe4, 0x7f, 0xa3, 0xae, 0x78, 0x04, 0x84, 0x7a, 0x7e, 0xa6, 0x88, 0xf1, 0x77, 0x86, 0x47, 0x3f, 0xd0, 0x57, 0xd0, 0xef, 0xb1, 0x95, 0x05, 0x33, 0xae, 0xb0, 0x7f, 0xe2, 0xe8, 0xc0, 0xf3, 0xfe, 0x51, 0xce, 0xb4, 0xbd, 0x9c, 0xd9, 0x75, 0xe9, 0xfd, 0x83, 0x90, 0xeb, 0xbf, 0xec, 0x4f, 0xd5, 0x55, 0xbc, 0xfa, 0xd4, 0x57, 0xa4, 0xd2, 0x9d, 0x75, 0x75, 0x67, 0xcf, 0xb4, 0x67, 0xb3, 0x0d, 0x08, 0xef, 0x03, 0x44, 0xe4, 0x23, 0x5b, 0xa8, 0xd3, 0x66, 0x0b, 0x56, 0x9f, 0x3a, 0x75, 0x1f, 0xd1, 0x54, 0x57, 0x1f, 0xc6, 0xf9, 0x67, 0x92, 0xa2, 0x9f, 0xcc, 0x3d, 0x89, 0xe0, 0xf1, 0xd4, 0x17, 0x24, 0xa5, 0x95, 0x28, 0x6e, 0x01, 0xa8, 0xae, 0x1f, 0x5d, 0xb5, 0xb3, 0x8e, 0x23, 0x70, 0x92, 0x7e, 0x02, 0xbe, 0x42, 0x6b, 0x8f, 0xd9, 0x21, 0xa5, 0x6a, 0x87, 0x6a, 0x4e, 0xd3, 0x08, 0xf5, 0xa6, 0x1b, 0xa9, 0xc7, 0x53, 0x97, 0x0e, 0xea, 0x83, 0x4f, 0x06, 0x09, 0x75, 0xa0, 0x80, 0x80, 0xb2, 0x82, 0x90, 0xa6, 0xd4, 0xf2, 0xc9, 0xca, 0xf0, 0x50, 0x38, 0xf7, 0x6d, 0x15, 0x0c, 0xde, 0x3e, 0xa6, 0x82, 0xa7, 0x26, 0xa3, 0xb3, 0xbc, 0x53, 0xcc, 0x21, 0x4e, 0xae, 0x09, 0x8d, 0x85, 0x45, 0x5a, 0x7f, 0x65, 0x6e, 0x80, 0xd0, 0xf5, 0x55, 0x56, 0x1d, 0xc0, 0xcd, 0x46, 0xaf, 0x05, 0x8b, 0x6d, 0x52, 0x9f, 0x96, 0x9a, 0x8b, 0xcd, 0x79, 0xa4, 0xa9, 0x40, 0x0c, 0x04, 0x24, 0xf8, 0xc0, 0xdc, 0x3e, 0x72, 0x30, 0x0f, 0xee, 0x3d, 0x35, 0x7a, 0x83, 0xe9, 0xb9, 0xe0, 0x1b, 0x47, 0x4a, 0xae, 0x5e, 0xab, 0x78, 0x8d, 0x5d, 0x4c, 0x82, 0x3b, 0xb0, 0x89, 0x98, 0xe7, 0xeb, 0x54, 0x1c, 0x7e, 0xd2, 0xf4, 0x9e, 0x97, 0x5f, 0x66, 0x8b, 0x54, 0xa7, 0xce, 0x42, 0x5e, 0x7c, 0x36, 0xc4, 0x86, 0xa5, 0x3c, 0xac, 0x95, 0x28, 0x27, 0x38, 0x49, 0x24, 0xfc, 0xe0, 0x81, 0xf1, 0xfc, 0xc4, 0x1e, 0x83, 0x4e, 0xab, 0x76, 0xef, 0xe4, 0x22, 0x7d, 0xdf, 0x7e, 0x95, 0xe7, 0x6d, 0xf6, 0xef, 0x5f, 0x67, 0x52, 0xf6, 0x7b, 0x82, 0x38, 0x54, 0x7c, 0x24, 0x26, 0x79, 0xf9, 0x67, 0xd7, 0xa6, 0xfb, 0x64, 0x5b, 0x17, 0xcf, 0xd9, 0xcd, 0xda, 0xea, 0x6a, 0x37, 0xb5, 0x12, 0x8b, 0x73, 0x48, 0xb7, 0xaa, 0x74, 0x50, 0xd7, 0xdc, 0x4d, 0xd4, 0xea, 0xe1, 0x2b, 0x98, 0x54, 0xd4, 0x55, 0x90, 0x53, 0x2b, 0xc4, 0x14, 0x3d, 0xf2, 0x0a, 0x54, 0x08, 0x4f, 0xb5, 0x23, 0x72, 0xb2, 0x0f, 0x56, 0x7e, 0xdc, 0xa1, 0xba, 0x80, 0xaf, 0x51, 0x63, 0x51, 0xe2, 0x7d, 0xc4, 0xba, 0xb0, 0x90, 0x36, 0xc4, 0x13, 0x80, 0x79, 0xc5, 0x3a, 0xd3, 0x7f, 0xb3, 0x63, 0xb4, 0x88, 0xf6, 0xd3, 0x0e, 0x5e, 0xdd, 0xc5, 0xed, 0xab, 0x3d, 0xe5, 0x52, 0xe4, 0x26, 0xa7, 0x18, 0x26, 0x31, 0x4a, 0x37, 0x37, 0xf8, 0x28, 0x75, 0xcd, 0xdb, 0x95, 0x91, 0x80, 0xb3, 0xf4, 0x04, 0xa3, 0xf3, 0x74, 0x87, 0x50, 0xc6, 0x54, 0x3e, 0x22, 0xa7, 0x7b, 0x51, 0xb5, 0x6e, 0x07, 0x7c, 0x33, 0xe9, 0x5a, 0x87, 0x4d, 0x2c, 0xdb, 0x2a, 0x3d, 0xb0, 0x8b, 0x5e, 0x9d, 0xac, 0x94, 0xca, 0x95, 0x5e, 0x6b, 0x6a, 0x8b, 0x09, 0x50, 0x2a, 0x6c, 0xc3, 0x7d, 0xe2, 0xe2, 0x70, 0x12, 0xb1, 0x14, 0x97, 0xde, 0xde, 0xb6, 0xe3, 0x15, 0xab, 0x76, 0x42, 0x52, 0x73, 0x9e, 0x54, 0x9a, 0xb6, 0x40, 0x5a, 0x09, 0x2a, 0xf1, 0x7b, 0xbf, 0x4c, 0xfc, 0xeb, 0x3c, 0xb5, 0x69, 0x4e, 0xba, 0x5a, 0x6e, 0xf0, 0x38, 0xe1, 0x9c, 0x4a, 0x52, 0xac, 0xf2, 0xf0, 0xc2, 0x8e, 0xc2, 0x67, 0x96, 0xf5, 0xf3, 0xf3, 0xb8, 0x2a, 0x72, 0x74, 0xd7, 0x50, 0xab, 0xb6, 0xd5, 0x32, 0xdd, 0x8a, 0xe5, 0x3e, 0x75, 0xcb, 0x35, 0xe6, 0x5a, 0xad, 0xd2, 0x16, 0x1d, 0x6d, 0xb4, 0xbe, 0xd9, 0x0d, 0x9f, 0x21, 0x0b, 0xdb, 0x96, 0xf0, 0x52, 0x52, 0x0f, 0xe6, 0x19, 0x58, 0x39, 0xea, 0xf7, 0x4f, 0xb7, 0x65, 0xf6, 0xf8, 0x94, 0x32, 0x9c, 0x50, 0x7a, 0x07, 0x67, 0xb4, 0xd0, 0xd5, 0xc1, 0x5b, 0x7c, 0x41, 0x4e, 0x28, 0xe4, 0x19, 0x03, 0x18, 0xcc, 0x7d, 0x3e, 0x35, 0x0c, 0x86, 0x2e, 0x3a, 0x64, 0x27, 0x6b, 0xca, 0xb6, 0xed, 0xb7, 0x3d, 0x5c, 0x10, 0xe4, 0x97, 0x91, 0x15, 0xb0, 0xe3, 0x8d, 0xba, 0xe0, 0x77, 0x6a, 0x87, 0x04, 0x94, 0x94, 0xe3, 0xe3, 0x20, 0x71, 0x92, 0x31, 0xd1, 0xa2, 0xd6, 0xd4, 0x90, 0x9e, 0x9b, 0x55, 0xfa, 0xbb, 0x3d, 0xa3, 0x2e, 0x4a, 0x98, 0x4e, 0x77, 0xf3, 0x14, 0x5f, 0x4a, 0xd4, 0x9b, 0xd2, 0xf7, 0xa8, 0x43, 0xb6, 0xaa, 0xed, 0xc1, 0x65, 0xb6, 0x96, 0xf5, 0x52, 0x02, 0x29, 0x51, 0x30, 0x63, 0xbe, 0xb6, 0xd2, 0x0e, 0x12, 0x95, 0x80, 0x8d, 0xc1, 0xb4, 0x67, 0x82, 0x46, 0x32, 0x01, 0x20, 0x0e, 0x82, 0xbc, 0xb3, 0xb7, 0x62, 0xd9, 0x4a, 0x40, 0x83, 0xb5, 0x66, 0xbb, 0x59, 0xd9, 0xdd, 0x35, 0x5a, 0x32, 0x96, 0xda, 0x21, 0x4d, 0x9e, 0x24, 0xc4, 0xe0, 0xec, 0x71, 0x3c, 0xfa, 0xf2, 0xdc, 0x66, 0xb5, 0xbb, 0xfd, 0xa7, 0xda, 0xb1, 0xec, 0x41, 0x72, 0x52, 0xf5, 0xb2, 0x22, 0x2a, 0xea, 0x82, 0x87, 0x21, 0xdb, 0x6f, 0xcb, 0x8b, 0x1c, 0x2d, 0x2a, 0x69, 0xa2, 0x85, 0x61, 0x6e, 0xa4, 0x80, 0xad, 0xea, 0x3b, 0x4e, 0x54, 0x90, 0x11, 0xc0, 0xc1, 0x03, 0x3f, 0xc2, 0x92, 0x99, 0x24, 0x12, 0x7e, 0x3f, 0x5a, 0xc1, 0xdf, 0xf6, 0x36, 0xcd, 0x36, 0x2b, 0x2d, 0x5d, 0x1e, 0x32, 0x07, 0x0a, 0x25, 0x21, 0x27, 0x18, 0x90, 0x73, 0xcf, 0xd4, 0x08, 0xc6, 0x2a, 0x1f, 0xb7, 0xfd, 0x3c, 0x95, 0xa8, 0x7a, 0xd9, 0x1f, 0x42, 0x2e, 0x95, 0xc8, 0xa4, 0x22, 0xab, 0xea, 0xe1, 0x55, 0x25, 0x36, 0xde, 0x5f, 0x8a, 0x96, 0xe3, 0xb8, 0xea, 0xd2, 0x13, 0x91, 0xef, 0x3e, 0x13, 0xf5, 0xc6, 0x33, 0x90, 0x46, 0x0a, 0xa3, 0xb4, 0x05, 0xbb, 0x90, 0xe0, 0x39, 0x14, 0x1f, 0x61, 0x5f, 0xbf, 0xb0, 0xed, 0x43, 0x76, 0x45, 0xb1, 0xe2, 0x52, 0x82, 0x89, 0xfe, 0x5f, 0x01, 0x24, 0x47, 0x53, 0xc3, 0x83, 0x3e, 0xed, 0x89, 0x5b, 0xb8, 0x8d, 0x2e, 0x5e, 0x85, 0x5f, 0x2c, 0x69, 0x55, 0x93, 0xa7, 0xf2, 0xee, 0xd8, 0xd0, 0x68, 0xc2, 0x63, 0x75, 0x54, 0x95, 0xad, 0xdf, 0x4c, 0x97, 0x96, 0xd6, 0xf7, 0x02, 0x12, 0xac, 0x27, 0x28, 0xe0, 0x93, 0x80, 0x0a, 0x47, 0x1f, 0x1d, 0x7a, 0x3d, 0x9f, 0xf8, 0x91, 0xda, 0xed, 0x35, 0x8e, 0xe1, 0x87, 0xe5, 0x3c, 0xb8, 0x80, 0x31, 0xe8, 0x6a, 0x7f, 0xf1, 0x25, 0x1a, 0x5e, 0x93, 0xaf, 0x84, 0x33, 0xa4, 0xf7, 0xca, 0x28, 0xef, 0x14, 0x52, 0xa5, 0xa7, 0x12, 0x41, 0xe2, 0x09, 0x91, 0xef, 0xc5, 0x4e, 0x76, 0x75, 0xdb, 0x9d, 0xa3, 0xdd, 0xf4, 0x8a, 0x96, 0xab, 0xdd, 0x0d, 0xb3, 0x44, 0x93, 0xa7, 0xd2, 0xe2, 0x8a, 0x3a, 0xa3, 0xc6, 0x0e, 0xef, 0x71, 0xd0, 0xe3, 0x81, 0x2b, 0x24, 0xa3, 0x08, 0xfc, 0x0c, 0x6d, 0x07, 0x2a, 0xdd, 0xf2, 0x3a, 0xcc, 0xdd, 0x6b, 0x3a, 0x86, 0xa4, 0xfa, 0xde, 0xbc, 0x70, 0xad, 0x4a, 0xdc, 0x9c, 0xfd, 0x8a, 0xda, 0xff, 0x00, 0x85, 0x7d, 0xac, 0x4f, 0x6a, 0x74, 0xc7, 0x52, 0xc5, 0xaa, 0x2d, 0xd2, 0xc9, 0x09, 0x01, 0x24, 0x91, 0x90, 0x4c, 0x99, 0x83, 0xfa, 0x9e, 0xb4, 0x21, 0xdc, 0x25, 0xb1, 0xae, 0xf6, 0x85, 0xd9, 0x5c, 0xb8, 0x63, 0x6b, 0x14, 0xe8, 0xf4, 0xb8, 0x60, 0x21, 0xc8, 0x10, 0xaa, 0x8f, 0xb0, 0x96, 0x8f, 0x89, 0x85, 0x17, 0x23, 0xb2, 0x56, 0xa0, 0x94, 0xa0, 0xc8, 0x69, 0x20, 0x15, 0x15, 0x1f, 0x71, 0x00, 0x80, 0xad, 0xb4, 0x8a, 0x53, 0x80, 0x9c, 0xf3, 0xfd, 0xab, 0x31, 0xda, 0x85, 0x6b, 0xf6, 0x37, 0x0e, 0xdd, 0x8b, 0x92, 0x96, 0xc2, 0x60, 0xa4, 0x15, 0x0c, 0x91, 0x25, 0x69, 0x12, 0x60, 0x82, 0x52, 0x06, 0x7a, 0x9f, 0x43, 0x2d, 0x3b, 0xb2, 0xb5, 0x4b, 0x4b, 0xad, 0x6a, 0x96, 0xa1, 0xea, 0xbc, 0xd9, 0x77, 0x5d, 0x2a, 0x13, 0x28, 0x76, 0x4a, 0xe6, 0xdc, 0x2f, 0x07, 0x50, 0x52, 0x14, 0xc8, 0x41, 0xf3, 0x23, 0x2e, 0x35, 0xba, 0x7b, 0x6e, 0x8d, 0x84, 0xa3, 0xc8, 0xc9, 0x50, 0xdc, 0x06, 0x4a, 0x85, 0xac, 0x12, 0xb5, 0x89, 0x9f, 0xed, 0xfb, 0xd5, 0xc6, 0x8e, 0xcd, 0xf6, 0x8e, 0xca, 0xae, 0xaf, 0x16, 0xa7, 0x50, 0x8d, 0xca, 0x96, 0x49, 0x24, 0x48, 0x83, 0xc4, 0x36, 0x85, 0x24, 0xc0, 0x94, 0xc8, 0x91, 0x4e, 0xad, 0x6b, 0xee, 0xc9, 0xd5, 0x5a, 0xcd, 0x85, 0x6e, 0xd5, 0x74, 0xde, 0x5c, 0xaa, 0x2d, 0x3a, 0xe6, 0xa5, 0xcb, 0xaa, 0x19, 0x29, 0x2a, 0x5c, 0x36, 0xb7, 0x78, 0xcb, 0x89, 0x71, 0xb2, 0x14, 0xca, 0x82, 0x9d, 0x0a, 0x2e, 0x95, 0x70, 0x11, 0xf3, 0xf0, 0x40, 0xcc, 0x3c, 0x93, 0x73, 0xc0, 0x01, 0xf3, 0x20, 0xef, 0x04, 0xfd, 0xfc, 0x28, 0xb3, 0xad, 0xb1, 0xda, 0x8b, 0x9b, 0x64, 0xb5, 0x6d, 0xe1, 0x0b, 0x4a, 0x8e, 0x27, 0x84, 0x1e, 0x62, 0x32, 0x08, 0x24, 0x66, 0x79, 0x54, 0xd5, 0x1b, 0x48, 0x74, 0x36, 0x0d, 0x42, 0x9b, 0x59, 0xa7, 0xdb, 0x48, 0x8a, 0xea, 0x1e, 0xa2, 0x49, 0x0e, 0xa2, 0xe0, 0x52, 0x5c, 0x4a, 0xd7, 0xb8, 0x3a, 0xa0, 0x52, 0xf7, 0x05, 0x4e, 0x00, 0xb2, 0x7e, 0x41, 0xfe, 0xbe, 0x8a, 0xe1, 0x4c, 0xc8, 0x41, 0xe5, 0x57, 0xed, 0xf6, 0x62, 0xc1, 0xb5, 0x85, 0xa1, 0xb2, 0x08, 0x20, 0xee, 0xa9, 0x9e, 0xbb, 0xfc, 0x6a, 0x39, 0x8d, 0x1f, 0xd1, 0x38, 0x34, 0xef, 0xbc, 0xe3, 0xd0, 0x58, 0x13, 0x59, 0xa4, 0xa9, 0xd1, 0x24, 0x57, 0x97, 0xbc, 0x3a, 0x89, 0xdb, 0x1c, 0x5f, 0xf7, 0xdf, 0x92, 0x9c, 0x27, 0xf9, 0x80, 0xf9, 0xc7, 0x4d, 0xfc, 0xbb, 0x20, 0xfc, 0x3d, 0xdf, 0x4a, 0x89, 0x3d, 0x93, 0xd3, 0xd0, 0xa0, 0xb0, 0xd9, 0xe2, 0x1c, 0xe5, 0x53, 0xbf, 0xaf, 0x4a, 0x71, 0x2f, 0x44, 0xf4, 0x1e, 0x98, 0xfd, 0x41, 0xd8, 0x36, 0xa4, 0x36, 0x5d, 0x3f, 0x7f, 0x46, 0x4a, 0xd1, 0x5f, 0x20, 0xed, 0x53, 0x49, 0x57, 0x3f, 0x8d, 0xc8, 0xd9, 0xb9, 0x3f, 0xbf, 0x76, 0x39, 0xe9, 0xc0, 0xf0, 0xe4, 0x24, 0xd3, 0x53, 0xd9, 0x1d, 0x35, 0xa5, 0x29, 0x49, 0x6b, 0x27, 0x88, 0x4f, 0x8b, 0xf9, 0x85, 0x79, 0x4d, 0xd2, 0x2d, 0x05, 0x81, 0x5c, 0x43, 0xf0, 0xec, 0xc6, 0x9a, 0x4b, 0xf5, 0x28, 0xed, 0xb9, 0xe2, 0xae, 0x9c, 0xad, 0xa7, 0xe9, 0xaa, 0x05, 0x04, 0x87, 0x46, 0x41, 0x3c, 0x91, 0xf0, 0x47, 0x07, 0xae, 0x00, 0x48, 0x1c, 0x26, 0x9c, 0xdf, 0x64, 0x74, 0xc6, 0xd6, 0x4a, 0x59, 0x89, 0xdf, 0xf3, 0x6c, 0x44, 0x1e, 0x75, 0x0f, 0x02, 0xcd, 0xd0, 0xcb, 0x36, 0x81, 0x45, 0xbd, 0x68, 0x5a, 0x73, 0x29, 0xca, 0x84, 0x5a, 0x95, 0x05, 0xd0, 0xaa, 0x7c, 0x95, 0xbc, 0xe3, 0xb1, 0x52, 0xd4, 0xf1, 0x30, 0x24, 0x6e, 0x50, 0x4e, 0xe0, 0x1b, 0x1b, 0x88, 0x05, 0x07, 0x69, 0x4e, 0x0f, 0x3d, 0x2a, 0x8a, 0x5b, 0x68, 0xa8, 0xa4, 0xf2, 0xfe, 0xf5, 0x5b, 0x79, 0xd9, 0x5d, 0x3b, 0x4a, 0x69, 0xbb, 0xb6, 0x18, 0x3c, 0x68, 0x52, 0x09, 0x89, 0x26, 0x04, 0x85, 0x0c, 0x98, 0xc8, 0x39, 0xe9, 0x83, 0xb8, 0x15, 0x53, 0x0d, 0x55, 0x7e, 0x95, 0xaa, 0x55, 0xbb, 0xba, 0xc6, 0x86, 0x96, 0xd3, 0x52, 0x75, 0xf4, 0xa1, 0x9a, 0x91, 0x53, 0xc7, 0xd3, 0x7a, 0x90, 0xb0, 0x85, 0x2b, 0x21, 0x4a, 0x21, 0x6d, 0xa0, 0xe7, 0x3c, 0xe3, 0x9e, 0x14, 0xa4, 0xf4, 0x3b, 0x6b, 0x52, 0x51, 0xc4, 0x36, 0x3f, 0xb4, 0xd7, 0x86, 0xbd, 0xad, 0xa9, 0x3d, 0xa8, 0x75, 0xeb, 0x34, 0x80, 0xb5, 0x4c, 0x71, 0x09, 0xf0, 0xf7, 0x99, 0x06, 0x0f, 0xf5, 0x24, 0x73, 0xf9, 0x12, 0x2a, 0xf0, 0xb3, 0x75, 0x8f, 0x5c, 0x29, 0x1a, 0x99, 0x54, 0xa3, 0x6a, 0x35, 0x96, 0xc4, 0x88, 0xed, 0x5b, 0xcd, 0x2e, 0x54, 0xba, 0x0c, 0x06, 0xa6, 0xbf, 0xe7, 0x44, 0xa7, 0x8a, 0x37, 0x29, 0xb7, 0x38, 0x40, 0x74, 0x4b, 0x4a, 0x92, 0x57, 0xb8, 0x11, 0xc0, 0x23, 0x82, 0xe4, 0x95, 0x36, 0x90, 0xa3, 0x26, 0x4e, 0xc3, 0x95, 0x7a, 0xe6, 0x91, 0xaa, 0xeb, 0xdf, 0x8d, 0xb8, 0xdd, 0xfb, 0x49, 0x01, 0x2d, 0xa4, 0xa9, 0x49, 0x01, 0x45, 0x4a, 0x93, 0xcc, 0x1c, 0x00, 0x42, 0x84, 0x4c, 0xf3, 0xda, 0x85, 0xb5, 0x8e, 0x3d, 0x5b, 0xbb, 0xeb, 0xd5, 0xcd, 0x5c, 0x83, 0xa7, 0x11, 0xda, 0xa5, 0x53, 0x9c, 0x5a, 0x24, 0x48, 0xb9, 0xad, 0xe6, 0x9f, 0x0f, 0xad, 0x2e, 0x29, 0xc5, 0x96, 0xd6, 0x87, 0x14, 0xa2, 0xdf, 0xbc, 0x0f, 0xc9, 0xb4, 0x2b, 0x20, 0x9c, 0x92, 0x9e, 0xae, 0x6d, 0xf5, 0x1e, 0xf1, 0xb0, 0xa4, 0x88, 0x4f, 0x53, 0x5e, 0x93, 0xa3, 0xea, 0x68, 0xd5, 0x92, 0xa5, 0x36, 0xda, 0x80, 0x06, 0x24, 0xc4, 0x1f, 0x4c, 0xed, 0x52, 0x37, 0x7d, 0x87, 0x7b, 0x5a, 0x3d, 0xbb, 0x51, 0xac, 0x08, 0x96, 0xd4, 0x53, 0x4c, 0x5d, 0x6c, 0xcd, 0x8c, 0xe5, 0x11, 0x82, 0xcb, 0x2d, 0x19, 0x25, 0x18, 0x05, 0x05, 0x49, 0x53, 0x7b, 0x94, 0x90, 0x42, 0x92, 0x9d, 0x8a, 0x2b, 0x03, 0x23, 0x00, 0x1a, 0xdd, 0x61, 0x4e, 0x38, 0xc8, 0x29, 0x12, 0x27, 0x7d, 0xea, 0x9f, 0xb6, 0x62, 0xe1, 0xcd, 0x3b, 0xb9, 0x4a, 0x09, 0x92, 0x33, 0xfb, 0xe7, 0xaf, 0x3d, 0xaa, 0x66, 0xe9, 0xa2, 0xf9, 0xee, 0x8d, 0x2c, 0x83, 0x16, 0x22, 0x6a, 0x70, 0x91, 0x36, 0x9e, 0xc4, 0x86, 0x22, 0xcf, 0x52, 0x97, 0x12, 0x68, 0x6d, 0xad, 0x89, 0x65, 0xd4, 0x3f, 0xf8, 0x69, 0x29, 0x8a, 0x76, 0xec, 0x2d, 0x0d, 0xc5, 0x44, 0x1f, 0x92, 0x6b, 0x56, 0x97, 0x93, 0xc0, 0xbc, 0x82, 0x23, 0xdf, 0x30, 0x20, 0xe7, 0xe7, 0xff, 0x00, 0x35, 0x91, 0xd5, 0x58, 0x51, 0xbd, 0xd3, 0x9b, 0x5a, 0x38, 0x92, 0x54, 0x90, 0x44, 0x99, 0x4a, 0xc0, 0x91, 0x06, 0x70, 0x3c, 0x3c, 0xa3, 0x73, 0x9c, 0x99, 0x99, 0x87, 0x5e, 0xd7, 0xab, 0x8e, 0xe3, 0x7a, 0xf8, 0x6a, 0x15, 0xa9, 0x48, 0x5d, 0xb7, 0x43, 0x93, 0x2a, 0xb2, 0xe4, 0x2a, 0xaa, 0xa7, 0xb3, 0x50, 0x88, 0xa5, 0x4a, 0x5a, 0x66, 0xb2, 0xf0, 0x90, 0xb2, 0x16, 0x9f, 0xe3, 0x0d, 0x90, 0x1c, 0x51, 0x25, 0x6e, 0x02, 0x14, 0x71, 0xb4, 0xa0, 0x97, 0x3b, 0xe3, 0xc0, 0x01, 0x30, 0x08, 0x3e, 0xa7, 0x3c, 0xf3, 0x56, 0x3a, 0x45, 0xce, 0xbd, 0xa9, 0x5d, 0x05, 0xa9, 0x0d, 0xa1, 0x48, 0x99, 0x83, 0xc6, 0x16, 0x25, 0x5c, 0x2a, 0x04, 0x2b, 0x1c, 0xc1, 0x12, 0x73, 0x23, 0xd2, 0x6b, 0x4c, 0xee, 0x7f, 0x0e, 0x9d, 0xab, 0x50, 0x6b, 0x94, 0xd8, 0xd2, 0x69, 0x06, 0xda, 0x5d, 0x41, 0x0a, 0xa6, 0xc6, 0xf3, 0x3f, 0x22, 0x32, 0x52, 0xcc, 0xdd, 0x8a, 0x44, 0x97, 0x54, 0x8f, 0x1b, 0x89, 0x43, 0x67, 0x20, 0x05, 0x82, 0x39, 0x00, 0x64, 0x87, 0x36, 0xc3, 0xc9, 0x1c, 0x2a, 0x88, 0x1d, 0x07, 0x9f, 0x99, 0x35, 0xa2, 0x7e, 0xea, 0xef, 0xbc, 0x53, 0x97, 0xa3, 0x64, 0x92, 0x60, 0x09, 0x81, 0x06, 0x20, 0x98, 0x83, 0x8d, 0xaa, 0xa7, 0xb9, 0x6f, 0x2e, 0xd0, 0x2f, 0x35, 0xd3, 0x6e, 0x2a, 0x1d, 0x7e, 0x8e, 0xf5, 0x0d, 0xd8, 0x11, 0x9b, 0x99, 0x40, 0x6a, 0xda, 0x65, 0x65, 0x4f, 0x32, 0x94, 0x2e, 0x67, 0x91, 0x84, 0xc5, 0x4a, 0x99, 0x4b, 0xa9, 0x4a, 0xfc, 0x64, 0xb8, 0x80, 0x14, 0x32, 0x95, 0x02, 0x9c, 0xf5, 0x20, 0x09, 0x65, 0xfe, 0x23, 0xbe, 0x39, 0x73, 0xe7, 0xee, 0xfe, 0xfd, 0x2a, 0x97, 0xbe, 0xec, 0x8d, 0xf5, 0x8a, 0x16, 0x80, 0x0f, 0x16, 0x08, 0xe0, 0x11, 0x8d, 0xc1, 0x4f, 0x0c, 0x8c, 0x4e, 0x64, 0x7e, 0xf4, 0x67, 0x79, 0x34, 0x7b, 0x72, 0xdd, 0xd5, 0xa6, 0x29, 0x7a, 0x73, 0x57, 0xa2, 0xd5, 0x23, 0x54, 0x20, 0x36, 0xb8, 0xa8, 0xb7, 0xd2, 0xd8, 0x8c, 0xc6, 0xd4, 0xe1, 0x4b, 0x5a, 0x18, 0x48, 0x6d, 0x07, 0x68, 0x41, 0xda, 0x8c, 0xa9, 0x59, 0x48, 0xff, 0x00, 0x85, 0xe4, 0xe0, 0xd8, 0x51, 0x2a, 0xe9, 0xfb, 0xed, 0xeb, 0xf4, 0xfa, 0x61, 0xbb, 0x59, 0x60, 0x9b, 0x6d, 0x49, 0x26, 0xd8, 0x82, 0x14, 0x04, 0x04, 0xec, 0x20, 0x64, 0x90, 0x30, 0x30, 0x06, 0x06, 0x4e, 0x07, 0x5e, 0x29, 0x5d, 0x5e, 0xd4, 0x88, 0x5a, 0x9f, 0xa8, 0xe5, 0x1a, 0x49, 0x6f, 0x89, 0x6d, 0x45, 0x80, 0xda, 0x5e, 0x88, 0xd4, 0x73, 0x21, 0xc6, 0xc9, 0x59, 0x50, 0x1b, 0x59, 0x5e, 0xd6, 0xf6, 0x87, 0x1b, 0x6d, 0x49, 0x48, 0x09, 0x0e, 0x25, 0x41, 0x21, 0x20, 0x80, 0x20, 0x76, 0xd4, 0x2d, 0x5c, 0x70, 0x63, 0xe5, 0x43, 0xeb, 0xd7, 0x4d, 0x6a, 0x5a, 0xa7, 0x05, 0xa2, 0x78, 0x8a, 0x52, 0x24, 0x0c, 0x9f, 0x80, 0x38, 0x80, 0x60, 0xf9, 0xcd, 0x5a, 0x9a, 0x45, 0x03, 0x4b, 0xb5, 0x5b, 0x56, 0xa4, 0xd3, 0x6f, 0x8b, 0x45, 0x74, 0x1a, 0x74, 0x6b, 0x35, 0xe9, 0x12, 0x7d, 0x4d, 0x15, 0x50, 0x0b, 0x33, 0x44, 0xc4, 0xa5, 0x1b, 0x12, 0x1d, 0x50, 0x5a, 0x12, 0xdb, 0xad, 0x34, 0x5c, 0x56, 0x32, 0x7d, 0xca, 0x01, 0x4a, 0x19, 0x7a, 0x6c, 0x9a, 0x52, 0xa5, 0x49, 0x3b, 0x7a, 0x56, 0xab, 0x49, 0xd3, 0xf4, 0xad, 0x5b, 0x51, 0xfe, 0x33, 0x1c, 0x29, 0x08, 0xc8, 0x29, 0xe1, 0x85, 0x71, 0x74, 0x07, 0x30, 0x20, 0x4f, 0x3d, 0xcd, 0x4d, 0xd1, 0xac, 0x8a, 0x33, 0x36, 0x7e, 0x9a, 0x40, 0x9b, 0x2e, 0x04, 0xfa, 0xa4, 0xca, 0xfa, 0x51, 0x59, 0x66, 0xde, 0xa8, 0x29, 0x51, 0x83, 0x8e, 0x16, 0x77, 0xb6, 0xc3, 0xa5, 0x5c, 0x03, 0xed, 0xc2, 0x8e, 0x0f, 0x19, 0xce, 0x39, 0xe8, 0x7b, 0xdb, 0x76, 0x1a, 0x53, 0x61, 0x23, 0x73, 0xd7, 0xd2, 0x8a, 0xd7, 0x74, 0x9d, 0x36, 0xd5, 0x56, 0x6d, 0xb0, 0x0c, 0x17, 0x23, 0x06, 0x37, 0x89, 0x83, 0x38, 0xf5, 0xa6, 0x7d, 0xc9, 0xd2, 0x2d, 0xcb, 0x67, 0x50, 0x58, 0xa5, 0xdb, 0x49, 0x9e, 0xca, 0x11, 0x4f, 0x09, 0x75, 0x9a, 0x85, 0x40, 0x3e, 0xeb, 0x2e, 0x25, 0xd7, 0x10, 0xa4, 0xee, 0x0a, 0x56, 0x13, 0xed, 0xe0, 0x64, 0x71, 0x82, 0x32, 0x08, 0x26, 0xb6, 0xe9, 0xb0, 0xda, 0xc4, 0x48, 0xf5, 0xcf, 0x5a, 0xc8, 0x76, 0xad, 0x9b, 0x7b, 0x5d, 0x49, 0x0d, 0xb3, 0x23, 0xc2, 0x30, 0x4f, 0x11, 0x19, 0x23, 0x7c, 0xd0, 0xfe, 0xb1, 0x69, 0xa3, 0x3a, 0x7d, 0x3e, 0x3d, 0xaf, 0x58, 0xa9, 0xfa, 0x94, 0xd4, 0xa9, 0xc9, 0x7c, 0x65, 0x1e, 0x33, 0x85, 0x15, 0x00, 0x52, 0x52, 0xa5, 0x70, 0x42, 0x37, 0xa4, 0xe4, 0x1d, 0xa5, 0x24, 0x84, 0x9c, 0x81, 0xcb, 0x6d, 0x76, 0xce, 0x02, 0x3d, 0x6a, 0xb7, 0x59, 0xd3, 0x0e, 0x8c, 0xf2, 0x5b, 0x71, 0x5c, 0x5c, 0x49, 0x9e, 0x9b, 0xcf, 0x99, 0xe9, 0x23, 0x6c, 0x72, 0xa1, 0x7a, 0x3c, 0x28, 0x34, 0x36, 0x56, 0xdb, 0x0e, 0xad, 0x65, 0xd7, 0xb7, 0xba, 0xeb, 0xea, 0x05, 0x4b, 0x56, 0x02, 0x47, 0xc0, 0x00, 0x70, 0x94, 0xa4, 0x00, 0x00, 0xe0, 0x75, 0x1a, 0xdc, 0x71, 0xf5, 0x49, 0xaa, 0x94, 0x90, 0x9d, 0xab, 0xe8, 0x5f, 0xd8, 0xc6, 0xbf, 0x2c, 0xcb, 0xb1, 0xc2, 0x79, 0x34, 0xf8, 0xbf, 0x5f, 0xf2, 0x8e, 0x75, 0xa7, 0xec, 0xe4, 0xf0, 0xae, 0xbd, 0x57, 0xb0, 0x26, 0x5c, 0x74, 0xff, 0x00, 0xea, 0x9f, 0xaa, 0xab, 0x7a, 0x75, 0xa8, 0xaf, 0x4a, 0xa5, 0x3a, 0xea, 0xea, 0x11, 0xd7, 0xac, 0x1d, 0x15, 0xbb, 0x01, 0xff, 0x00, 0x93, 0xb3, 0x3f, 0xea, 0x55, 0xd0, 0xf7, 0x59, 0xb7, 0x5f, 0xa1, 0xa0, 0xf5, 0x0f, 0xf4, 0x0e, 0xff, 0x00, 0xb5, 0x5f, 0x43, 0x5f, 0x38, 0xee, 0xcb, 0x62, 0x83, 0xac, 0x54, 0x68, 0x93, 0x67, 0xda, 0x0f, 0x53, 0xc5, 0xb3, 0x4c, 0x2b, 0xdf, 0x50, 0xb7, 0xd6, 0xa5, 0x54, 0xd4, 0x14, 0x87, 0x82, 0x99, 0x53, 0x6a, 0x49, 0x70, 0x94, 0xee, 0x6d, 0x3b, 0xb3, 0x90, 0xa1, 0xf4, 0x1b, 0x4e, 0x6e, 0xd9, 0x69, 0x71, 0xa8, 0x23, 0x97, 0x3a, 0xae, 0xd3, 0xee, 0xed, 0xde, 0x63, 0xc6, 0xc6, 0x53, 0x04, 0x15, 0x01, 0x9c, 0x4e, 0x3e, 0x35, 0x4e, 0x6a, 0xf6, 0xb3, 0xd8, 0xd5, 0x6d, 0x25, 0xa8, 0x69, 0xac, 0x7b, 0x12, 0xed, 0xb4, 0x66, 0x89, 0xf1, 0x95, 0x1d, 0xba, 0x85, 0x19, 0xc6, 0x43, 0x71, 0xd2, 0x94, 0x84, 0x38, 0xea, 0xc2, 0xb6, 0x04, 0x15, 0x87, 0x00, 0x0a, 0x0a, 0xce, 0x0f, 0xc6, 0x73, 0xd2, 0x5c, 0x95, 0xa9, 0xa5, 0x70, 0x8e, 0x98, 0xf2, 0xac, 0xc7, 0x69, 0x35, 0x7b, 0x67, 0x74, 0xe7, 0x1b, 0x29, 0x5b, 0x24, 0x91, 0x9e, 0x18, 0x81, 0xc8, 0x9e, 0x51, 0xeb, 0xbd, 0x56, 0x76, 0x05, 0x2e, 0x9a, 0xe5, 0xed, 0x41, 0x4d, 0xfd, 0x4a, 0x69, 0x30, 0xe3, 0xd5, 0xd9, 0x72, 0x63, 0xe5, 0x29, 0x53, 0x49, 0x01, 0xc1, 0x95, 0xf1, 0xef, 0x23, 0x1f, 0x4c, 0x13, 0xc9, 0x1c, 0xf5, 0x4e, 0xd2, 0xdb, 0x0f, 0x03, 0xc5, 0x03, 0xdf, 0x58, 0xdd, 0x25, 0x6e, 0x7e, 0x20, 0xc8, 0xb9, 0x46, 0x12, 0xa0, 0x49, 0xc4, 0x63, 0x9f, 0xf5, 0x7b, 0xa0, 0xc6, 0xd4, 0x75, 0x42, 0xa6, 0xe8, 0x4d, 0xf7, 0x5c, 0xd5, 0x46, 0x22, 0xc6, 0x88, 0xdd, 0x69, 0xa3, 0x1e, 0x65, 0x0d, 0xa4, 0x52, 0x22, 0xba, 0xda, 0x54, 0x52, 0x32, 0x94, 0x97, 0x63, 0xa9, 0xb4, 0xb7, 0xef, 0xda, 0x76, 0x04, 0x82, 0xac, 0x13, 0x9e, 0x0f, 0x57, 0x0c, 0xf0, 0xb8, 0x54, 0xa2, 0x44, 0x1d, 0xbe, 0xc0, 0xaf, 0x43, 0xd2, 0x6f, 0x74, 0x9b, 0x9d, 0x42, 0xe5, 0x0e, 0x9c, 0x82, 0x0e, 0xdc, 0x88, 0xe5, 0x22, 0x37, 0xe9, 0xf0, 0xa4, 0x6d, 0x58, 0x5d, 0xbb, 0x51, 0xed, 0xe7, 0x29, 0xb7, 0xc4, 0x57, 0xc4, 0xaf, 0x02, 0xcc, 0xa9, 0x6f, 0x5b, 0xb4, 0xa4, 0xb8, 0x0e, 0xde, 0x0b, 0x45, 0x98, 0xe1, 0x00, 0x83, 0xee, 0x39, 0xe3, 0x18, 0x1c, 0xf3, 0xd4, 0xa5, 0x36, 0xe0, 0x41, 0xab, 0x07, 0x97, 0xd9, 0xe7, 0x38, 0x5b, 0x24, 0x49, 0xdf, 0x09, 0x9f, 0x90, 0xab, 0x16, 0xd9, 0xd3, 0xfd, 0x11, 0xb7, 0x6d, 0x51, 0x58, 0xaa, 0x48, 0xa3, 0x39, 0x05, 0xd3, 0x25, 0xa8, 0xf5, 0x4a, 0xed, 0x1a, 0x0a, 0x52, 0xcc, 0x90, 0xcb, 0x85, 0xbd, 0xab, 0x4b, 0x6d, 0xb5, 0x94, 0xab, 0xc6, 0x4a, 0x56, 0xb0, 0x72, 0x9e, 0x78, 0xdd, 0xd4, 0x4d, 0xf7, 0x4d, 0xb6, 0x78, 0xcc, 0xce, 0x07, 0x3f, 0xed, 0x50, 0x3d, 0xa5, 0xf6, 0x66, 0xd4, 0xf7, 0xa1, 0x29, 0x07, 0x92, 0x94, 0x94, 0x8c, 0xef, 0xb8, 0x4a, 0x76, 0xf3, 0x3e, 0xb5, 0x85, 0x35, 0xf9, 0x36, 0x7c, 0x1d, 0x66, 0x9b, 0x3e, 0x35, 0xbb, 0x0d, 0xba, 0x4b, 0x15, 0x4a, 0x8a, 0x22, 0x36, 0xdd, 0x34, 0x06, 0x9f, 0x4e, 0xec, 0x21, 0x48, 0xc2, 0x94, 0x85, 0xa7, 0x24, 0x60, 0x8c, 0x01, 0x83, 0xed, 0x1c, 0x0e, 0xaf, 0xf4, 0xc4, 0x9f, 0x67, 0x57, 0x09, 0xe7, 0x56, 0x3d, 0x9f, 0xee, 0x43, 0x0e, 0x77, 0x62, 0x13, 0xc6, 0xa8, 0x8e, 0x9d, 0x44, 0x12, 0x28, 0x66, 0x63, 0x0b, 0x72, 0xd5, 0x5b, 0x71, 0x82, 0x94, 0x81, 0x02, 0x29, 0x90, 0xa4, 0x38, 0xa2, 0x0e, 0x01, 0xe1, 0x5b, 0x4e, 0x31, 0x93, 0x8c, 0x10, 0x70, 0x47, 0xeb, 0x9c, 0x9e, 0x8f, 0xcf, 0x9a, 0xbf, 0x3b, 0x54, 0xcf, 0xa0, 0xa7, 0xc8, 0xd4, 0x35, 0x37, 0x40, 0x6d, 0x95, 0x28, 0x51, 0x24, 0xa9, 0x3e, 0x46, 0xd5, 0x20, 0x34, 0xef, 0xe2, 0x9f, 0x84, 0x85, 0x10, 0x41, 0x3f, 0xa1, 0x03, 0x8f, 0xe7, 0xe8, 0x4b, 0xb2, 0x05, 0x89, 0x2a, 0xea, 0x2b, 0x33, 0xda, 0xf6, 0xdf, 0x73, 0xb3, 0x97, 0x09, 0x67, 0xf3, 0x70, 0xe3, 0x13, 0xcc, 0x72, 0x83, 0xf4, 0x35, 0xf4, 0x57, 0x4b, 0x69, 0xb3, 0xe4, 0x59, 0xf6, 0xcc, 0x89, 0xf4, 0xba, 0x1a, 0xfd, 0x74, 0x1f, 0x33, 0x92, 0x66, 0x3a, 0xef, 0x92, 0x42, 0x56, 0x86, 0xb6, 0xbe, 0xb4, 0x25, 0xec, 0x21, 0x4e, 0xa7, 0xdf, 0xb4, 0x01, 0x83, 0x83, 0x80, 0x49, 0xeb, 0x39, 0x04, 0xac, 0x10, 0x07, 0x3f, 0xd3, 0x7c, 0xf3, 0xa6, 0x68, 0xee, 0x34, 0x34, 0xb4, 0xb6, 0x5c, 0x47, 0x88, 0x64, 0x1d, 0xd5, 0x20, 0x67, 0x71, 0xc3, 0x3b, 0xc6, 0x2a, 0xb5, 0xbf, 0xed, 0x79, 0x7a, 0x5d, 0xa9, 0x12, 0xb5, 0xa7, 0x4a, 0x75, 0x6d, 0x86, 0xee, 0xaa, 0x6d, 0x65, 0xd9, 0x14, 0xfa, 0x1b, 0x14, 0x6f, 0x59, 0x8d, 0xc8, 0x43, 0x0a, 0x64, 0x84, 0x2c, 0x05, 0xfb, 0x24, 0x3f, 0xed, 0x03, 0x38, 0x63, 0x94, 0x8c, 0x90, 0x98, 0x99, 0x5a, 0x12, 0xe1, 0x29, 0x32, 0xac, 0xe3, 0xdf, 0x35, 0x8b, 0x7b, 0x48, 0x66, 0xd3, 0x53, 0x37, 0xf6, 0x4f, 0x80, 0xea, 0x55, 0x21, 0x3c, 0x3c, 0x5c, 0xb8, 0x48, 0xc1, 0x13, 0x85, 0x1f, 0x80, 0xc7, 0x2a, 0xb6, 0x35, 0x0f, 0x4a, 0x35, 0x0a, 0xe5, 0xd5, 0x89, 0x77, 0xd5, 0xe0, 0xcb, 0x75, 0x18, 0xf5, 0x3b, 0x2c, 0x52, 0xe2, 0xc5, 0x8f, 0x43, 0x5a, 0xd2, 0xc3, 0xa6, 0x4b, 0xcb, 0x8c, 0xeb, 0xbb, 0x5a, 0x4b, 0x6c, 0xa7, 0x6b, 0x45, 0x4a, 0x4a, 0xb0, 0x09, 0x4b, 0x9f, 0xc9, 0xf8, 0x31, 0x69, 0x78, 0xff, 0x00, 0x2f, 0xdf, 0x2e, 0x55, 0x71, 0xac, 0x68, 0x17, 0x7a, 0x86, 0xae, 0xbb, 0xb7, 0x95, 0xc4, 0x14, 0xc9, 0x6f, 0x87, 0x86, 0x60, 0xf1, 0x12, 0x95, 0x19, 0x80, 0x3c, 0xc1, 0xf4, 0xaa, 0x53, 0xb3, 0x2a, 0x9f, 0x71, 0xf6, 0x0c, 0x3b, 0x84, 0xf6, 0xf3, 0x5c, 0xa7, 0xbe, 0xc4, 0x89, 0x31, 0x85, 0x5a, 0x3c, 0xda, 0x29, 0x92, 0x7c, 0x88, 0x0b, 0xf1, 0x94, 0xa0, 0x28, 0xed, 0x20, 0x2c, 0x8d, 0xd8, 0xf9, 0x50, 0x00, 0xe4, 0xf5, 0x13, 0x6b, 0x78, 0xe4, 0x27, 0xef, 0xe1, 0x5e, 0x4f, 0xfe, 0x1d, 0x59, 0xf6, 0x8b, 0x47, 0x6e, 0xe5, 0xbd, 0x16, 0xe5, 0x0a, 0x4f, 0x10, 0xe3, 0x0a, 0x6c, 0x92, 0x08, 0x07, 0xa2, 0x84, 0x63, 0xf4, 0xa2, 0x45, 0xea, 0x9e, 0x9f, 0x5d, 0xba, 0x65, 0x70, 0x69, 0x0f, 0x70, 0x17, 0x0b, 0x90, 0xea, 0xaf, 0x5c, 0x0a, 0x55, 0x4e, 0xa1, 0x02, 0x3b, 0xe5, 0x32, 0x14, 0xd3, 0x41, 0xb0, 0x52, 0xd8, 0xf2, 0x37, 0x90, 0x59, 0x65, 0x05, 0x3c, 0x85, 0x0d, 0xc7, 0x21, 0x4a, 0x19, 0x89, 0x4e, 0x25, 0x52, 0x95, 0x88, 0x3f, 0x7f, 0xb5, 0x6d, 0x86, 0xb3, 0x60, 0xfe, 0x94, 0xed, 0x96, 0xb4, 0xec, 0x2d, 0x4b, 0x3c, 0x44, 0x24, 0x80, 0x63, 0x18, 0x1e, 0x21, 0xc8, 0x26, 0x06, 0xfe, 0xa4, 0x4d, 0x1b, 0x58, 0xb5, 0x6d, 0x07, 0x35, 0x48, 0x53, 0x2c, 0x6a, 0xd3, 0x95, 0x8a, 0x2b, 0x55, 0x84, 0x18, 0x72, 0xea, 0x49, 0x56, 0xd7, 0xd9, 0x0b, 0x49, 0xcb, 0x83, 0x69, 0xc0, 0xe4, 0xfb, 0xb6, 0xfb, 0x92, 0x72, 0x53, 0xee, 0x19, 0x88, 0x2a, 0x15, 0x02, 0xb0, 0x8e, 0xa6, 0xd9, 0xed, 0x5c, 0x37, 0x68, 0xe1, 0x71, 0xae, 0x30, 0x41, 0x54, 0xc1, 0x12, 0x0e, 0x44, 0x7c, 0x0c, 0x41, 0xdc, 0x83, 0xc5, 0x92, 0xcf, 0xb4, 0x92, 0x3d, 0x16, 0xde, 0xd1, 0x48, 0x73, 0xac, 0x7b, 0x76, 0x89, 0x43, 0x53, 0x95, 0x31, 0x1a, 0x49, 0xb5, 0xa9, 0x92, 0x23, 0x33, 0x21, 0xb4, 0x84, 0x29, 0x29, 0x5b, 0x99, 0x4b, 0x4e, 0xe1, 0x5c, 0x81, 0xb3, 0x20, 0xe0, 0x8f, 0x82, 0x7a, 0xbb, 0xd3, 0x42, 0x5d, 0xbb, 0x3c, 0x40, 0x63, 0xca, 0xbe, 0x84, 0xd1, 0x6c, 0x34, 0xfb, 0x74, 0x77, 0x8c, 0x36, 0x94, 0x98, 0x8f, 0x08, 0x8c, 0x7d, 0x2b, 0x08, 0xfd, 0xfb, 0x5c, 0x4b, 0x63, 0xfd, 0xd9, 0x93, 0x81, 0x8c, 0x7e, 0x3a, 0xbe, 0x9f, 0x1f, 0x5f, 0xa7, 0x5a, 0x20, 0xda, 0x3a, 0x56, 0x80, 0x15, 0x57, 0x29, 0xac, 0xd6, 0x56, 0xad, 0xa6, 0xb3, 0x28, 0x8c, 0x7f, 0xf4, 0x85, 0x63, 0x1f, 0xd7, 0xfa, 0xf4, 0xbd, 0xd3, 0x7d, 0x29, 0x64, 0xd3, 0x94, 0x33, 0x79, 0x4c, 0x84, 0xba, 0x8c, 0x57, 0x2a, 0x2b, 0x8e, 0x90, 0xad, 0xee, 0x85, 0xac, 0xa0, 0x60, 0x65, 0x59, 0x3f, 0xcd, 0xf3, 0xd3, 0x0a, 0x59, 0x06, 0x20, 0x52, 0xf8, 0xaa, 0x7a, 0xe4, 0xd3, 0x1a, 0xdd, 0x1a, 0xd2, 0x45, 0xdc, 0x8b, 0x9e, 0x4a, 0xd2, 0xb6, 0x03, 0xca, 0x8e, 0xf4, 0x77, 0x1a, 0x5a, 0x46, 0xe4, 0x20, 0x02, 0x14, 0x73, 0xce, 0xf1, 0x82, 0x06, 0x08, 0x07, 0x9e, 0xa0, 0x43, 0x8d, 0xa9, 0xce, 0x0e, 0x1f, 0xa5, 0x29, 0x0a, 0xe1, 0xde, 0xa3, 0x34, 0x5e, 0xa1, 0x54, 0x63, 0x56, 0x2d, 0x96, 0x59, 0xa8, 0x49, 0x40, 0x76, 0xbd, 0x15, 0x85, 0x86, 0x4b, 0xa5, 0x45, 0xb7, 0x1e, 0x42, 0x16, 0x90, 0x1a, 0x50, 0x5a, 0xb7, 0x24, 0x90, 0x42, 0x48, 0x24, 0x1c, 0x74, 0xb7, 0x8d, 0xa0, 0xdb, 0x28, 0x11, 0xca, 0x87, 0x79, 0x01, 0xc6, 0x94, 0x95, 0xe4, 0x10, 0x6b, 0x7e, 0x6b, 0xbd, 0x46, 0x83, 0x42, 0xd3, 0x2a, 0x1b, 0xf4, 0x2b, 0x4a, 0xd2, 0xa7, 0xa9, 0xb9, 0x4f, 0xc6, 0x52, 0x29, 0xd4, 0xa2, 0xd3, 0x9b, 0x16, 0x8c, 0xa9, 0x4a, 0x6d, 0xd6, 0xfd, 0xaa, 0x25, 0x09, 0x3b, 0xb7, 0x64, 0x11, 0xc1, 0xf8, 0x1d, 0x63, 0x54, 0x7b, 0xc6, 0xbf, 0x61, 0x5e, 0x1b, 0xdb, 0x54, 0x59, 0x69, 0x4c, 0x32, 0xab, 0x76, 0x5a, 0x4c, 0x12, 0x30, 0x9d, 0x81, 0xc9, 0x80, 0x46, 0xf2, 0x01, 0x99, 0xf7, 0x93, 0x82, 0x77, 0xa4, 0x5a, 0xe3, 0x1f, 0x5c, 0xe5, 0xd7, 0x6a, 0xd0, 0x69, 0xf4, 0x1a, 0x24, 0xf4, 0x18, 0xf2, 0x25, 0x53, 0xe5, 0xb0, 0xa9, 0x0b, 0x77, 0xc4, 0xea, 0xd4, 0xa7, 0xd0, 0xa7, 0x39, 0x0b, 0x01, 0x0e, 0x15, 0x29, 0x3f, 0x1b, 0x79, 0xe4, 0xf3, 0xc9, 0x2b, 0xe3, 0x39, 0x03, 0x6f, 0x39, 0xfb, 0xc5, 0x6c, 0xbb, 0x2f, 0xaf, 0x59, 0x76, 0x83, 0xbd, 0x52, 0xd2, 0x94, 0xaa, 0x3f, 0x2e, 0xe6, 0x41, 0x3e, 0x2c, 0xc6, 0x77, 0xdb, 0x6a, 0xb9, 0x7f, 0x6a, 0xed, 0x5d, 0x38, 0xed, 0x3e, 0xc2, 0x91, 0x1a, 0xcd, 0x84, 0xf5, 0x52, 0xa7, 0x0d, 0x58, 0xfb, 0xce, 0x02, 0x5e, 0x43, 0x05, 0x29, 0x41, 0x75, 0x6a, 0x61, 0xc0, 0x52, 0x56, 0x4a, 0xc6, 0x02, 0xc1, 0xd8, 0x54, 0xe9, 0xc6, 0xe5, 0x64, 0x4e, 0xca, 0x07, 0x70, 0x90, 0x47, 0x2a, 0xf4, 0x6d, 0x31, 0xa0, 0xdd, 0xa2, 0x02, 0x30, 0x38, 0x47, 0xcc, 0x50, 0xe1, 0xd5, 0x43, 0xa8, 0x76, 0x1a, 0xa9, 0x15, 0xca, 0x6c, 0x34, 0xcc, 0x81, 0x50, 0x61, 0x9f, 0x2c, 0x48, 0x68, 0x61, 0x0e, 0xb2, 0xe9, 0x29, 0xe5, 0x0d, 0x80, 0x84, 0x94, 0x94, 0x1e, 0x52, 0x91, 0xbb, 0x29, 0xc8, 0xca, 0x72, 0x66, 0x29, 0x94, 0x11, 0x44, 0xdd, 0x34, 0x87, 0x5b, 0x85, 0x0a, 0x03, 0xd4, 0xab, 0xb2, 0xe3, 0x93, 0x07, 0x47, 0xdb, 0xab, 0xfa, 0xe9, 0x7e, 0x19, 0xb4, 0x74, 0x48, 0x8d, 0x32, 0x4a, 0x9e, 0xc4, 0xa6, 0x99, 0x7c, 0x38, 0x84, 0x96, 0xbc, 0x8a, 0x48, 0x39, 0x00, 0x25, 0x20, 0x9e, 0x0e, 0x01, 0x3c, 0x74, 0x25, 0xec, 0x86, 0x51, 0xea, 0x3e, 0xa3, 0xa6, 0x6b, 0xcf, 0x7b, 0x4c, 0x95, 0x21, 0xcb, 0x1d, 0x88, 0x4b, 0x89, 0xf8, 0x84, 0xa8, 0x6e, 0x24, 0xd4, 0x66, 0xaf, 0x6a, 0xbd, 0xbd, 0xdb, 0xfe, 0xaa, 0x4e, 0xa4, 0x57, 0x2b, 0x68, 0xa4, 0x1a, 0xa5, 0x90, 0x3d, 0x0b, 0xed, 0x50, 0x1b, 0x68, 0xa8, 0x83, 0x2b, 0x0b, 0x76, 0x3f, 0x8e, 0x38, 0x64, 0x07, 0x14, 0x83, 0xb3, 0x62, 0x42, 0xc3, 0x63, 0xea, 0xb5, 0x28, 0xab, 0x6a, 0x28, 0x59, 0x54, 0x1e, 0x43, 0x1f, 0x63, 0xfe, 0x2a, 0x99, 0xdd, 0x63, 0x4e, 0xd0, 0x75, 0xf0, 0xcd, 0xca, 0xf8, 0x42, 0x9a, 0x04, 0x42, 0x40, 0x30, 0x0a, 0x8e, 0x40, 0x03, 0x84, 0x4f, 0x22, 0x32, 0x47, 0x52, 0x69, 0xbd, 0xad, 0xdd, 0x1d, 0x22, 0x6e, 0x93, 0xd4, 0x2a, 0x57, 0x45, 0x32, 0xbb, 0x4f, 0x71, 0x8b, 0x29, 0xf8, 0xf2, 0xea, 0xd7, 0x05, 0xba, 0xe4, 0x08, 0x53, 0xcb, 0xad, 0x34, 0x85, 0x08, 0xde, 0x40, 0xb4, 0x90, 0xe3, 0x8d, 0xa4, 0xa5, 0x19, 0x1b, 0x4a, 0xd3, 0x8d, 0xc3, 0x20, 0x14, 0xb4, 0x3b, 0xc4, 0x00, 0x04, 0xfc, 0xea, 0xe2, 0xd7, 0x54, 0xb7, 0xd6, 0x1d, 0x29, 0xb6, 0x6d, 0xc4, 0x9e, 0x02, 0x01, 0x5a, 0x4a, 0x42, 0x81, 0xe4, 0x0c, 0x46, 0x62, 0x79, 0x50, 0xad, 0x67, 0xbf, 0xce, 0xd3, 0xd7, 0x5e, 0x97, 0x31, 0x55, 0x66, 0x56, 0x95, 0x55, 0xea, 0x2e, 0x97, 0x5b, 0xa4, 0xbe, 0x9c, 0xb6, 0xa8, 0x01, 0x0d, 0x93, 0xc7, 0xc2, 0x9d, 0xca, 0x71, 0xf4, 0xcf, 0x3c, 0x1c, 0xf4, 0x77, 0xb3, 0xdd, 0x1f, 0xe5, 0xad, 0x6a, 0x2c, 0x52, 0x39, 0x79, 0xd2, 0x36, 0xff, 0x00, 0xda, 0x23, 0xdb, 0x3c, 0x19, 0x70, 0x56, 0xcd, 0x4b, 0x61, 0x6a, 0x65, 0x05, 0x6a, 0x73, 0xee, 0x77, 0xd5, 0xe3, 0x4b, 0x2d, 0x2f, 0xce, 0xac, 0x7f, 0x8a, 0x48, 0x46, 0x07, 0xcf, 0x04, 0x71, 0xd7, 0x0b, 0x6b, 0x90, 0x70, 0x9a, 0x79, 0xb4, 0x48, 0x4e, 0xd4, 0x3b, 0xa3, 0x3d, 0xd7, 0xd3, 0x6b, 0x77, 0xb5, 0xcc, 0xe5, 0x87, 0xda, 0x50, 0xb8, 0xa1, 0xb8, 0xe7, 0xa9, 0x91, 0x5f, 0xa1, 0xd3, 0x24, 0x79, 0xa6, 0xed, 0xa7, 0x86, 0x90, 0xc3, 0x8d, 0xa9, 0xa7, 0x10, 0x0a, 0x0a, 0xdd, 0x23, 0x01, 0x27, 0x24, 0x2c, 0x7c, 0x72, 0x13, 0xed, 0x38, 0x88, 0x4a, 0xd2, 0x49, 0x3c, 0xbd, 0x79, 0xfb, 0xab, 0xce, 0xef, 0x6f, 0xae, 0x34, 0x4d, 0x75, 0xe8, 0xd3, 0x8a, 0xd2, 0x47, 0x17, 0x1a, 0x41, 0x25, 0x5c, 0x29, 0x80, 0x92, 0x20, 0x8d, 0xff, 0x00, 0x78, 0xa3, 0xce, 0xd2, 0xfb, 0x87, 0xb5, 0x2e, 0x9b, 0xea, 0xa1, 0x6c, 0x53, 0xad, 0xa8, 0x5a, 0x70, 0xe4, 0x1b, 0x6d, 0xf0, 0xb7, 0x2a, 0x15, 0x16, 0xdb, 0x7e, 0x43, 0xec, 0xbc, 0xdb, 0x6a, 0x3b, 0x03, 0x09, 0xd8, 0xb5, 0x15, 0xad, 0x0b, 0x2a, 0x3b, 0x94, 0x52, 0x8e, 0x00, 0x68, 0xf4, 0x89, 0x4a, 0x5b, 0x21, 0x09, 0xcf, 0x08, 0xfb, 0xf7, 0xd1, 0x5d, 0x98, 0xed, 0x33, 0x3a, 0xe5, 0xca, 0xa1, 0x91, 0x6e, 0x60, 0xf8, 0x49, 0x00, 0xc8, 0x30, 0x4f, 0x08, 0x18, 0x82, 0x60, 0xce, 0x67, 0x96, 0x29, 0x19, 0x97, 0x34, 0x6b, 0x7f, 0x44, 0x74, 0xdd, 0xc8, 0xb4, 0x4a, 0x64, 0x64, 0xd1, 0xa6, 0x17, 0xc5, 0xa8, 0x9a, 0x90, 0x98, 0x20, 0x20, 0x78, 0xd7, 0xe0, 0x71, 0xcd, 0xca, 0xdd, 0x93, 0x90, 0x4e, 0x79, 0xdc, 0x73, 0xf1, 0xd5, 0x76, 0xac, 0xbe, 0x02, 0x83, 0x3d, 0x71, 0xe9, 0x15, 0x17, 0x6e, 0x2e, 0xcb, 0x4d, 0xdb, 0x3b, 0x21, 0x65, 0x2b, 0x98, 0xeb, 0x11, 0x47, 0x74, 0xee, 0xdb, 0xb5, 0x53, 0xbc, 0x1b, 0x7e, 0x99, 0xac, 0xd6, 0xad, 0x0a, 0xc5, 0xb3, 0x69, 0x92, 0x44, 0x88, 0x30, 0xa3, 0x39, 0x39, 0xf4, 0xaa, 0x5a, 0xd8, 0x96, 0xf2, 0x16, 0xe2, 0x92, 0xd4, 0x62, 0x12, 0x72, 0x08, 0x03, 0x24, 0xed, 0x4a, 0x06, 0x79, 0xe1, 0xe9, 0xd2, 0xfd, 0xb5, 0xa4, 0xbb, 0xc4, 0x13, 0x23, 0x60, 0x3c, 0xcf, 0x9d, 0x0e, 0xef, 0x66, 0xbf, 0xea, 0x96, 0x9a, 0xbe, 0x47, 0x0b, 0x52, 0x9d, 0x80, 0xdf, 0x27, 0x27, 0x02, 0x86, 0x3b, 0xc5, 0xd1, 0x6d, 0x66, 0xd2, 0x85, 0xd1, 0x2e, 0xcd, 0x4f, 0xbb, 0xad, 0x2a, 0xb2, 0x2a, 0x13, 0xbe, 0xe9, 0x69, 0x16, 0xf3, 0xce, 0x85, 0x47, 0xc3, 0x2f, 0x48, 0x49, 0x52, 0x55, 0x1d, 0xb0, 0x53, 0xec, 0x5a, 0x73, 0x9c, 0xf2, 0x3e, 0x83, 0xa1, 0xf5, 0x2d, 0x39, 0x56, 0xec, 0x77, 0xa5, 0xc9, 0xe5, 0xb4, 0x55, 0x77, 0x6b, 0x74, 0x0b, 0xc6, 0x59, 0x4d, 0xd3, 0xee, 0x05, 0x19, 0x09, 0x00, 0x08, 0xc6, 0x4d, 0x16, 0xe9, 0x3f, 0xd9, 0x95, 0xae, 0x7a, 0x9b, 0xa5, 0x54, 0x0d, 0x5d, 0x62, 0xfa, 0xb3, 0x29, 0xb4, 0xfb, 0x86, 0x9e, 0xcc, 0xb8, 0x6c, 0xce, 0xa8, 0x49, 0x0b, 0x4a, 0x1d, 0x00, 0xa5, 0x2a, 0x22, 0x3e, 0xdd, 0xdc, 0x80, 0x40, 0x27, 0x9f, 0xa9, 0xf9, 0xe9, 0x88, 0xd1, 0x96, 0xb6, 0xc2, 0xc2, 0xe0, 0x1f, 0x2a, 0x96, 0xd7, 0xfc, 0x3d, 0x71, 0xfb, 0x74, 0x3a, 0x1e, 0x03, 0x88, 0x03, 0x10, 0x79, 0xd6, 0xc2, 0xfb, 0x39, 0x7b, 0x6c, 0xb9, 0xbb, 0x6e, 0xba, 0x2e, 0x3a, 0x05, 0xcd, 0x72, 0xd3, 0x2a, 0x4e, 0x4c, 0xa5, 0x47, 0x71, 0x0e, 0xd2, 0xcb, 0x85, 0x00, 0x07, 0x5d, 0x1c, 0x95, 0xa5, 0x39, 0xe7, 0xf7, 0x75, 0x7d, 0xa2, 0xdb, 0x1b, 0x57, 0x16, 0x82, 0x67, 0x13, 0xf3, 0x23, 0xf4, 0xad, 0x6f, 0x67, 0xfb, 0x38, 0xf6, 0x82, 0xb5, 0xf7, 0x8b, 0x0a, 0xe2, 0x00, 0x08, 0x9e, 0x53, 0xbc, 0xfa, 0xd6, 0xb1, 0xeb, 0x41, 0x5a, 0x7a, 0x53, 0xae, 0xae, 0xa1, 0x0d, 0x7c, 0xff, 0x00, 0x79, 0x5b, 0xac, 0xe3, 0x3f, 0xf9, 0x3d, 0x2f, 0x8f, 0xff, 0x00, 0x09, 0x5d, 0x0d, 0x77, 0xfe, 0x9d, 0x7e, 0x86, 0x83, 0xd4, 0x7f, 0xd0, 0x3b, 0xfe, 0xd5, 0x7d, 0x0d, 0x7c, 0xe0, 0x95, 0xdd, 0x16, 0x9f, 0xc6, 0xb7, 0x7f, 0x64, 0x2b, 0x9a, 0x68, 0xcc, 0xb3, 0x1e, 0x95, 0xf7, 0x7a, 0xa4, 0xc8, 0x88, 0xda, 0xdc, 0x49, 0xe7, 0x73, 0xad, 0xa9, 0x5f, 0x95, 0x5c, 0xe0, 0x1c, 0x1c, 0x00, 0x3e, 0x7a, 0xc4, 0x3a, 0xfb, 0x6e, 0x36, 0x84, 0x90, 0x70, 0x39, 0x1a, 0xca, 0x5b, 0x76, 0xc7, 0x4f, 0xb1, 0x67, 0xba, 0x5b, 0x32, 0x44, 0x64, 0x81, 0xd3, 0x95, 0x56, 0x7a, 0x97, 0x7d, 0x69, 0xa6, 0xa0, 0xdb, 0xf5, 0xda, 0x2c, 0x4b, 0x2e, 0x24, 0x34, 0xcd, 0xa6, 0xc7, 0x66, 0x98, 0xd2, 0xe9, 0x2d, 0x38, 0x88, 0xee, 0xb6, 0xe3, 0xab, 0x2a, 0x41, 0x0a, 0x05, 0x9c, 0xf9, 0x30, 0x4a, 0x72, 0x4f, 0x3f, 0x19, 0xea, 0x65, 0xea, 0x33, 0x30, 0x08, 0xc0, 0xfb, 0xf2, 0xf9, 0xd5, 0x0e, 0xb1, 0xda, 0x0d, 0x3b, 0x55, 0xb6, 0x7d, 0xae, 0xef, 0x0b, 0x10, 0x24, 0x48, 0xf9, 0x1c, 0x7b, 0xaa, 0x9f, 0xd3, 0xf4, 0xdb, 0xf4, 0xeb, 0x9a, 0x9d, 0x6f, 0xdd, 0x34, 0x78, 0xa8, 0x54, 0x39, 0x4c, 0xee, 0x12, 0x1b, 0x0a, 0x4b, 0xad, 0x85, 0x64, 0x82, 0x76, 0x9d, 0xde, 0xd0, 0x79, 0xc1, 0xdc, 0x01, 0x38, 0xc8, 0x52, 0x53, 0x03, 0xab, 0x5a, 0x94, 0x1d, 0x0a, 0xc7, 0x3a, 0xf3, 0xcd, 0x1b, 0xd9, 0x98, 0xba, 0x6d, 0x97, 0x9b, 0x03, 0x80, 0x88, 0x27, 0x32, 0x26, 0x72, 0x79, 0xe3, 0x9c, 0x64, 0x64, 0x09, 0x04, 0x0b, 0xb9, 0xcd, 0x3f, 0xa6, 0x5d, 0x97, 0xb5, 0xd8, 0x8b, 0x26, 0x9d, 0x4c, 0xad, 0x42, 0xaa, 0xdb, 0xef, 0xd3, 0xe9, 0xe9, 0x74, 0x24, 0xa2, 0x44, 0xb5, 0x41, 0xf1, 0x29, 0x7b, 0x50, 0xd8, 0x5e, 0x77, 0xbc, 0xde, 0xe7, 0x02, 0x7d, 0xa0, 0xe4, 0x1d, 0xc0, 0x02, 0x65, 0xaa, 0xc1, 0xbc, 0x2a, 0x19, 0x4f, 0x5f, 0xbf, 0x5e, 0x95, 0xeb, 0xfa, 0x60, 0x65, 0x7a, 0xc2, 0xdc, 0x6e, 0x16, 0xd9, 0x81, 0xcb, 0x24, 0x01, 0x26, 0x23, 0xcc, 0x72, 0xf7, 0xd5, 0x4d, 0x66, 0xf6, 0xc7, 0xa6, 0xba, 0x79, 0xaa, 0xf4, 0x9b, 0xef, 0x53, 0x34, 0xba, 0xd1, 0xa3, 0x52, 0x8c, 0x99, 0x6c, 0x16, 0xde, 0xa9, 0xbf, 0x28, 0x17, 0x06, 0x12, 0x72, 0xd2, 0xe2, 0x25, 0x0b, 0x52, 0x54, 0x95, 0x02, 0x32, 0x30, 0x1d, 0xdd, 0x81, 0x81, 0x9b, 0xf3, 0x7d, 0x66, 0x13, 0x27, 0x6f, 0x4a, 0xd3, 0x94, 0xe9, 0x1f, 0x9c, 0xb4, 0x99, 0x1c, 0xf8, 0x3d, 0xdb, 0x81, 0x57, 0xbe, 0xa1, 0xd3, 0x28, 0x32, 0xed, 0x7b, 0x72, 0xd2, 0xa3, 0x69, 0xfc, 0x4a, 0xec, 0x57, 0xe5, 0xd2, 0x92, 0xe3, 0x28, 0xa7, 0xbe, 0xa6, 0xe9, 0x8c, 0xb4, 0x5b, 0xdf, 0x29, 0x6a, 0x4a, 0x02, 0x06, 0x46, 0x42, 0x4a, 0xf9, 0x52, 0x79, 0x3c, 0x64, 0x75, 0x59, 0x70, 0xb4, 0x92, 0x21, 0x3f, 0x2e, 0x55, 0x53, 0xab, 0xbc, 0xc3, 0xa5, 0x0d, 0x06, 0x78, 0xc1, 0x52, 0x71, 0x07, 0xc2, 0x01, 0x1e, 0x23, 0x88, 0x1e, 0x53, 0x59, 0x9b, 0xbb, 0xfe, 0xd8, 0x2e, 0xeb, 0xe7, 0x59, 0xa4, 0x4a, 0xb1, 0xad, 0xf6, 0x23, 0xc0, 0x57, 0x8b, 0xd2, 0xc1, 0x82, 0x86, 0x9b, 0x43, 0x65, 0x69, 0x61, 0xb5, 0x6c, 0x67, 0x72, 0x42, 0x11, 0x90, 0xeb, 0x85, 0x40, 0x63, 0x29, 0x73, 0x24, 0x91, 0x9e, 0x8d, 0xb0, 0xbf, 0x0c, 0x05, 0x21, 0x48, 0xc4, 0xf2, 0xdb, 0x6a, 0x2a, 0xce, 0xf8, 0x30, 0xea, 0xda, 0x0d, 0x1e, 0x19, 0x10, 0x44, 0x46, 0x40, 0x1b, 0x4f, 0x59, 0xf2, 0xaa, 0xed, 0xae, 0xcd, 0x75, 0xf6, 0x3d, 0x25, 0xd7, 0x57, 0x05, 0x1e, 0x91, 0x28, 0x48, 0x04, 0xd5, 0x69, 0xce, 0xa7, 0x72, 0xf7, 0x86, 0x50, 0x02, 0x64, 0xa8, 0xa4, 0xb8, 0x96, 0xdc, 0xda, 0x40, 0xfe, 0x49, 0x19, 0xea, 0xd7, 0xdb, 0x9a, 0x99, 0xe1, 0x26, 0xad, 0x4d, 0xe4, 0x09, 0x28, 0x3f, 0x2f, 0xde, 0x8f, 0xf4, 0x97, 0xb3, 0xad, 0x54, 0xb6, 0x35, 0x36, 0xdf, 0xbc, 0x6e, 0xa9, 0x14, 0xea, 0x84, 0x39, 0x55, 0x26, 0xd9, 0xab, 0xd3, 0xd7, 0x0d, 0xc7, 0x14, 0x61, 0x29, 0xf4, 0xb6, 0xac, 0xa5, 0xb4, 0x96, 0x97, 0xb8, 0x07, 0x30, 0x82, 0xbe, 0x42, 0x46, 0x41, 0xdc, 0x07, 0x41, 0xdc, 0x5d, 0xb2, 0xf3, 0x05, 0x09, 0x04, 0x7a, 0xd0, 0x9a, 0x83, 0xc1, 0xfb, 0x4e, 0x12, 0x9f, 0x09, 0x20, 0x2a, 0x44, 0x88, 0x9f, 0x9c, 0xd6, 0x9d, 0xd4, 0x77, 0xab, 0x74, 0xfb, 0x81, 0xeb, 0x96, 0x2e, 0x8f, 0x51, 0xe3, 0xd0, 0x29, 0x95, 0x64, 0x87, 0xee, 0x17, 0xe6, 0x32, 0xb8, 0x6d, 0x34, 0xf2, 0xd0, 0x12, 0x4a, 0x02, 0x5d, 0xf8, 0xe1, 0x38, 0x4a, 0xb1, 0x92, 0x76, 0x9c, 0x1e, 0x28, 0x94, 0xa2, 0xdb, 0xa0, 0x84, 0xc8, 0x1c, 0xc7, 0x9f, 0xcb, 0x15, 0x9b, 0xbe, 0xd4, 0x2f, 0x2c, 0xc2, 0xca, 0x2d, 0xdb, 0x0d, 0x05, 0x65, 0x6a, 0x88, 0xe1, 0x38, 0xc6, 0x09, 0xe7, 0xb4, 0xfb, 0xfa, 0x2b, 0x63, 0x69, 0xad, 0xbf, 0x58, 0x37, 0x0d, 0xe9, 0x6e, 0x5d, 0x94, 0x6b, 0x81, 0x13, 0x21, 0xb8, 0x99, 0x54, 0xf2, 0xc1, 0x75, 0x94, 0x2d, 0x4f, 0xa9, 0x65, 0xaf, 0x6b, 0x8e, 0x17, 0x14, 0x94, 0x21, 0xb5, 0x00, 0x0a, 0xf9, 0x75, 0x38, 0x52, 0xb6, 0xee, 0x31, 0xb2, 0xc1, 0x4b, 0x8a, 0x71, 0x2a, 0xcf, 0x98, 0xc0, 0xf9, 0x9a, 0x97, 0x42, 0xb3, 0xd3, 0xdc, 0xbb, 0x5d, 0xd7, 0x7a, 0x16, 0x95, 0x6e, 0x06, 0xc0, 0xcc, 0xc4, 0xc9, 0xf2, 0xfd, 0xe8, 0x8b, 0x4e, 0xf5, 0x03, 0x4a, 0xe8, 0x54, 0x9a, 0xcc, 0x2b, 0xc2, 0xf7, 0xb5, 0x63, 0x56, 0xa6, 0xd4, 0x43, 0x41, 0xba, 0xa4, 0xe6, 0xf7, 0xc4, 0x53, 0x65, 0xc2, 0xa7, 0xe3, 0xad, 0x7b, 0xb6, 0x85, 0x15, 0x84, 0xe5, 0x45, 0x1c, 0x27, 0x20, 0xa8, 0xe7, 0x0f, 0x29, 0x2f, 0xb9, 0xc4, 0x16, 0x30, 0x7e, 0xc7, 0xfc, 0xd1, 0xec, 0x6b, 0xba, 0x4d, 0xa3, 0x77, 0x0d, 0xbb, 0x70, 0x94, 0x28, 0x92, 0x00, 0x2a, 0x48, 0xdb, 0x98, 0x93, 0xb1, 0xe4, 0x68, 0x13, 0x4e, 0xeb, 0xb0, 0xfb, 0x85, 0x6e, 0xe2, 0xd4, 0x8b, 0x1e, 0xe5, 0x87, 0x69, 0xc6, 0xa7, 0xc9, 0xa7, 0x8a, 0x9f, 0x85, 0xc0, 0xcb, 0x29, 0x48, 0x8b, 0xe9, 0xd2, 0x1c, 0x50, 0x2d, 0x04, 0x02, 0xe0, 0x04, 0x05, 0x65, 0x2a, 0xda, 0x13, 0xcf, 0xc0, 0x95, 0x90, 0xa2, 0xe2, 0x8a, 0x84, 0x6d, 0x54, 0x3d, 0x94, 0xd7, 0x34, 0xad, 0x51, 0x77, 0x5a, 0x83, 0x2e, 0xa5, 0x09, 0x84, 0x85, 0x1c, 0x0c, 0xf0, 0x80, 0x24, 0x90, 0x36, 0x33, 0x07, 0x63, 0x8c, 0xf4, 0x0d, 0xee, 0x22, 0x4d, 0x81, 0xfb, 0x07, 0x6e, 0xd2, 0x6d, 0xcb, 0x82, 0xda, 0x99, 0x53, 0x7e, 0xf0, 0xa9, 0x26, 0xac, 0xa8, 0x3e, 0x05, 0x49, 0x2d, 0xaa, 0x53, 0xa1, 0x0a, 0x71, 0xd4, 0xa9, 0x4a, 0xdb, 0x83, 0xb8, 0x12, 0x36, 0x9d, 0xe9, 0xc6, 0x46, 0x73, 0xca, 0x69, 0x2b, 0x4c, 0x73, 0xeb, 0x5e, 0x5b, 0xdb, 0x4d, 0x5f, 0x4f, 0x6a, 0xda, 0xd5, 0xab, 0x57, 0x9b, 0x5a, 0x94, 0xfa, 0xc2, 0xc0, 0x29, 0x92, 0x14, 0xa5, 0x66, 0x41, 0x24, 0x44, 0xce, 0xd1, 0x9e, 0x63, 0x76, 0x77, 0xbe, 0x88, 0x56, 0xf4, 0x9b, 0x5b, 0x57, 0x6b, 0xe9, 0x92, 0xeb, 0xee, 0xc6, 0x8a, 0xcc, 0x65, 0x54, 0xa4, 0x26, 0x43, 0x68, 0x71, 0xa0, 0xe7, 0xbd, 0x69, 0x5b, 0x8c, 0xee, 0x4a, 0x51, 0xf5, 0xf7, 0x73, 0x8c, 0x95, 0x6d, 0xca, 0xb7, 0x8e, 0xa4, 0x70, 0xac, 0x08, 0xfb, 0xf7, 0x7d, 0xfe, 0x84, 0xdd, 0xe8, 0xaf, 0xe8, 0xbd, 0xa2, 0x36, 0xfa, 0x71, 0x59, 0x40, 0x09, 0x2a, 0x3b, 0x47, 0x11, 0x93, 0x24, 0x48, 0x8f, 0xf9, 0x31, 0x24, 0xac, 0x7b, 0xed, 0x47, 0x78, 0xbd, 0xa4, 0x54, 0xf8, 0xf2, 0xea, 0x0d, 0x3b, 0x24, 0x57, 0x09, 0x52, 0x5c, 0xaf, 0xb9, 0x29, 0xfd, 0xbe, 0x34, 0x72, 0x50, 0x90, 0x19, 0x03, 0x3f, 0x51, 0xc8, 0xfe, 0x93, 0xd5, 0xce, 0x90, 0x7f, 0xf9, 0x6a, 0xaf, 0x7d, 0xd2, 0x95, 0x2d, 0x64, 0xcf, 0xbe, 0x7f, 0xb0, 0xac, 0x56, 0x28, 0x71, 0x9e, 0xb1, 0x93, 0x3f, 0x64, 0x6d, 0xe8, 0x69, 0x4a, 0x53, 0xa3, 0x85, 0x25, 0x5e, 0x55, 0x0d, 0xaa, 0x3b, 0xb9, 0x51, 0x18, 0xc0, 0x29, 0x3c, 0x00, 0x41, 0x19, 0x3d, 0x68, 0x38, 0x8f, 0x1c, 0x55, 0xbc, 0x53, 0x66, 0x2c, 0x67, 0x25, 0x4e, 0x6a, 0x2c, 0x3b, 0x86, 0x9f, 0x27, 0xcb, 0x18, 0xbe, 0xa5, 0xc5, 0x70, 0xa8, 0x36, 0x90, 0xa0, 0x14, 0x15, 0x90, 0x36, 0x90, 0x09, 0x56, 0x0e, 0x32, 0x06, 0x01, 0x24, 0x81, 0xd2, 0x97, 0x60, 0x49, 0x14, 0xa1, 0x33, 0x52, 0x94, 0xa5, 0x52, 0xa0, 0x51, 0x65, 0xd2, 0xa6, 0x54, 0x20, 0x29, 0x4d, 0xa2, 0x4f, 0x81, 0xd2, 0xfa, 0xcb, 0x8e, 0x28, 0x36, 0xa0, 0x00, 0x09, 0xca, 0x53, 0x9c, 0xf1, 0xc9, 0xc9, 0x18, 0x19, 0x0a, 0xcf, 0x4d, 0x54, 0xa9, 0x40, 0x81, 0x4e, 0xa9, 0xeb, 0xaa, 0x14, 0x06, 0x6d, 0x1a, 0x94, 0xc8, 0x16, 0xe4, 0x8a, 0x63, 0x4f, 0xd3, 0xb0, 0x94, 0x4c, 0x88, 0x86, 0xdd, 0x5a, 0x44, 0xa8, 0xfb, 0x78, 0x2e, 0xa9, 0x78, 0x08, 0x5a, 0x01, 0x3b, 0x46, 0xec, 0x85, 0x12, 0x49, 0x1d, 0x0e, 0x89, 0x0e, 0x81, 0x33, 0x9f, 0xd0, 0xd2, 0x9c, 0x8c, 0x50, 0x56, 0x91, 0x61, 0xbd, 0x62, 0xb5, 0x56, 0xe3, 0x8d, 0xa1, 0xb4, 0x5c, 0x90, 0x4a, 0x94, 0xeb, 0xeb, 0x69, 0x00, 0x09, 0x08, 0xe5, 0x4b, 0x40, 0x2a, 0x48, 0xfd, 0xe9, 0xe4, 0x7d, 0x3a, 0x9e, 0xec, 0xc5, 0xb2, 0xfd, 0x2a, 0x15, 0x7e, 0x43, 0xe9, 0x5f, 0x5b, 0xf4, 0x82, 0xdc, 0xa4, 0x5e, 0xe2, 0x9f, 0x6f, 0x56, 0x69, 0x0d, 0xd6, 0x23, 0x2a, 0x3b, 0xeb, 0x43, 0x6f, 0x54, 0x04, 0xf6, 0x63, 0xe5, 0xc6, 0x9b, 0x2f, 0xa1, 0x0a, 0x65, 0x6a, 0xdc, 0x9f, 0x27, 0x1e, 0x54, 0xe0, 0xe7, 0x1c, 0x0c, 0x91, 0x8c, 0x6b, 0x85, 0x6d, 0x00, 0x4f, 0xeb, 0x58, 0xc5, 0x5b, 0xb1, 0x79, 0x77, 0xdd, 0xba, 0x8e, 0x3d, 0xf7, 0x20, 0x81, 0xb0, 0x90, 0x20, 0xe4, 0x4f, 0x31, 0xe5, 0x40, 0xd4, 0xbd, 0x27, 0xb5, 0x34, 0x97, 0x5a, 0x15, 0x12, 0xde, 0xa7, 0x55, 0xde, 0x72, 0x1b, 0x2e, 0xa5, 0x4f, 0x1a, 0xa2, 0x18, 0x61, 0xe7, 0x9f, 0x6f, 0x97, 0x12, 0x96, 0x23, 0xa5, 0xd6, 0x9b, 0x4a, 0x49, 0x4a, 0x5c, 0x4a, 0x91, 0xb4, 0x80, 0x94, 0xa4, 0x0e, 0x7a, 0x93, 0xd9, 0x9b, 0x0e, 0x71, 0x9c, 0x9f, 0xbd, 0xa9, 0x74, 0x9e, 0xc6, 0xda, 0xe9, 0x77, 0x01, 0xe6, 0x55, 0xc8, 0xe2, 0x46, 0xe7, 0xc8, 0x24, 0x6c, 0x30, 0x20, 0x80, 0x06, 0x00, 0xab, 0x8f, 0x58, 0x29, 0x71, 0x63, 0x59, 0x16, 0x9d, 0x2d, 0x0b, 0x4a, 0x59, 0x8f, 0xf7, 0x82, 0x40, 0x71, 0x29, 0x3b, 0x53, 0xf8, 0x44, 0xf0, 0x70, 0x38, 0xc6, 0x40, 0xe0, 0x67, 0x1d, 0x4c, 0xd8, 0x01, 0x35, 0xbe, 0x64, 0x70, 0xb4, 0x07, 0x90, 0xaa, 0xe2, 0xf2, 0x0c, 0xb7, 0xa7, 0x75, 0x97, 0x8b, 0x61, 0x29, 0x4d, 0x30, 0x29, 0x6f, 0x15, 0x8c, 0x61, 0x21, 0x67, 0x9f, 0xf8, 0x27, 0x9c, 0xed, 0xf8, 0x19, 0xe3, 0xa7, 0x2c, 0x12, 0xd9, 0xf4, 0xa8, 0x6f, 0x71, 0x64, 0xe1, 0xff, 0x00, 0xd4, 0xfd, 0x2b, 0x25, 0x76, 0xf2, 0xf3, 0x55, 0x1d, 0x42, 0xb5, 0x64, 0x47, 0xa7, 0x2e, 0xb0, 0xd2, 0xea, 0xed, 0x25, 0xa8, 0x51, 0xa5, 0x36, 0x84, 0xba, 0xb5, 0xa1, 0x6d, 0xb7, 0xef, 0x52, 0x16, 0x9c, 0x79, 0x14, 0x8c, 0xe4, 0x14, 0xf1, 0xcf, 0x19, 0xeb, 0x34, 0xdc, 0x87, 0x78, 0x0a, 0x73, 0xfa, 0xc8, 0xaf, 0x02, 0xb0, 0x5a, 0xde, 0xd5, 0x5a, 0xe2, 0x05, 0x70, 0xac, 0x09, 0xf5, 0x03, 0xaf, 0x33, 0x56, 0x67, 0x74, 0x51, 0x8d, 0xbf, 0x7d, 0x53, 0xae, 0x2b, 0xa6, 0x52, 0x17, 0x21, 0xda, 0x4b, 0x51, 0x93, 0x6b, 0x4d, 0xa5, 0x35, 0x1b, 0xd2, 0x45, 0x06, 0x42, 0x46, 0x17, 0x09, 0xd0, 0x95, 0x25, 0x2e, 0xa9, 0x5b, 0x92, 0x4b, 0x6a, 0xca, 0x14, 0x95, 0x20, 0xfe, 0x43, 0x62, 0x55, 0xc8, 0x8e, 0xbf, 0xa7, 0x4f, 0x43, 0x47, 0x76, 0x8d, 0x84, 0x5b, 0x6a, 0x28, 0xb9, 0x79, 0x59, 0x29, 0x4a, 0x78, 0x08, 0x09, 0x84, 0x8e, 0x3f, 0xe6, 0x49, 0xc8, 0x0a, 0x32, 0x46, 0x36, 0x82, 0x39, 0x51, 0x17, 0x74, 0x31, 0xa5, 0x44, 0xec, 0x92, 0xae, 0xea, 0x2d, 0xa9, 0xb1, 0x5b, 0x55, 0xa9, 0x07, 0xca, 0x84, 0xdb, 0x0c, 0xc4, 0x42, 0x47, 0xa8, 0x8d, 0x84, 0xad, 0xe5, 0xab, 0x79, 0x03, 0xe3, 0xd9, 0x85, 0x1f, 0xdd, 0xd5, 0xfd, 0xb0, 0xfe, 0x3a, 0x62, 0xbd, 0x53, 0x46, 0x00, 0x5a, 0xb7, 0x88, 0xf0, 0x8f, 0x2e, 0x55, 0x81, 0xad, 0x3a, 0x8c, 0xdf, 0xd9, 0xb7, 0xdc, 0x76, 0x9f, 0x49, 0x5b, 0x0e, 0xb4, 0x23, 0xa1, 0xe9, 0x4e, 0x3a, 0x92, 0x37, 0x17, 0x10, 0x09, 0xc2, 0x0e, 0xec, 0x71, 0xc6, 0x4f, 0xd3, 0x3f, 0x9b, 0x3d, 0x5a, 0x3a, 0x91, 0xc7, 0x02, 0x7e, 0xfd, 0xf5, 0x76, 0x93, 0x4e, 0x6f, 0x09, 0x28, 0xb9, 0x6d, 0x7f, 0xb8, 0x1a, 0xa2, 0x40, 0x8c, 0xda, 0xd2, 0x86, 0x4c, 0x83, 0x2b, 0x7b, 0xde, 0x34, 0xa4, 0x61, 0x29, 0x48, 0x6d, 0x2e, 0x21, 0x58, 0x29, 0x4f, 0x03, 0x38, 0x4f, 0x20, 0xf0, 0x7a, 0x6b, 0x48, 0x09, 0x73, 0x88, 0x93, 0x4a, 0xa3, 0x22, 0x05, 0x6a, 0xef, 0xb2, 0x82, 0x8a, 0xb1, 0xa6, 0xd5, 0x58, 0x66, 0x9d, 0x22, 0x4b, 0x11, 0xae, 0x64, 0xa1, 0x0a, 0x34, 0x26, 0xaa, 0x08, 0xca, 0x62, 0xed, 0xfc, 0xc5, 0x5e, 0x40, 0xac, 0x7d, 0x7f, 0x2f, 0x20, 0xfc, 0x93, 0xd0, 0xba, 0x80, 0x97, 0xd3, 0xe9, 0xd2, 0xaa, 0x6f, 0x82, 0xbc, 0x38, 0xa3, 0xcd, 0x12, 0xd2, 0x97, 0x74, 0xdf, 0x53, 0x27, 0xea, 0x7b, 0x34, 0xb6, 0xae, 0x44, 0x5e, 0x0e, 0x56, 0x68, 0x51, 0xa8, 0x2d, 0x28, 0x30, 0xe2, 0x64, 0x26, 0x7b, 0x92, 0x14, 0xa2, 0x82, 0xda, 0xc2, 0x52, 0x84, 0x34, 0x92, 0x12, 0x47, 0x0a, 0xdb, 0xf5, 0x00, 0x1a, 0x85, 0x3a, 0xb6, 0xd5, 0x09, 0x4c, 0xcf, 0x9c, 0x72, 0x8a, 0xf3, 0x3d, 0x0a, 0xcd, 0x7a, 0x66, 0xa0, 0x6f, 0x12, 0x3b, 0xce, 0xf4, 0xb8, 0x9e, 0x19, 0x8c, 0xf7, 0x85, 0x5d, 0x36, 0x81, 0xf1, 0xa1, 0x5b, 0xae, 0xb3, 0xa9, 0xd1, 0xf4, 0xc6, 0x9f, 0x43, 0xaf, 0x69, 0xdc, 0xd8, 0x74, 0xfb, 0x31, 0xd1, 0x4f, 0xab, 0x54, 0x2a, 0x57, 0x34, 0x49, 0x72, 0x5f, 0x70, 0xad, 0xa6, 0xbc, 0x8b, 0x43, 0x41, 0x04, 0x3c, 0x14, 0xe2, 0x0a, 0xc1, 0x04, 0x94, 0x2d, 0x3f, 0x97, 0x60, 0x0b, 0x83, 0x53, 0x63, 0xbd, 0x68, 0x2b, 0xa4, 0xd4, 0xfd, 0xab, 0x6e, 0xfa, 0xff, 0x00, 0x4e, 0x0b, 0x53, 0x1d, 0xda, 0x5b, 0x39, 0xf1, 0x03, 0x33, 0x03, 0x02, 0xac, 0x6e, 0xdc, 0xbb, 0xa3, 0xd6, 0x0a, 0x3d, 0xbb, 0x17, 0xb7, 0x98, 0xd4, 0x8a, 0x6c, 0xdb, 0x72, 0x0b, 0x92, 0xe7, 0x25, 0xa8, 0x34, 0xf7, 0x5b, 0xac, 0x90, 0xec, 0x82, 0xea, 0x90, 0xc4, 0x91, 0x20, 0x21, 0x2a, 0x0e, 0xbb, 0xb8, 0x7e, 0x18, 0xca, 0x53, 0xb0, 0x9e, 0x73, 0xd0, 0xd6, 0xda, 0x8b, 0x85, 0xa4, 0xb0, 0x00, 0x80, 0x37, 0xa2, 0xbb, 0x13, 0xaf, 0xdd, 0xb8, 0xea, 0x2c, 0x7b, 0xbf, 0x0a, 0x41, 0xcf, 0x3f, 0xdb, 0x9d, 0x1f, 0x6a, 0xdd, 0xc7, 0xa3, 0x57, 0xa5, 0xc0, 0xcd, 0x2a, 0xef, 0xd5, 0x94, 0xcf, 0x85, 0x4b, 0xaa, 0x38, 0xfb, 0xd4, 0xba, 0xfd, 0x0a, 0x7b, 0xab, 0x54, 0xd0, 0x87, 0xd9, 0x52, 0xc4, 0x86, 0x9f, 0x69, 0x47, 0x87, 0x88, 0x09, 0xc6, 0x00, 0x4f, 0x1f, 0x3c, 0x18, 0xe8, 0x37, 0x0c, 0xf0, 0x2b, 0x63, 0x9f, 0xbc, 0x8a, 0xf4, 0x9d, 0x53, 0x48, 0x6b, 0x54, 0x6c, 0x36, 0xe8, 0x1c, 0x20, 0xcc, 0x67, 0xcf, 0xa1, 0x1b, 0x4d, 0x3a, 0x8b, 0xde, 0x1e, 0x9b, 0xe9, 0x8d, 0x99, 0x6b, 0xda, 0x5a, 0x8b, 0xdd, 0xdd, 0xb9, 0x06, 0xca, 0xb7, 0x62, 0xc6, 0xa6, 0x3d, 0x06, 0xad, 0x63, 0x08, 0xcd, 0xc8, 0x69, 0x0d, 0x94, 0x06, 0xbd, 0x5b, 0xce, 0x95, 0x36, 0xb5, 0x70, 0x42, 0x87, 0xbb, 0x28, 0xc8, 0xfa, 0xf5, 0xc8, 0x43, 0xdc, 0x62, 0x14, 0x60, 0x72, 0xa2, 0xad, 0xad, 0x0d, 0xad, 0xba, 0x5a, 0x04, 0x40, 0x00, 0x73, 0xe5, 0xef, 0xab, 0x6f, 0xb7, 0x2f, 0xb4, 0xf7, 0xb4, 0x38, 0x37, 0x4c, 0xca, 0x94, 0x3e, 0xe5, 0xad, 0xbb, 0x91, 0xda, 0x83, 0x4c, 0x41, 0x88, 0xcc, 0x6a, 0x8a, 0x42, 0x91, 0xef, 0x5a, 0x90, 0xda, 0x4e, 0x55, 0xb8, 0x9c, 0xab, 0x03, 0xe4, 0x9c, 0xf4, 0x7b, 0x4f, 0x29, 0x87, 0x0a, 0xd6, 0x0e, 0x71, 0xd2, 0x9c, 0xe5, 0xa2, 0x9c, 0x50, 0x82, 0x20, 0x0a, 0xbc, 0xdc, 0xfb, 0x48, 0xb4, 0x41, 0x97, 0x14, 0xd3, 0xae, 0x29, 0x2a, 0x4a, 0x88, 0x50, 0x2a, 0x5f, 0x04, 0x7f, 0xf7, 0x3a, 0x33, 0xdb, 0x87, 0x4f, 0x9f, 0xf6, 0xa8, 0x7d, 0x91, 0x7d, 0x6b, 0x45, 0xfc, 0x75, 0x63, 0x41, 0xd0, 0x86, 0xbb, 0x17, 0x5e, 0xd2, 0x8b, 0x82, 0x99, 0x1a, 0x23, 0xef, 0xbd, 0x32, 0x91, 0x21, 0x86, 0x1b, 0x8e, 0xd1, 0x5a, 0x8a, 0xd4, 0xda, 0x80, 0x18, 0x1c, 0xf2, 0x7a, 0x16, 0xef, 0x36, 0xea, 0x1d, 0x41, 0xa1, 0x6f, 0x5b, 0x5b, 0xb6, 0x6e, 0x21, 0x02, 0x49, 0x49, 0x1f, 0x2a, 0xc2, 0x8c, 0xf6, 0x9b, 0xa6, 0x2e, 0xd8, 0xec, 0x49, 0xbf, 0x34, 0xb2, 0xf0, 0x7a, 0xbd, 0x1e, 0x4b, 0x8b, 0x08, 0x81, 0x0e, 0x40, 0x4c, 0xd4, 0xa9, 0x64, 0x04, 0xb8, 0x12, 0x00, 0x42, 0x92, 0x00, 0x3c, 0x2c, 0x24, 0x82, 0x33, 0xce, 0x47, 0x59, 0xfb, 0x7b, 0x06, 0x42, 0x07, 0x78, 0x9c, 0xd6, 0x77, 0x4f, 0xec, 0xbd, 0x8d, 0xc5, 0x92, 0x55, 0x7a, 0xd7, 0xf1, 0x33, 0x39, 0x23, 0x9e, 0x36, 0x35, 0x9d, 0x7b, 0x88, 0xd2, 0xea, 0x77, 0x6f, 0x5e, 0x5a, 0xbd, 0xc4, 0xd5, 0x62, 0x95, 0x02, 0x75, 0x74, 0xc2, 0xa1, 0x35, 0x55, 0xa6, 0xa9, 0x2d, 0xbf, 0x90, 0xb5, 0x04, 0xb6, 0xf1, 0x59, 0x52, 0xc8, 0x4a, 0x33, 0xee, 0x4a, 0x49, 0x1f, 0xcd, 0xd5, 0x65, 0xed, 0x92, 0x9a, 0x51, 0x52, 0x41, 0x89, 0xc6, 0x3f, 0xbd, 0x63, 0xbb, 0x43, 0xd9, 0xe4, 0x69, 0xa9, 0x5b, 0xe8, 0x90, 0x92, 0xa8, 0x02, 0x27, 0x7f, 0x39, 0x27, 0xe2, 0x2a, 0xb2, 0xae, 0xd0, 0xa9, 0xb7, 0xac, 0x14, 0xba, 0xd4, 0x94, 0xb3, 0x21, 0xb4, 0xe6, 0x34, 0xb4, 0xe7, 0x29, 0xc9, 0x07, 0x07, 0x04, 0x12, 0x9c, 0x80, 0x70, 0x08, 0x20, 0x80, 0x41, 0x04, 0x02, 0x02, 0x69, 0xc5, 0x32, 0x7f, 0x4a, 0xc6, 0x3a, 0xc2, 0x1f, 0x4c, 0x1c, 0x1e, 0xbf, 0x7c, 0xbd, 0x3d, 0x44, 0x10, 0x28, 0xb7, 0x41, 0xb5, 0x52, 0x81, 0x6c, 0xb1, 0x36, 0xd1, 0xbf, 0xaa, 0xf5, 0xb8, 0xb5, 0x40, 0xa3, 0xe9, 0xd9, 0x83, 0x39, 0xe6, 0xda, 0x78, 0x86, 0x97, 0xb1, 0x78, 0x6d, 0xd6, 0xd3, 0xbb, 0x76, 0xd5, 0x67, 0x1e, 0xf4, 0xa3, 0x8d, 0xa5, 0x2b, 0x4a, 0x4d, 0x1d, 0xd2, 0x50, 0x56, 0x26, 0x0f, 0x4e, 0x5f, 0x3f, 0x4f, 0xf8, 0xab, 0xfd, 0x0f, 0x53, 0xb4, 0xb4, 0x6d, 0x4c, 0xdc, 0xad, 0x41, 0x5c, 0xa0, 0x91, 0x38, 0xf2, 0x20, 0x4f, 0x9f, 0x30, 0x39, 0x41, 0x03, 0x47, 0x1b, 0xba, 0xf1, 0x4e, 0x93, 0xd0, 0x1d, 0xd3, 0xbb, 0x5e, 0x94, 0xfd, 0x39, 0xfa, 0x8b, 0xee, 0xc7, 0xfb, 0xd2, 0xe9, 0x54, 0x69, 0x59, 0x2b, 0x24, 0x2d, 0xdf, 0x24, 0x77, 0xb7, 0x12, 0x14, 0x91, 0x92, 0xa5, 0x1c, 0xe7, 0x24, 0x64, 0x64, 0xd0, 0xe3, 0x62, 0xd1, 0x24, 0x89, 0x04, 0xf5, 0xaf, 0x66, 0xd0, 0x9c, 0x75, 0xeb, 0x14, 0xae, 0xdf, 0x00, 0x82, 0x7c, 0x44, 0xcc, 0x4f, 0x58, 0x39, 0xa7, 0x50, 0x2a, 0x37, 0x14, 0xa9, 0xf2, 0x2b, 0x02, 0x8f, 0x29, 0xb2, 0xed, 0x39, 0x86, 0x9c, 0x14, 0xaf, 0x34, 0xd0, 0x14, 0xd9, 0x6d, 0xd7, 0x89, 0x28, 0x0d, 0x61, 0x01, 0xb7, 0x52, 0x09, 0x29, 0xda, 0x57, 0xee, 0x07, 0xdb, 0xc9, 0x6f, 0xa5, 0xc3, 0x05, 0x22, 0x7e, 0xff, 0x00, 0x6a, 0x16, 0xed, 0x0f, 0x0b, 0x85, 0x2f, 0xa8, 0x03, 0x12, 0x79, 0xfb, 0xb9, 0x50, 0x75, 0xe5, 0xa5, 0x17, 0x8d, 0xc7, 0x3e, 0x2d, 0xed, 0x6f, 0xde, 0x72, 0x69, 0x50, 0xe9, 0xcc, 0xaa, 0x14, 0x9b, 0x72, 0x1d, 0x24, 0x18, 0xcf, 0xa9, 0xa0, 0xfa, 0x06, 0x64, 0xa1, 0xb5, 0xf8, 0x4a, 0x06, 0x76, 0xa1, 0x2f, 0x00, 0xac, 0x8d, 0xd9, 0x56, 0x02, 0x99, 0x6e, 0x0f, 0x72, 0x42, 0x84, 0x7d, 0xc7, 0xa5, 0x43, 0x6c, 0xb2, 0x2d, 0x55, 0xca, 0x48, 0x00, 0x01, 0xb4, 0x13, 0xcf, 0x23, 0xe7, 0x46, 0xf6, 0x9e, 0x94, 0x57, 0xff, 0x00, 0x6a, 0xa9, 0x53, 0xe4, 0xdb, 0xb2, 0xdf, 0xa3, 0xa2, 0xdc, 0xa5, 0xb5, 0x50, 0x8e, 0x24, 0xa4, 0x87, 0x27, 0x22, 0x2d, 0x41, 0x0e, 0x38, 0xb5, 0x6e, 0x20, 0x28, 0xa9, 0xc8, 0xe3, 0x6a, 0xb0, 0xa0, 0x42, 0x78, 0xe4, 0x74, 0x68, 0xe0, 0x0a, 0x06, 0x31, 0x57, 0xa9, 0xe2, 0xf0, 0x99, 0x10, 0x07, 0xe9, 0x42, 0xb6, 0xc6, 0x8b, 0xd2, 0xed, 0xc8, 0xf4, 0xdb, 0xd2, 0xfc, 0xb9, 0xaa, 0x2c, 0xd7, 0x69, 0x54, 0xa0, 0xd4, 0xc5, 0xbd, 0x2a, 0x42, 0x22, 0xa5, 0x23, 0xc8, 0xea, 0x96, 0xe4, 0x74, 0xab, 0x0a, 0x5e, 0x7d, 0xdb, 0xbc, 0x4b, 0x23, 0x01, 0x39, 0xe4, 0xed, 0x1c, 0x81, 0xc0, 0x49, 0xe9, 0x55, 0x61, 0xb5, 0xfb, 0x3a, 0x92, 0xe4, 0xef, 0x33, 0x98, 0xc4, 0xef, 0xff, 0x00, 0x1b, 0xd4, 0xcd, 0x0a, 0xc7, 0x4d, 0xc1, 0x6e, 0x2e, 0xc0, 0xbd, 0x6e, 0xf9, 0x77, 0x54, 0x21, 0x72, 0x47, 0x5d, 0x5a, 0xb4, 0x96, 0x62, 0xc7, 0x90, 0xc3, 0x67, 0x70, 0x43, 0x09, 0x40, 0x8a, 0x90, 0x9d, 0x9e, 0x99, 0x6c, 0xe5, 0x05, 0x07, 0x6a, 0xc6, 0x55, 0x9e, 0x3a, 0x1d, 0xe0, 0x87, 0x01, 0x4a, 0xb6, 0x8c, 0xfd, 0x91, 0xe5, 0x43, 0xde, 0xb7, 0x6b, 0x7f, 0x2c, 0xa8, 0x71, 0x26, 0x53, 0x3c, 0xa0, 0xed, 0xd2, 0x79, 0x79, 0x6f, 0x55, 0xdf, 0x75, 0x1f, 0xb1, 0x7a, 0x4d, 0x64, 0x56, 0xb4, 0xb2, 0xda, 0xb6, 0x98, 0x81, 0x5b, 0xa6, 0xb8, 0xd5, 0x45, 0xf7, 0x27, 0x53, 0x9b, 0x99, 0xe9, 0xd8, 0x52, 0xd9, 0x4a, 0x88, 0x41, 0x90, 0xb3, 0xe4, 0x3b, 0x9b, 0x4f, 0xb1, 0x7b, 0x71, 0x9f, 0xa9, 0x23, 0xa8, 0xad, 0x1a, 0xb4, 0xb8, 0x21, 0x28, 0x49, 0x09, 0x33, 0xbf, 0xef, 0x9c, 0xd0, 0x7f, 0x86, 0xe8, 0xed, 0xdd, 0x9d, 0x27, 0x1c, 0x63, 0xc7, 0x1b, 0xe3, 0x19, 0xcc, 0x9e, 0x83, 0xa5, 0x64, 0x65, 0x6b, 0x96, 0xa1, 0x51, 0xa5, 0x53, 0x6d, 0xd8, 0x53, 0x2d, 0x96, 0xdb, 0x7d, 0x2e, 0x85, 0x22, 0x5d, 0x98, 0xcb, 0x7e, 0x9c, 0x21, 0x0a, 0x56, 0x70, 0xda, 0xca, 0x88, 0xca, 0x48, 0xcf, 0x03, 0x20, 0x8f, 0xa2, 0x80, 0xb6, 0x3a, 0x45, 0x93, 0x80, 0xa9, 0x43, 0x3e, 0xef, 0xda, 0xa6, 0x67, 0xb2, 0x9a, 0x75, 0xba, 0x02, 0x06, 0x52, 0x36, 0x1c, 0x29, 0xff, 0x00, 0xfe, 0x6a, 0x6f, 0x46, 0x75, 0xca, 0xf8, 0xbd, 0x6e, 0x57, 0x34, 0xb6, 0xfb, 0x30, 0x15, 0x48, 0xb8, 0x21, 0x52, 0xdc, 0xac, 0x42, 0xa7, 0x43, 0xf4, 0x69, 0x73, 0x75, 0x5a, 0x2a, 0x10, 0x92, 0x59, 0x73, 0x0e, 0x0f, 0x13, 0xa4, 0x8d, 0xd8, 0x29, 0x2e, 0x1c, 0x00, 0x40, 0x3d, 0x43, 0x73, 0xa7, 0xb1, 0x68, 0xd7, 0x78, 0xd4, 0x8c, 0x8f, 0xbd, 0xab, 0x3d, 0xda, 0xad, 0x06, 0xc6, 0xdf, 0x43, 0x5b, 0x4a, 0x92, 0x97, 0x56, 0xd2, 0x14, 0x30, 0x24, 0x17, 0x50, 0x20, 0xf0, 0x81, 0xca, 0x7d, 0x24, 0xd6, 0xc4, 0xbb, 0x7b, 0x28, 0xd2, 0x2a, 0x1b, 0xf4, 0x3a, 0xcd, 0x93, 0x6c, 0xc6, 0x62, 0x45, 0x36, 0x8b, 0x1e, 0xe4, 0xac, 0xc5, 0x53, 0xaf, 0x82, 0x62, 0x16, 0x5f, 0x56, 0xc0, 0x54, 0xfb, 0x80, 0xfb, 0xd0, 0x85, 0x0f, 0x85, 0x1d, 0x87, 0x23, 0xdc, 0x07, 0x42, 0x25, 0xc4, 0x38, 0x9f, 0x01, 0xf5, 0xe5, 0x54, 0x37, 0x7f, 0xe1, 0x77, 0x67, 0x2d, 0xdd, 0xb7, 0xb8, 0xb6, 0x69, 0x29, 0x2d, 0xc3, 0x8a, 0x1e, 0x2c, 0xa6, 0x0e, 0x32, 0xa3, 0x99, 0x83, 0xee, 0xaa, 0xc7, 0xb8, 0xea, 0x9b, 0x7a, 0x91, 0xaa, 0xd4, 0x4a, 0xad, 0x83, 0x47, 0xba, 0x19, 0xf4, 0x52, 0xbf, 0xdd, 0x72, 0xfa, 0x7d, 0x54, 0xa5, 0x20, 0x22, 0x2b, 0xc1, 0x4a, 0x08, 0xda, 0xd8, 0x6d, 0x29, 0x74, 0xab, 0x27, 0x81, 0xbf, 0x9f, 0x9e, 0x15, 0x65, 0x28, 0x57, 0x0f, 0x0e, 0x4f, 0x5f, 0x2a, 0xab, 0xff, 0x00, 0x11, 0xb4, 0x67, 0xde, 0xd7, 0x2d, 0x1e, 0xb6, 0x71, 0xcf, 0x01, 0x1c, 0x7c, 0x01, 0x44, 0x91, 0x29, 0x22, 0x44, 0xa4, 0x70, 0x8c, 0xc9, 0xf3, 0x8c, 0xd0, 0xa7, 0xda, 0xbe, 0x2a, 0x2c, 0xe9, 0x0d, 0x3e, 0x34, 0xb3, 0x39, 0x08, 0x37, 0x01, 0x52, 0x58, 0x91, 0x22, 0x2b, 0x48, 0x07, 0xc6, 0x9e, 0x44, 0x56, 0xb2, 0xa4, 0x9f, 0xf1, 0x89, 0xc7, 0xd3, 0xe4, 0x8e, 0xac, 0x34, 0x81, 0xff, 0x00, 0xcc, 0x55, 0x7b, 0x3e, 0x9b, 0x21, 0x98, 0x3f, 0xa7, 0xd0, 0x56, 0x28, 0xfb, 0xb0, 0x48, 0xd3, 0x24, 0x7a, 0x19, 0xcf, 0x25, 0x68, 0xcb, 0xf3, 0xa3, 0x22, 0x32, 0x76, 0x28, 0x07, 0x1c, 0x43, 0x6b, 0x52, 0xc6, 0x08, 0xe0, 0x28, 0x63, 0x9e, 0x47, 0xc0, 0xea, 0xfe, 0x61, 0xec, 0x8a, 0xb6, 0x19, 0x4d, 0x41, 0xda, 0x11, 0x2a, 0xd2, 0x2b, 0x07, 0xee, 0x47, 0x23, 0xb6, 0xfb, 0x6d, 0x15, 0xa5, 0xc9, 0x41, 0x3b, 0x11, 0x8c, 0x73, 0xb9, 0x63, 0x6a, 0x0f, 0xf8, 0xca, 0xc0, 0xfa, 0x67, 0x24, 0x65, 0xee, 0x70, 0xf0, 0xf8, 0xa9, 0x04, 0x9a, 0x9b, 0x36, 0x84, 0x69, 0x76, 0x8d, 0x4a, 0xbb, 0x54, 0x7a, 0x47, 0xde, 0x11, 0x6a, 0x0e, 0x09, 0x0f, 0x08, 0x4f, 0xaf, 0xc8, 0xbe, 0x4e, 0x0a, 0xb8, 0x4a, 0x41, 0xc2, 0xb3, 0x91, 0x90, 0x71, 0x9f, 0x90, 0x3a, 0x6f, 0x1c, 0x38, 0x02, 0x46, 0x0d, 0x3a, 0x31, 0x5e, 0x5e, 0xf7, 0x4b, 0xef, 0x50, 0x18, 0xa4, 0x41, 0xb8, 0x0c, 0xb4, 0x3f, 0x1d, 0x42, 0x47, 0x93, 0x0e, 0x2c, 0xa4, 0xb8, 0x92, 0x02, 0x96, 0xa4, 0xee, 0x49, 0x3e, 0x26, 0x89, 0x4e, 0x48, 0xf6, 0x8f, 0x8e, 0x91, 0xb6, 0xc7, 0x19, 0x24, 0x45, 0x71, 0x38, 0x81, 0x4c, 0x34, 0x5b, 0xcc, 0xd6, 0xb0, 0x5a, 0x8b, 0x43, 0x8b, 0x42, 0xd1, 0x72, 0x41, 0x29, 0x5b, 0x52, 0x50, 0xca, 0x81, 0xf3, 0xa3, 0xe1, 0xc5, 0xfb, 0x50, 0x7f, 0xc6, 0x3c, 0x0f, 0x93, 0xd7, 0x5d, 0x0f, 0xfe, 0x32, 0xfd, 0x2a, 0x35, 0x7e, 0x53, 0xe9, 0x5f, 0x59, 0x34, 0xd1, 0xdb, 0x72, 0x4b, 0x94, 0xea, 0xa6, 0xa0, 0x44, 0xa7, 0xaa, 0x13, 0xd1, 0xdd, 0x61, 0xd7, 0x6e, 0x4a, 0x74, 0x12, 0xce, 0xc5, 0x29, 0xac, 0xa9, 0x32, 0x12, 0xe2, 0x37, 0x39, 0x84, 0xe0, 0x2d, 0x3c, 0x82, 0xac, 0xfe, 0xa4, 0x62, 0xdb, 0xe1, 0x4b, 0x40, 0xab, 0x1e, 0xa3, 0xf5, 0xc5, 0x64, 0x54, 0xc3, 0x62, 0xe7, 0x89, 0xf0, 0x38, 0x60, 0x8f, 0x10, 0x4c, 0x66, 0x39, 0xc8, 0xe9, 0xca, 0x85, 0xee, 0x2b, 0x4d, 0x75, 0xbd, 0x59, 0x7e, 0x81, 0x66, 0x5f, 0x4d, 0x7e, 0xce, 0x45, 0x8e, 0xdf, 0x84, 0xc6, 0xa9, 0x41, 0x4a, 0x5e, 0xf2, 0x24, 0x78, 0xd4, 0xa5, 0x28, 0x91, 0xe5, 0x5a, 0xc3, 0xa1, 0x2d, 0x84, 0x14, 0xa8, 0x20, 0x90, 0xac, 0x8c, 0x19, 0x54, 0xdb, 0x07, 0x38, 0xcf, 0xa7, 0xed, 0x56, 0x16, 0xcc, 0x69, 0x04, 0x06, 0xdb, 0x77, 0x60, 0x30, 0x08, 0x89, 0x3b, 0x7d, 0x8a, 0xb3, 0xb5, 0x00, 0xd2, 0x64, 0x69, 0xdd, 0xa1, 0xe8, 0xe7, 0x36, 0xdb, 0x28, 0x4b, 0xc2, 0x2b, 0xcc, 0xe1, 0x61, 0x19, 0x65, 0x92, 0x82, 0x0f, 0x3c, 0x63, 0xe0, 0x83, 0xfa, 0x73, 0xd4, 0xa8, 0x4c, 0x6d, 0x5a, 0x96, 0x48, 0x2c, 0xa6, 0x3a, 0x0a, 0x07, 0xba, 0x68, 0x55, 0xea, 0x95, 0x87, 0x54, 0xa1, 0x39, 0x15, 0x91, 0x2a, 0x45, 0x2d, 0xc6, 0xe2, 0xed, 0x5a, 0x70, 0xb2, 0xa4, 0x80, 0x90, 0x54, 0x72, 0x07, 0x27, 0xe7, 0xe0, 0x64, 0xfc, 0xf3, 0xd4, 0x87, 0x29, 0x22, 0xa2, 0xbc, 0x4a, 0xd7, 0x66, 0xe2, 0x51, 0xb9, 0x49, 0x8f, 0x58, 0x35, 0x96, 0xac, 0x3e, 0xdd, 0x75, 0x0b, 0x47, 0x2a, 0x96, 0x5d, 0xc5, 0x73, 0xd2, 0x71, 0x48, 0x9f, 0x70, 0xc0, 0x5c, 0x54, 0xbe, 0xf3, 0x8d, 0xb5, 0x2d, 0x0e, 0xbd, 0xe4, 0x1e, 0xd7, 0x63, 0x35, 0xe5, 0x69, 0x7b, 0x54, 0x32, 0x09, 0x48, 0xcf, 0x38, 0x07, 0xaa, 0xb5, 0xb2, 0x94, 0xac, 0x38, 0xb0, 0x09, 0x3e, 0x5f, 0x31, 0x9f, 0x2e, 0x55, 0xe0, 0x16, 0x9a, 0x26, 0xb1, 0xa4, 0xdd, 0xb4, 0xe5, 0xda, 0x00, 0x49, 0x58, 0xfe, 0x79, 0xdc, 0xcc, 0x11, 0xc0, 0x99, 0x9f, 0x58, 0xeb, 0x8a, 0x2f, 0xef, 0x81, 0xf7, 0xa3, 0x5d, 0xb4, 0x9a, 0x34, 0x8a, 0x35, 0x36, 0x78, 0x36, 0xa1, 0xf0, 0x34, 0xdd, 0x25, 0x96, 0x0b, 0xca, 0x75, 0xc7, 0xb3, 0xb8, 0xc5, 0x4b, 0x69, 0x74, 0x85, 0x7c, 0x6d, 0xe0, 0x1e, 0x31, 0x92, 0xac, 0xb7, 0x28, 0x71, 0x26, 0x71, 0xbf, 0xce, 0x9f, 0xdb, 0xc7, 0xdd, 0x6d, 0xf0, 0xd0, 0x40, 0x51, 0xee, 0xcc, 0x0e, 0x11, 0x92, 0x67, 0xfa, 0x62, 0x73, 0xb5, 0x4e, 0x77, 0x6b, 0x4a, 0xa5, 0xc5, 0xec, 0xb2, 0xb0, 0x23, 0xd3, 0xa9, 0x8a, 0x7a, 0x2d, 0xb3, 0x05, 0x0e, 0x18, 0xb4, 0xe9, 0xb2, 0x1d, 0x64, 0x87, 0xe3, 0x83, 0x95, 0xb8, 0x42, 0x1a, 0x20, 0xf1, 0xb8, 0x64, 0x64, 0x7e, 0x87, 0xab, 0x9b, 0x33, 0x37, 0x09, 0xaf, 0x59, 0xd0, 0x02, 0x91, 0x60, 0xd0, 0x56, 0xfc, 0x09, 0x9f, 0x85, 0x60, 0x9a, 0x7d, 0x5a, 0xdc, 0xb8, 0x22, 0xc4, 0x8d, 0xea, 0x9f, 0x32, 0xd0, 0xb2, 0xa8, 0xc9, 0x5a, 0x30, 0xeb, 0x4b, 0x24, 0x71, 0xe4, 0x09, 0xe1, 0x03, 0xe7, 0x80, 0x71, 0xb4, 0x75, 0x78, 0x50, 0xe3, 0x64, 0x9e, 0x55, 0xa2, 0x49, 0x04, 0x45, 0x12, 0x4e, 0x4d, 0x45, 0x86, 0x4c, 0x36, 0x1d, 0x90, 0xb7, 0x9b, 0x5b, 0x25, 0x32, 0xe5, 0x38, 0x14, 0x0a, 0xf9, 0x6c, 0xef, 0x38, 0xe4, 0xe1, 0x4a, 0xe5, 0x2a, 0xfd, 0x79, 0xc1, 0x04, 0xc1, 0xc4, 0x0e, 0x79, 0x53, 0xb0, 0x2b, 0x47, 0x7d, 0x98, 0x8d, 0xd3, 0xc5, 0x12, 0xe0, 0x7a, 0xa6, 0xdc, 0x0c, 0xb9, 0x74, 0x10, 0x87, 0xaa, 0x30, 0xa5, 0xb6, 0xa5, 0x0f, 0x01, 0x38, 0xf3, 0xc6, 0x3b, 0x7e, 0xbf, 0xde, 0xf1, 0xf5, 0x27, 0xea, 0x07, 0x42, 0x5f, 0xf0, 0xf7, 0xa9, 0x9e, 0x95, 0x55, 0xa8, 0x29, 0x30, 0x27, 0xef, 0xe1, 0x56, 0x0f, 0x66, 0x77, 0x15, 0xc1, 0xa9, 0xda, 0x95, 0x7a, 0xc1, 0xb4, 0x67, 0xdc, 0x2e, 0xbb, 0x63, 0x54, 0x5f, 0x95, 0x49, 0x80, 0x2a, 0x12, 0x25, 0xc4, 0x6d, 0xf7, 0x9e, 0x9b, 0xbc, 0xb2, 0xc3, 0x7e, 0x22, 0x84, 0xac, 0x86, 0xd3, 0xf8, 0x85, 0xc2, 0x92, 0x54, 0xae, 0x0a, 0xb8, 0x05, 0x48, 0x44, 0x89, 0xdc, 0x6d, 0x5e, 0x67, 0xd8, 0x82, 0x2f, 0xb5, 0x3b, 0x96, 0xf8, 0xd7, 0x0d, 0x2d, 0x50, 0x0a, 0xa5, 0x20, 0xa9, 0x4b, 0x92, 0x90, 0x00, 0xc1, 0xe8, 0x66, 0xac, 0x3a, 0x6d, 0xab, 0x76, 0x5c, 0xba, 0x72, 0xfc, 0xfb, 0xf7, 0xb7, 0xc8, 0xb4, 0xa7, 0xea, 0xf7, 0xa4, 0x37, 0xeb, 0x0f, 0xbf, 0x6e, 0x4c, 0x8c, 0x99, 0x8f, 0x3e, 0xec, 0x32, 0xb7, 0x96, 0x89, 0x4e, 0x25, 0x6a, 0xf7, 0x37, 0xe3, 0x56, 0x4f, 0xbc, 0x32, 0x95, 0x02, 0x90, 0x46, 0x58, 0xf4, 0x29, 0x27, 0x8b, 0x6a, 0xf4, 0x7d, 0x4a, 0xd1, 0x37, 0x36, 0xa1, 0xa7, 0x61, 0x60, 0x91, 0x22, 0x3c, 0xc7, 0x29, 0xfd, 0x6a, 0x90, 0xb7, 0x2b, 0xe9, 0x89, 0xdc, 0x5d, 0xd1, 0x4c, 0xab, 0x52, 0xe9, 0x94, 0x77, 0x68, 0x97, 0xa4, 0x24, 0x51, 0x49, 0x89, 0x4c, 0x67, 0x70, 0x4b, 0xce, 0xa8, 0x25, 0xaf, 0x54, 0xf3, 0xaf, 0x6d, 0x56, 0x12, 0x91, 0xe2, 0x39, 0x07, 0xf7, 0x8e, 0x20, 0xb7, 0x65, 0x96, 0x92, 0xa0, 0x92, 0x33, 0xe7, 0xfb, 0xd6, 0x77, 0xb3, 0x76, 0xed, 0x5a, 0xeb, 0x17, 0x2d, 0xa1, 0x1c, 0x20, 0x28, 0x40, 0x81, 0xe7, 0xb6, 0x49, 0x8a, 0x98, 0xbe, 0x29, 0x77, 0x5d, 0x6e, 0xbc, 0xed, 0xfc, 0xf5, 0x32, 0xa9, 0x5e, 0xa6, 0x4a, 0xa7, 0x3d, 0x26, 0xb1, 0x52, 0x85, 0x3e, 0x98, 0x94, 0xc7, 0x7c, 0xa6, 0x33, 0xde, 0xa1, 0x7e, 0x37, 0x0a, 0x1c, 0x25, 0x21, 0xf3, 0xfc, 0x5f, 0x72, 0x08, 0x5a, 0x94, 0x07, 0xe5, 0x1d, 0x1f, 0x6e, 0xd3, 0x2b, 0x44, 0x28, 0xc1, 0x9c, 0x57, 0xa2, 0x29, 0x4e, 0x88, 0x20, 0x4d, 0x0d, 0xd8, 0xd7, 0x85, 0x32, 0xe9, 0xd7, 0x2a, 0x96, 0x90, 0x50, 0xdc, 0xbb, 0x58, 0xaa, 0x53, 0x51, 0x4e, 0x99, 0x58, 0xab, 0xd1, 0x91, 0x0d, 0x2c, 0xc5, 0x44, 0xe4, 0xa5, 0x51, 0xb2, 0x5c, 0x96, 0xdb, 0xb9, 0x3b, 0xbd, 0xdb, 0x11, 0xfa, 0x9f, 0x8e, 0x7a, 0x89, 0xd6, 0xd4, 0xca, 0x78, 0x86, 0x72, 0x46, 0xff, 0x00, 0xda, 0xa6, 0x6c, 0x87, 0x33, 0x56, 0xfe, 0xb2, 0x69, 0xd5, 0xe7, 0x4c, 0xb5, 0x9f, 0xd2, 0x8b, 0xae, 0x35, 0xcb, 0x53, 0x11, 0x6b, 0xec, 0xce, 0x5b, 0x15, 0x0a, 0xd8, 0x29, 0x47, 0xb4, 0x2d, 0xb7, 0x49, 0x33, 0x5d, 0x49, 0x4e, 0x14, 0x0e, 0xd0, 0x9c, 0xfd, 0x09, 0xe8, 0x76, 0x9c, 0x79, 0x2e, 0xca, 0x84, 0x1f, 0x8f, 0xe9, 0x53, 0xa9, 0x2d, 0x2d, 0xbf, 0x09, 0xfa, 0x8a, 0x10, 0x10, 0xab, 0x2e, 0x00, 0xe3, 0xb5, 0x85, 0xa1, 0x4a, 0xe5, 0x48, 0xf1, 0x24, 0xed, 0x3f, 0xa6, 0x73, 0xcf, 0x53, 0xc7, 0xde, 0x3f, 0x7a, 0x1c, 0x8c, 0xd7, 0xdc, 0x9e, 0xb4, 0x75, 0x49, 0x55, 0xbf, 0x72, 0xf7, 0x24, 0xdb, 0x7e, 0xcf, 0x69, 0x11, 0x9c, 0x52, 0x5b, 0x92, 0xb2, 0x87, 0xfc, 0x68, 0x25, 0x45, 0x20, 0xa7, 0x81, 0x8e, 0x7f, 0xab, 0xa1, 0xdf, 0xe4, 0x29, 0xe8, 0x13, 0x59, 0xfe, 0x97, 0xa9, 0xd4, 0x1a, 0x84, 0xf8, 0xf4, 0xa6, 0x24, 0x2d, 0x52, 0x5f, 0x56, 0x36, 0x17, 0x1b, 0xf6, 0x1d, 0xdb, 0x48, 0x27, 0x77, 0x24, 0x1f, 0x9d, 0xb9, 0xfd, 0x3e, 0x78, 0xe8, 0x7e, 0x1e, 0x74, 0xf2, 0x0d, 0x67, 0x7e, 0xf4, 0x9a, 0xbc, 0x75, 0x7e, 0xdf, 0x85, 0x66, 0xea, 0x36, 0x8e, 0x54, 0xa9, 0xec, 0xdb, 0xf7, 0xab, 0xb3, 0x29, 0x37, 0x03, 0xce, 0xb6, 0xfc, 0x1a, 0xab, 0x60, 0x38, 0xd3, 0x08, 0x4b, 0x0c, 0x87, 0xde, 0x0a, 0xf1, 0xbb, 0xbd, 0x45, 0x6d, 0x04, 0x12, 0xd1, 0xfa, 0x28, 0x27, 0xa0, 0x35, 0x2b, 0x63, 0x73, 0x6c, 0x50, 0x15, 0x04, 0xec, 0x7a, 0x1f, 0x41, 0x15, 0x1b, 0xad, 0xdb, 0x28, 0x25, 0x4e, 0xb6, 0x16, 0x12, 0x67, 0x84, 0x89, 0x13, 0xb7, 0x43, 0xf4, 0xac, 0xbb, 0xa5, 0x76, 0xa5, 0xdf, 0x5a, 0xb3, 0xde, 0xbb, 0xe9, 0x94, 0x17, 0xbe, 0xe8, 0x65, 0xc5, 0xee, 0x91, 0xb5, 0x48, 0x09, 0xc2, 0xf0, 0xa0, 0x86, 0xdd, 0x21, 0xd2, 0x84, 0x95, 0x24, 0x6e, 0x23, 0x03, 0x29, 0x04, 0xf5, 0x98, 0x76, 0xd9, 0xc4, 0x09, 0x39, 0x8f, 0x4f, 0x2c, 0xfd, 0xed, 0x5e, 0x17, 0xa8, 0xe9, 0xb7, 0xaa, 0x71, 0xcb, 0x84, 0x35, 0x0d, 0xc9, 0x38, 0xe5, 0x9e, 0x87, 0x30, 0x31, 0x9a, 0x98, 0xb9, 0xf4, 0x93, 0x50, 0xc6, 0xa4, 0x51, 0x0d, 0x3e, 0xd6, 0x93, 0x51, 0x2d, 0x41, 0x5c, 0x97, 0xdc, 0xa4, 0x24, 0x4c, 0x4b, 0x4d, 0x1f, 0x33, 0x60, 0xad, 0x4c, 0x6e, 0x09, 0xca, 0xc1, 0x1c, 0x9f, 0x9e, 0xa5, 0x69, 0xb5, 0x8b, 0x75, 0xa4, 0x67, 0x6d, 0xb3, 0xcf, 0xca, 0x80, 0x7f, 0x45, 0xd4, 0x8d, 0xe3, 0x40, 0x36, 0x54, 0x40, 0x9c, 0x66, 0x07, 0x88, 0x0c, 0x89, 0xe7, 0x56, 0xdf, 0x6b, 0x17, 0x1d, 0x4e, 0x6e, 0xa0, 0xbd, 0x67, 0x4a, 0x97, 0x26, 0x7b, 0x6c, 0x43, 0x7d, 0x94, 0x52, 0x16, 0xf8, 0x5a, 0x19, 0x70, 0x3a, 0x94, 0xb9, 0x96, 0xd4, 0xe2, 0x7c, 0x65, 0x04, 0xaf, 0x27, 0x82, 0x14, 0x08, 0xc1, 0x27, 0x05, 0x6d, 0x52, 0xfa, 0x17, 0x04, 0x18, 0xe9, 0x9f, 0xd7, 0x15, 0xb1, 0xec, 0xcf, 0xe2, 0x4d, 0x5c, 0x96, 0x9c, 0x2a, 0x29, 0xe1, 0x20, 0x0c, 0xc0, 0x32, 0x39, 0x12, 0x22, 0x33, 0x56, 0x56, 0xbb, 0x68, 0xb6, 0xa0, 0x5d, 0x96, 0xb0, 0xa8, 0xd8, 0xd5, 0x49, 0x14, 0x18, 0x94, 0x8a, 0x4c, 0xb1, 0x51, 0x7d, 0xac, 0xc7, 0x6d, 0x6b, 0x75, 0xa6, 0xd2, 0x87, 0x16, 0xa4, 0x92, 0x0a, 0xc2, 0xb1, 0xec, 0x27, 0x6a, 0xf9, 0xce, 0x14, 0x12, 0x05, 0xdb, 0x02, 0x24, 0x11, 0xf3, 0xaf, 0x46, 0xb6, 0x0e, 0x20, 0xa8, 0xcc, 0x62, 0x3d, 0x76, 0xaf, 0x2c, 0x9a, 0x64, 0xba, 0x9d, 0x02, 0x15, 0xc1, 0x44, 0xbb, 0x98, 0x44, 0x48, 0xf7, 0x14, 0xe7, 0x24, 0xa1, 0x32, 0x1a, 0x73, 0xd4, 0xa7, 0xc8, 0xeb, 0x5b, 0x12, 0xb4, 0x9c, 0xed, 0x2a, 0x50, 0x50, 0x03, 0xea, 0xde, 0x39, 0xcf, 0x49, 0xdd, 0xaf, 0x8a, 0x78, 0xba, 0xfb, 0xea, 0x16, 0x8a, 0x13, 0x61, 0xfc, 0x35, 0x47, 0x88, 0x9e, 0x46, 0x77, 0xc7, 0xeb, 0x45, 0x1a, 0x41, 0xa9, 0xd6, 0xd5, 0xc5, 0xa7, 0x48, 0xa8, 0x56, 0xeb, 0xd1, 0x28, 0x28, 0x62, 0x5c, 0xb7, 0xe2, 0xfd, 0xef, 0x69, 0x48, 0x8a, 0xa5, 0x3d, 0x15, 0x0c, 0x36, 0x3f, 0x09, 0x6e, 0x85, 0x28, 0x04, 0x38, 0xe6, 0x1d, 0x59, 0x56, 0xf4, 0x04, 0x1f, 0x90, 0x0f, 0x5c, 0x84, 0xb5, 0x00, 0x28, 0xc7, 0x4f, 0xbf, 0x7d, 0x42, 0xa7, 0xda, 0xb5, 0x40, 0x4b, 0xce, 0x25, 0x3c, 0xc1, 0x20, 0x8f, 0xe5, 0x07, 0x99, 0xcc, 0x03, 0x9c, 0xd4, 0x55, 0x76, 0xc8, 0xfe, 0x13, 0x2d, 0xe7, 0x63, 0xd5, 0xaa, 0xcd, 0xc2, 0x4b, 0xb5, 0x29, 0xef, 0xba, 0x62, 0xc9, 0x6d, 0xa2, 0xa4, 0x27, 0xd4, 0x33, 0xb4, 0x36, 0x07, 0xe6, 0xda, 0x32, 0x73, 0xca, 0xb0, 0x0f, 0x39, 0xea, 0x04, 0xb5, 0xde, 0x2b, 0x88, 0x93, 0xcf, 0xd3, 0x9d, 0x48, 0xab, 0x96, 0xdf, 0xd3, 0xd6, 0xda, 0x95, 0x04, 0x92, 0x71, 0xef, 0xfd, 0xa9, 0x92, 0x28, 0x5f, 0xc2, 0x05, 0x7a, 0x1f, 0x70, 0x9a, 0x33, 0x73, 0x31, 0x5b, 0x4c, 0x39, 0x6c, 0xc7, 0x14, 0x98, 0x95, 0x79, 0x12, 0xa2, 0xce, 0x7d, 0xb0, 0xa8, 0x80, 0xa6, 0x5e, 0x37, 0xa1, 0x48, 0xf2, 0x91, 0xb1, 0x28, 0x38, 0x58, 0x20, 0x14, 0xee, 0x04, 0x71, 0x6c, 0xa9, 0xd0, 0xe6, 0xf8, 0x88, 0xce, 0x7e, 0x3e, 0xb5, 0x47, 0xa8, 0x58, 0x5e, 0xa2, 0xec, 0x5e, 0xdb, 0x2b, 0x89, 0x40, 0xa6, 0x51, 0x27, 0x84, 0xe3, 0x84, 0x78, 0x80, 0x31, 0x00, 0xcc, 0x41, 0xce, 0x31, 0x33, 0x54, 0x1f, 0x74, 0x76, 0xa6, 0xb9, 0x5f, 0x77, 0x95, 0x54, 0x33, 0xa6, 0xf5, 0x38, 0x15, 0x2a, 0xc5, 0xa8, 0x86, 0x92, 0xfc, 0x22, 0xed, 0x48, 0xb4, 0xea, 0x26, 0x85, 0x39, 0xb8, 0x48, 0x4a, 0x17, 0xfd, 0xee, 0x3a, 0xd2, 0x12, 0xa2, 0x0a, 0x72, 0x14, 0x0e, 0x39, 0xe9, 0xcd, 0xba, 0x2d, 0x96, 0x3f, 0x87, 0xee, 0x18, 0x1b, 0x7a, 0x7e, 0x95, 0x9f, 0x55, 0xd6, 0xaf, 0x6f, 0xda, 0xff, 0x00, 0xc4, 0x5e, 0xb5, 0x52, 0x92, 0x59, 0xe1, 0x3c, 0x39, 0x33, 0xc7, 0x27, 0x70, 0x9d, 0x82, 0x71, 0x3e, 0xf8, 0x19, 0xac, 0xdf, 0x13, 0xb4, 0xae, 0xe2, 0xcc, 0xa8, 0xaf, 0x22, 0x35, 0x4a, 0x3a, 0xd8, 0x71, 0x4a, 0x87, 0x1e, 0xaf, 0x42, 0x69, 0xa4, 0xbc, 0xf2, 0xc8, 0x46, 0x50, 0x82, 0xf2, 0x8b, 0x87, 0x6e, 0x7d, 0xd8, 0xce, 0xe4, 0xa5, 0x3c, 0xe3, 0x22, 0xcc, 0xea, 0xe1, 0x29, 0xff, 0x00, 0x2a, 0x7d, 0x0f, 0xf6, 0x15, 0xa4, 0x67, 0xb5, 0x17, 0x4f, 0xb6, 0x16, 0x6c, 0xd6, 0x89, 0xe4, 0xa2, 0x90, 0x7d, 0xd0, 0x4e, 0xde, 0xea, 0x3d, 0xed, 0x27, 0xb5, 0x1b, 0xd2, 0xaf, 0x75, 0x47, 0xd4, 0x0b, 0xfa, 0xa2, 0x94, 0x26, 0x95, 0x4d, 0x69, 0x74, 0xb8, 0xec, 0xc2, 0x67, 0xf1, 0x0c, 0x69, 0xac, 0xbb, 0x95, 0x00, 0xe6, 0xf4, 0x83, 0xe3, 0x5a, 0x4b, 0x85, 0x21, 0x39, 0x24, 0x24, 0xfc, 0x64, 0x3b, 0x8d, 0x45, 0x17, 0x6c, 0x84, 0x21, 0x31, 0xcf, 0x79, 0xdb, 0xe1, 0x43, 0x7e, 0x2a, 0xad, 0x7e, 0xd8, 0xa4, 0xb6, 0xa6, 0xd2, 0x08, 0x54, 0xca, 0x7c, 0x5c, 0x24, 0x12, 0x23, 0x90, 0x91, 0x13, 0xf0, 0xad, 0x4d, 0x6c, 0xeb, 0xf4, 0xed, 0x4a, 0xa1, 0xbf, 0x57, 0x97, 0x6f, 0xba, 0xdb, 0x96, 0x7d, 0x35, 0xb7, 0x18, 0x6d, 0x55, 0xb5, 0x00, 0xf3, 0x0d, 0xb2, 0xf8, 0x0d, 0xab, 0xf0, 0x54, 0x5c, 0xe0, 0x83, 0xe3, 0x18, 0xce, 0x01, 0x18, 0x00, 0xf5, 0x5a, 0xdb, 0xeb, 0x7b, 0x01, 0x31, 0x1e, 0x7b, 0xfa, 0xe2, 0x81, 0xb6, 0xed, 0x17, 0xe2, 0xac, 0xa9, 0xc0, 0xdc, 0x16, 0x13, 0x3b, 0xee, 0x20, 0xe0, 0xe3, 0xec, 0xd5, 0x11, 0x32, 0xea, 0xba, 0x7b, 0x88, 0xaf, 0xd3, 0xa4, 0xaf, 0x48, 0x69, 0x76, 0xcd, 0x12, 0x8d, 0x52, 0x26, 0x43, 0x50, 0xa5, 0x02, 0xb7, 0x24, 0x29, 0x6d, 0x64, 0xed, 0x51, 0xde, 0xbd, 0xbe, 0x31, 0xec, 0x48, 0xca, 0xb7, 0x1e, 0x4f, 0x1d, 0x16, 0xf3, 0x88, 0x25, 0x25, 0x07, 0x3f, 0xa1, 0xf7, 0xd7, 0x9f, 0x3b, 0xac, 0x6b, 0xbd, 0xb7, 0x77, 0x8a, 0xfe, 0xd9, 0x2d, 0xb2, 0xda, 0xa2, 0x02, 0xa4, 0x95, 0x05, 0x08, 0x26, 0x33, 0x09, 0x89, 0x88, 0x1c, 0x5d, 0x69, 0xf7, 0xda, 0xbf, 0x1b, 0x66, 0x89, 0xd1, 0xdd, 0x8f, 0x01, 0x4c, 0xb2, 0xab, 0x81, 0x78, 0x53, 0x74, 0x11, 0x19, 0xac, 0xf8, 0xd3, 0xc7, 0x91, 0x64, 0xba, 0xa3, 0xfb, 0x8f, 0x07, 0xf9, 0xc0, 0xea, 0xc7, 0x46, 0x47, 0xff, 0x00, 0x2d, 0x5e, 0x95, 0xee, 0x9a, 0x67, 0x85, 0x98, 0x8c, 0x7a, 0x45, 0x63, 0x26, 0x23, 0xba, 0xce, 0x99, 0xc1, 0xf3, 0x48, 0x7f, 0xc5, 0x2b, 0x7a, 0x1d, 0x6d, 0x25, 0x45, 0xbf, 0x10, 0x90, 0x40, 0x57, 0x0d, 0x94, 0x85, 0xee, 0x2e, 0x7e, 0x65, 0x8e, 0x12, 0x83, 0xfa, 0x01, 0xa0, 0x57, 0xf9, 0xc7, 0xef, 0x95, 0x5b, 0xa7, 0x29, 0xa7, 0x13, 0x5b, 0x4b, 0x15, 0x96, 0x23, 0xc3, 0xa5, 0xb7, 0xf7, 0x64, 0x61, 0x25, 0xb6, 0x59, 0x53, 0x43, 0x70, 0x01, 0xf6, 0xbd, 0xa4, 0x2e, 0x48, 0x3b, 0xb7, 0x78, 0xfe, 0x76, 0x9e, 0x7f, 0x29, 0xcf, 0x11, 0xee, 0x9d, 0xf3, 0x8a, 0x70, 0x8d, 0xaa, 0x12, 0x65, 0x0a, 0x83, 0x70, 0x51, 0x2a, 0x37, 0x64, 0x59, 0x0b, 0x43, 0xc2, 0x63, 0xbe, 0x08, 0xaa, 0x73, 0x68, 0x5b, 0x60, 0xfe, 0x60, 0x0a, 0x49, 0x3b, 0x41, 0x46, 0x79, 0xe7, 0x71, 0xf8, 0xc6, 0x4c, 0xc1, 0x4a, 0x42, 0xc2, 0x4d, 0x21, 0x14, 0x47, 0xaa, 0xfa, 0x3f, 0x6a, 0x5a, 0xb6, 0xa2, 0xee, 0x58, 0x2f, 0x39, 0x19, 0xe3, 0x25, 0xd4, 0xb1, 0x18, 0x4b, 0x43, 0xa8, 0x75, 0x09, 0x90, 0xa6, 0xc7, 0xb5, 0x7b, 0x56, 0x82, 0x07, 0xe9, 0xe4, 0xce, 0xd3, 0xc8, 0xe7, 0x10, 0x31, 0x70, 0xb5, 0xb9, 0xc2, 0x69, 0x54, 0x98, 0x14, 0x1b, 0xa3, 0xac, 0xb9, 0x23, 0x58, 0xad, 0x36, 0x59, 0x69, 0xd5, 0xa9, 0xcb, 0x8e, 0x0a, 0x52, 0x96, 0x61, 0xa2, 0x42, 0xd4, 0x7c, 0xe8, 0x18, 0x0d, 0x2c, 0x84, 0xb8, 0x7f, 0xc5, 0x57, 0x07, 0xe0, 0xf5, 0x3d, 0xd7, 0xfa, 0x75, 0xfa, 0x53, 0x09, 0x84, 0x9a, 0xdd, 0x3a, 0xc3, 0x5b, 0xaf, 0x69, 0xdd, 0xa9, 0x6d, 0xd6, 0x6d, 0xf7, 0xdd, 0xa7, 0x4e, 0x32, 0x94, 0x85, 0xd4, 0x21, 0xd0, 0x9c, 0x84, 0xb4, 0x00, 0x9f, 0xc8, 0xe9, 0x0b, 0x2d, 0xa5, 0x2a, 0xe0, 0x7b, 0x07, 0x3f, 0xaa, 0x7e, 0x7a, 0xc6, 0x10, 0x54, 0xc8, 0x8d, 0xfe, 0x06, 0xbc, 0xaf, 0xb7, 0x17, 0xee, 0x5a, 0x36, 0xd2, 0xd9, 0x25, 0x0a, 0xe2, 0xdc, 0x27, 0x94, 0x6c, 0x4e, 0xc0, 0x1d, 0xbf, 0x51, 0xbd, 0x5e, 0x94, 0xfb, 0x82, 0xb7, 0x5a, 0xb4, 0x67, 0xdd, 0x50, 0x5f, 0xa9, 0xd1, 0x10, 0xdd, 0xb9, 0x02, 0xa5, 0x50, 0x9d, 0x57, 0x25, 0x28, 0x4a, 0x1c, 0x6d, 0xe2, 0xa7, 0xc2, 0x9f, 0x7d, 0x64, 0x35, 0xb8, 0x12, 0x14, 0x02, 0x49, 0x39, 0xda, 0x93, 0x8c, 0x06, 0x21, 0x0b, 0x3b, 0x2a, 0x36, 0xe5, 0x5a, 0xcd, 0x3a, 0xed, 0x08, 0xb6, 0x53, 0xee, 0x82, 0x07, 0x00, 0x24, 0x9d, 0x81, 0x22, 0x49, 0xc9, 0xd8, 0x6f, 0xb0, 0xa6, 0x3a, 0x17, 0xac, 0x1a, 0x69, 0xdc, 0x4e, 0x9e, 0xb9, 0xa7, 0x6b, 0xab, 0x7a, 0x7a, 0x95, 0x19, 0xd4, 0x39, 0x11, 0xd4, 0xed, 0x73, 0x2c, 0xb6, 0x3c, 0x61, 0x7b, 0x10, 0x4e, 0x50, 0xa4, 0x94, 0x05, 0x63, 0x2a, 0x0a, 0x03, 0x8c, 0x11, 0x92, 0x18, 0x2a, 0x23, 0x23, 0x3c, 0xff, 0x00, 0x4d, 0xe8, 0x9e, 0xcc, 0xf6, 0x9a, 0xcb, 0x57, 0xb6, 0xe0, 0x4a, 0xbc, 0x49, 0x91, 0xb8, 0xc8, 0xe4, 0x46, 0x7e, 0xcd, 0x46, 0xeb, 0xd5, 0xe5, 0x41, 0xd1, 0x1a, 0x1c, 0x2b, 0x61, 0x95, 0xb8, 0xfd, 0x46, 0xe1, 0xaa, 0xc4, 0x8a, 0x6b, 0x4b, 0x86, 0xf3, 0x31, 0xa1, 0xb5, 0xbf, 0xdd, 0xee, 0x5a, 0x40, 0xce, 0xdc, 0xa8, 0x93, 0x83, 0x81, 0x9f, 0x80, 0x55, 0xd2, 0x3e, 0xe2, 0x93, 0x09, 0x48, 0xde, 0x8f, 0xd6, 0xb5, 0xbb, 0x7d, 0x31, 0x94, 0x85, 0x1c, 0xa8, 0x81, 0xe4, 0x27, 0x99, 0x3e, 0x93, 0x50, 0x37, 0x4d, 0xb5, 0x12, 0x6d, 0x1b, 0x4a, 0xe3, 0x5a, 0x42, 0x99, 0x39, 0xba, 0x65, 0xc3, 0x6b, 0xc0, 0xa8, 0x88, 0x15, 0x44, 0xae, 0x3b, 0xb2, 0x5b, 0x53, 0x9e, 0x45, 0x97, 0x50, 0x08, 0x41, 0x57, 0x91, 0x20, 0xe4, 0x7d, 0x07, 0x07, 0x3c, 0xc2, 0xe7, 0x77, 0x08, 0x03, 0x31, 0xfa, 0x0a, 0xcc, 0x6b, 0xa4, 0xde, 0x35, 0x68, 0xa6, 0x95, 0xc7, 0x0e, 0x35, 0x39, 0xc6, 0x0e, 0x4c, 0x89, 0xa8, 0x8d, 0x4f, 0xd2, 0x68, 0x3a, 0x8b, 0x7f, 0x50, 0x20, 0x3b, 0x6c, 0x54, 0x6d, 0xe7, 0x04, 0xa7, 0x44, 0xba, 0xbd, 0x66, 0x72, 0xaa, 0x13, 0x6a, 0x4d, 0xa1, 0xc8, 0x91, 0xda, 0x75, 0xa1, 0x84, 0xa7, 0xd3, 0x29, 0x6e, 0xf9, 0xf7, 0x25, 0xc5, 0xa4, 0x07, 0x1d, 0xdb, 0xc3, 0x60, 0x18, 0x03, 0x49, 0x5b, 0x7c, 0x1f, 0x7b, 0x01, 0x3f, 0x7e, 0x75, 0x97, 0xd6, 0x34, 0xa4, 0xea, 0x37, 0xcc, 0x4a, 0x7b, 0xb8, 0x27, 0xc4, 0xa3, 0xc4, 0xb5, 0x41, 0x4a, 0x44, 0x64, 0x0e, 0x1f, 0x17, 0x14, 0xc9, 0x02, 0x7c, 0xaa, 0xba, 0xee, 0x07, 0x46, 0x75, 0x2e, 0xa9, 0xa5, 0xaa, 0xa6, 0x46, 0xee, 0x22, 0xe9, 0xfb, 0x81, 0x32, 0x3c, 0x12, 0xa9, 0xb5, 0xe7, 0x0b, 0xb1, 0x95, 0x1d, 0x12, 0x23, 0x30, 0x1b, 0x42, 0xd3, 0x21, 0xde, 0x7c, 0x9b, 0x56, 0x84, 0x01, 0xca, 0x77, 0x9e, 0x36, 0xe0, 0x93, 0x6e, 0xfb, 0xa0, 0x87, 0x32, 0x7f, 0xb1, 0x83, 0x53, 0x5e, 0x31, 0xad, 0xf6, 0x63, 0xba, 0x7d, 0x57, 0x8a, 0x0d, 0x83, 0xb2, 0xe1, 0x49, 0x29, 0x25, 0x29, 0x09, 0x90, 0xa5, 0x64, 0xcc, 0xa4, 0x6f, 0x93, 0xb1, 0x14, 0xd1, 0xef, 0xb2, 0xb7, 0x4a, 0xe3, 0xd7, 0xd7, 0x1e, 0x0d, 0xeb, 0x5f, 0x2b, 0x66, 0xa7, 0x31, 0xb4, 0x04, 0xd4, 0xd8, 0xde, 0x94, 0x22, 0x17, 0x99, 0x0a, 0x18, 0x63, 0x39, 0x4a, 0xf0, 0x14, 0xa0, 0x39, 0x07, 0x00, 0x7c, 0x9e, 0xae, 0x3f, 0x11, 0x78, 0x98, 0x20, 0x57, 0xa4, 0x8b, 0xe4, 0xcc, 0x0f, 0xbc, 0x4d, 0x3b, 0xb6, 0x7e, 0xcc, 0x3d, 0x3f, 0x9a, 0xb8, 0xf2, 0x26, 0x6a, 0x55, 0xcb, 0xe1, 0x71, 0x74, 0x71, 0x20, 0xb3, 0x55, 0x60, 0x14, 0xa6, 0x43, 0x6a, 0x2e, 0x0c, 0xf8, 0x8e, 0x39, 0x19, 0x4e, 0x7f, 0x28, 0xf9, 0xc9, 0xe9, 0xa6, 0xfd, 0xde, 0x40, 0x72, 0xa6, 0xaf, 0x51, 0x09, 0xfc, 0xb1, 0xcb, 0xe7, 0x4e, 0xb4, 0xe3, 0xb6, 0x57, 0xb4, 0xc6, 0x9b, 0x71, 0xd1, 0x74, 0xff, 0x00, 0x5c, 0x2a, 0x90, 0x97, 0x4a, 0xaa, 0x85, 0xcd, 0x83, 0x1e, 0xbe, 0xeb, 0x0f, 0x3a, 0xaf, 0x03, 0x4a, 0x0a, 0x52, 0x59, 0x09, 0xe7, 0x2a, 0x5f, 0xbb, 0x84, 0x90, 0x84, 0x81, 0x92, 0x14, 0x7a, 0xac, 0x7e, 0xe5, 0xd7, 0x89, 0x51, 0xe5, 0xb0, 0xeb, 0xf0, 0x35, 0xe7, 0xe1, 0xdb, 0x9e, 0xd0, 0xeb, 0x4f, 0xa4, 0xea, 0x01, 0xb0, 0xd1, 0x03, 0x81, 0x2a, 0x29, 0xe1, 0x1c, 0x29, 0x3e, 0x20, 0x04, 0x92, 0x64, 0xe6, 0x48, 0xc0, 0x03, 0x63, 0x45, 0x1a, 0x69, 0x6b, 0x58, 0xdd, 0xb9, 0xd7, 0x6e, 0x18, 0xd1, 0x28, 0x55, 0xbb, 0xae, 0x25, 0x61, 0xb7, 0x7d, 0x75, 0x75, 0xd8, 0xad, 0xd4, 0xda, 0x8f, 0x30, 0xb4, 0xb0, 0xe4, 0xb7, 0x15, 0xbc, 0x08, 0xeb, 0x25, 0xc0, 0x90, 0x95, 0xa9, 0x4b, 0x04, 0x83, 0x9d, 0xae, 0xa0, 0xf5, 0x0b, 0x8f, 0x86, 0x25, 0x6a, 0xf1, 0x60, 0x6c, 0x3d, 0x68, 0xbb, 0x21, 0xa7, 0x76, 0x55, 0xf5, 0xad, 0x29, 0x5b, 0x88, 0x26, 0x49, 0x9e, 0x3f, 0x17, 0x32, 0x4f, 0x29, 0xe8, 0x64, 0xcf, 0xad, 0x32, 0xb4, 0x35, 0x1e, 0xc2, 0xd3, 0x9b, 0x48, 0x5b, 0xed, 0xca, 0x9a, 0x0b, 0xb7, 0x04, 0x27, 0x18, 0xa8, 0xc4, 0xa3, 0x88, 0xc6, 0x3f, 0xe3, 0x30, 0x92, 0x90, 0x96, 0xa4, 0xf9, 0x36, 0xf9, 0x10, 0x57, 0x80, 0xea, 0x7d, 0xcb, 0x27, 0x23, 0x00, 0xf4, 0x38, 0xd4, 0x59, 0x59, 0x29, 0x29, 0x3b, 0x4f, 0x2e, 0x42, 0x7a, 0xd4, 0x8e, 0x76, 0xe7, 0x44, 0x78, 0x04, 0x21, 0xb5, 0x27, 0x23, 0x30, 0x3a, 0x8f, 0x39, 0xa7, 0xd6, 0xc6, 0x90, 0xea, 0xf5, 0x6a, 0xef, 0x4e, 0xaa, 0x40, 0xb5, 0x6a, 0x0e, 0x50, 0xef, 0xcb, 0x82, 0x3d, 0x5a, 0x05, 0x42, 0xa7, 0x78, 0x29, 0x2e, 0x18, 0xe9, 0x90, 0x42, 0x12, 0xb6, 0x5c, 0x6a, 0x42, 0x90, 0xa5, 0x87, 0xf7, 0x25, 0x05, 0xef, 0xca, 0x08, 0xde, 0x33, 0xd4, 0xcd, 0x3a, 0xa6, 0xc9, 0x0b, 0xe7, 0xd3, 0x1f, 0x1c, 0x9e, 0xb5, 0x6b, 0xa1, 0xa6, 0xe8, 0x5f, 0x2a, 0xe1, 0x49, 0x25, 0x0e, 0x9e, 0x20, 0x49, 0xd8, 0x03, 0xcc, 0x64, 0x89, 0x9c, 0x09, 0xa1, 0x1d, 0x50, 0xab, 0xd5, 0x27, 0xd4, 0xde, 0xb2, 0x2f, 0x17, 0xae, 0x1a, 0x30, 0x14, 0xe7, 0xe3, 0xd7, 0x29, 0xf4, 0xcb, 0xa1, 0x9f, 0x3a, 0x27, 0x25, 0x51, 0x9b, 0x2c, 0xbe, 0xb6, 0x1b, 0x4b, 0x32, 0x51, 0xb0, 0x49, 0x0a, 0x5a, 0x5b, 0x09, 0x25, 0x1c, 0x00, 0x17, 0x83, 0x66, 0xd3, 0xa9, 0x6d, 0x33, 0x00, 0x99, 0xe7, 0x5b, 0xde, 0x05, 0x10, 0x04, 0xc6, 0x28, 0x36, 0xd5, 0xa1, 0x53, 0x29, 0x7a, 0xaf, 0x51, 0xd5, 0xeb, 0x6e, 0xeb, 0xb8, 0xa9, 0x55, 0x99, 0xb4, 0xf8, 0x31, 0xa7, 0x26, 0x15, 0x6e, 0x0b, 0x31, 0xdc, 0x66, 0x22, 0x50, 0x88, 0xea, 0x71, 0x33, 0xca, 0x58, 0x0b, 0x48, 0x42, 0x4e, 0xed, 0xc1, 0x44, 0xe7, 0x03, 0xe4, 0x75, 0xca, 0x51, 0x75, 0x30, 0xae, 0xb3, 0xf1, 0xa7, 0xa7, 0xc1, 0x81, 0xe9, 0x57, 0x24, 0x8d, 0x47, 0xbd, 0xef, 0x18, 0xe9, 0xba, 0xaa, 0xda, 0xd1, 0x71, 0x56, 0x64, 0xcb, 0xa9, 0x33, 0x0a, 0x4b, 0x10, 0xa7, 0xda, 0x13, 0x9f, 0x75, 0x44, 0x61, 0x3e, 0x46, 0xe3, 0xee, 0x7f, 0xc6, 0x02, 0x40, 0x2b, 0x4e, 0x30, 0x07, 0xc8, 0x3c, 0xf4, 0x83, 0xba, 0x48, 0xf1, 0x1f, 0xad, 0x71, 0x4a, 0xce, 0x00, 0xa7, 0x8a, 0xa1, 0xd4, 0x58, 0x51, 0x65, 0x54, 0xc2, 0xa2, 0x83, 0xb4, 0xa9, 0x0c, 0xab, 0x07, 0x1f, 0x51, 0xc7, 0xc7, 0x4c, 0x81, 0xd2, 0x9c, 0x22, 0x2b, 0xed, 0x56, 0xee, 0x71, 0x8e, 0xb4, 0x35, 0x47, 0x55, 0x47, 0x76, 0x74, 0xb7, 0xeb, 0x56, 0x4b, 0x70, 0x23, 0x3c, 0x5b, 0x5b, 0xa9, 0x79, 0xb4, 0xac, 0x24, 0x1c, 0x6e, 0x09, 0x19, 0xc1, 0x23, 0x3f, 0x3f, 0xa8, 0xfe, 0x71, 0xd4, 0x0f, 0x18, 0x22, 0x9e, 0x9a, 0xcb, 0x54, 0x1b, 0x1b, 0x52, 0xe8, 0xf2, 0xa9, 0x54, 0xf9, 0x6e, 0x54, 0x66, 0x43, 0x82, 0xe1, 0x3e, 0x69, 0x4f, 0x37, 0xf8, 0xc5, 0x2b, 0x65, 0x49, 0xde, 0x80, 0xa5, 0xe1, 0x23, 0xdf, 0xb4, 0x15, 0xf0, 0x51, 0xbb, 0xea, 0x07, 0x50, 0x18, 0x8c, 0x54, 0x84, 0x8a, 0x0b, 0xee, 0xdf, 0x51, 0xad, 0x8d, 0x43, 0xb0, 0xd8, 0xb0, 0xd9, 0xa2, 0x56, 0xdc, 0x11, 0x2e, 0x65, 0xb0, 0xfc, 0xc9, 0x16, 0xd4, 0xbf, 0x46, 0xfa, 0xda, 0xca, 0x1d, 0x4b, 0x6f, 0xae, 0x3b, 0x8d, 0x3a, 0x52, 0xae, 0x30, 0x80, 0xbc, 0x10, 0x4e, 0x06, 0xd2, 0x40, 0x57, 0x8e, 0xa5, 0x86, 0x8a, 0x97, 0xb7, 0xc6, 0xa3, 0x79, 0x95, 0xba, 0xdf, 0x0a, 0x44, 0x9e, 0x9f, 0xda, 0x2b, 0x24, 0x76, 0xdb, 0xaa, 0xb6, 0x8e, 0x91, 0x76, 0x83, 0x5b, 0xd1, 0xa9, 0xaf, 0x87, 0xae, 0x03, 0x54, 0x71, 0x51, 0x5b, 0x72, 0xd8, 0x92, 0xa9, 0x09, 0x4b, 0x92, 0x1b, 0x3b, 0x10, 0xb5, 0x94, 0xed, 0x67, 0x2c, 0x9d, 0xe5, 0x09, 0x2b, 0xdc, 0x01, 0x29, 0x50, 0x47, 0x35, 0xaa, 0x5b, 0x6f, 0x34, 0x46, 0x33, 0xe7, 0xfa, 0xf2, 0xf7, 0xd7, 0x91, 0x8d, 0x6e, 0xc2, 0xcb, 0x41, 0x76, 0xcd, 0xc2, 0x7b, 0xc0, 0x4e, 0x38, 0x15, 0x39, 0x57, 0x2e, 0xa0, 0x46, 0x63, 0x63, 0xca, 0xbc, 0xd7, 0x7d, 0x46, 0xb4, 0x75, 0x6f, 0xb1, 0xeb, 0xee, 0xf7, 0xb8, 0xf5, 0x16, 0xee, 0x8d, 0x7d, 0x44, 0xbb, 0x69, 0x6c, 0xbf, 0x08, 0xc8, 0x4f, 0xa6, 0x4c, 0x02, 0xe8, 0xf4, 0xe7, 0xca, 0x94, 0x7f, 0x2c, 0x2e, 0x6a, 0xc1, 0x4a, 0xd4, 0x9f, 0x6a, 0x01, 0x48, 0xca, 0x4f, 0x45, 0xd8, 0x34, 0x84, 0x91, 0xc4, 0x78, 0x89, 0xeb, 0xf4, 0x8f, 0x2c, 0xd5, 0xe7, 0x63, 0x75, 0x1b, 0x6b, 0xf5, 0x2d, 0xc7, 0x1c, 0x57, 0x7c, 0x0c, 0x10, 0x76, 0x88, 0x3c, 0x26, 0x62, 0x08, 0x39, 0x22, 0x0d, 0x1d, 0x76, 0x0f, 0x5f, 0xee, 0x86, 0xad, 0xa7, 0x1a, 0x4b, 0x16, 0xee, 0xd2, 0x38, 0xb5, 0x3a, 0x03, 0x35, 0x99, 0xc2, 0xd9, 0x11, 0x1f, 0x4b, 0x2e, 0x54, 0x21, 0xa8, 0xc7, 0x0d, 0xa1, 0xc7, 0x0b, 0xa1, 0x49, 0x52, 0xd2, 0x5d, 0x05, 0xc5, 0x04, 0x85, 0x8d, 0xb9, 0x2a, 0xc7, 0x04, 0x3c, 0x08, 0x7b, 0x84, 0xed, 0x3b, 0x56, 0x92, 0xe1, 0xdd, 0x47, 0xdb, 0xd0, 0x1c, 0x6c, 0x14, 0xc9, 0x82, 0x39, 0x88, 0x11, 0xef, 0xdf, 0xe5, 0x57, 0x27, 0x72, 0xb5, 0xfd, 0x4b, 0xb7, 0x59, 0x12, 0xad, 0x2d, 0x1b, 0x61, 0x92, 0xcc, 0x0a, 0x9a, 0x45, 0x12, 0xb8, 0x1b, 0xa9, 0x88, 0xa3, 0x72, 0x03, 0x7e, 0xfd, 0xfb, 0x5a, 0x0e, 0x67, 0x76, 0xfd, 0xca, 0x0d, 0xee, 0xda, 0x42, 0x8f, 0x22, 0x17, 0x07, 0x0e, 0xc2, 0x3e, 0x75, 0x64, 0xcc, 0x38, 0xb5, 0x25, 0x48, 0xd8, 0x18, 0x04, 0x8f, 0xef, 0xbd, 0x3f, 0xb3, 0x6a, 0x37, 0x54, 0x7a, 0x02, 0xea, 0x70, 0x6d, 0xea, 0x7a, 0x9f, 0x5d, 0xe5, 0x35, 0x0f, 0xcf, 0x9a, 0xb6, 0x92, 0x59, 0x8e, 0x1a, 0x71, 0x65, 0x64, 0x90, 0x1c, 0x4a, 0x43, 0x87, 0x04, 0x85, 0x01, 0x85, 0xa8, 0x7d, 0x7a, 0x81, 0x4b, 0x70, 0x2c, 0xe3, 0x19, 0xce, 0x31, 0xee, 0xa6, 0xdb, 0x21, 0xb5, 0xd8, 0x95, 0x83, 0xe2, 0x04, 0xfc, 0x3a, 0xff, 0x00, 0x6a, 0x30, 0x9b, 0xdc, 0x2e, 0x89, 0xe9, 0x74, 0x24, 0xa6, 0xf1, 0xbb, 0xe8, 0x70, 0x64, 0x54, 0x29, 0x62, 0x34, 0x38, 0x53, 0x23, 0x34, 0x7d, 0x4b, 0x8b, 0x43, 0x6a, 0x70, 0x21, 0x0d, 0xad, 0x61, 0x97, 0x81, 0x0c, 0xa0, 0xee, 0x20, 0x21, 0x25, 0x00, 0x9c, 0x85, 0x62, 0x44, 0x38, 0x42, 0x49, 0xdf, 0x1d, 0x2a, 0xaa, 0xeb, 0x56, 0xd3, 0x2d, 0x38, 0x45, 0xd3, 0xa9, 0x4a, 0x95, 0x80, 0x14, 0x40, 0x9f, 0x21, 0xbe, 0x76, 0x14, 0x0b, 0x36, 0xa1, 0x7f, 0x56, 0x75, 0x12, 0x8b, 0x3f, 0x4c, 0x2e, 0x43, 0x51, 0xb3, 0x65, 0x54, 0x5f, 0x7e, 0x43, 0x2d, 0xb6, 0xfe, 0xc7, 0xd0, 0xa9, 0x0f, 0x25, 0x69, 0x20, 0x33, 0xb5, 0x43, 0x2b, 0x4f, 0xbc, 0x3a, 0x0e, 0x1a, 0xca, 0x46, 0x09, 0x3d, 0x31, 0x00, 0x84, 0x12, 0x39, 0xc9, 0xfb, 0xcd, 0x1f, 0x6e, 0x12, 0xe5, 0x9a, 0xbb, 0xb5, 0x4a, 0x4a, 0xa7, 0x6d, 0xc6, 0xc7, 0x3f, 0xad, 0x43, 0xdd, 0xba, 0xa9, 0x5b, 0x67, 0x5a, 0x2e, 0xad, 0x17, 0x7e, 0xaf, 0x4e, 0xb6, 0x68, 0x74, 0xef, 0x45, 0xe9, 0x9b, 0x7e, 0x47, 0x80, 0x29, 0xc5, 0x3c, 0xc3, 0x9b, 0xd6, 0xfb, 0xc9, 0x42, 0xc2, 0x8a, 0x77, 0x1e, 0x02, 0x70, 0x33, 0x80, 0x4e, 0x54, 0x44, 0x2b, 0x26, 0xe8, 0x20, 0xed, 0x9c, 0x7a, 0x45, 0x65, 0x95, 0xae, 0x5c, 0x2b, 0xb4, 0xae, 0xdb, 0x3c, 0xb0, 0x86, 0xdb, 0xe0, 0x39, 0x8e, 0xa0, 0xe4, 0x98, 0xe5, 0xcb, 0xa5, 0x2b, 0x48, 0xd5, 0xd8, 0xf4, 0x36, 0x68, 0x9a, 0x39, 0x42, 0xbe, 0x5c, 0xa9, 0x5c, 0x38, 0x95, 0x32, 0x3c, 0x98, 0x33, 0x3d, 0x4b, 0x4a, 0x52, 0xa5, 0x3b, 0xb4, 0x79, 0x43, 0xea, 0x4b, 0x8b, 0x6d, 0x1b, 0x3f, 0x3a, 0x09, 0x3e, 0x44, 0x92, 0xaf, 0x71, 0xc1, 0x26, 0x43, 0x83, 0xa7, 0x95, 0x5a, 0x3b, 0xac, 0xd8, 0x3b, 0xab, 0x22, 0xd1, 0x0f, 0x05, 0xa9, 0x44, 0xa8, 0x19, 0x10, 0x44, 0xe4, 0x60, 0xff, 0x00, 0x28, 0xc1, 0xc7, 0x31, 0x44, 0xda, 0x47, 0x73, 0x5d, 0xea, 0xa0, 0xd6, 0xa0, 0xde, 0x2b, 0x72, 0x47, 0x9d, 0xc6, 0x91, 0x48, 0x7e, 0x1b, 0x6d, 0xb6, 0x4a, 0xc4, 0x89, 0x89, 0x6c, 0xb8, 0x02, 0xfd, 0xdf, 0x85, 0xe2, 0x05, 0x28, 0xdc, 0x12, 0xa5, 0x2b, 0xe0, 0x63, 0xa6, 0xbd, 0xed, 0x85, 0x63, 0xba, 0x57, 0x87, 0x9e, 0xdb, 0x55, 0xf3, 0x28, 0x47, 0x78, 0xff, 0x00, 0x18, 0x11, 0x03, 0x86, 0x39, 0x64, 0xcf, 0xe9, 0xef, 0xaa, 0x5b, 0x58, 0x35, 0x92, 0xd0, 0xbb, 0x2d, 0xe8, 0xf6, 0x06, 0x9b, 0x5b, 0xee, 0xc5, 0xa3, 0xc1, 0x96, 0x97, 0x9a, 0x5a, 0x9d, 0xe0, 0xa8, 0x36, 0x42, 0x93, 0xb3, 0x07, 0x69, 0xde, 0xb7, 0x32, 0x77, 0x1c, 0xff, 0x00, 0xa0, 0x54, 0xbe, 0xe2, 0x54, 0x90, 0x84, 0x26, 0x07, 0xdf, 0xef, 0x5e, 0x43, 0xda, 0x0d, 0x66, 0xd2, 0xe9, 0x81, 0x69, 0x66, 0x92, 0x10, 0x93, 0x33, 0xf1, 0x91, 0x1e, 0xa7, 0xad, 0x10, 0x76, 0x9b, 0x62, 0xd2, 0xef, 0x08, 0x75, 0x77, 0x1c, 0x12, 0xdc, 0x74, 0xc7, 0x7e, 0x3c, 0xe8, 0x6a, 0xae, 0x31, 0x02, 0x23, 0x8c, 0x29, 0xb4, 0xa4, 0x6f, 0x53, 0x8e, 0x20, 0xb8, 0xac, 0xb8, 0xa2, 0x13, 0xc8, 0x1b, 0x72, 0x7a, 0x9e, 0xca, 0xdf, 0xbd, 0x49, 0x3d, 0x31, 0x46, 0xf6, 0x47, 0x4e, 0x6e, 0xe1, 0xb5, 0xaa, 0x14, 0xa5, 0x10, 0x41, 0x00, 0x80, 0x92, 0x20, 0x44, 0xec, 0x49, 0xc9, 0xf2, 0xa0, 0xbb, 0xef, 0xb7, 0xa5, 0xd9, 0x37, 0x64, 0x5a, 0xfd, 0x81, 0x78, 0x46, 0x14, 0x4f, 0x51, 0x0d, 0xe5, 0x37, 0x32, 0xa0, 0xc3, 0x72, 0x1b, 0xc6, 0x72, 0x90, 0xea, 0x1a, 0x29, 0x77, 0x0b, 0x6d, 0xc0, 0x90, 0xd2, 0xd4, 0xbc, 0x04, 0xe1, 0x3c, 0xa7, 0x25, 0x1e, 0x16, 0xc8, 0x49, 0x13, 0xe7, 0xf6, 0x40, 0xf9, 0x1a, 0xcc, 0xea, 0x3d, 0x88, 0xba, 0xb0, 0xd5, 0x03, 0xf6, 0xaf, 0x94, 0xb2, 0x54, 0x92, 0x52, 0x4a, 0x01, 0x11, 0xca, 0x78, 0x09, 0x56, 0xc6, 0x21, 0x44, 0xf2, 0x15, 0x09, 0xf6, 0xac, 0xd3, 0x26, 0xd3, 0xf4, 0xee, 0x9e, 0xd5, 0x62, 0x97, 0x1e, 0x34, 0xa5, 0xd7, 0x08, 0x51, 0x2c, 0x4c, 0x71, 0xdc, 0x14, 0x24, 0xf3, 0x21, 0xec, 0x21, 0x69, 0xff, 0x00, 0x15, 0x23, 0x3c, 0x67, 0xe8, 0x7a, 0xba, 0xd2, 0x93, 0x17, 0xaa, 0x27, 0xa5, 0x7b, 0xa5, 0x8a, 0x14, 0x96, 0xa0, 0x8f, 0xaf, 0xeb, 0x58, 0x79, 0x77, 0x4a, 0xdb, 0xa0, 0x37, 0x40, 0x34, 0x78, 0xaa, 0x0d, 0xb4, 0xa6, 0xfc, 0xeb, 0x6c, 0xa9, 0xc1, 0x97, 0x7c, 0x99, 0x4e, 0xee, 0x12, 0x7e, 0x9c, 0x0c, 0x91, 0xf3, 0x9e, 0xb4, 0x41, 0xbf, 0x11, 0x54, 0xd1, 0xc1, 0x58, 0xc5, 0x2c, 0xde, 0xa4, 0x4e, 0x6a, 0xba, 0xd5, 0x58, 0x45, 0x52, 0x7d, 0x3c, 0x45, 0x47, 0x69, 0x2d, 0xba, 0x01, 0x5b, 0x64, 0x83, 0x85, 0xfb, 0x48, 0x38, 0xfd, 0xc1, 0x3f, 0x4e, 0xa3, 0x2c, 0xa4, 0xa7, 0x86, 0xa4, 0xe2, 0xcc, 0xd4, 0x6b, 0x37, 0x72, 0x3d, 0x14, 0xfa, 0x4c, 0x9a, 0x62, 0xdd, 0x72, 0x53, 0xea, 0x74, 0x49, 0x32, 0x39, 0x4e, 0xe2, 0x0f, 0x23, 0x6e, 0x16, 0x78, 0xf9, 0x3f, 0x19, 0x3b, 0x71, 0x9e, 0x9c, 0x5b, 0xf1, 0x03, 0x35, 0xd3, 0x52, 0x37, 0x3e, 0xac, 0x5c, 0xf7, 0x45, 0x9a, 0x6d, 0x6a, 0x9c, 0x28, 0x6e, 0xb8, 0x67, 0x09, 0x7e, 0xbb, 0x6a, 0x92, 0xe3, 0x8b, 0x09, 0x70, 0x6d, 0x57, 0x38, 0x09, 0xcb, 0x8a, 0x38, 0x00, 0x60, 0x92, 0x79, 0x24, 0xf4, 0xd4, 0x30, 0x94, 0x39, 0xc4, 0x2b, 0x8a, 0xf1, 0x9a, 0x8d, 0xed, 0xda, 0x3d, 0x76, 0x5e, 0xa7, 0xd9, 0x6d, 0x5e, 0x11, 0xa1, 0x7a, 0xd7, 0x2e, 0x58, 0x82, 0x4b, 0x0c, 0xc7, 0x75, 0xf6, 0x76, 0xfa, 0x84, 0xe3, 0x28, 0x41, 0xde, 0xa0, 0x46, 0x32, 0x13, 0xcf, 0xe9, 0xd3, 0x6f, 0x0c, 0x5b, 0x2e, 0x3a, 0x53, 0x55, 0x01, 0x04, 0xf9, 0x57, 0xd3, 0xe4, 0x69, 0xad, 0xd9, 0x77, 0x55, 0x74, 0xf9, 0xb8, 0x6e, 0xfa, 0x0a, 0x58, 0x9e, 0xa4, 0xd4, 0x23, 0xb5, 0x53, 0x92, 0x86, 0x27, 0xc7, 0x52, 0x9a, 0x4a, 0xe2, 0xa9, 0x87, 0x92, 0x40, 0x42, 0xc6, 0xed, 0xcd, 0xa8, 0xe1, 0x58, 0x3f, 0xbb, 0xac, 0x57, 0x13, 0x89, 0x6c, 0x47, 0x96, 0xfe, 0xbf, 0x1a, 0xf3, 0xbd, 0x5b, 0x4b, 0xba, 0xbe, 0xd4, 0xed, 0x54, 0x95, 0xf0, 0xa1, 0x2a, 0x25, 0x40, 0x28, 0x80, 0xb0, 0x71, 0xc2, 0x41, 0x10, 0x41, 0xe6, 0x28, 0x86, 0xa1, 0x7a, 0x5d, 0xf1, 0x75, 0x69, 0x1a, 0x7b, 0x26, 0xe6, 0xa1, 0xc5, 0xb6, 0x05, 0x27, 0xd3, 0x18, 0x2d, 0x54, 0x69, 0x69, 0x69, 0x11, 0xcb, 0x2d, 0x8f, 0x69, 0xe1, 0x47, 0xdd, 0xe4, 0x40, 0x41, 0x41, 0x46, 0xcc, 0x1c, 0x67, 0xa2, 0xd3, 0xdd, 0xa8, 0xf2, 0xad, 0x5f, 0x0d, 0x8a, 0x48, 0x68, 0xba, 0x47, 0x87, 0xf2, 0x82, 0x98, 0xfa, 0x4e, 0xd4, 0x33, 0x6e, 0x5e, 0x97, 0x6d, 0xb3, 0x52, 0x8f, 0x61, 0xd0, 0xec, 0x65, 0xaa, 0x0b, 0xd7, 0x45, 0x49, 0x4e, 0x54, 0x58, 0x8d, 0x21, 0x0d, 0xb6, 0xdb, 0x6f, 0xbe, 0xa5, 0x34, 0xb5, 0xa4, 0x78, 0xfc, 0x69, 0xdb, 0xb1, 0x2d, 0x38, 0x41, 0xfc, 0x5c, 0x84, 0xf1, 0xd3, 0x02, 0x40, 0x4c, 0xe0, 0x55, 0x7d, 0x80, 0x43, 0x7a, 0x73, 0xa5, 0x08, 0x9e, 0x15, 0x90, 0x0c, 0xf2, 0x93, 0xf2, 0x1b, 0x53, 0xfb, 0x2e, 0x6d, 0x43, 0x57, 0xb4, 0xfa, 0xe4, 0x8f, 0xa9, 0x7a, 0x63, 0x26, 0x3c, 0x78, 0x10, 0xda, 0x42, 0x99, 0x5c, 0x99, 0xeb, 0x44, 0x95, 0x2d, 0x97, 0x89, 0x27, 0x7b, 0x67, 0xf2, 0x2b, 0x0a, 0xde, 0x8c, 0xa1, 0x44, 0xa3, 0x6b, 0x84, 0xa7, 0xa6, 0x3a, 0x02, 0x5b, 0x91, 0xf7, 0xf5, 0xda, 0x8a, 0xd4, 0x58, 0x69, 0xfb, 0x1e, 0x17, 0x1b, 0x30, 0xa4, 0x02, 0x44, 0x98, 0x24, 0x83, 0xd2, 0x76, 0xa8, 0x8d, 0x4e, 0xa6, 0xe9, 0xb6, 0x9d, 0x53, 0x61, 0x69, 0x9d, 0x95, 0x0d, 0xea, 0x4d, 0x41, 0xba, 0xa4, 0x49, 0xad, 0xcd, 0xaa, 0x30, 0xfb, 0x91, 0x50, 0x86, 0xe5, 0xb4, 0xa5, 0x17, 0x12, 0xb4, 0x6e, 0x08, 0x57, 0xa6, 0x07, 0x67, 0x85, 0x78, 0xc0, 0xe5, 0x7f, 0x02, 0xb1, 0xc7, 0x18, 0xb7, 0x3c, 0x23, 0x07, 0xaf, 0xae, 0x3e, 0xc4, 0x56, 0x3f, 0x50, 0x36, 0x16, 0x2d, 0x26, 0xcd, 0x83, 0xc0, 0xa9, 0x4a, 0xa5, 0x52, 0x53, 0x01, 0x63, 0x79, 0xce, 0x78, 0x76, 0xe1, 0x3e, 0xfa, 0x86, 0xee, 0x5e, 0xf6, 0xb2, 0x2d, 0xeb, 0xce, 0x93, 0x47, 0xd3, 0x6a, 0xd5, 0x0d, 0xd9, 0x11, 0xc4, 0xd6, 0x5a, 0xa9, 0xd0, 0x28, 0x4e, 0x53, 0xe6, 0x45, 0xd8, 0xe6, 0x14, 0xd3, 0xca, 0x4b, 0x6d, 0x25, 0xd0, 0xa2, 0xe2, 0x94, 0x95, 0xa1, 0x03, 0xe1, 0x40, 0xfd, 0x14, 0xbe, 0xba, 0x1c, 0x48, 0x01, 0x2a, 0xfc, 0xbe, 0xed, 0xf6, 0xe4, 0x06, 0xd5, 0x5b, 0xda, 0xab, 0xdb, 0x6b, 0x7b, 0x86, 0xd3, 0x6c, 0xa1, 0xc4, 0x99, 0x12, 0x90, 0x52, 0xa1, 0xe4, 0x4e, 0x01, 0x06, 0x67, 0x02, 0xaa, 0xfe, 0xe6, 0x29, 0xef, 0xd9, 0x14, 0x2b, 0x45, 0x53, 0x6e, 0x39, 0x75, 0x66, 0xe5, 0x49, 0x54, 0xe7, 0xe0, 0xd5, 0x6a, 0x88, 0x92, 0xc9, 0x70, 0xb6, 0xdb, 0xa9, 0xca, 0x10, 0xb3, 0xb0, 0x61, 0xe2, 0x90, 0x85, 0xfb, 0x82, 0x52, 0x09, 0x3e, 0xec, 0x02, 0x6d, 0x12, 0x4a, 0xce, 0x4e, 0x40, 0xfd, 0x2b, 0xce, 0x7f, 0xc4, 0x22, 0xfe, 0x8b, 0x69, 0x62, 0xe7, 0x11, 0x78, 0x71, 0x95, 0x94, 0xad, 0x52, 0x92, 0x7f, 0x30, 0x90, 0x0e, 0xc3, 0x8a, 0x00, 0x39, 0x81, 0x55, 0xe4, 0xcb, 0xc2, 0x45, 0x62, 0x9c, 0x66, 0x29, 0xe5, 0x02, 0xc4, 0xb0, 0xfa, 0xa3, 0x79, 0xdd, 0x2d, 0xf9, 0x12, 0x83, 0xb5, 0x38, 0x2b, 0xc9, 0x41, 0x42, 0x4a, 0x0a, 0x73, 0x91, 0xc6, 0x0e, 0x38, 0x12, 0x28, 0x16, 0x5d, 0x10, 0x66, 0x7f, 0x7f, 0xd3, 0xfb, 0x56, 0x2c, 0x76, 0xab, 0x50, 0xbf, 0xb3, 0x2e, 0x9f, 0x09, 0x6d, 0x5c, 0x5c, 0x20, 0x9e, 0x19, 0x48, 0x24, 0x73, 0xca, 0x54, 0x90, 0x52, 0x52, 0x4e, 0x30, 0x41, 0xcc, 0x53, 0x8b, 0x2e, 0xf1, 0x98, 0xed, 0x55, 0x15, 0xa9, 0xd5, 0x95, 0xf9, 0x23, 0x4b, 0x44, 0x96, 0xe2, 0xbc, 0xfb, 0x85, 0x83, 0xb3, 0x70, 0x42, 0x40, 0x0a, 0x1b, 0x42, 0x02, 0xb8, 0xe7, 0x80, 0x06, 0x3e, 0xb8, 0x63, 0x8d, 0xb8, 0x93, 0xe0, 0xcd, 0x4b, 0xa3, 0x76, 0xcf, 0x89, 0xe2, 0xf5, 0xe3, 0xdc, 0x2e, 0x05, 0x71, 0x80, 0xa2, 0xae, 0x03, 0xb8, 0x00, 0x09, 0xe5, 0x38, 0x13, 0xd2, 0x39, 0xd7, 0x37, 0x5d, 0xc5, 0x40, 0x99, 0x0d, 0x71, 0xe3, 0x49, 0x86, 0xa0, 0xdb, 0x4a, 0xf5, 0x85, 0x11, 0x9c, 0x73, 0xf0, 0x8e, 0x37, 0x05, 0x78, 0xd6, 0x30, 0x93, 0x8e, 0x73, 0x91, 0xfb, 0xba, 0x81, 0xbb, 0x77, 0x5b, 0x32, 0x78, 0xb3, 0xd4, 0x8a, 0xbb, 0xb7, 0xbf, 0xb6, 0xba, 0x9e, 0xe9, 0x68, 0x20, 0x0f, 0x14, 0x25, 0x47, 0xc2, 0x62, 0x64, 0x82, 0x31, 0xeb, 0x35, 0xa2, 0x74, 0x5b, 0x42, 0x7b, 0x83, 0xa7, 0x69, 0xbc, 0x9a, 0x6d, 0x1a, 0xea, 0xa0, 0x0a, 0x5d, 0x7a, 0x92, 0xcc, 0xb9, 0xb0, 0x50, 0xdb, 0x61, 0xf8, 0xd1, 0xa5, 0x2d, 0x32, 0x3f, 0x1d, 0x4a, 0x64, 0x38, 0x92, 0x48, 0x53, 0x85, 0x29, 0x25, 0x29, 0x0d, 0xb8, 0x47, 0xd4, 0x0e, 0x78, 0x3c, 0xa4, 0x70, 0xa0, 0x88, 0x8c, 0xfd, 0xfc, 0xeb, 0xd7, 0x6c, 0xf4, 0xbd, 0x74, 0xe9, 0x45, 0x86, 0x96, 0x9e, 0xed, 0x69, 0x04, 0x8c, 0x48, 0x0a, 0xf1, 0x19, 0x91, 0x22, 0x77, 0xf7, 0x1a, 0x0e, 0xd6, 0x8e, 0xdf, 0xef, 0xdb, 0x2e, 0x14, 0xc4, 0x4b, 0x30, 0xe4, 0xb5, 0x47, 0xab, 0xd2, 0x97, 0x3a, 0x44, 0x57, 0xc9, 0x4a, 0x43, 0x92, 0x59, 0x58, 0x00, 0x10, 0x14, 0x70, 0x0e, 0x0f, 0x1f, 0x39, 0xe8, 0x2e, 0xe1, 0x4d, 0xa9, 0x44, 0xec, 0x12, 0x7e, 0x86, 0xa8, 0x5d, 0xec, 0xd5, 0xfd, 0x8b, 0xab, 0x26, 0x08, 0x47, 0x09, 0x30, 0x7a, 0xc1, 0xc5, 0x68, 0x0f, 0xb3, 0xaf, 0xb1, 0x9d, 0x22, 0xd6, 0xae, 0xcc, 0xad, 0xed, 0x55, 0x9f, 0x67, 0xd4, 0x2a, 0x75, 0x9a, 0xb4, 0x9a, 0x92, 0x5c, 0x96, 0xe5, 0xd1, 0x39, 0xa6, 0xe2, 0x86, 0x6a, 0x6f, 0xb6, 0x86, 0xd2, 0xdb, 0x6e, 0xa5, 0x24, 0x04, 0x36, 0x8c, 0x71, 0xc1, 0x48, 0x3f, 0x23, 0xad, 0x32, 0x6c, 0x6d, 0xdc, 0x64, 0x28, 0x20, 0x71, 0x10, 0x33, 0x5e, 0x9d, 0xd9, 0x6d, 0x37, 0x4f, 0x16, 0x0d, 0x5c, 0x14, 0xf8, 0xb3, 0x99, 0x3d, 0x4f, 0x9f, 0xa5, 0x75, 0xdf, 0xcd, 0xa5, 0x07, 0xb5, 0x2a, 0x4d, 0x12, 0xe3, 0x85, 0xa2, 0x76, 0x75, 0x42, 0x5d, 0x7a, 0xe5, 0x76, 0x2a, 0x9f, 0xa9, 0x52, 0xd6, 0xb0, 0xa6, 0xfd, 0x33, 0x8f, 0x15, 0x82, 0x97, 0x12, 0x77, 0x95, 0xa0, 0x67, 0xe9, 0x83, 0xf1, 0xf0, 0x7a, 0x8e, 0xf9, 0x4e, 0xda, 0x5b, 0x71, 0xa6, 0x26, 0x7a, 0x55, 0xce, 0xbf, 0xad, 0x3f, 0xa5, 0x59, 0x25, 0xf6, 0x80, 0x26, 0x40, 0x83, 0xef, 0xe9, 0xe9, 0x56, 0xff, 0x00, 0x6c, 0x3d, 0xad, 0x68, 0x86, 0xbd, 0xe8, 0x65, 0xb9, 0xa8, 0xf7, 0xa6, 0x9a, 0xda, 0x2c, 0x1b, 0x82, 0x81, 0x0a, 0x7c, 0xe8, 0x0a, 0xb6, 0x5a, 0x75, 0x93, 0x21, 0xc6, 0x42, 0xc8, 0x4f, 0x9b, 0x77, 0xb5, 0x25, 0x43, 0x19, 0xdc, 0x7e, 0x46, 0x7e, 0xbd, 0x4c, 0xc0, 0xe3, 0x12, 0x4c, 0x1a, 0xb5, 0xb7, 0xba, 0x75, 0xdb, 0x46, 0xdd, 0x3f, 0xcc, 0x01, 0xf8, 0xd5, 0xa9, 0x61, 0x76, 0x19, 0xda, 0xf4, 0x1b, 0xfe, 0x5d, 0x2a, 0x9d, 0xa4, 0x56, 0xec, 0x56, 0x62, 0x52, 0xa3, 0x49, 0x8d, 0x2a, 0x9f, 0x41, 0x86, 0xcb, 0xa1, 0xd5, 0xb8, 0xf2, 0x55, 0xee, 0x43, 0x3f, 0x18, 0x42, 0x71, 0xf5, 0xe4, 0xf3, 0xd1, 0x4d, 0xb6, 0x1c, 0x7c, 0xa0, 0x99, 0x00, 0x03, 0xef, 0xcc, 0xd3, 0x8d, 0xc3, 0xa9, 0x14, 0x78, 0xae, 0xc8, 0x74, 0x01, 0x6a, 0x2b, 0x55, 0xb6, 0xb2, 0x49, 0xc9, 0x3b, 0x5a, 0xfe, 0xcf, 0xa2, 0xbd, 0x91, 0xaf, 0xb8, 0xa6, 0xfb, 0x4b, 0xb5, 0x70, 0xff, 0x00, 0x4f, 0x45, 0x54, 0x14, 0x29, 0xac, 0xcc, 0xd1, 0x5b, 0xb0, 0x6a, 0x35, 0xba, 0xe4, 0x45, 0xb8, 0xcd, 0x36, 0x23, 0x92, 0x54, 0xb6, 0x80, 0x2b, 0x42, 0x50, 0x37, 0x2b, 0x68, 0x24, 0x64, 0xe1, 0x3f, 0x1d, 0x41, 0x72, 0x42, 0x5a, 0x2a, 0x3c, 0xa9, 0x8e, 0xbe, 0x9b, 0x66, 0x94, 0xea, 0xb6, 0x48, 0x93, 0xee, 0xaa, 0x2a, 0xd2, 0xbe, 0x74, 0xea, 0xf1, 0xa1, 0xb5, 0x70, 0xd2, 0x53, 0x53, 0x6d, 0x32, 0x36, 0x98, 0x71, 0x66, 0xb4, 0x86, 0xdd, 0x92, 0x92, 0xa2, 0x9d, 0xc8, 0x05, 0x5b, 0x54, 0x32, 0x95, 0x67, 0x9c, 0x8d, 0xa7, 0xaa, 0xc6, 0xee, 0x12, 0xe2, 0x01, 0x1c, 0xe9, 0x6c, 0xee, 0x9a, 0xbe, 0xb7, 0x0f, 0x34, 0x0f, 0x09, 0xeb, 0x83, 0x59, 0x13, 0xed, 0x24, 0xd7, 0x98, 0x15, 0x2b, 0x32, 0x8f, 0x61, 0x68, 0xd4, 0xeb, 0x8a, 0xde, 0xaa, 0xdb, 0xd7, 0xc4, 0x89, 0x4e, 0x29, 0x70, 0x7c, 0x0c, 0x3c, 0xb4, 0x87, 0xd1, 0x23, 0xc6, 0xa2, 0x4a, 0x14, 0x54, 0xa7, 0x56, 0xac, 0xf1, 0x92, 0xad, 0xc7, 0x18, 0x24, 0x57, 0xdf, 0xad, 0x9b, 0x94, 0x16, 0x54, 0x0f, 0xd3, 0xe7, 0x58, 0xbe, 0xd4, 0x76, 0x81, 0xdb, 0x74, 0x21, 0x16, 0x4e, 0x29, 0xb7, 0x52, 0xbc, 0x18, 0xc1, 0x02, 0x42, 0x84, 0x91, 0x06, 0x67, 0xf5, 0xe5, 0x59, 0xb6, 0xd0, 0x97, 0x4b, 0x8d, 0x1d, 0x09, 0x12, 0xa6, 0x29, 0x78, 0xc9, 0x2e, 0x53, 0xa4, 0x6e, 0xc9, 0xf9, 0xc9, 0x28, 0xc9, 0x27, 0xeb, 0xc9, 0xea, 0x8c, 0xdb, 0xb9, 0x31, 0x8f, 0x8d, 0x79, 0xbd, 0xc9, 0x79, 0x6e, 0x15, 0xa8, 0x92, 0x4e, 0x76, 0x35, 0x27, 0x6e, 0xd8, 0xd6, 0xbd, 0xeb, 0x75, 0xd3, 0xed, 0xa9, 0xf3, 0x8f, 0xdc, 0x35, 0x2a, 0xcc, 0x43, 0x71, 0xd2, 0x5f, 0x71, 0xc8, 0xd1, 0xe4, 0xb0, 0x1f, 0x4a, 0xd4, 0x5c, 0x4b, 0x9b, 0x02, 0x9b, 0x04, 0x15, 0x1c, 0x90, 0x12, 0xac, 0xad, 0x24, 0x2b, 0x21, 0x65, 0xdb, 0x38, 0xf3, 0x0e, 0x09, 0xd8, 0xe2, 0x67, 0xeb, 0x49, 0xa5, 0x34, 0xb5, 0x6a, 0x8d, 0xa1, 0x0e, 0xa9, 0x09, 0xe2, 0x05, 0x40, 0x15, 0x23, 0x13, 0xee, 0x94, 0x9e, 0x63, 0x69, 0x32, 0x20, 0x93, 0x3a, 0x0f, 0x4c, 0xf4, 0xc5, 0xcd, 0x3b, 0xd4, 0x34, 0xc4, 0xb6, 0xa8, 0x69, 0x8d, 0x67, 0xd3, 0x61, 0xad, 0xca, 0x0d, 0x45, 0xb9, 0x4a, 0x5c, 0x74, 0x25, 0xc6, 0x98, 0x70, 0x3a, 0xde, 0x5d, 0x2d, 0x25, 0x24, 0xb8, 0x53, 0xc2, 0x41, 0xfc, 0x24, 0xac, 0x11, 0xb9, 0x20, 0x5c, 0x81, 0xe2, 0xe2, 0x51, 0xfa, 0x57, 0xb2, 0xb5, 0xa4, 0xda, 0xa1, 0x41, 0xf4, 0xbc, 0x4c, 0x09, 0x12, 0x4a, 0xb7, 0xf3, 0x2a, 0x23, 0x6a, 0x5a, 0x5e, 0xa9, 0xd6, 0x93, 0x6a, 0xd5, 0x2b, 0xf2, 0x6e, 0x94, 0x4c, 0x96, 0xe5, 0xde, 0xed, 0x31, 0xa3, 0x3e, 0xa6, 0xfc, 0x68, 0xea, 0xa7, 0x07, 0xd3, 0xbd, 0x49, 0x5a, 0x5d, 0x6d, 0x2e, 0x29, 0xa6, 0x56, 0x56, 0x3f, 0x31, 0x73, 0x09, 0x1b, 0x81, 0x03, 0xa1, 0x7b, 0xd4, 0xe4, 0x95, 0x73, 0xeb, 0x54, 0x16, 0x37, 0x85, 0x0d, 0x3a, 0xed, 0xe5, 0xc9, 0x1e, 0x35, 0x24, 0x18, 0x31, 0xc3, 0x38, 0x11, 0x20, 0x48, 0x1c, 0xc4, 0xcf, 0x9d, 0x4e, 0xd9, 0xd5, 0xf8, 0x56, 0x34, 0xe9, 0xb4, 0xd9, 0xf7, 0x65, 0x48, 0xc0, 0x91, 0x25, 0xe7, 0x68, 0xe8, 0x6e, 0x53, 0x45, 0xd3, 0x23, 0xc3, 0x1b, 0xce, 0x10, 0xb9, 0x2f, 0x29, 0x4a, 0x48, 0x77, 0xd4, 0xee, 0x01, 0x6a, 0x29, 0x50, 0xc6, 0x70, 0x9c, 0x12, 0x6d, 0xf8, 0xde, 0x90, 0x93, 0x8f, 0xbe, 0xb5, 0x6d, 0xa4, 0x1e, 0xf1, 0xf7, 0x59, 0x6d, 0xd2, 0x50, 0x93, 0x82, 0x7d, 0x04, 0xc1, 0x24, 0xc8, 0xe2, 0xe2, 0x9e, 0x86, 0x45, 0x56, 0xf4, 0xd7, 0x2c, 0x1d, 0x74, 0xd5, 0x78, 0x77, 0xdd, 0x7a, 0xc9, 0xb5, 0x26, 0xc2, 0x2e, 0x4f, 0x71, 0xb9, 0xf5, 0x88, 0x02, 0x7c, 0x99, 0x6b, 0x65, 0x99, 0x6d, 0x23, 0x72, 0x61, 0xac, 0xb8, 0xb4, 0x92, 0xd8, 0x73, 0xc8, 0x94, 0xec, 0x0e, 0x23, 0x76, 0xe2, 0x07, 0x50, 0x2b, 0xbd, 0x45, 0xc9, 0x1c, 0xb3, 0x3f, 0x31, 0xb0, 0xaa, 0x2b, 0xfb, 0x5b, 0x6b, 0xbd, 0x69, 0x2a, 0x7d, 0xa6, 0xd4, 0x12, 0x4e, 0x54, 0x9e, 0x22, 0x48, 0x04, 0x6c, 0x33, 0x83, 0x93, 0x8d, 0xeb, 0x15, 0x5a, 0xbd, 0xc5, 0x6a, 0x9d, 0xbb, 0xde, 0x1a, 0x58, 0x8d, 0x70, 0x4e, 0xb8, 0xe8, 0x55, 0x0a, 0xe5, 0x7e, 0x3c, 0x1b, 0x67, 0xd6, 0x4a, 0x7a, 0x03, 0x89, 0x65, 0x6e, 0x88, 0xed, 0x30, 0xd9, 0xda, 0xf9, 0x49, 0x29, 0x42, 0x52, 0x16, 0x09, 0xc1, 0x19, 0x1f, 0x20, 0x59, 0xb8, 0xd3, 0x7e, 0xcb, 0x20, 0x09, 0x11, 0xcb, 0xad, 0x69, 0xb5, 0x90, 0xd6, 0x9d, 0xa3, 0x2e, 0xe1, 0xa6, 0x3b, 0xc5, 0x04, 0xc8, 0x48, 0xe2, 0xc9, 0xe9, 0x8c, 0xe7, 0xf5, 0xad, 0x73, 0x7d, 0xd9, 0xb4, 0x6d, 0x7f, 0xd1, 0xaa, 0x75, 0xa3, 0x5d, 0xb6, 0x21, 0xd9, 0x17, 0x5d, 0x6e, 0xba, 0xf3, 0xbe, 0x8a, 0xa5, 0x11, 0xf6, 0x95, 0xe4, 0x6d, 0x2e, 0xac, 0x46, 0xdc, 0xa6, 0xca, 0xd6, 0xb4, 0xa1, 0x0a, 0x59, 0x4a, 0xb9, 0x09, 0x48, 0x03, 0x01, 0x20, 0x75, 0x5a, 0xb4, 0xb8, 0x85, 0x85, 0xa0, 0x09, 0x07, 0xcf, 0x6d, 0xbc, 0xeb, 0xce, 0x2f, 0xb4, 0x4b, 0xee, 0xda, 0xf6, 0x67, 0xba, 0x5b, 0x06, 0xdd, 0xe5, 0x9e, 0x22, 0x20, 0x9e, 0x18, 0x98, 0x04, 0x91, 0x27, 0xa9, 0x9f, 0x77, 0x2a, 0x6b, 0xda, 0xdf, 0x6a, 0x50, 0x34, 0xcb, 0xb9, 0x3d, 0x35, 0x8f, 0xaa, 0xca, 0xb6, 0x6b, 0x70, 0xea, 0xaf, 0x55, 0xe3, 0xb7, 0x48, 0x12, 0x54, 0xe2, 0x5c, 0x5b, 0x48, 0x7d, 0xbc, 0xb8, 0x95, 0xa0, 0x7b, 0x4b, 0x9c, 0x27, 0xe4, 0xa9, 0x43, 0x18, 0xc8, 0xc7, 0x52, 0xf1, 0x90, 0xe9, 0x23, 0x9c, 0x7c, 0xab, 0x33, 0xd8, 0xee, 0xc7, 0x6a, 0x1a, 0x1e, 0xbd, 0xa7, 0x26, 0xfd, 0x68, 0x58, 0xfe, 0x30, 0x20, 0x19, 0xce, 0x72, 0x64, 0x0c, 0x79, 0xf5, 0xa3, 0xfe, 0xe2, 0x6a, 0xda, 0x43, 0xa4, 0xf7, 0x75, 0xf7, 0x68, 0x59, 0x74, 0xa8, 0xd4, 0xaa, 0x83, 0xf4, 0xb6, 0x59, 0x6e, 0x9f, 0x12, 0x2a, 0xd4, 0x86, 0x64, 0xa6, 0x54, 0xb0, 0xe2, 0x5a, 0xfc, 0x25, 0x14, 0x1c, 0x01, 0xf3, 0xe3, 0x3b, 0x4b, 0x78, 0x56, 0x38, 0xe8, 0x3b, 0xe7, 0x49, 0x49, 0x11, 0x18, 0xe9, 0xf1, 0xeb, 0x5e, 0xb3, 0xda, 0x15, 0x5a, 0xd9, 0x77, 0xed, 0xb3, 0xe1, 0x52, 0x90, 0x98, 0x81, 0xce, 0x55, 0xb4, 0x0d, 0xfa, 0xed, 0xca, 0xbc, 0xfb, 0x3d, 0x68, 0xfa, 0x7d, 0x70, 0xda, 0x7a, 0x9f, 0x58, 0xbd, 0xec, 0x1a, 0x3d, 0x56, 0xa9, 0x49, 0xa5, 0x44, 0x95, 0x0f, 0xef, 0xd8, 0xbb, 0xfc, 0x2c, 0x25, 0x12, 0x8b, 0x8a, 0x4e, 0x47, 0xb0, 0x6e, 0xf1, 0x82, 0xb3, 0xed, 0x1c, 0x64, 0x8e, 0x3a, 0x8f, 0x4c, 0x52, 0x92, 0xda, 0xb1, 0x39, 0xaa, 0xde, 0xc2, 0xe9, 0xf6, 0xcf, 0x25, 0xf3, 0x74, 0xd8, 0x27, 0xc3, 0x1c, 0x42, 0x7f, 0xab, 0x69, 0xf9, 0xd6, 0x6d, 0xd2, 0x9d, 0x57, 0xd4, 0x8a, 0x7e, 0xa2, 0xdc, 0x14, 0x4b, 0x6a, 0xa5, 0xf7, 0x7c, 0x77, 0xae, 0x6a, 0xca, 0x61, 0xa1, 0x50, 0x19, 0x75, 0xb5, 0xc5, 0x44, 0xb8, 0x89, 0x40, 0x46, 0xf5, 0x20, 0x10, 0x12, 0xb7, 0x76, 0xed, 0x57, 0x1c, 0x7b, 0x48, 0xc0, 0xea, 0xfa, 0xc8, 0x32, 0x5c, 0x58, 0x4f, 0x94, 0xfa, 0xd1, 0x3d, 0x8b, 0x65, 0xd6, 0x1c, 0xbc, 0x42, 0xf6, 0x0e, 0xab, 0x87, 0x94, 0x26, 0x4c, 0x01, 0xe5, 0xd2, 0x8a, 0x74, 0x86, 0xef, 0xbf, 0xf5, 0xbf, 0x49, 0x69, 0xf6, 0xf5, 0xf1, 0x5a, 0x51, 0x6a, 0x14, 0x28, 0xd3, 0x9b, 0x5c, 0x1a, 0x77, 0x91, 0xe9, 0x12, 0x9d, 0x85, 0xe7, 0x73, 0xc8, 0x4b, 0x88, 0x6d, 0xb0, 0x77, 0x2b, 0x60, 0xc0, 0x49, 0xc2, 0xb9, 0x1b, 0x79, 0xa9, 0xbe, 0x41, 0x71, 0xf7, 0x12, 0x70, 0x01, 0x9d, 0xaa, 0x7d, 0x4f, 0x4f, 0x7f, 0x5b, 0xbc, 0x55, 0x94, 0xf0, 0xa5, 0x06, 0x46, 0x33, 0x24, 0x73, 0x24, 0x80, 0x37, 0xc7, 0xe9, 0x9a, 0x1e, 0xd4, 0x4e, 0xd6, 0x6c, 0xab, 0x67, 0x56, 0x34, 0xf2, 0x2e, 0xa6, 0x5c, 0x45, 0xfb, 0x62, 0xea, 0x7a, 0x1d, 0x36, 0xac, 0xba, 0x8b, 0x2d, 0x44, 0xf4, 0x89, 0x69, 0xe6, 0xc1, 0x75, 0x72, 0x3c, 0x8a, 0xf1, 0x23, 0x6a, 0xce, 0xe5, 0xa1, 0x69, 0x20, 0x7c, 0x9c, 0x2b, 0x3d, 0x11, 0x68, 0xa7, 0x59, 0x1e, 0x03, 0x04, 0x99, 0xcf, 0x30, 0x7f, 0x6a, 0xca, 0x7b, 0x23, 0xfd, 0x8a, 0xed, 0x25, 0xa7, 0x13, 0xa5, 0x4d, 0xba, 0x90, 0xda, 0xba, 0x24, 0x83, 0x82, 0xa2, 0x64, 0x46, 0x77, 0x07, 0x78, 0xde, 0xbf, 0x50, 0xbb, 0x4f, 0xed, 0x7a, 0xae, 0xcb, 0x08, 0x61, 0xa8, 0x8f, 0xa9, 0x50, 0xa9, 0x0a, 0x75, 0xd3, 0x5d, 0x77, 0x01, 0x6f, 0xca, 0x57, 0x95, 0xc5, 0x1f, 0x27, 0xb5, 0x3e, 0x3c, 0x20, 0x9f, 0x84, 0x9c, 0x11, 0xfa, 0xf4, 0x6a, 0x6f, 0xef, 0x0f, 0xf3, 0x0a, 0xf4, 0xf6, 0xf5, 0x8d, 0x35, 0xc1, 0x29, 0x58, 0x3e, 0x84, 0x53, 0x39, 0x1d, 0xab, 0xf6, 0xb1, 0x22, 0x91, 0x36, 0xa7, 0x16, 0x1c, 0x10, 0x1b, 0xa5, 0xd4, 0xa4, 0x37, 0xff, 0x00, 0x94, 0x4e, 0x1f, 0x11, 0xf5, 0xc1, 0x88, 0xe5, 0x5f, 0x8b, 0xc6, 0xc1, 0xfa, 0xfc, 0x82, 0x33, 0x92, 0x7a, 0x6f, 0xe2, 0x17, 0x9f, 0xd4, 0x2a, 0x44, 0xea, 0xda, 0x69, 0x4c, 0xf1, 0xa7, 0x1e, 0x63, 0xac, 0x53, 0xf3, 0xda, 0x77, 0x69, 0xab, 0x93, 0x31, 0xc4, 0x53, 0xa9, 0xde, 0x9a, 0x1d, 0x42, 0xa4, 0x16, 0xe2, 0x6b, 0xce, 0xf0, 0xd3, 0x31, 0x52, 0x50, 0x82, 0xaf, 0x37, 0xc9, 0x77, 0x2a, 0x4e, 0x4e, 0x55, 0x82, 0x3e, 0x06, 0x3a, 0x5f, 0xc4, 0x2e, 0xc7, 0xf3, 0x0a, 0x41, 0xab, 0xe9, 0xa5, 0x2a, 0x50, 0x58, 0x81, 0xbe, 0x47, 0xef, 0x5e, 0xd2, 0xfb, 0x50, 0xed, 0x2e, 0x44, 0x98, 0x8a, 0x76, 0x34, 0x0f, 0x4e, 0x6a, 0x54, 0x78, 0xcf, 0x3a, 0xaa, 0xdb, 0xd8, 0xca, 0xe2, 0xad, 0xe7, 0xc2, 0x88, 0x7b, 0x09, 0xde, 0x52, 0x3f, 0x98, 0xa4, 0x81, 0x8e, 0xbb, 0xf1, 0x0b, 0xb3, 0xfc, 0xc3, 0xe5, 0x5c, 0x35, 0x8d, 0x34, 0x89, 0xef, 0x13, 0x18, 0xe6, 0x39, 0xfb, 0xe9, 0x85, 0x5b, 0xb4, 0x3e, 0xdf, 0x66, 0x69, 0x6c, 0x5a, 0xf6, 0x9d, 0x54, 0xd8, 0x62, 0xe9, 0x72, 0x6d, 0x29, 0x88, 0xac, 0xc6, 0x9c, 0xa9, 0x2b, 0x90, 0x25, 0x1a, 0x89, 0x70, 0x14, 0x17, 0xb0, 0x80, 0x1b, 0x61, 0xb0, 0xa5, 0xf0, 0x12, 0x07, 0x27, 0xdc, 0x55, 0xd3, 0x1c, 0xbb, 0xbb, 0x75, 0x92, 0x0a, 0xa7, 0xcb, 0x6f, 0x5a, 0xc6, 0x76, 0xcb, 0x56, 0x45, 0xde, 0x8b, 0xec, 0xf6, 0x8f, 0xf0, 0xad, 0xc5, 0x25, 0x3e, 0x18, 0x51, 0x50, 0x57, 0x14, 0xa6, 0x01, 0x18, 0x20, 0x64, 0xc8, 0x80, 0x0f, 0x2a, 0xd7, 0x16, 0x1d, 0x6a, 0xdf, 0xd1, 0xcb, 0x2c, 0x4c, 0x81, 0x5f, 0xa0, 0x55, 0xea, 0x16, 0xe5, 0x0d, 0xaa, 0x7c, 0x0a, 0x2d, 0x3a, 0x7c, 0x7f, 0x2b, 0xb1, 0x9a, 0x71, 0x2f, 0x15, 0x28, 0x47, 0x21, 0x49, 0x5e, 0xc5, 0x3a, 0xe6, 0x15, 0xe4, 0x09, 0x09, 0xdc, 0x49, 0xc1, 0xdf, 0x54, 0x78, 0x9a, 0x41, 0x54, 0xcc, 0x7d, 0xf9, 0x67, 0xe3, 0x46, 0x32, 0xe2, 0x34, 0xbb, 0x42, 0xe0, 0x29, 0x52, 0x9b, 0x48, 0x01, 0x29, 0x23, 0x20, 0x41, 0x9f, 0x0e, 0x46, 0x24, 0xf3, 0x81, 0x51, 0x97, 0x55, 0xd7, 0xa9, 0x56, 0xfd, 0x30, 0xea, 0x45, 0x57, 0x46, 0x63, 0xb5, 0x01, 0xf4, 0xc6, 0x6a, 0x14, 0xa1, 0x50, 0x75, 0x25, 0xdf, 0x33, 0x88, 0x69, 0xb0, 0x24, 0xaa, 0x26, 0xd2, 0xaf, 0x22, 0xc2, 0x4e, 0xd5, 0x2b, 0x01, 0x2a, 0x27, 0x20, 0x10, 0x1e, 0x84, 0xbf, 0xde, 0x87, 0xf8, 0x30, 0x47, 0x5c, 0x7d, 0x2a, 0xc9, 0x5a, 0xdd, 0xeb, 0x56, 0x7c, 0x4a, 0xb7, 0x4f, 0x0e, 0x23, 0x39, 0xc9, 0x00, 0x67, 0x87, 0xcf, 0x6a, 0x96, 0xee, 0x1e, 0xf3, 0xd7, 0xce, 0xcd, 0xb4, 0x46, 0xab, 0x7b, 0xd6, 0x34, 0xf2, 0xd3, 0xfb, 0x8e, 0x24, 0xdd, 0xf2, 0xa9, 0xcd, 0x55, 0xdd, 0x7d, 0xd7, 0x64, 0xca, 0x78, 0x07, 0x94, 0x4a, 0xa3, 0xa0, 0x7e, 0x75, 0xab, 0x0a, 0xf9, 0x21, 0x23, 0x01, 0x20, 0x01, 0xd5, 0x80, 0xb7, 0xb8, 0x38, 0x04, 0x45, 0x53, 0xea, 0xf7, 0xfa, 0xb7, 0x67, 0x34, 0x67, 0xae, 0x7b, 0x94, 0x14, 0xa6, 0x0c, 0x71, 0x13, 0x25, 0x4a, 0xf1, 0x4f, 0x84, 0x75, 0xa6, 0x3a, 0x8b, 0xa6, 0xdd, 0xc6, 0x77, 0x2b, 0xda, 0xad, 0x33, 0x56, 0xa5, 0xd9, 0xf6, 0xad, 0x26, 0x33, 0xf4, 0xf8, 0xb5, 0xca, 0x4b, 0x90, 0xee, 0x19, 0x4a, 0x7f, 0xd2, 0xa4, 0x07, 0x36, 0x28, 0x06, 0x70, 0x55, 0xe2, 0x2e, 0x24, 0x24, 0xa8, 0xa4, 0x17, 0x07, 0x3f, 0x23, 0xa6, 0x39, 0x6c, 0xe3, 0x89, 0x21, 0x44, 0x44, 0x1a, 0x8a, 0xfa, 0xd7, 0x5a, 0xd7, 0xfb, 0x3e, 0x95, 0x94, 0xa1, 0x0b, 0x3c, 0x2b, 0x4c, 0x2d, 0x46, 0x06, 0x0c, 0x6d, 0xb9, 0x12, 0x23, 0x23, 0x34, 0x27, 0x6c, 0x76, 0xb3, 0x53, 0xa3, 0xd1, 0xad, 0x3d, 0x5b, 0xb9, 0xe2, 0xcc, 0x9b, 0x48, 0xad, 0x48, 0x80, 0xfa, 0x62, 0x49, 0x61, 0x90, 0x25, 0x07, 0x94, 0x92, 0xb6, 0x4e, 0xd9, 0x05, 0xd0, 0x40, 0x2b, 0x04, 0x96, 0xf0, 0x4a, 0x7f, 0x42, 0x33, 0x4b, 0xf8, 0x72, 0x9b, 0x40, 0x74, 0x99, 0x1f, 0x5a, 0xa8, 0xb4, 0xec, 0xa1, 0x48, 0x6a, 0xed, 0xd2, 0x54, 0x0f, 0x09, 0xe1, 0x20, 0x73, 0x8c, 0x13, 0xc4, 0x4f, 0x3e, 0x9c, 0xa8, 0x0b, 0xbc, 0x0a, 0x25, 0x9d, 0x43, 0xd5, 0x7b, 0x66, 0x6d, 0xb8, 0xcb, 0xac, 0xcf, 0x95, 0x4e, 0x96, 0xed, 0x46, 0x3a, 0xa2, 0xf8, 0x52, 0xee, 0x43, 0x2a, 0x4c, 0x84, 0x83, 0x8e, 0x1c, 0x0b, 0xe3, 0x68, 0xc1, 0xd8, 0x48, 0x27, 0x39, 0x2c, 0xb8, 0x09, 0x0d, 0xaa, 0x37, 0xf0, 0xd5, 0x77, 0x6c, 0x58, 0xb5, 0x66, 0xf1, 0xb5, 0xb5, 0x85, 0x10, 0x64, 0x6d, 0x8c, 0x67, 0xdf, 0xf0, 0xc5, 0x67, 0x8d, 0x6f, 0xbf, 0xef, 0x1b, 0xc6, 0xd4, 0xa2, 0x31, 0x5d, 0xac, 0x54, 0xea, 0x66, 0x15, 0x4e, 0x63, 0x31, 0x4b, 0xf2, 0x16, 0xf0, 0x61, 0x94, 0xb8, 0x50, 0x96, 0xd2, 0x0e, 0x76, 0x80, 0x12, 0x90, 0x31, 0x8e, 0x12, 0x3f, 0x4e, 0xa5, 0xb4, 0x58, 0x4b, 0xca, 0x93, 0x1e, 0x11, 0xf4, 0x15, 0xe5, 0x3d, 0xaa, 0x7a, 0xff, 0x00, 0x54, 0xd3, 0x1a, 0x43, 0x85, 0x4b, 0x29, 0x52, 0xe3, 0x73, 0x02, 0x60, 0x7d, 0x29, 0x85, 0x8e, 0xcc, 0x63, 0x4a, 0x96, 0x8a, 0xb3, 0x12, 0x9b, 0x53, 0x89, 0xc3, 0x3b, 0x18, 0xdd, 0x82, 0x52, 0xb4, 0xe4, 0x82, 0x47, 0xc6, 0xe1, 0xf1, 0xfe, 0x8e, 0xa7, 0x7a, 0x16, 0xb4, 0xa9, 0x2a, 0x18, 0xf3, 0xf7, 0xf9, 0xd6, 0x2b, 0x4c, 0x53, 0x76, 0x8c, 0xbe, 0xcd, 0xcb, 0x4b, 0x3c, 0x42, 0x01, 0x08, 0x98, 0x90, 0x52, 0x71, 0x29, 0xeb, 0x4e, 0xd9, 0x81, 0x0a, 0x14, 0x57, 0x03, 0x53, 0x65, 0x15, 0x04, 0xaf, 0xc6, 0x85, 0xd3, 0xb6, 0xef, 0x56, 0x0e, 0x06, 0x42, 0xcf, 0xd7, 0x1f, 0xf8, 0xe0, 0xf7, 0x7c, 0xb9, 0x1b, 0x7c, 0x7f, 0xb5, 0x57, 0x1d, 0x1f, 0x4c, 0x71, 0xa5, 0x29, 0x4b, 0x77, 0x88, 0x03, 0xc2, 0x3b, 0x98, 0x05, 0x5c, 0x81, 0x3c, 0x66, 0x3e, 0x14, 0x71, 0xa5, 0xbd, 0xb9, 0x5c, 0x97, 0x26, 0x89, 0x56, 0xf5, 0xaa, 0xa1, 0x71, 0x53, 0x69, 0x34, 0xb9, 0x75, 0x86, 0xed, 0xcf, 0xe3, 0xca, 0xda, 0xb1, 0x26, 0x41, 0x43, 0x6c, 0xf0, 0x46, 0x76, 0xa9, 0x6f, 0x20, 0x64, 0x64, 0x0d, 0xaa, 0xdd, 0xb4, 0x60, 0xf5, 0x2a, 0xda, 0x53, 0xea, 0x41, 0x4e, 0x42, 0x4c, 0xd7, 0xae, 0xff, 0x00, 0x87, 0x9d, 0x86, 0xd4, 0xb5, 0x3d, 0x25, 0xdb, 0xc0, 0xae, 0x10, 0xbf, 0x07, 0x09, 0x06, 0x71, 0x19, 0x88, 0xda, 0x4f, 0xc0, 0x1a, 0xd2, 0x7a, 0x79, 0xdb, 0x0d, 0xdd, 0x4d, 0xac, 0x49, 0x95, 0x72, 0x53, 0xeb, 0xf5, 0xe8, 0x4c, 0x21, 0x31, 0xdf, 0xa7, 0xd0, 0xaa, 0x0c, 0xc5, 0x54, 0x97, 0x0c, 0x65, 0xa9, 0x0d, 0x15, 0xbe, 0xf3, 0x65, 0x5b, 0x5a, 0x4b, 0x99, 0x09, 0xf6, 0xe1, 0x38, 0xdd, 0x83, 0x83, 0x5d, 0xec, 0x69, 0xb6, 0x05, 0x6f, 0xa8, 0x46, 0xdb, 0xf3, 0xe5, 0x5e, 0xc1, 0xa4, 0xf6, 0x26, 0xe4, 0x5c, 0x1e, 0xfd, 0xc5, 0x2c, 0x46, 0x42, 0x49, 0x49, 0x38, 0xc4, 0x99, 0xe4, 0x31, 0x1b, 0x7b, 0xa9, 0x5d, 0x41, 0xd2, 0x5b, 0x96, 0x1c, 0x5a, 0x86, 0x98, 0xd9, 0xcd, 0xbb, 0x2f, 0xf6, 0xa2, 0x52, 0x27, 0xc0, 0x8e, 0xfb, 0xca, 0x95, 0x2a, 0x3b, 0x4c, 0x48, 0x2e, 0x38, 0xd6, 0xf4, 0x3f, 0xb3, 0xd8, 0x18, 0x7f, 0x7e, 0xe2, 0x39, 0x6c, 0x7e, 0x71, 0xf9, 0x88, 0x16, 0x6e, 0x16, 0x89, 0x44, 0x14, 0xa8, 0x18, 0xf8, 0x63, 0x9f, 0xd6, 0x8e, 0x5e, 0x81, 0x75, 0x6a, 0x87, 0x98, 0x6c, 0xc8, 0x70, 0xe2, 0x49, 0x24, 0x6d, 0x89, 0x9c, 0xf3, 0xdf, 0x9f, 0x5e, 0x79, 0x2f, 0xb7, 0xd9, 0xba, 0x63, 0x7a, 0xdc, 0x4a, 0xd0, 0xeb, 0x0e, 0xa9, 0x5c, 0x97, 0x70, 0x53, 0x84, 0x9f, 0x5f, 0x02, 0x35, 0xbc, 0xeb, 0x5b, 0x5d, 0x69, 0x6a, 0xf3, 0xe4, 0xa9, 0xd0, 0x32, 0x16, 0x55, 0x9f, 0xdf, 0xd4, 0x8e, 0xe9, 0xfa, 0x89, 0x5f, 0x1f, 0x11, 0x00, 0xed, 0xf7, 0x35, 0x5e, 0x3b, 0x27, 0xad, 0xdb, 0x31, 0x0d, 0xdc, 0x10, 0x07, 0x21, 0x23, 0xf5, 0xab, 0x32, 0xf4, 0xd0, 0x59, 0x96, 0xdd, 0x25, 0x57, 0x6a, 0xe6, 0x43, 0x9f, 0x06, 0x3b, 0xad, 0x37, 0x1e, 0x56, 0xf5, 0x15, 0x6e, 0x79, 0x84, 0x3a, 0x30, 0x95, 0x8c, 0xa4, 0xec, 0x58, 0xe3, 0xf3, 0x60, 0x13, 0x8c, 0x73, 0xd5, 0x5d, 0xca, 0x2e, 0x10, 0x08, 0x5a, 0xa4, 0x03, 0x1f, 0xad, 0x65, 0xf5, 0x8b, 0x0d, 0x5e, 0xd1, 0xa5, 0x2d, 0xe7, 0x78, 0xd0, 0x92, 0x07, 0xe6, 0x3b, 0x90, 0x0e, 0xc7, 0xd6, 0x82, 0xe3, 0xd0, 0x63, 0xc5, 0xfe, 0x2d, 0x16, 0x3a, 0x9b, 0x42, 0x46, 0x42, 0x11, 0x90, 0x81, 0x9f, 0xa0, 0x1f, 0x1f, 0xaf, 0x1d, 0x0f, 0xde, 0x3c, 0x44, 0xf1, 0x1a, 0xa3, 0x1a, 0xa5, 0xf0, 0x01, 0x3c, 0x6a, 0x8f, 0x53, 0x5f, 0x47, 0x3e, 0xc5, 0x67, 0x65, 0x2e, 0x97, 0x78, 0xb5, 0x22, 0x43, 0xab, 0x4b, 0x4c, 0x40, 0x4b, 0x61, 0xc5, 0x95, 0x04, 0x8d, 0xcf, 0xf0, 0x33, 0xf1, 0xd6, 0xa3, 0xb3, 0xb2, 0xa4, 0xac, 0x9d, 0xf1, 0xfa, 0xd7, 0xa3, 0x76, 0x19, 0xe7, 0x1e, 0x53, 0xc5, 0x64, 0x9c, 0x23, 0xe7, 0xc5, 0x5b, 0xb3, 0xad, 0x2d, 0x7a, 0x15, 0x29, 0xd7, 0x57, 0x50, 0x7f, 0x70, 0x60, 0xff, 0x00, 0x01, 0x77, 0x78, 0x03, 0x9f, 0xd9, 0xd9, 0x80, 0x63, 0xf5, 0xf1, 0x2b, 0xa1, 0xee, 0xbf, 0xd3, 0xaf, 0xd0, 0xd0, 0x3a, 0xa7, 0xff, 0x00, 0xc6, 0xbd, 0xfe, 0xd5, 0x7d, 0x2b, 0xe6, 0xf5, 0x23, 0xb7, 0xb9, 0x55, 0x9a, 0x29, 0x91, 0x7d, 0xd4, 0x6e, 0x55, 0xb4, 0xa8, 0x5e, 0xa6, 0x8c, 0x69, 0x14, 0xa9, 0x12, 0x63, 0x34, 0x92, 0x95, 0x61, 0x4e, 0x28, 0x36, 0x42, 0x50, 0x14, 0x08, 0x25, 0x3c, 0x0d, 0xa7, 0x9e, 0xb1, 0xad, 0x34, 0xa4, 0x36, 0x0b, 0xaa, 0x89, 0xdb, 0x35, 0x8b, 0xb2, 0xd0, 0x6f, 0x2e, 0x18, 0x25, 0xc5, 0xaf, 0x6f, 0x0f, 0x0c, 0x91, 0xef, 0xfe, 0xd4, 0xe2, 0xf2, 0x77, 0x47, 0x6d, 0x0a, 0x15, 0x22, 0xd1, 0xd5, 0x0b, 0x16, 0x45, 0xd1, 0x56, 0x6e, 0x12, 0x5e, 0x94, 0xc2, 0x22, 0x16, 0x1c, 0x64, 0x05, 0xa4, 0x0c, 0x05, 0x6c, 0x75, 0xc3, 0x96, 0x88, 0xc3, 0xa9, 0x18, 0x24, 0x90, 0xa0, 0x30, 0x04, 0xe4, 0x06, 0xca, 0x12, 0xe2, 0x25, 0x40, 0x6f, 0xfd, 0xe9, 0x2f, 0xdd, 0xd3, 0xec, 0x83, 0x76, 0xf7, 0x8d, 0x17, 0x5c, 0x00, 0x13, 0x8c, 0xfc, 0xe0, 0x9c, 0xf5, 0xa0, 0x38, 0x36, 0x4e, 0x94, 0x5f, 0x36, 0x9d, 0xc7, 0x7a, 0x58, 0xb6, 0x8b, 0x14, 0xfa, 0x85, 0x39, 0xb4, 0x33, 0x4c, 0xa5, 0xdc, 0xd7, 0x2c, 0xaa, 0x7b, 0x42, 0x52, 0x10, 0xda, 0x56, 0xd3, 0xaa, 0x12, 0x50, 0x06, 0xf5, 0x07, 0x54, 0x56, 0x37, 0xec, 0xf6, 0x8c, 0x00, 0xa1, 0xd1, 0x0c, 0xb7, 0x3c, 0x45, 0x40, 0x01, 0x88, 0x9f, 0x4e, 0x55, 0x0d, 0x9d, 0x86, 0x8b, 0xaa, 0x07, 0x1c, 0x58, 0x53, 0x7c, 0x26, 0x32, 0xa5, 0x08, 0x22, 0x24, 0x10, 0x16, 0x01, 0xcf, 0x39, 0xa9, 0xb7, 0x3b, 0x69, 0xd3, 0xcb, 0x8b, 0x55, 0x29, 0x7a, 0x7e, 0x9a, 0xb4, 0x16, 0x58, 0x7a, 0xda, 0x7e, 0x6c, 0x91, 0x19, 0xff, 0x00, 0x58, 0x5c, 0x52, 0x1e, 0x79, 0x25, 0x69, 0x32, 0x24, 0x39, 0x91, 0x84, 0xa5, 0x2a, 0x4e, 0xf3, 0xb4, 0x24, 0xfc, 0x72, 0x3a, 0x62, 0xdb, 0x1d, 0xfa, 0x40, 0x10, 0x23, 0x71, 0x48, 0xff, 0x00, 0x67, 0x6c, 0x95, 0xab, 0xa6, 0xdd, 0xb5, 0xf8, 0x78, 0x09, 0xcc, 0xa8, 0x9c, 0x9e, 0x6a, 0x51, 0x3e, 0x51, 0x44, 0x55, 0x5b, 0xbf, 0x4e, 0xe0, 0xe9, 0x2d, 0x56, 0xd1, 0xab, 0x6a, 0x55, 0x7a, 0x25, 0x3a, 0x90, 0xdb, 0x54, 0x0a, 0x84, 0x78, 0xd4, 0x19, 0x3b, 0x5a, 0x69, 0xc6, 0x16, 0x80, 0xc2, 0x7c, 0x6d, 0x6e, 0x75, 0x24, 0x36, 0x84, 0x6e, 0x6b, 0x84, 0x67, 0xdc, 0x78, 0x49, 0x05, 0x37, 0x21, 0x23, 0x24, 0xfa, 0xfe, 0xf3, 0x5a, 0xa5, 0xd8, 0x77, 0x96, 0x42, 0xd8, 0xac, 0x80, 0xa4, 0xc7, 0xba, 0x0e, 0x30, 0x3a, 0x0c, 0x46, 0xdf, 0x0a, 0x0c, 0xd1, 0x1a, 0xee, 0x8c, 0x69, 0x2d, 0x26, 0xe5, 0xb5, 0xeb, 0xd7, 0x13, 0x31, 0x51, 0xf7, 0xf4, 0x85, 0x42, 0x8b, 0x35, 0xc7, 0x64, 0x2c, 0x36, 0xd8, 0xda, 0x14, 0x49, 0x46, 0x32, 0x52, 0x91, 0xfb, 0xc7, 0x3f, 0x19, 0x23, 0xa3, 0xac, 0x2f, 0x2d, 0x99, 0x42, 0xc3, 0xe4, 0x0c, 0xe2, 0x47, 0x2a, 0xca, 0xe8, 0x27, 0x47, 0xd1, 0x1b, 0x7a, 0xd5, 0xc5, 0xf0, 0xca, 0xd5, 0x01, 0x4a, 0x2a, 0x30, 0x04, 0x4e, 0x46, 0x30, 0x27, 0x1b, 0x50, 0x05, 0x3a, 0xd7, 0xbc, 0x2f, 0x4d, 0x31, 0xd2, 0xc9, 0x10, 0x2d, 0x8a, 0xa5, 0x69, 0x88, 0x69, 0xad, 0x3f, 0x52, 0xfb, 0xb6, 0x13, 0xf2, 0x14, 0xdb, 0x2a, 0x75, 0x4d, 0x07, 0x0a, 0x5a, 0x0b, 0x51, 0x1b, 0x9c, 0x40, 0x0a, 0x3f, 0xca, 0x29, 0x27, 0x69, 0xf8, 0x13, 0x4e, 0xe1, 0x6c, 0x19, 0xab, 0x9e, 0xc5, 0xdb, 0xa1, 0x9d, 0x3d, 0x21, 0x26, 0x64, 0x2b, 0x9c, 0xcf, 0x8c, 0xe4, 0x1e, 0x99, 0xc7, 0x38, 0xde, 0x98, 0x76, 0x65, 0x26, 0xf2, 0x89, 0x2e, 0xd9, 0xd0, 0x2a, 0xb5, 0x91, 0x2e, 0x95, 0x22, 0xde, 0x7e, 0x6d, 0x4e, 0xa2, 0xf2, 0xaa, 0x12, 0x58, 0x9e, 0xa3, 0xbe, 0x44, 0x63, 0x1c, 0x21, 0xb6, 0xd4, 0xa4, 0xb9, 0xb9, 0xd4, 0x15, 0x92, 0x53, 0xed, 0x69, 0x43, 0x19, 0x38, 0x28, 0xe0, 0x97, 0x96, 0x3d, 0xff, 0x00, 0x19, 0xa5, 0x85, 0x3f, 0xac, 0x7b, 0x3a, 0x13, 0x1c, 0x2a, 0x52, 0xf8, 0x81, 0x20, 0x99, 0x91, 0x1b, 0x79, 0xf5, 0xe5, 0x4b, 0x5c, 0x1d, 0xb6, 0xe9, 0x84, 0xbb, 0xed, 0xce, 0xe2, 0xbb, 0x76, 0xa8, 0xb9, 0x0a, 0xae, 0xe3, 0xf3, 0x64, 0x5c, 0x35, 0xa5, 0xce, 0xa8, 0xa2, 0x4c, 0xb5, 0x3c, 0xc9, 0x75, 0xc5, 0x34, 0xb5, 0x70, 0x14, 0x4b, 0x88, 0x70, 0x2b, 0x70, 0xc8, 0x50, 0x50, 0x27, 0x23, 0x0c, 0xba, 0xb8, 0xb8, 0xf6, 0x72, 0x12, 0x70, 0x07, 0x4a, 0x2f, 0x5b, 0x7f, 0x57, 0x62, 0xc8, 0xba, 0xc2, 0xb8, 0x42, 0x67, 0x8a, 0x46, 0x62, 0x39, 0x1e, 0xa0, 0xf3, 0xa3, 0xdb, 0xba, 0x1d, 0xc9, 0xa7, 0xd4, 0x0b, 0x6e, 0xed, 0xaa, 0xdf, 0xb5, 0x8a, 0xaa, 0xeb, 0x00, 0xbc, 0xcf, 0xde, 0x33, 0xa3, 0xb8, 0xa6, 0x5c, 0x75, 0xa6, 0x52, 0xf3, 0x85, 0x4f, 0x45, 0x71, 0xc3, 0x9f, 0x52, 0x53, 0x8d, 0xca, 0x2a, 0x4a, 0x94, 0x07, 0x19, 0x48, 0x8d, 0xa4, 0xba, 0xe3, 0x01, 0x5c, 0x79, 0x22, 0x6a, 0x2b, 0x2d, 0x3f, 0x55, 0xb8, 0xb7, 0x6d, 0xf4, 0x5c, 0xab, 0xc5, 0x06, 0x09, 0x1b, 0x91, 0x9d, 0xd2, 0x4f, 0x96, 0xfb, 0x1a, 0x70, 0xc6, 0xb4, 0x6a, 0x2d, 0x32, 0xb9, 0x39, 0x98, 0xa8, 0x99, 0x54, 0x45, 0xbd, 0x67, 0x49, 0xa9, 0x52, 0xde, 0xa6, 0x49, 0x58, 0x7d, 0x53, 0x97, 0x34, 0xa5, 0xc0, 0x09, 0x09, 0x0b, 0x47, 0xe1, 0xb4, 0x54, 0x84, 0xb6, 0x94, 0x9c, 0xaf, 0xda, 0x4a, 0x8a, 0x8b, 0x51, 0xc2, 0x6e, 0x52, 0xd9, 0x3c, 0x8f, 0xe9, 0x53, 0x69, 0xe6, 0xe9, 0x1a, 0xe8, 0xb3, 0x77, 0x21, 0x28, 0x2a, 0x07, 0x9c, 0x95, 0x67, 0x9f, 0x90, 0xd8, 0x0a, 0xcc, 0x37, 0xdf, 0x78, 0x75, 0xa6, 0x74, 0xe0, 0xea, 0xa5, 0x8b, 0x66, 0x6a, 0x0c, 0x89, 0xb3, 0x6a, 0xeb, 0x85, 0x53, 0x85, 0x2e, 0xff, 0x00, 0x72, 0x9e, 0x98, 0xb2, 0x50, 0xb0, 0x95, 0x80, 0xd8, 0xdb, 0xb0, 0x0c, 0xa3, 0x29, 0x01, 0x21, 0x3b, 0xc2, 0x79, 0x21, 0x58, 0x31, 0x76, 0xad, 0xf7, 0xa4, 0x93, 0x15, 0xa9, 0x7e, 0xde, 0xc1, 0xaf, 0x1b, 0xa4, 0x89, 0xff, 0x00, 0xd8, 0xd4, 0xc6, 0x84, 0x77, 0xcd, 0x5b, 0xd4, 0x3b, 0xd2, 0x5e, 0x87, 0xb7, 0x16, 0xfb, 0x66, 0xb9, 0x51, 0x71, 0x70, 0xae, 0x38, 0x93, 0xee, 0x17, 0x9d, 0x4c, 0x2a, 0x7a, 0xb6, 0xa4, 0xbe, 0x87, 0x55, 0xb8, 0x34, 0xe6, 0xe3, 0xc2, 0xb8, 0x23, 0x69, 0xf8, 0xc8, 0xea, 0x51, 0x66, 0x86, 0xdb, 0x2a, 0x27, 0x95, 0x4c, 0xd5, 0xb3, 0x28, 0x07, 0xbb, 0x98, 0x3e, 0x66, 0xac, 0x48, 0x74, 0xaa, 0x7d, 0x23, 0x50, 0x2b, 0xd7, 0x5e, 0xb4, 0x50, 0xed, 0xf6, 0x60, 0x4a, 0xab, 0x54, 0x1f, 0xa6, 0x57, 0xab, 0x15, 0x80, 0x84, 0xb4, 0xdb, 0x92, 0x99, 0x65, 0x69, 0x74, 0xa5, 0xc0, 0x1b, 0x41, 0x25, 0x39, 0x2b, 0x49, 0x07, 0x04, 0x7d, 0x32, 0x00, 0x60, 0xbc, 0xcb, 0xaa, 0x48, 0xd9, 0x46, 0x7c, 0xeb, 0x18, 0xc0, 0xbd, 0xb2, 0xd5, 0x5d, 0x09, 0x03, 0xf8, 0x8a, 0x3c, 0x39, 0xdf, 0x20, 0x64, 0x72, 0xf5, 0x83, 0x4f, 0x75, 0x5f, 0x4b, 0x51, 0xa6, 0x94, 0xe7, 0xef, 0xdb, 0x46, 0xb1, 0xe9, 0x84, 0xc9, 0xed, 0x53, 0xe3, 0xd2, 0xe8, 0x2d, 0x98, 0xd0, 0xd2, 0xcb, 0x6c, 0xfe, 0x19, 0x43, 0xdb, 0xf6, 0xed, 0x05, 0xbc, 0x04, 0x60, 0x10, 0x9c, 0x10, 0x00, 0x20, 0x74, 0x2d, 0xca, 0x14, 0x5c, 0x2e, 0x49, 0xdf, 0x90, 0x3f, 0xa5, 0x66, 0x3b, 0x44, 0xcd, 0xdd, 0xa1, 0x55, 0xf2, 0x5c, 0x3c, 0x6a, 0x3c, 0x30, 0x0c, 0x0c, 0x0d, 0xf8, 0xa7, 0xca, 0x86, 0x3b, 0xb5, 0xaf, 0x42, 0xae, 0x6a, 0x95, 0x3a, 0x8b, 0x6f, 0x5d, 0x72, 0xe5, 0xa2, 0x4d, 0xb0, 0xcb, 0x4d, 0xb9, 0x02, 0xa4, 0x22, 0xa5, 0x4f, 0x07, 0xde, 0x5f, 0x87, 0xc8, 0x96, 0xbd, 0xc4, 0x05, 0x36, 0x00, 0x01, 0x4a, 0x23, 0x09, 0x3e, 0xe2, 0x30, 0x42, 0x4a, 0x14, 0xdf, 0x12, 0x20, 0x94, 0x9c, 0xc8, 0x93, 0xf0, 0xc5, 0x62, 0xbb, 0x55, 0xa9, 0x34, 0xef, 0x68, 0x9b, 0xb6, 0x0e, 0xa8, 0x87, 0x19, 0x4c, 0x14, 0xaf, 0x81, 0x3c, 0x61, 0x4a, 0x3c, 0x32, 0x01, 0x93, 0x04, 0x01, 0x12, 0x4c, 0x80, 0x64, 0xd5, 0x77, 0x6e, 0x47, 0x83, 0x6f, 0x39, 0x2a, 0x9f, 0x55, 0x90, 0x63, 0xae, 0xa2, 0xcf, 0xa3, 0x74, 0x4b, 0x0b, 0x2e, 0x38, 0xa6, 0xdd, 0x12, 0x33, 0xbc, 0x8d, 0xc5, 0x7e, 0x46, 0x95, 0xca, 0x80, 0x39, 0xde, 0x14, 0x01, 0xc3, 0x6d, 0x39, 0xd5, 0xb8, 0x44, 0x8e, 0x63, 0xef, 0xef, 0xe1, 0xd4, 0xb3, 0x4e, 0x71, 0x16, 0x9c, 0x48, 0x70, 0xf0, 0x95, 0x0e, 0x13, 0x33, 0x3b, 0xce, 0xfb, 0xcc, 0x83, 0xca, 0x77, 0x9f, 0xe9, 0x4a, 0x91, 0x6d, 0xbb, 0x71, 0x9a, 0x74, 0x98, 0xd1, 0x5f, 0x70, 0x47, 0x98, 0xda, 0xa3, 0x4b, 0x0d, 0xca, 0x57, 0xe2, 0x85, 0x3c, 0x97, 0x36, 0x9e, 0x7e, 0x43, 0xa9, 0x49, 0x00, 0xfc, 0x63, 0x27, 0xe3, 0x1d, 0x41, 0xdf, 0x38, 0x4e, 0x0f, 0xdf, 0xdc, 0x53, 0xc9, 0xb6, 0x69, 0x25, 0x09, 0x3f, 0x9b, 0x11, 0x3b, 0xc9, 0x90, 0x3c, 0xcc, 0xd2, 0xf4, 0xeb, 0x5e, 0xab, 0x55, 0x87, 0x32, 0xdc, 0xb4, 0x6d, 0x29, 0x12, 0x61, 0x4c, 0x75, 0x99, 0x35, 0x6f, 0x1b, 0x2e, 0x38, 0xf9, 0x2e, 0x17, 0x1b, 0x40, 0x42, 0x53, 0x92, 0x8e, 0x37, 0x29, 0x5b, 0x80, 0x23, 0x8f, 0x6f, 0xc8, 0xea, 0x44, 0x29, 0x41, 0xb2, 0x4e, 0xff, 0x00, 0xb6, 0x7f, 0xb5, 0x02, 0xf3, 0xcf, 0x94, 0x2a, 0xde, 0xd9, 0xb2, 0xa4, 0x2b, 0x84, 0xae, 0x25, 0x4a, 0xf1, 0x12, 0x00, 0x00, 0x4c, 0x46, 0xea, 0x9c, 0x81, 0xca, 0xa0, 0x6b, 0x56, 0x95, 0xe1, 0x6b, 0x4b, 0x62, 0x95, 0x2e, 0x93, 0x51, 0x66, 0x9f, 0x51, 0x2d, 0x3e, 0xeb, 0x8f, 0x44, 0x75, 0x94, 0xa1, 0xf6, 0xd8, 0x28, 0x6c, 0x90, 0xa1, 0x8d, 0xdb, 0x54, 0xf6, 0x01, 0xe4, 0x6e, 0xc8, 0x3c, 0x1c, 0xc9, 0x30, 0xda, 0x89, 0xdc, 0x1f, 0x94, 0x9f, 0xbf, 0x8d, 0x04, 0x57, 0x7d, 0x6c, 0xa6, 0xd0, 0x50, 0xa0, 0xdb, 0x83, 0x88, 0x92, 0x92, 0x21, 0x41, 0x38, 0xf4, 0x31, 0xc5, 0x8e, 0x52, 0x0d, 0x69, 0xde, 0xde, 0x7b, 0x7a, 0xd3, 0xf9, 0x94, 0xd0, 0xaa, 0x26, 0xa0, 0xb7, 0x59, 0x90, 0x97, 0xd1, 0x50, 0x5d, 0xbb, 0x16, 0x12, 0x4f, 0x94, 0xb7, 0x0f, 0xc4, 0x19, 0x71, 0x6d, 0xba, 0xaf, 0x03, 0x2a, 0xf5, 0x8e, 0x47, 0x51, 0x5a, 0x42, 0x93, 0x90, 0xac, 0x24, 0x24, 0x91, 0x10, 0x51, 0xfe, 0x55, 0x6f, 0xef, 0xfb, 0x9e, 0x75, 0xe9, 0x5a, 0x46, 0x81, 0xa6, 0xbc, 0xca, 0x0a, 0x5d, 0x0b, 0x29, 0x3c, 0x7c, 0x22, 0x37, 0x08, 0xe1, 0x83, 0x04, 0xc2, 0x7c, 0x45, 0x39, 0xc8, 0xc6, 0xd5, 0x71, 0x5d, 0x36, 0x55, 0xd5, 0x25, 0x37, 0x7b, 0x0a, 0xa2, 0xc5, 0x78, 0x14, 0x2d, 0x70, 0xde, 0xa6, 0xc2, 0x90, 0xb7, 0xdc, 0x73, 0xd2, 0xad, 0xb4, 0x94, 0x8f, 0x3a, 0xd2, 0x4f, 0xbb, 0x67, 0x28, 0x24, 0xee, 0x38, 0xc1, 0xc2, 0xc2, 0x2d, 0x0a, 0xe1, 0x77, 0x1b, 0xf4, 0xdc, 0xe3, 0xd7, 0xdd, 0x5b, 0xfd, 0x59, 0xb7, 0x9d, 0xd3, 0x4a, 0x38, 0x81, 0x84, 0x98, 0x01, 0x26, 0x41, 0xe1, 0x3c, 0xe4, 0xce, 0xf4, 0x47, 0x59, 0x87, 0x16, 0x95, 0xa3, 0xd4, 0xe8, 0xb7, 0x26, 0xb4, 0x36, 0xa6, 0xd3, 0x4f, 0xdd, 0x12, 0xde, 0x93, 0x01, 0x0c, 0x88, 0x72, 0x16, 0xb4, 0x3a, 0xd2, 0x82, 0xde, 0x7d, 0x2d, 0xba, 0x50, 0xa2, 0xda, 0xf0, 0x36, 0xf0, 0xe8, 0x2a, 0xf8, 0xe6, 0x75, 0x2d, 0x28, 0xb3, 0x4c, 0xab, 0x97, 0x97, 0xfc, 0x7d, 0x2a, 0x05, 0x70, 0xb1, 0x60, 0x92, 0xeb, 0xa0, 0x08, 0x10, 0x0c, 0x0c, 0x98, 0x8d, 0xc8, 0x98, 0xfd, 0xaa, 0x9d, 0xd5, 0x1b, 0xaa, 0xc2, 0xb9, 0xee, 0x6a, 0xd6, 0x99, 0x6b, 0x4d, 0x72, 0xaf, 0x53, 0xa0, 0x49, 0x30, 0x27, 0x45, 0x8b, 0x2a, 0xb1, 0x25, 0xfa, 0x7b, 0x8f, 0x26, 0x3e, 0xf4, 0x87, 0x9a, 0x42, 0xd4, 0x5c, 0x6c, 0xb8, 0xe2, 0x57, 0x91, 0xbb, 0xf2, 0xe7, 0x93, 0x83, 0xd0, 0x06, 0xf1, 0xc4, 0x29, 0x40, 0xab, 0x07, 0xa7, 0xa7, 0x96, 0x6b, 0x25, 0xa8, 0x6b, 0x36, 0x4e, 0xdd, 0xae, 0xd3, 0x50, 0x51, 0x2d, 0x90, 0x92, 0x32, 0x48, 0xda, 0x60, 0xc6, 0x60, 0x98, 0x38, 0x9d, 0xaa, 0x1e, 0xeb, 0xbf, 0x69, 0x3f, 0xb2, 0x75, 0x9b, 0x2f, 0x48, 0xaf, 0x0b, 0xa2, 0x15, 0xb3, 0x4b, 0xb6, 0xda, 0xa7, 0xc5, 0x8c, 0x2b, 0xd2, 0x90, 0x85, 0xb2, 0xb9, 0x08, 0x4a, 0x9b, 0x08, 0x0b, 0x18, 0x6f, 0xc6, 0xaf, 0x18, 0x07, 0x9d, 0xa0, 0xf4, 0xd5, 0x5e, 0xba, 0x42, 0xb8, 0x15, 0x81, 0xfb, 0xd0, 0xd7, 0x9d, 0xa0, 0x4a, 0xad, 0x1e, 0x66, 0xc9, 0x64, 0x36, 0xda, 0x52, 0x07, 0xa1, 0x50, 0x18, 0xe6, 0x31, 0x8e, 0xb5, 0x66, 0x5b, 0x72, 0x34, 0x6f, 0xf8, 0x3b, 0xb0, 0xe2, 0x50, 0x1c, 0xad, 0x1a, 0xca, 0xdf, 0xa5, 0xc7, 0x67, 0x13, 0x24, 0x7a, 0x75, 0x29, 0x2e, 0x34, 0xd9, 0x69, 0x09, 0x09, 0xca, 0x0e, 0xd6, 0x94, 0x32, 0x4a, 0x41, 0x2d, 0x2c, 0xa5, 0x4a, 0x3d, 0x12, 0x5f, 0x69, 0xcb, 0x64, 0x8f, 0xe6, 0x31, 0xf5, 0xad, 0x25, 0xa2, 0xf4, 0xf3, 0x61, 0x6e, 0x5b, 0x5a, 0xa5, 0x5c, 0x20, 0x09, 0x54, 0x4e, 0x04, 0x47, 0x2d, 0x8f, 0xfc, 0xd6, 0x6b, 0xee, 0xe1, 0xc7, 0x91, 0xae, 0x14, 0x97, 0xaa, 0x33, 0x19, 0x43, 0xa9, 0xb7, 0xdf, 0x9d, 0x2d, 0x4d, 0x39, 0x28, 0xb0, 0xda, 0x5f, 0x7f, 0x7e, 0xf0, 0x99, 0x67, 0xcc, 0xc0, 0x5a, 0xbc, 0x87, 0x63, 0x98, 0xf7, 0x05, 0xa9, 0x23, 0x61, 0x00, 0x04, 0xf0, 0xf0, 0x92, 0xae, 0x7c, 0x3e, 0xf8, 0x99, 0x81, 0xeb, 0x58, 0x6e, 0xd7, 0xa5, 0x4b, 0xd4, 0x90, 0x54, 0x60, 0xf0, 0x4e, 0xe6, 0x32, 0x4e, 0xc0, 0xe4, 0x03, 0x9c, 0x1f, 0x3e, 0x55, 0x11, 0xa2, 0x36, 0xcd, 0x46, 0x97, 0x4c, 0xa9, 0x2e, 0xf1, 0xb1, 0xaa, 0x88, 0x66, 0x7d, 0x2a, 0xa0, 0xf5, 0x2a, 0x5a, 0xe8, 0x0f, 0xbc, 0xa4, 0xbe, 0x5f, 0xf2, 0x30, 0xa6, 0xc1, 0x65, 0x6d, 0x9d, 0xe9, 0x38, 0x3b, 0xf6, 0x7b, 0x5c, 0x2a, 0x4a, 0x81, 0x4f, 0x3c, 0x59, 0x00, 0xa8, 0xad, 0x3c, 0x92, 0x06, 0x0e, 0xf1, 0x50, 0xe8, 0x16, 0x3d, 0xc3, 0x4e, 0x1b, 0x96, 0x4c, 0x10, 0xa2, 0x92, 0x50, 0x4e, 0x66, 0x41, 0x02, 0x08, 0xcf, 0x9c, 0x63, 0x33, 0x44, 0xd3, 0xea, 0x7a, 0x47, 0x03, 0x50, 0x64, 0x55, 0x6f, 0x3a, 0x3c, 0xca, 0x1d, 0x26, 0x44, 0xb6, 0x1c, 0x82, 0xd5, 0x42, 0x88, 0xeb, 0x31, 0xdf, 0x8c, 0xd4, 0x86, 0x54, 0xe3, 0x6c, 0xa5, 0x0d, 0x95, 0x95, 0xa9, 0xbf, 0x20, 0x25, 0x67, 0x1e, 0xe1, 0xca, 0x73, 0x9e, 0xa2, 0xe1, 0x63, 0xbc, 0x95, 0x22, 0x07, 0xa1, 0xdb, 0x14, 0x63, 0xc8, 0xd2, 0xd3, 0x7c, 0xa7, 0x1f, 0xe2, 0x6d, 0x04, 0xa6, 0x01, 0x44, 0x26, 0x02, 0x92, 0x48, 0x1e, 0x12, 0x64, 0x89, 0x06, 0x71, 0xd2, 0x28, 0xae, 0x1c, 0xae, 0xdf, 0xae, 0x3b, 0x70, 0xd5, 0x6d, 0x5d, 0x2f, 0xab, 0x97, 0x9e, 0xa0, 0x3a, 0xc4, 0x69, 0x88, 0xa0, 0x49, 0x7e, 0x39, 0x9c, 0x11, 0x10, 0x37, 0x23, 0x8f, 0xcc, 0x9c, 0xa6, 0x46, 0xe4, 0xf2, 0x37, 0x05, 0x1c, 0x28, 0x28, 0x20, 0xb8, 0x25, 0x85, 0x24, 0x94, 0xb7, 0xcb, 0xa1, 0x89, 0xc7, 0xf7, 0xab, 0x72, 0x8d, 0x0a, 0xe2, 0xdc, 0xad, 0x96, 0x95, 0x25, 0x24, 0x03, 0xc0, 0x48, 0xe2, 0x84, 0xc1, 0xdb, 0xd6, 0x7c, 0xe7, 0x10, 0x68, 0x03, 0x45, 0xe3, 0x6a, 0x64, 0x2b, 0xea, 0x95, 0x65, 0x5f, 0xaf, 0x5c, 0x71, 0x6d, 0xba, 0xa5, 0x4c, 0x18, 0xc8, 0x97, 0xe4, 0x87, 0x11, 0x72, 0xd2, 0x8f, 0x22, 0x58, 0x75, 0x49, 0x2d, 0x04, 0xef, 0x53, 0x48, 0xf7, 0x6e, 0x4e, 0x52, 0x92, 0x37, 0x02, 0x06, 0x5f, 0x6f, 0xde, 0x25, 0x40, 0x81, 0xc2, 0x04, 0xc8, 0xc8, 0x19, 0xd8, 0xe6, 0xa9, 0x3b, 0x2e, 0x35, 0x9b, 0x4b, 0xe4, 0xb4, 0xfa, 0x96, 0x1a, 0x51, 0xe7, 0xe1, 0x13, 0x1b, 0x18, 0x81, 0x98, 0x99, 0xf9, 0xd5, 0xab, 0xa4, 0xd7, 0x2e, 0xa0, 0x6a, 0x4d, 0xf9, 0x71, 0x33, 0x63, 0x6a, 0x0c, 0x8a, 0x42, 0x62, 0xdc, 0x0f, 0xc6, 0x88, 0x1c, 0x89, 0x15, 0xf7, 0xc7, 0x8c, 0xca, 0x46, 0xdf, 0x2b, 0xcf, 0x12, 0x52, 0x84, 0x30, 0xb4, 0x00, 0x97, 0x1c, 0xe1, 0x5c, 0x64, 0x65, 0x5d, 0x39, 0xb6, 0xee, 0x2e, 0x9d, 0x5b, 0x45, 0x78, 0xdf, 0x69, 0xdf, 0x6e, 0xb5, 0xab, 0xd2, 0x2e, 0x75, 0xab, 0xfd, 0x46, 0xe1, 0x16, 0xf7, 0x1c, 0x29, 0x4a, 0xb1, 0x84, 0xab, 0x99, 0x1b, 0x93, 0xca, 0x3a, 0x9a, 0x9b, 0xbe, 0x74, 0x83, 0x56, 0xe7, 0x5a, 0x2d, 0x57, 0x2a, 0x57, 0xfb, 0x35, 0xf8, 0xcf, 0x25, 0xd4, 0x2a, 0x1b, 0x94, 0xc8, 0x5e, 0xa5, 0x95, 0x95, 0x03, 0xb7, 0x6a, 0xd4, 0xa4, 0x6d, 0x21, 0x58, 0x2a, 0x4a, 0xf1, 0x92, 0xe0, 0x19, 0x07, 0xdd, 0x2b, 0xa8, 0x7d, 0x86, 0xb8, 0x8b, 0xa4, 0x01, 0x8d, 0x85, 0x5e, 0x37, 0xa4, 0x6b, 0xd7, 0x4b, 0x3c, 0x57, 0x72, 0x7f, 0xd8, 0x9f, 0xde, 0xaa, 0x29, 0x3d, 0x9d, 0x5c, 0xda, 0x21, 0x79, 0xc8, 0xbe, 0x74, 0xea, 0xa9, 0x47, 0xa5, 0xd4, 0x6a, 0x56, 0xe5, 0x4e, 0x1a, 0x23, 0x35, 0x4f, 0x69, 0x97, 0x5f, 0x9b, 0x29, 0xbd, 0xac, 0x1c, 0x32, 0xca, 0xc7, 0x8d, 0x2e, 0x05, 0x17, 0x37, 0x00, 0x83, 0x90, 0x15, 0xed, 0x56, 0x41, 0x6a, 0x72, 0xe1, 0xb4, 0xa5, 0x0b, 0x72, 0x46, 0x0f, 0xba, 0x0d, 0x09, 0x78, 0xde, 0xb5, 0x68, 0xe7, 0x0f, 0xb4, 0x71, 0x08, 0x3b, 0xa4, 0x0c, 0xc1, 0x03, 0x60, 0x76, 0x3f, 0xb5, 0x0e, 0x40, 0xbe, 0xb5, 0x56, 0xe0, 0xb3, 0xe0, 0xd1, 0x75, 0x12, 0xe6, 0x12, 0x64, 0x88, 0xec, 0x2a, 0xa2, 0xcc, 0x46, 0x90, 0xd4, 0x75, 0x48, 0x43, 0x49, 0x41, 0x52, 0x5b, 0x69, 0x28, 0x40, 0xc6, 0x30, 0x30, 0x91, 0xc7, 0xc0, 0x1d, 0x50, 0x5c, 0x5c, 0x17, 0x9d, 0x51, 0x1f, 0x96, 0x70, 0x2b, 0xc9, 0x6f, 0xf5, 0x8d, 0x46, 0xfe, 0x50, 0xfb, 0x92, 0x0e, 0x48, 0xc0, 0x12, 0x04, 0x72, 0xae, 0x11, 0x1d, 0x7b, 0xd2, 0xdb, 0xab, 0x19, 0x09, 0xdc, 0x94, 0x12, 0x33, 0xb7, 0xf5, 0x03, 0xf4, 0xea, 0x2e, 0x05, 0x70, 0xf1, 0x46, 0x28, 0x24, 0xb4, 0xe1, 0xde, 0xbe, 0x81, 0x7d, 0x8c, 0xe9, 0x09, 0x89, 0x7b, 0x10, 0x9c, 0x7e, 0x1c, 0x0f, 0xfa, 0x5f, 0xeb, 0x53, 0xd9, 0xd3, 0x2d, 0xaf, 0xef, 0xad, 0x7a, 0x6f, 0x61, 0x01, 0x0a, 0x7f, 0xd1, 0x1f, 0xfe, 0xd5, 0xb8, 0xf3, 0xff, 0x00, 0x8c, 0x75, 0xa5, 0xaf, 0x44, 0xa5, 0x72, 0x3a, 0xea, 0xea, 0x0f, 0xd7, 0xf2, 0x06, 0x87, 0xdd, 0xa4, 0xff, 0x00, 0xc9, 0xf9, 0x7f, 0xf5, 0x4a, 0xe8, 0x6b, 0xbf, 0xf4, 0xea, 0xf4, 0x34, 0x0e, 0xa7, 0x1f, 0x86, 0xbd, 0xfe, 0xd5, 0x7d, 0x2b, 0x0e, 0x5d, 0x5a, 0x85, 0x76, 0x58, 0xb4, 0x1b, 0x5a, 0xda, 0x83, 0x55, 0x82, 0xa6, 0x6b, 0x71, 0x0c, 0x28, 0xcc, 0x3d, 0x33, 0xc6, 0x54, 0xd8, 0x74, 0xb4, 0xa4, 0xa9, 0x1e, 0x32, 0x48, 0x2b, 0x2a, 0x3c, 0x12, 0x3d, 0xe0, 0x67, 0x2a, 0xc7, 0x59, 0xd4, 0xdb, 0xa5, 0xe6, 0x93, 0xc6, 0x26, 0x05, 0x45, 0xa7, 0x8d, 0x49, 0x16, 0xa8, 0xee, 0x14, 0x02, 0x4f, 0xd0, 0x0f, 0x4a, 0xab, 0xae, 0xca, 0x9f, 0x71, 0x14, 0xbe, 0xe1, 0x8c, 0x8b, 0x76, 0xad, 0x4e, 0xf5, 0x0e, 0x52, 0x4b, 0x2a, 0x8e, 0xd6, 0x54, 0x0b, 0x5b, 0x54, 0xeb, 0x80, 0x79, 0xc0, 0xc9, 0x20, 0x28, 0xe4, 0xe0, 0x80, 0x70, 0x07, 0x00, 0x74, 0x8f, 0xb8, 0xa4, 0xbf, 0x09, 0x04, 0xab, 0xdd, 0x1f, 0x3a, 0xc0, 0xea, 0xff, 0x00, 0xf5, 0x22, 0x7b, 0x4e, 0x0d, 0xbb, 0x89, 0x8e, 0x18, 0x23, 0xcb, 0x73, 0x83, 0x8f, 0x9d, 0x55, 0xba, 0x93, 0xf6, 0xa7, 0x2a, 0x89, 0x5c, 0xb8, 0xf4, 0xca, 0xbf, 0xa6, 0x17, 0x04, 0xe5, 0x45, 0x6d, 0x70, 0x6b, 0x42, 0x9d, 0x2e, 0x2c, 0x46, 0x9c, 0x4b, 0xae, 0x6f, 0x71, 0xb4, 0xa1, 0x29, 0x4a, 0x94, 0x95, 0x38, 0xe0, 0x3c, 0x95, 0x2b, 0x24, 0x12, 0x72, 0x49, 0x25, 0x30, 0xc3, 0xc5, 0xa0, 0xa5, 0x2b, 0x2a, 0xdf, 0xee, 0x2b, 0x7b, 0x67, 0x68, 0xed, 0xdd, 0x90, 0xe3, 0x54, 0x71, 0x0c, 0xe0, 0x73, 0xde, 0x3d, 0xf4, 0x3d, 0x6f, 0xfd, 0xa6, 0x4d, 0xea, 0x0e, 0xaa, 0xd5, 0xae, 0xba, 0x4e, 0x93, 0xdd, 0xd5, 0x1a, 0xdc, 0x3b, 0x6a, 0x54, 0x5a, 0x93, 0xd2, 0x6a, 0x31, 0x5d, 0xf4, 0x11, 0xfc, 0xc1, 0x4b, 0x96, 0x7d, 0x80, 0xf9, 0x1a, 0x59, 0xf6, 0xab, 0x24, 0x0c, 0xf0, 0x33, 0xcf, 0x4e, 0x7e, 0xda, 0x12, 0x16, 0xb5, 0x89, 0x56, 0x3e, 0xf1, 0xbd, 0x14, 0xad, 0x20, 0xbe, 0xfa, 0x9e, 0xef, 0x0f, 0x17, 0x09, 0x4e, 0xc3, 0x1e, 0x7e, 0xb5, 0x6b, 0x5b, 0xd7, 0x4f, 0x74, 0x13, 0xe8, 0xb3, 0xee, 0xba, 0x4e, 0xa5, 0x50, 0x9d, 0xa7, 0xc3, 0x72, 0x64, 0x88, 0xf1, 0x5e, 0xa1, 0x25, 0xd7, 0x9b, 0xf4, 0xc1, 0xd0, 0xb5, 0x95, 0x22, 0x2a, 0x92, 0xda, 0xd4, 0x9d, 0xe0, 0x6f, 0x70, 0x6e, 0x0a, 0x1c, 0xe4, 0x9c, 0x04, 0x8f, 0x68, 0xee, 0xbf, 0x36, 0xdf, 0xa6, 0x26, 0xb2, 0xc1, 0x5d, 0xa2, 0x61, 0x95, 0x39, 0xde, 0xa4, 0xa5, 0x3c, 0x50, 0x63, 0x90, 0x99, 0x3b, 0x44, 0xc7, 0x9d, 0x16, 0xeb, 0x0e, 0xa8, 0xe9, 0x44, 0xaa, 0x3d, 0x16, 0x4e, 0xa1, 0x47, 0x97, 0x2a, 0xad, 0x55, 0xb3, 0xca, 0x68, 0x2e, 0xa6, 0xd3, 0x4a, 0x82, 0x6a, 0x2a, 0x6f, 0xcc, 0x52, 0x14, 0xbf, 0x63, 0x69, 0x0a, 0x71, 0x0a, 0xca, 0x40, 0x3b, 0x4a, 0x14, 0x15, 0xfc, 0xa5, 0xab, 0x85, 0x0e, 0xb4, 0x54, 0xbd, 0xa3, 0xef, 0xee, 0x28, 0x0d, 0x5f, 0x55, 0xd2, 0x50, 0x5a, 0x5d, 0xc8, 0x25, 0x4b, 0x44, 0x20, 0xf0, 0x12, 0x38, 0x88, 0x9d, 0xc8, 0x81, 0xd7, 0x7f, 0x7d, 0x0c, 0xdc, 0xd4, 0xe7, 0xf4, 0xb3, 0x45, 0x74, 0xfe, 0x9d, 0x63, 0x55, 0xea, 0x94, 0xc7, 0xe4, 0xd0, 0xc7, 0xae, 0x30, 0xeb, 0x4e, 0x95, 0x3c, 0x01, 0x49, 0x1b, 0xd0, 0x1d, 0x29, 0x42, 0xb7, 0xad, 0xd2, 0x76, 0xa1, 0x39, 0x0a, 0x1c, 0x92, 0x30, 0x90, 0xae, 0x9d, 0x94, 0xa0, 0xa0, 0xef, 0x27, 0x07, 0xfb, 0xd5, 0x6e, 0xa0, 0xf3, 0x9a, 0x5e, 0x91, 0x68, 0x8b, 0x45, 0x94, 0x92, 0x9c, 0xc1, 0xc9, 0xc0, 0xdc, 0x4f, 0xad, 0x45, 0x76, 0xf9, 0x76, 0x41, 0xb7, 0x35, 0xc6, 0xb3, 0x76, 0x5f, 0x17, 0xbb, 0x28, 0x54, 0xbb, 0x6e, 0x3b, 0x28, 0x99, 0x5b, 0x0e, 0x3a, 0xe3, 0x4e, 0x7a, 0xbd, 0xbb, 0xd0, 0xa2, 0xa4, 0x0d, 0xc5, 0x03, 0x60, 0xf7, 0xff, 0x00, 0x20, 0x64, 0x1c, 0x27, 0x32, 0xd9, 0x3d, 0x89, 0x59, 0xeb, 0xe7, 0xd2, 0xa4, 0xec, 0xc6, 0xa4, 0x53, 0x7e, 0xe3, 0xd7, 0x6f, 0x41, 0x29, 0x4f, 0xe6, 0x99, 0x19, 0x23, 0xcb, 0x7d, 0xaa, 0x12, 0xee, 0xd5, 0x93, 0x40, 0xd3, 0xcb, 0x62, 0xd8, 0xb3, 0x1d, 0xb7, 0xe9, 0xd3, 0xab, 0xe8, 0x71, 0xca, 0xcc, 0x2a, 0x5a, 0x56, 0xef, 0x81, 0x3e, 0x2d, 0x98, 0x69, 0x4e, 0x38, 0xe6, 0xd4, 0xe1, 0xb6, 0xd2, 0x0a, 0x08, 0xf6, 0xe5, 0x3f, 0x03, 0xa3, 0x1e, 0x5a, 0x54, 0xca, 0xa3, 0x71, 0x83, 0x52, 0xf6, 0xb7, 0xb4, 0xca, 0x0c, 0xb3, 0x6f, 0x69, 0x70, 0x95, 0xf7, 0xbc, 0x5c, 0x5e, 0x80, 0x4e, 0x27, 0xce, 0x2a, 0x4a, 0xc0, 0xbe, 0x22, 0x39, 0xa3, 0xf7, 0x9d, 0x16, 0xf1, 0xd4, 0x27, 0x3d, 0x71, 0xa9, 0x43, 0x89, 0x44, 0x44, 0xba, 0x93, 0x85, 0x61, 0x2a, 0x5a, 0x80, 0x6e, 0x19, 0x2a, 0x1e, 0x1d, 0x88, 0x01, 0x2a, 0xd9, 0xb7, 0x91, 0x82, 0x72, 0x46, 0x43, 0x6d, 0x6b, 0x4d, 0xb9, 0x09, 0x54, 0x18, 0x10, 0x39, 0xe2, 0xab, 0xb4, 0x9d, 0x54, 0xa7, 0x4b, 0xb8, 0x6d, 0xf7, 0x08, 0x50, 0x52, 0x52, 0x92, 0x4f, 0x53, 0x80, 0x9c, 0x88, 0x81, 0x00, 0xc7, 0x30, 0x77, 0x9a, 0x35, 0xd7, 0x2d, 0x47, 0xfd, 0x92, 0xba, 0xee, 0x9b, 0xa6, 0x64, 0x46, 0x64, 0x22, 0xd9, 0xd2, 0xb9, 0x0e, 0xb6, 0x96, 0x36, 0x97, 0x0a, 0x90, 0xeb, 0x6a, 0x08, 0x5a, 0x92, 0xb7, 0x37, 0x10, 0xa1, 0xf5, 0xc7, 0xef, 0x19, 0x25, 0x46, 0x76, 0x49, 0x77, 0x50, 0x4a, 0x4f, 0x4a, 0xdc, 0xd9, 0xbe, 0xa5, 0xf6, 0x98, 0x27, 0xfa, 0x5a, 0x3f, 0x32, 0x37, 0x32, 0x66, 0xbe, 0x38, 0xde, 0x3a, 0xa7, 0x78, 0x6a, 0x35, 0xd1, 0x32, 0xe6, 0xaf, 0x5c, 0xcf, 0x32, 0xe3, 0xd2, 0x56, 0xfa, 0x18, 0x88, 0xb2, 0xdb, 0x6c, 0x29, 0x4a, 0xdc, 0x76, 0x25, 0x24, 0x01, 0xcf, 0xd7, 0xe4, 0xe3, 0x24, 0x9e, 0xb6, 0xad, 0xb4, 0x84, 0x26, 0x22, 0xb4, 0xe4, 0x95, 0x6f, 0x5a, 0x87, 0xec, 0x90, 0xd3, 0xea, 0xc6, 0xae, 0x6b, 0x45, 0x52, 0xf6, 0x9a, 0xf3, 0x8e, 0x49, 0xb7, 0x10, 0x55, 0x52, 0xaa, 0x29, 0x25, 0x7e, 0xb1, 0xb9, 0x0d, 0x38, 0x94, 0x25, 0xcf, 0xd5, 0x41, 0x6d, 0xa4, 0xe7, 0x3f, 0x4c, 0x90, 0x48, 0x07, 0xaa, 0xcd, 0x44, 0x04, 0x10, 0x06, 0xc6, 0x8a, 0x61, 0x47, 0x33, 0x57, 0x06, 0x99, 0xdf, 0x17, 0xf5, 0xc1, 0xdc, 0x05, 0xe3, 0x43, 0xbf, 0xe7, 0xd3, 0xe7, 0xc4, 0xa5, 0x4d, 0x54, 0x78, 0x11, 0xab, 0x74, 0x42, 0xe4, 0x16, 0xd4, 0xe5, 0x52, 0x33, 0x64, 0x96, 0xb7, 0xef, 0x5b, 0x61, 0x25, 0x44, 0x24, 0xab, 0x0a, 0xc8, 0x3f, 0x53, 0xba, 0x81, 0x4e, 0x06, 0xdc, 0x04, 0xf9, 0xe7, 0x3d, 0x45, 0x79, 0x86, 0x9d, 0x7b, 0xa8, 0xdc, 0xf6, 0xb6, 0xee, 0xdc, 0xaa, 0x4a, 0x14, 0x02, 0x01, 0x02, 0x07, 0x11, 0x12, 0x31, 0x04, 0xe3, 0x69, 0x3c, 0xf3, 0x47, 0xd0, 0x24, 0xd8, 0x3a, 0x85, 0x77, 0x5c, 0x16, 0xee, 0xaa, 0x6a, 0x5d, 0x16, 0xd7, 0x88, 0xd4, 0x38, 0x92, 0xe9, 0x5e, 0x5a, 0x2a, 0x9c, 0x4c, 0xfa, 0x83, 0x8c, 0x84, 0xb3, 0x15, 0xad, 0xfb, 0x16, 0x90, 0xbd, 0xcb, 0x03, 0xde, 0xbe, 0x4f, 0x20, 0x1e, 0x7a, 0x8f, 0xbb, 0x6d, 0xf5, 0xab, 0x89, 0x47, 0xec, 0x7c, 0x45, 0x08, 0xbb, 0x5f, 0xc7, 0xf5, 0x1b, 0xab, 0x55, 0xac, 0x00, 0xd8, 0x0b, 0x8e, 0x13, 0x93, 0x07, 0x69, 0x8c, 0x6f, 0xcc, 0xfb, 0xaa, 0xb0, 0xd4, 0xfd, 0x3b, 0xbe, 0x6c, 0x5a, 0x15, 0xa3, 0x73, 0x56, 0x69, 0xc8, 0x8a, 0xd5, 0x4e, 0x63, 0x15, 0x2a, 0x70, 0x8b, 0x39, 0x01, 0x4d, 0x34, 0xe2, 0x5b, 0x5a, 0x70, 0x42, 0x89, 0x47, 0x2a, 0xe3, 0xe3, 0x3f, 0x20, 0x0f, 0x81, 0xcd, 0x27, 0xbb, 0x75, 0x40, 0x9d, 0xd3, 0xf1, 0x8a, 0xf2, 0x5d, 0x73, 0x4a, 0xd4, 0xb4, 0xe4, 0x58, 0xdc, 0x3a, 0x98, 0x0a, 0x75, 0x2b, 0x10, 0xa8, 0xe1, 0x0a, 0x00, 0x81, 0x33, 0x8c, 0x9d, 0xfd, 0xf8, 0xa8, 0x4b, 0x85, 0x93, 0x5e, 0xbd, 0x65, 0xd5, 0x6a, 0xaf, 0xb4, 0xfc, 0xb7, 0xa7, 0x99, 0x21, 0x98, 0x8d, 0xfe, 0x55, 0x2b, 0x79, 0x4a, 0x11, 0xc0, 0xce, 0x43, 0x8b, 0xe4, 0xe3, 0x71, 0x70, 0xad, 0x47, 0xdc, 0x9d, 0x8f, 0x2b, 0x96, 0x64, 0x7d, 0xfd, 0xfd, 0xf9, 0xd9, 0x5c, 0x28, 0xdc, 0x6a, 0x2a, 0x53, 0xca, 0x95, 0x13, 0xc5, 0x03, 0xce, 0x48, 0x03, 0x6e, 0x47, 0xde, 0x4f, 0x11, 0xdc, 0x41, 0x56, 0x83, 0xdd, 0x1a, 0x85, 0x63, 0xdc, 0x2e, 0x33, 0x62, 0x58, 0x90, 0x2a, 0xf5, 0x6a, 0xb0, 0x7a, 0x30, 0x85, 0x3c, 0x02, 0x18, 0x69, 0x49, 0x53, 0xae, 0x2d, 0x0e, 0x6e, 0x48, 0x4a, 0xd0, 0x1a, 0x23, 0xc8, 0x0e, 0x38, 0x56, 0x33, 0xc7, 0x4a, 0xd2, 0x52, 0x1c, 0xdf, 0x11, 0xfb, 0x50, 0xb6, 0x7a, 0xae, 0xb7, 0x61, 0x72, 0x4d, 0x8d, 0xb0, 0x75, 0xe5, 0x98, 0x09, 0x3c, 0x81, 0x05, 0x44, 0x85, 0x60, 0x48, 0x8f, 0xcc, 0x31, 0xbc, 0x4d, 0x69, 0xdb, 0x2b, 0x52, 0x1b, 0xa8, 0x5a, 0x17, 0xbd, 0xc5, 0xaa, 0x14, 0x2a, 0x5d, 0xb3, 0x32, 0x97, 0x45, 0x06, 0xa6, 0x8a, 0x1d, 0x30, 0x29, 0x8a, 0x7a, 0x14, 0xd9, 0x74, 0x4a, 0xde, 0xad, 0xe1, 0x2a, 0x6f, 0xca, 0x90, 0x14, 0x93, 0xee, 0x2b, 0x00, 0x67, 0x2a, 0x06, 0x44, 0x17, 0x1c, 0x51, 0x51, 0x18, 0xe5, 0xe9, 0x5e, 0xcb, 0xd9, 0x8b, 0xc2, 0xff, 0x00, 0x19, 0xbb, 0x60, 0x25, 0xe4, 0x81, 0xc6, 0x84, 0x26, 0x40, 0x51, 0x1c, 0x58, 0x39, 0xe2, 0x22, 0x62, 0x46, 0xe4, 0xe2, 0xaa, 0xee, 0xe3, 0xee, 0x5b, 0x6a, 0xcb, 0xb4, 0x69, 0xfa, 0x25, 0x2d, 0x13, 0xdc, 0xaa, 0x78, 0xcd, 0x4d, 0xc9, 0x4f, 0x47, 0x48, 0x41, 0x6d, 0xd9, 0x2b, 0x48, 0x0b, 0x71, 0x4a, 0xdf, 0x90, 0xa6, 0xf0, 0x84, 0xe1, 0x43, 0x61, 0x18, 0x3c, 0x1e, 0x92, 0xe1, 0x1e, 0x08, 0x48, 0xaa, 0x0e, 0xdd, 0xeb, 0x9a, 0x73, 0x2d, 0x23, 0x4c, 0x0d, 0x29, 0x0b, 0x80, 0xb9, 0x8c, 0x47, 0x11, 0x19, 0x33, 0xb9, 0x38, 0x02, 0x0c, 0xd4, 0x97, 0xd9, 0xb9, 0x43, 0x55, 0x6f, 0x5b, 0x2e, 0x7a, 0x5a, 0x69, 0x22, 0xa0, 0x89, 0xf4, 0x35, 0xb5, 0x1e, 0x2a, 0x9b, 0x69, 0xc6, 0xd6, 0xe8, 0x71, 0x29, 0x58, 0x50, 0x75, 0xc4, 0x25, 0x24, 0x27, 0x27, 0x24, 0xe7, 0xf2, 0x91, 0xf2, 0x0f, 0x4d, 0x60, 0x05, 0x24, 0x24, 0x0c, 0xe7, 0xe7, 0x59, 0xef, 0xf0, 0xdd, 0x6f, 0x2f, 0xb4, 0xd7, 0x3c, 0x49, 0xe2, 0x6c, 0xa0, 0x63, 0x04, 0x71, 0x25, 0x50, 0x77, 0xd8, 0xfd, 0x44, 0x6e, 0x2a, 0xdf, 0xd2, 0x1d, 0x11, 0xbe, 0xac, 0x8b, 0x0e, 0xb4, 0xe5, 0x88, 0xfd, 0x66, 0x55, 0x56, 0x55, 0x4a, 0x4b, 0x16, 0xfc, 0xa9, 0xde, 0x86, 0x3b, 0x70, 0xe5, 0xa6, 0x02, 0x49, 0x42, 0x4a, 0x66, 0x3e, 0xb6, 0x82, 0xd9, 0x49, 0x70, 0xac, 0x27, 0x05, 0x6b, 0xe7, 0x69, 0x3d, 0x48, 0xa4, 0xa8, 0xb2, 0x78, 0x71, 0xca, 0x71, 0xf7, 0xb5, 0x7b, 0x1b, 0xae, 0x3e, 0xfd, 0x9b, 0x89, 0xb5, 0x64, 0x21, 0x63, 0x88, 0x27, 0x61, 0x9f, 0x71, 0x3b, 0xfd, 0x8a, 0xcf, 0x1a, 0xa9, 0x6e, 0xeb, 0x85, 0x26, 0xb5, 0x6d, 0xd6, 0x75, 0x16, 0x98, 0x1a, 0x62, 0xb9, 0x1a, 0x48, 0x8b, 0x16, 0x9e, 0xe3, 0x0e, 0xb6, 0xb7, 0x52, 0x88, 0x4d, 0xa0, 0x84, 0xb2, 0x94, 0x84, 0x9f, 0x17, 0x8d, 0x39, 0x50, 0x07, 0x09, 0xc1, 0xe1, 0x1c, 0x02, 0xeb, 0x6e, 0x38, 0xd9, 0x0a, 0x3c, 0xc4, 0x1e, 0x7b, 0x19, 0xfd, 0x2b, 0xcb, 0x35, 0x5b, 0x2e, 0xd0, 0xb8, 0xf3, 0x1e, 0xd3, 0x80, 0xe4, 0x8c, 0x41, 0x13, 0xe1, 0x8d, 0x80, 0xcc, 0x73, 0x81, 0xf2, 0xa9, 0xfe, 0xe0, 0x74, 0x8f, 0x55, 0x74, 0xc6, 0x94, 0xfe, 0xa2, 0x6a, 0xd6, 0x9b, 0x4f, 0xb7, 0x28, 0xb4, 0x98, 0xb4, 0xda, 0x7c, 0xf9, 0xf5, 0x09, 0xf0, 0xd4, 0x1a, 0x74, 0x30, 0xd3, 0x09, 0x56, 0xc6, 0x5f, 0x5a, 0xca, 0x54, 0xa4, 0xf0, 0x42, 0x4f, 0xc8, 0xc8, 0xf9, 0xe9, 0x15, 0xa6, 0xdd, 0x1c, 0x81, 0xe5, 0xf2, 0xa9, 0xf5, 0x6e, 0xce, 0xea, 0x2d, 0x37, 0xed, 0x2f, 0xa4, 0x25, 0x08, 0x4a, 0x12, 0x49, 0x23, 0x90, 0x09, 0xe4, 0x4e, 0x26, 0x9c, 0x5a, 0xfa, 0x0b, 0xad, 0x8f, 0xe8, 0xe4, 0xfd, 0x50, 0x87, 0xa5, 0x93, 0x5d, 0xb6, 0xaa, 0xf6, 0xea, 0x2a, 0x50, 0x6a, 0xe2, 0xb1, 0x4e, 0x48, 0x76, 0x2a, 0x16, 0x1d, 0x2b, 0xf1, 0x19, 0x5e, 0x51, 0xed, 0x41, 0x3b, 0x4a, 0x02, 0xb3, 0x81, 0x8c, 0xf4, 0xa9, 0xd3, 0x2e, 0x78, 0x09, 0xc6, 0x7f, 0x4a, 0x9a, 0xdf, 0xb3, 0x1a, 0x8b, 0x7a, 0x5b, 0xab, 0xe1, 0x05, 0x2a, 0x48, 0x50, 0x32, 0x36, 0x1e, 0x2f, 0xa5, 0x33, 0xa2, 0x5e, 0x14, 0x3b, 0xb6, 0x8d, 0x68, 0xd8, 0x46, 0xdc, 0x80, 0xdb, 0xb4, 0xfa, 0x92, 0x4c, 0xc9, 0xf5, 0x27, 0x08, 0x62, 0x5b, 0x4a, 0x75, 0x6b, 0xda, 0xf0, 0x69, 0x29, 0x77, 0x68, 0x0b, 0x39, 0xc2, 0xc2, 0xb1, 0xbb, 0x07, 0x25, 0x3b, 0x42, 0x42, 0xd2, 0xa2, 0x84, 0x11, 0xb1, 0xfd, 0x6a, 0x0b, 0x2b, 0xd6, 0xae, 0x91, 0x6d, 0x66, 0x11, 0x0a, 0x42, 0x84, 0x93, 0xb2, 0x86, 0x4f, 0x28, 0x3c, 0xfa, 0xd0, 0x7f, 0x75, 0xf6, 0x7d, 0x2a, 0xbb, 0xdc, 0xe5, 0x5e, 0xa3, 0x59, 0xbd, 0x10, 0x2d, 0xf3, 0x44, 0x8f, 0x29, 0x50, 0xa0, 0x45, 0x65, 0xdd, 0xeb, 0x62, 0x33, 0xaf, 0xf2, 0x84, 0x25, 0xb2, 0xaf, 0x62, 0x46, 0xc6, 0xd6, 0xa3, 0xbb, 0x28, 0x2b, 0x59, 0xe8, 0xc7, 0x8f, 0x11, 0x4b, 0x48, 0x03, 0x88, 0xcf, 0x8b, 0xa0, 0xf2, 0x14, 0x76, 0xb5, 0xa7, 0x2b, 0x50, 0xed, 0x2a, 0x5a, 0xef, 0x07, 0x0a, 0x92, 0x93, 0xc8, 0xe4, 0x49, 0xf2, 0x3e, 0xe2, 0x4c, 0xf3, 0x35, 0x62, 0x5c, 0x9f, 0x68, 0xcf, 0x6e, 0xb5, 0x89, 0xfe, 0xa6, 0xa3, 0x5f, 0xd4, 0x36, 0x15, 0x21, 0x0c, 0x83, 0x16, 0x91, 0x74, 0xbd, 0x19, 0xa4, 0x29, 0x0d, 0xa5, 0x19, 0x6d, 0xa4, 0x3c, 0x90, 0x80, 0x76, 0x8c, 0xa4, 0x1f, 0x93, 0xf0, 0x72, 0x7a, 0x2c, 0xdb, 0xb8, 0xa5, 0x4c, 0x1f, 0x9d, 0x7a, 0x72, 0x98, 0x4b, 0xa6, 0x54, 0xb5, 0x7a, 0x05, 0x11, 0xf2, 0x15, 0x4f, 0xf7, 0x7f, 0xdd, 0xdf, 0x6e, 0x5a, 0xab, 0x6c, 0x5a, 0xf6, 0xeb, 0xd7, 0xed, 0xd7, 0x0e, 0x35, 0x2a, 0xa6, 0xf8, 0x13, 0x2a, 0x31, 0x95, 0x54, 0x7d, 0x4a, 0x92, 0xa6, 0x5b, 0x1b, 0xd6, 0xe4, 0x84, 0xa9, 0x29, 0x0a, 0x48, 0x00, 0x64, 0xe7, 0x77, 0xc0, 0xc7, 0x43, 0xbf, 0x62, 0xf3, 0xa9, 0x48, 0x00, 0xe3, 0xdf, 0xf5, 0x35, 0x9c, 0xed, 0x2e, 0x84, 0x75, 0x7b, 0x76, 0x9a, 0x4b, 0x84, 0x04, 0x12, 0x64, 0xca, 0x8e, 0x63, 0xa9, 0x1b, 0x51, 0xb5, 0x9b, 0xdf, 0xb6, 0x80, 0x5a, 0x5a, 0x71, 0x69, 0xd9, 0x6f, 0x5c, 0x37, 0xe3, 0xc2, 0x99, 0x4d, 0x10, 0x50, 0xed, 0x1a, 0xaa, 0xe5, 0x2d, 0x32, 0x12, 0x1c, 0x56, 0x16, 0xb6, 0x52, 0xfe, 0x77, 0x1d, 0xc0, 0x70, 0x49, 0xe0, 0x7e, 0xe1, 0xd4, 0xa8, 0xb4, 0x7b, 0x81, 0x29, 0x82, 0x63, 0xa4, 0x8f, 0xd6, 0xad, 0xac, 0xec, 0x85, 0xb5, 0x83, 0x36, 0xfc, 0x6a, 0x21, 0x03, 0x86, 0x52, 0x4a, 0x67, 0xcc, 0x89, 0xfd, 0xea, 0x5a, 0xe6, 0xee, 0x6e, 0xc5, 0xee, 0x8a, 0xcc, 0x67, 0xb7, 0xbd, 0x10, 0x17, 0x3c, 0xda, 0xe5, 0x5e, 0xbb, 0x0a, 0x4c, 0x66, 0xee, 0x9b, 0x85, 0x52, 0x7c, 0x88, 0x64, 0xa9, 0x4b, 0x4b, 0x4a, 0x79, 0xe5, 0x06, 0xc8, 0x6c, 0xad, 0x67, 0xe0, 0x10, 0x8f, 0xa9, 0xda, 0x3a, 0x6b, 0xd6, 0x8e, 0x29, 0x85, 0x20, 0x03, 0x9e, 0xb3, 0xfa, 0x9a, 0x1b, 0x5a, 0xd3, 0xee, 0x2e, 0xf4, 0x95, 0x5b, 0x5a, 0xca, 0x94, 0xa2, 0x3f, 0x32, 0xa7, 0x63, 0x9c, 0x9d, 0xaa, 0x23, 0xb6, 0xab, 0x59, 0x9d, 0x2e, 0x7a, 0xe2, 0x56, 0xad, 0x48, 0x14, 0x77, 0xad, 0x0b, 0x92, 0x6c, 0xc9, 0x6c, 0xbc, 0xe1, 0x52, 0xc9, 0x4a, 0x6a, 0x80, 0xa5, 0xb0, 0x85, 0x7e, 0x22, 0xbc, 0x6e, 0x29, 0x60, 0x02, 0x72, 0x94, 0x92, 0x33, 0xc7, 0x42, 0x34, 0xc3, 0x6b, 0x79, 0x6d, 0xbb, 0x3b, 0x27, 0x6d, 0xe4, 0x0a, 0xce, 0xf6, 0x34, 0xbb, 0xa2, 0x5e, 0x5c, 0x8b, 0x8c, 0x14, 0x6f, 0x39, 0xfe, 0xaf, 0x8e, 0x33, 0x53, 0x74, 0xfa, 0xe2, 0x26, 0xe9, 0xfb, 0x92, 0xad, 0xfb, 0xe6, 0xe3, 0x89, 0x4f, 0x87, 0x17, 0x75, 0x19, 0xf8, 0x74, 0xfa, 0x84, 0x96, 0x96, 0xa4, 0x30, 0xc6, 0x3f, 0x0c, 0x34, 0xb6, 0xcb, 0x59, 0x4c, 0x9d, 0xd9, 0xd8, 0xe6, 0xf2, 0x93, 0x93, 0x9d, 0xbd, 0x4e, 0xdb, 0xa0, 0xf1, 0xa4, 0x49, 0xcc, 0x09, 0x04, 0x8c, 0x62, 0xb4, 0x9a, 0x7e, 0xa8, 0xd5, 0xcd, 0xcb, 0x8b, 0x2b, 0x50, 0x41, 0x38, 0x20, 0x2b, 0x68, 0x1b, 0x63, 0xac, 0xef, 0x4b, 0xde, 0x9a, 0xcf, 0xa7, 0x53, 0x6f, 0x0a, 0x8b, 0xf6, 0xfd, 0x31, 0x8b, 0x8e, 0x64, 0x65, 0xb6, 0xca, 0xa6, 0x4e, 0x42, 0xcb, 0x90, 0xd2, 0x61, 0x36, 0x3c, 0x4a, 0x0f, 0xb6, 0x70, 0x7c, 0x8b, 0x71, 0x65, 0x2d, 0x80, 0x82, 0x94, 0x30, 0x15, 0xb9, 0x49, 0x5f, 0x50, 0x5d, 0xdc, 0x03, 0xc3, 0xc1, 0x24, 0x11, 0xcf, 0xde, 0x2b, 0x2d, 0xda, 0x3d, 0x72, 0xdd, 0x2f, 0x43, 0x09, 0xef, 0x77, 0x92, 0x67, 0x18, 0xc0, 0x20, 0x8e, 0xa7, 0x20, 0x47, 0x2a, 0xab, 0x19, 0x8c, 0x90, 0xa2, 0xe6, 0x15, 0xbc, 0xfd, 0x73, 0xc0, 0xea, 0xae, 0x21, 0x31, 0x15, 0xe5, 0xa1, 0x29, 0x99, 0xcc, 0xd1, 0x95, 0xa3, 0xa5, 0x9a, 0x95, 0x75, 0xe9, 0x9b, 0xb6, 0x95, 0xbd, 0xa2, 0x34, 0x39, 0xcb, 0xa9, 0xdc, 0x46, 0xb3, 0x16, 0xfa, 0xf5, 0x8d, 0xa6, 0xa2, 0xd3, 0x0d, 0x28, 0x05, 0xc5, 0x09, 0x23, 0x38, 0x4e, 0xc2, 0x8f, 0xcc, 0x00, 0x6d, 0x59, 0x29, 0xe4, 0x12, 0xf4, 0xdb, 0xbe, 0xb7, 0xd2, 0xfa, 0x54, 0x48, 0x09, 0xe1, 0xe1, 0xc7, 0x09, 0xdc, 0x4e, 0xfe, 0xfd, 0xa6, 0x79, 0xd6, 0xd2, 0xd2, 0xda, 0xf6, 0xf3, 0xb3, 0x9e, 0xc4, 0xcd, 0x9a, 0x14, 0xa5, 0x38, 0x1c, 0x0f, 0x48, 0xef, 0x00, 0x49, 0x12, 0x90, 0x22, 0x79, 0x70, 0xfe, 0x60, 0x38, 0x4e, 0x44, 0xe6, 0xb6, 0xdf, 0xd9, 0x0b, 0x45, 0xaa, 0x5b, 0xb2, 0xf5, 0x02, 0x83, 0x5a, 0x86, 0xa8, 0xf3, 0x21, 0x39, 0x09, 0x99, 0x2c, 0x39, 0xf9, 0x9b, 0x71, 0x2a, 0x90, 0x95, 0x24, 0xff, 0x00, 0x31, 0x1d, 0x69, 0xbb, 0x3e, 0x92, 0x84, 0xb8, 0x93, 0xc8, 0xfe, 0xf5, 0xa6, 0xec, 0x73, 0x0e, 0xdb, 0x5c, 0xdc, 0xb4, 0xe0, 0x82, 0x38, 0x01, 0x1d, 0x3f, 0x35, 0x6d, 0x7c, 0x0f, 0xd3, 0xad, 0x25, 0x6f, 0x29, 0x4e, 0x3a, 0xea, 0xea, 0x10, 0xee, 0x00, 0x67, 0x44, 0x2e, 0xb1, 0xfa, 0xd0, 0x64, 0x8f, 0x8f, 0xf2, 0x67, 0xa1, 0xae, 0xff, 0x00, 0xd3, 0xab, 0xd0, 0xd0, 0x5a, 0x90, 0x9d, 0x39, 0xef, 0xf6, 0xab, 0xe8, 0x6b, 0xe7, 0x55, 0xa0, 0x97, 0x2e, 0x8a, 0x1d, 0xc2, 0xd5, 0xc5, 0x5c, 0xac, 0xc9, 0x7e, 0x99, 0x4f, 0x4b, 0xb4, 0x66, 0x59, 0xaa, 0xc9, 0x4f, 0x8d, 0x68, 0x24, 0xee, 0x01, 0xb2, 0x70, 0x84, 0x04, 0x8c, 0x85, 0x00, 0x9c, 0x60, 0x67, 0x9e, 0xb1, 0xf6, 0xca, 0x2a, 0x42, 0xa5, 0x47, 0x6c, 0x64, 0xf4, 0xac, 0x35, 0x83, 0x8e, 0xdc, 0x36, 0xf0, 0x71, 0xc5, 0x1e, 0x11, 0x29, 0xf1, 0x2b, 0xcf, 0xa5, 0x55, 0x70, 0xee, 0xbb, 0xa2, 0xd2, 0xa9, 0xcc, 0xd4, 0x8a, 0x57, 0x92, 0xa3, 0x5b, 0x83, 0x35, 0xef, 0x4a, 0xf4, 0xb6, 0xfd, 0x42, 0xfe, 0x4a, 0x07, 0xe6, 0x0a, 0x24, 0x25, 0x27, 0x80, 0x32, 0x40, 0x1e, 0xde, 0x71, 0xd4, 0x5c, 0x6a, 0x4b, 0xa8, 0x24, 0xf2, 0x15, 0x9f, 0x6e, 0xea, 0xe2, 0xde, 0xec, 0xdc, 0x83, 0x2b, 0x04, 0xc1, 0x39, 0x3d, 0x3d, 0x60, 0x0f, 0xed, 0x58, 0x6f, 0x5d, 0x6b, 0xb5, 0x04, 0xeb, 0x0d, 0xf9, 0x70, 0xd6, 0xe9, 0x61, 0xd9, 0x35, 0x19, 0xa9, 0x70, 0xa5, 0xb6, 0x7c, 0x6a, 0xde, 0xa4, 0x20, 0x97, 0x1a, 0x4a, 0xd3, 0x94, 0x90, 0x73, 0xc6, 0x38, 0x19, 0xf8, 0xc7, 0x3a, 0x7b, 0x73, 0xc6, 0xc2, 0x20, 0xf2, 0xaf, 0x5c, 0xd2, 0x9e, 0xe3, 0xd3, 0x9b, 0x5a, 0x8e, 0x48, 0x07, 0xe3, 0x41, 0xda, 0x71, 0x12, 0xb1, 0x72, 0x50, 0xa5, 0xc5, 0x9d, 0x32, 0x91, 0x4f, 0x5c, 0x3a, 0xb3, 0x33, 0x0a, 0xa4, 0xb4, 0xa4, 0x4c, 0x9d, 0xb9, 0x44, 0x29, 0x96, 0x4a, 0x47, 0x23, 0x24, 0x15, 0x24, 0xe0, 0x0f, 0x69, 0xc7, 0x04, 0x89, 0x1f, 0x28, 0x43, 0x9c, 0xcc, 0x88, 0xf2, 0x15, 0x6a, 0xda, 0xd2, 0x53, 0xb8, 0x15, 0xf4, 0xba, 0xca, 0xa4, 0xb0, 0xad, 0x32, 0x9d, 0x0e, 0x3e, 0xb2, 0x44, 0x85, 0x24, 0x55, 0x6a, 0x8f, 0xbd, 0x6e, 0x22, 0x42, 0x52, 0xa5, 0x90, 0x97, 0x9a, 0x09, 0x50, 0x2b, 0xc9, 0x52, 0xb2, 0x0e, 0x36, 0xfb, 0xb6, 0xf1, 0xf2, 0x90, 0x68, 0x14, 0x53, 0xe2, 0x95, 0x81, 0xbe, 0x26, 0xb3, 0x4e, 0xde, 0xd9, 0x27, 0x47, 0x7d, 0xa2, 0xb4, 0xf1, 0x92, 0xa3, 0xb8, 0x9e, 0x91, 0x15, 0x17, 0xa9, 0x97, 0xe4, 0x0b, 0xc5, 0xcb, 0x36, 0xd1, 0x62, 0xda, 0x76, 0x23, 0x94, 0x68, 0xdb, 0x25, 0x49, 0x5a, 0xda, 0x58, 0x98, 0x43, 0x0a, 0x42, 0x57, 0xed, 0x40, 0x52, 0x07, 0xe0, 0x83, 0x82, 0xa3, 0xf0, 0x9f, 0x8c, 0x72, 0x31, 0x58, 0x5d, 0xac, 0x0e, 0x43, 0xf6, 0xaf, 0x32, 0xd5, 0xaf, 0x51, 0x7a, 0xdd, 0xbb, 0x29, 0x4c, 0x70, 0x6f, 0xb6, 0x7c, 0x24, 0x72, 0xc8, 0xfe, 0xd4, 0x33, 0x78, 0x3b, 0x36, 0x22, 0xe1, 0xd3, 0xe9, 0x4b, 0x28, 0x54, 0xb7, 0xb6, 0x29, 0xdf, 0xaa, 0x40, 0x5a, 0x11, 0xf4, 0xfa, 0x7b, 0xf2, 0x40, 0x20, 0xe0, 0x63, 0x23, 0x27, 0xa8, 0x2d, 0xd2, 0x83, 0xc4, 0xa2, 0x26, 0x07, 0xe8, 0x6a, 0x9d, 0xf6, 0xd6, 0x88, 0x08, 0x3b, 0xf3, 0xf7, 0x81, 0xfa, 0xfa, 0xfa, 0x52, 0xf6, 0x95, 0x99, 0x4d, 0x72, 0xe4, 0xa7, 0xcb, 0xba, 0xdd, 0x2f, 0xb6, 0xdd, 0x51, 0x97, 0x9d, 0x53, 0x8e, 0x28, 0x27, 0x6a, 0x56, 0x01, 0xdc, 0x32, 0xbc, 0x8d, 0xb9, 0xf9, 0xce, 0x01, 0xe0, 0x0f, 0x8e, 0x9c, 0x2e, 0x15, 0xc4, 0x00, 0x80, 0x3e, 0xfc, 0xa9, 0x2c, 0xed, 0x90, 0x9b, 0xd6, 0xd6, 0xe9, 0x9e, 0x15, 0x03, 0xcf, 0x91, 0xf5, 0x3c, 0xba, 0xf2, 0xaf, 0xdd, 0xc5, 0x52, 0x2c, 0xea, 0xb6, 0xac, 0x33, 0x7b, 0xdb, 0x34, 0xb8, 0xfb, 0x44, 0xe6, 0x53, 0x1d, 0xd8, 0x2d, 0xf8, 0x99, 0x42, 0x04, 0x65, 0x02, 0x84, 0xb4, 0x12, 0xde, 0xc0, 0x56, 0x32, 0x42, 0x50, 0x06, 0x7e, 0xa7, 0xe4, 0x90, 0x2e, 0x16, 0xe2, 0x96, 0x90, 0x70, 0x40, 0xc7, 0x9e, 0x3c, 0x85, 0x58, 0x6b, 0x6d, 0xd8, 0xdd, 0x6a, 0xe2, 0xe9, 0x20, 0x78, 0x76, 0x23, 0xfd, 0xa6, 0x40, 0xda, 0x24, 0xf9, 0x54, 0x3b, 0x94, 0x26, 0xd8, 0x9e, 0xfb, 0x4d, 0x25, 0xc5, 0xb4, 0x2a, 0x51, 0x24, 0x25, 0xa7, 0x55, 0xb8, 0x21, 0x45, 0xe4, 0xad, 0x58, 0x3f, 0x38, 0x25, 0x20, 0xe3, 0x27, 0x18, 0xe3, 0xe0, 0x0e, 0xa0, 0x4a, 0xa5, 0x29, 0x27, 0xa1, 0xfa, 0x55, 0x68, 0x68, 0xa5, 0xe2, 0x12, 0x49, 0x1c, 0x48, 0x50, 0x07, 0x91, 0xe2, 0x04, 0xf9, 0xf2, 0xab, 0x76, 0x8d, 0x32, 0xad, 0xdd, 0x4d, 0xfb, 0x2e, 0xc9, 0x97, 0x0a, 0x25, 0x2a, 0x5d, 0xcf, 0x6e, 0x4e, 0xb7, 0x55, 0x51, 0x96, 0xe2, 0x9c, 0x65, 0xb0, 0xd8, 0x75, 0xd4, 0x3a, 0xef, 0x00, 0xe0, 0xa1, 0x84, 0xb6, 0x76, 0x8f, 0x93, 0xbb, 0x07, 0x91, 0xd1, 0x96, 0xaf, 0x13, 0x7a, 0x95, 0x1e, 0x95, 0xe8, 0x7a, 0x0e, 0xa9, 0xed, 0xda, 0xfa, 0x5c, 0x53, 0x70, 0x4a, 0x4a, 0x37, 0x9d, 0xa4, 0x83, 0xcb, 0xa4, 0x56, 0x0f, 0xee, 0x9f, 0xec, 0xb9, 0xae, 0xe8, 0x8e, 0xb1, 0xb9, 0x66, 0x52, 0x6f, 0x4a, 0x75, 0x51, 0xa5, 0xb6, 0x1d, 0x7e, 0x44, 0x35, 0xac, 0x21, 0xbf, 0xc5, 0x71, 0x05, 0x3c, 0xa7, 0xdf, 0x82, 0xda, 0xbd, 0xc0, 0x0c, 0x8c, 0x1c, 0x0c, 0xe0, 0x68, 0xce, 0xb2, 0xc3, 0x62, 0x15, 0x5b, 0x1d, 0x43, 0x57, 0xb3, 0xd3, 0x1e, 0x0d, 0x3d, 0x33, 0x00, 0xed, 0x5a, 0x3f, 0xb2, 0xdf, 0xb3, 0x86, 0xcb, 0xa8, 0x54, 0x29, 0xd7, 0xee, 0x8d, 0x77, 0x03, 0x5b, 0xa4, 0xd4, 0x2d, 0x27, 0x03, 0xf7, 0x73, 0xaf, 0xb2, 0xec, 0x66, 0xaa, 0x08, 0x52, 0x4b, 0x89, 0x6d, 0x96, 0x5b, 0x71, 0x49, 0x71, 0x41, 0x28, 0x5a, 0x41, 0x73, 0x07, 0xdc, 0x4f, 0xd4, 0xa3, 0xa1, 0x15, 0xaa, 0x37, 0x72, 0x0c, 0x8f, 0x49, 0xa3, 0x34, 0xcd, 0x4e, 0xd7, 0x51, 0x0a, 0x36, 0xf2, 0x42, 0x62, 0x64, 0x75, 0xaf, 0xda, 0x2f, 0x49, 0xa9, 0x4e, 0xee, 0x46, 0xe6, 0xac, 0x54, 0xe8, 0x6a, 0x86, 0x9a, 0xb4, 0xc9, 0xcb, 0x75, 0x0c, 0x4e, 0x2d, 0x25, 0x5b, 0x24, 0x07, 0x12, 0xb4, 0x3c, 0x52, 0x48, 0xc1, 0x68, 0x2c, 0x12, 0x90, 0x7d, 0xb8, 0xe4, 0x28, 0xa5, 0x35, 0x81, 0xc4, 0x97, 0x4a, 0x7a, 0x57, 0x91, 0x69, 0x1e, 0xd5, 0xff, 0x00, 0x54, 0x5c, 0xdc, 0x38, 0x9e, 0x02, 0xe1, 0x5e, 0xca, 0x23, 0x62, 0x23, 0x3f, 0xfd, 0x67, 0x6f, 0x7e, 0x48, 0xa9, 0x2a, 0x6e, 0xac, 0xd4, 0xb4, 0xf6, 0xec, 0xb8, 0x2f, 0x51, 0x61, 0xd0, 0xee, 0x11, 0x54, 0x82, 0xed, 0x31, 0x42, 0xb3, 0x11, 0x6a, 0xf4, 0x18, 0x3b, 0x52, 0xa4, 0xe5, 0x40, 0xb6, 0xa1, 0x80, 0x9d, 0xca, 0x39, 0xfa, 0xe7, 0x92, 0x7a, 0x85, 0xa7, 0x14, 0xdb, 0xaa, 0x0a, 0xe7, 0x50, 0x2f, 0xb4, 0x17, 0x5a, 0x65, 0xeb, 0xf7, 0x28, 0x6c, 0x2f, 0x8c, 0x14, 0x19, 0x9c, 0x44, 0xc4, 0x9f, 0x3e, 0x73, 0xbe, 0x0c, 0xc4, 0x9a, 0x4a, 0xfa, 0xb9, 0x2a, 0x1a, 0x91, 0x6c, 0x51, 0x69, 0xb3, 0x63, 0x33, 0x26, 0x25, 0x26, 0x90, 0x8a, 0x7b, 0x30, 0x11, 0x29, 0xe5, 0xa1, 0xf6, 0x52, 0x94, 0xa7, 0x1b, 0x5d, 0x71, 0x5e, 0x27, 0x06, 0xd3, 0xf9, 0x76, 0x8c, 0x9c, 0x10, 0x38, 0x29, 0x81, 0x4b, 0x59, 0x58, 0xe2, 0x1b, 0x6c, 0x47, 0x2a, 0xa8, 0xd5, 0xee, 0xd7, 0xaa, 0xda, 0xb6, 0x95, 0x00, 0xa4, 0xa5, 0x3c, 0x3c, 0x33, 0x85, 0x0c, 0x62, 0x09, 0xc1, 0xc6, 0x3e, 0x07, 0xa8, 0x04, 0xa9, 0xd8, 0x51, 0x1f, 0x84, 0x58, 0x6e, 0xe3, 0x52, 0x90, 0xe4, 0x42, 0xdb, 0x4f, 0x4d, 0xa3, 0xc9, 0x71, 0xf6, 0xd2, 0x42, 0x42, 0x52, 0x4e, 0xec, 0x1d, 0x9b, 0x70, 0x9e, 0x3e, 0x30, 0x71, 0xf3, 0xd1, 0x5d, 0xe3, 0x89, 0x58, 0x57, 0x0c, 0x91, 0xe7, 0x03, 0xe1, 0x15, 0x9a, 0x76, 0xcc, 0xfb, 0x29, 0x68, 0x3d, 0xe1, 0x29, 0x20, 0x15, 0x36, 0xb5, 0x2c, 0x0c, 0x62, 0x67, 0xf9, 0x62, 0x06, 0x28, 0xfb, 0xb5, 0x8a, 0x0c, 0x7a, 0x76, 0xae, 0x5b, 0x50, 0x5c, 0xbf, 0xa5, 0xc4, 0x7d, 0x06, 0x44, 0x78, 0xf5, 0x16, 0xa8, 0xaa, 0xdc, 0x87, 0xdd, 0x61, 0xc6, 0xda, 0x57, 0xe2, 0x21, 0x49, 0x01, 0x0a, 0x5f, 0xb5, 0x27, 0xd8, 0x0a, 0x8e, 0x78, 0x3c, 0x3d, 0x0e, 0xb8, 0xa7, 0x89, 0x29, 0x00, 0x1f, 0x3f, 0xa7, 0xaf, 0x33, 0x5a, 0x1e, 0xc6, 0xb4, 0xc3, 0x5a, 0xc5, 0xa2, 0x1c, 0x79, 0x47, 0x82, 0x44, 0xf7, 0x64, 0x71, 0x48, 0x31, 0x24, 0x8c, 0x01, 0x24, 0x01, 0x30, 0x24, 0xd5, 0x99, 0x54, 0xbb, 0xa9, 0x5a, 0x57, 0xa9, 0xd7, 0x55, 0x9b, 0x7c, 0xa6, 0xa7, 0x7c, 0x26, 0xa4, 0x20, 0x33, 0x55, 0x9a, 0xa6, 0xd1, 0x15, 0xa7, 0xde, 0x69, 0x23, 0xd4, 0x3a, 0xb4, 0xb5, 0xb5, 0xb3, 0xbf, 0xdc, 0x8c, 0x24, 0x60, 0x7d, 0x32, 0x12, 0x3a, 0x6b, 0x97, 0x49, 0x43, 0x87, 0xcb, 0xe3, 0x5b, 0xdb, 0x9d, 0x65, 0xad, 0x27, 0x5b, 0xb8, 0x4c, 0x29, 0x49, 0x59, 0x4e, 0xd8, 0x82, 0x06, 0x73, 0x89, 0xc4, 0x0a, 0xac, 0x6e, 0x7b, 0x5e, 0xa3, 0xdc, 0x6e, 0xba, 0xc5, 0x45, 0xbf, 0x0e, 0x62, 0xdf, 0xf4, 0xcd, 0x47, 0x2a, 0x9b, 0x37, 0xdf, 0x11, 0x51, 0x9a, 0x71, 0xec, 0x25, 0x2b, 0x2a, 0xca, 0x1d, 0x57, 0x90, 0xa0, 0x95, 0x70, 0xa7, 0x7d, 0xc4, 0x63, 0x85, 0x69, 0xc5, 0x2f, 0x05, 0x46, 0x0c, 0xc7, 0xbc, 0x67, 0xd0, 0x83, 0x58, 0xed, 0x49, 0x91, 0xda, 0x8d, 0x7d, 0xbe, 0xed, 0xb2, 0xa3, 0xe1, 0x92, 0x55, 0x05, 0x3c, 0x12, 0xbd, 0x8c, 0xc8, 0x56, 0x60, 0x83, 0xcf, 0x35, 0x65, 0xf6, 0xbb, 0xa2, 0xd5, 0xdb, 0x76, 0xf7, 0x9b, 0x58, 0xb7, 0xef, 0xe9, 0xb1, 0x19, 0x8d, 0x36, 0x75, 0x22, 0xa5, 0x1a, 0x9e, 0xd3, 0x4b, 0x94, 0xa9, 0x11, 0x54, 0x10, 0xb8, 0xe1, 0xc0, 0x14, 0x9f, 0x6b, 0x8a, 0x40, 0x24, 0xa3, 0x92, 0x49, 0xdf, 0x8c, 0xf4, 0xf2, 0xda, 0x92, 0x41, 0xf7, 0x7e, 0xbe, 0x7f, 0xb5, 0x6a, 0x74, 0x1e, 0xcd, 0x6a, 0x3a, 0x5d, 0xf9, 0x74, 0xb8, 0x52, 0x93, 0x88, 0xc1, 0x51, 0xe1, 0xc0, 0x1c, 0x43, 0x97, 0xba, 0x7c, 0xe8, 0x6e, 0xfe, 0xd6, 0x6b, 0xe2, 0x8e, 0xec, 0xeb, 0x62, 0x75, 0xdc, 0xe3, 0x10, 0x97, 0x32, 0x40, 0x11, 0xe2, 0xc1, 0x42, 0x5c, 0x74, 0x92, 0x52, 0xa5, 0x10, 0xcb, 0x41, 0x44, 0x90, 0x70, 0xa5, 0x60, 0x67, 0x38, 0x3f, 0x38, 0xea, 0xbb, 0x8e, 0xe1, 0xc2, 0xa1, 0x38, 0xaa, 0x0d, 0x43, 0x5d, 0xd4, 0xdb, 0x5a, 0xed, 0xcb, 0xb0, 0x92, 0x4e, 0x00, 0xc9, 0xf8, 0x09, 0xaa, 0x62, 0xab, 0x54, 0xb8, 0xf5, 0x02, 0x5b, 0x09, 0xa4, 0xdd, 0x55, 0x88, 0xd5, 0x4a, 0x25, 0x59, 0xc7, 0xed, 0xf9, 0xd3, 0x4a, 0xcb, 0x12, 0xd4, 0x54, 0x97, 0x14, 0xd9, 0x43, 0x9c, 0x13, 0xc2, 0x40, 0x07, 0xe4, 0x20, 0x11, 0xc0, 0x20, 0x1c, 0x85, 0xfb, 0x31, 0x0a, 0xc2, 0x81, 0x19, 0x1d, 0x39, 0x48, 0xac, 0xda, 0xae, 0x6f, 0x9f, 0x58, 0x08, 0x75, 0x69, 0x5b, 0x6a, 0x94, 0x95, 0x4c, 0x13, 0x20, 0x91, 0x07, 0xe1, 0x9e, 0x9e, 0xb5, 0x7f, 0x5f, 0x5a, 0xdd, 0x78, 0xf7, 0x4d, 0x42, 0xa7, 0xe8, 0xf6, 0xb3, 0x53, 0x6f, 0x2a, 0xa5, 0x3e, 0xa7, 0x3e, 0x22, 0x27, 0x47, 0x7e, 0xb1, 0x4e, 0x66, 0x2b, 0xef, 0x25, 0x48, 0xda, 0xe3, 0x81, 0x0c, 0xa9, 0xc4, 0x20, 0x2c, 0x6f, 0x21, 0x0a, 0xfa, 0x90, 0x06, 0x00, 0x4f, 0x5c, 0x2f, 0xde, 0x56, 0x02, 0xc7, 0xcf, 0xf6, 0x35, 0xbd, 0xfc, 0x75, 0xdd, 0x71, 0x94, 0xd8, 0xdc, 0x34, 0xb8, 0x59, 0x00, 0xc9, 0x40, 0x04, 0x88, 0xde, 0x01, 0x20, 0x4d, 0x2b, 0x71, 0xea, 0xfe, 0xa5, 0x69, 0x9d, 0x9b, 0x2f, 0x43, 0x6d, 0xdb, 0xfa, 0xbe, 0xc5, 0x3a, 0x1c, 0x13, 0x4b, 0x6a, 0x2b, 0x75, 0x66, 0x25, 0xc6, 0x62, 0x2a, 0x91, 0x82, 0xda, 0x12, 0x23, 0x00, 0xaf, 0x6a, 0xf1, 0xbb, 0x27, 0x83, 0x9f, 0xd0, 0xf5, 0x13, 0x97, 0xd7, 0x2d, 0x9e, 0x0d, 0x8d, 0x3b, 0x52, 0xd7, 0xef, 0xac, 0x99, 0x5d, 0x8a, 0x31, 0x03, 0x86, 0x41, 0x06, 0x04, 0x0d, 0xbc, 0x22, 0x71, 0x40, 0x36, 0xdb, 0xb6, 0xfd, 0x06, 0xa0, 0xdd, 0x76, 0xbf, 0x53, 0xac, 0x53, 0xe3, 0x42, 0x6c, 0xbc, 0x99, 0x94, 0x22, 0x84, 0xcb, 0x61, 0x48, 0x19, 0x0b, 0x6f, 0x7e, 0x01, 0x50, 0xc6, 0x47, 0x23, 0x9c, 0x73, 0xf4, 0xe8, 0x06, 0x8f, 0xf1, 0xc1, 0x57, 0x33, 0x59, 0xdb, 0x02, 0xc3, 0x77, 0x01, 0xd7, 0x8a, 0x92, 0x06, 0x65, 0x31, 0x23, 0xe3, 0x8a, 0x4f, 0x5e, 0xef, 0x4b, 0x66, 0xf0, 0xd4, 0x87, 0xab, 0xcc, 0xcc, 0x99, 0x3e, 0x1b, 0x74, 0xe4, 0xd3, 0x9a, 0x94, 0xf9, 0x2a, 0x98, 0xef, 0x96, 0x2b, 0xac, 0xa5, 0x6f, 0x95, 0x04, 0xa4, 0xb8, 0x14, 0xf0, 0xce, 0xdf, 0x6e, 0x12, 0x30, 0x49, 0xc9, 0xe8, 0xd4, 0x38, 0x8e, 0xfd, 0x2b, 0xe4, 0x01, 0xad, 0x23, 0x9a, 0x9d, 0xa0, 0xd6, 0xda, 0xb9, 0x07, 0x89, 0x29, 0x00, 0x4f, 0xf3, 0x73, 0x19, 0xc0, 0xce, 0x73, 0x59, 0x2c, 0x76, 0x8d, 0x7b, 0x6b, 0x4d, 0xbf, 0x54, 0xfb, 0x87, 0xb7, 0x5b, 0x92, 0xf5, 0xb9, 0x91, 0x5f, 0xf3, 0x52, 0xe9, 0x95, 0xa9, 0x15, 0x0a, 0x64, 0x58, 0x30, 0x83, 0x2c, 0xee, 0x7d, 0xe9, 0x0c, 0x3e, 0xd1, 0x71, 0x65, 0xd2, 0xfa, 0x03, 0x69, 0x29, 0xc0, 0xf1, 0xab, 0x9e, 0x40, 0xd0, 0x3e, 0xe5, 0xe1, 0xbb, 0x01, 0x2a, 0x09, 0x6a, 0x37, 0xdc, 0xcf, 0xed, 0x11, 0x5e, 0xc0, 0xc9, 0xb4, 0x4d, 0xaf, 0x11, 0x04, 0xab, 0xe0, 0x22, 0xa1, 0x75, 0xe3, 0xb7, 0x6a, 0xdd, 0x93, 0x60, 0x52, 0x6d, 0x77, 0xb4, 0x12, 0xe6, 0xb5, 0x2b, 0x62, 0x1c, 0x88, 0xd2, 0xad, 0xd7, 0x5d, 0x95, 0x22, 0x24, 0x47, 0xdb, 0x92, 0xc3, 0x90, 0xdc, 0x66, 0x63, 0xce, 0xaf, 0xd4, 0x25, 0x6d, 0xa5, 0xe2, 0xb0, 0x71, 0xe3, 0xdc, 0x91, 0x95, 0x91, 0x94, 0xf5, 0x8b, 0xf7, 0x88, 0x5b, 0x9e, 0xd2, 0xb4, 0x94, 0x63, 0x84, 0x8c, 0x1f, 0x39, 0x1e, 0xb5, 0x0d, 0xfb, 0xfa, 0x7d, 0xbb, 0x61, 0xc9, 0xe1, 0x3c, 0xe7, 0x6f, 0x75, 0x48, 0xb5, 0xda, 0xd5, 0xff, 0x00, 0xad, 0x9a, 0x7d, 0x0e, 0x66, 0x92, 0x76, 0x7b, 0x56, 0xbd, 0xee, 0x47, 0x2b, 0x6f, 0xca, 0x53, 0x97, 0x5c, 0xba, 0x8d, 0x3a, 0x97, 0x4d, 0x82, 0x12, 0x94, 0xa0, 0x34, 0xf4, 0x79, 0xd1, 0x4c, 0x87, 0x16, 0xbc, 0xe7, 0xdc, 0x36, 0x84, 0x7c, 0x2f, 0x39, 0x42, 0x38, 0xe5, 0xda, 0xae, 0xcc, 0xb8, 0x94, 0xb5, 0x02, 0x20, 0x49, 0x9f, 0xda, 0xa6, 0x65, 0xcb, 0x23, 0x6c, 0x95, 0x24, 0x4a, 0x8f, 0x3e, 0x51, 0x56, 0x6d, 0xa7, 0xa0, 0x5a, 0x99, 0xa3, 0xfa, 0xc1, 0x66, 0xdd, 0x96, 0x8f, 0x6b, 0x17, 0xd5, 0x87, 0x1a, 0x96, 0xec, 0x48, 0x95, 0x4d, 0xce, 0x4a, 0x7e, 0x1d, 0x25, 0xdf, 0x56, 0xa4, 0x36, 0xa6, 0x66, 0xad, 0xc7, 0xbc, 0xe9, 0x5b, 0x0b, 0x69, 0x0a, 0x25, 0x60, 0x6f, 0x24, 0x01, 0xcf, 0x30, 0x21, 0x77, 0x68, 0xb4, 0x77, 0xda, 0x16, 0x95, 0x7f, 0x4c, 0x08, 0x31, 0xe7, 0x42, 0x6a, 0xef, 0x30, 0xdd, 0xbf, 0x1d, 0xb8, 0x29, 0x31, 0x9f, 0x53, 0x57, 0x36, 0xb1, 0xc9, 0xba, 0x2c, 0x1b, 0xce, 0xe7, 0xa2, 0xdb, 0x57, 0x3c, 0x86, 0xa3, 0x55, 0x10, 0x5f, 0xad, 0xc8, 0x7e, 0x1b, 0xe5, 0xc9, 0x4b, 0x5a, 0x4b, 0x8b, 0x57, 0x8e, 0x47, 0x91, 0xd5, 0x25, 0x6a, 0x71, 0xc0, 0x50, 0x55, 0xee, 0x4a, 0xc8, 0xc6, 0xd5, 0x6d, 0xea, 0x8d, 0xc5, 0x38, 0x9b, 0xbf, 0x06, 0xe7, 0x87, 0x1d, 0x71, 0xf2, 0xaf, 0x2a, 0xd5, 0x9e, 0xbc, 0xb4, 0xd7, 0x14, 0x8b, 0x75, 0x61, 0x71, 0xc5, 0x3c, 0xe4, 0x79, 0xe7, 0x33, 0xf3, 0xac, 0xdf, 0xf6, 0x83, 0x48, 0xd4, 0xc9, 0x73, 0xed, 0xa8, 0xda, 0x99, 0xa0, 0xf4, 0xdd, 0x3a, 0x96, 0xe5, 0xaf, 0x39, 0x66, 0x1d, 0x1a, 0xda, 0x72, 0x8e, 0xdc, 0x94, 0xa5, 0xd0, 0x96, 0x12, 0x70, 0xb5, 0x25, 0xf4, 0x86, 0x43, 0x4e, 0x60, 0x92, 0xb0, 0x5f, 0x58, 0x5a, 0x8e, 0x52, 0x13, 0xa8, 0x65, 0xb0, 0xb7, 0x09, 0x71, 0x20, 0x91, 0x1e, 0xee, 0xb5, 0xe8, 0x16, 0x09, 0x2e, 0x35, 0xfc, 0x66, 0x42, 0x7d, 0xc3, 0xac, 0x56, 0x92, 0xa9, 0x5a, 0xd0, 0x2e, 0x1d, 0x02, 0xa7, 0x5c, 0x37, 0xb6, 0x97, 0xd3, 0xa4, 0x18, 0x7a, 0x42, 0x25, 0xd3, 0xae, 0x74, 0xd9, 0x32, 0x69, 0x8e, 0xb5, 0x37, 0x6a, 0x92, 0xd9, 0x4b, 0xc7, 0xc8, 0xa9, 0x1c, 0x86, 0xb6, 0xba, 0xe7, 0x8f, 0xe4, 0x63, 0xaa, 0xeb, 0xa0, 0x86, 0xd4, 0x98, 0x24, 0x41, 0xdb, 0xdf, 0xd3, 0xf7, 0xaa, 0x0e, 0xd1, 0x59, 0xd9, 0x28, 0x2d, 0x4a, 0x6c, 0x08, 0x49, 0x82, 0x12, 0x46, 0x76, 0xe5, 0xbf, 0x2a, 0x9c, 0xd2, 0xeb, 0x62, 0x55, 0x70, 0xc8, 0x8e, 0xdc, 0x96, 0x58, 0xf1, 0x36, 0x97, 0x9c, 0x72, 0x5d, 0x21, 0xa9, 0x2d, 0xa1, 0x09, 0x4a, 0xf2, 0xa2, 0x56, 0x92, 0x53, 0x9c, 0x81, 0x81, 0x9c, 0xf1, 0xf1, 0x8c, 0xf5, 0x9d, 0x69, 0x05, 0x44, 0x8e, 0x9e, 0x55, 0x80, 0xd3, 0x2c, 0xbd, 0xa1, 0x4b, 0x48, 0x81, 0x19, 0xca, 0x42, 0x86, 0x27, 0xa8, 0xc7, 0xa7, 0x3a, 0xb5, 0xfb, 0x54, 0xbb, 0xab, 0xb6, 0x9d, 0x8d, 0x5e, 0x47, 0xdf, 0x52, 0x13, 0x02, 0x9e, 0xa5, 0xcc, 0x6a, 0x2c, 0x46, 0xdd, 0x4b, 0xbe, 0x6f, 0x0a, 0xb7, 0x61, 0xc0, 0xcb, 0x8d, 0x84, 0xa9, 0x28, 0x19, 0x0b, 0x19, 0x05, 0x09, 0x50, 0x23, 0x07, 0x24, 0xd9, 0xba, 0xa4, 0xb6, 0xa8, 0x38, 0x19, 0xad, 0x37, 0x65, 0xae, 0x1f, 0xb7, 0xb2, 0x74, 0x71, 0x78, 0x53, 0x24, 0x00, 0x0c, 0xcc, 0x7a, 0x11, 0x06, 0x39, 0xfa, 0xd6, 0x91, 0xfb, 0x2e, 0xee, 0x27, 0x6f, 0x0b, 0xab, 0x52, 0xae, 0xe7, 0xe1, 0x26, 0x3a, 0xaa, 0x73, 0x62, 0xc8, 0xf0, 0x20, 0xe4, 0x35, 0xbd, 0x72, 0x15, 0xb7, 0x3f, 0x5c, 0x67, 0x19, 0xfa, 0xfc, 0xf5, 0x77, 0xa1, 0x2f, 0xbc, 0xef, 0x14, 0x79, 0x9a, 0xb8, 0xec, 0xe5, 0xc1, 0xbb, 0xbf, 0xba, 0x7c, 0x88, 0xe2, 0xe1, 0x3e, 0x9f, 0x9a, 0xb5, 0xff, 0x00, 0x5a, 0x1a, 0xd7, 0x52, 0xdb, 0x4f, 0xd7, 0xae, 0xae, 0xa1, 0x1d, 0x7b, 0x4a, 0x8e, 0x8b, 0x5d, 0x49, 0x00, 0xff, 0x00, 0x80, 0x64, 0xfc, 0x7f, 0x9b, 0x3d, 0x0f, 0x75, 0xfe, 0x9d, 0x5e, 0x86, 0x83, 0xd4, 0x3f, 0xd0, 0x3b, 0xfe, 0xd3, 0xf4, 0x35, 0xf2, 0xce, 0xbd, 0x48, 0xaf, 0x4b, 0xa4, 0x4f, 0xa8, 0x42, 0xa6, 0xbc, 0xfb, 0x50, 0x9f, 0x65, 0xe9, 0x4e, 0xc5, 0x8a, 0xa5, 0xf8, 0x1a, 0x0f, 0x24, 0x95, 0xac, 0x8e, 0x00, 0xc0, 0x27, 0x27, 0x03, 0x83, 0xcf, 0x58, 0x86, 0xd2, 0x49, 0x30, 0x39, 0x1a, 0xf2, 0xf7, 0x5b, 0x2a, 0x52, 0x94, 0xd2, 0x4c, 0x08, 0x9f, 0x2e, 0xbb, 0x72, 0xa6, 0xb6, 0x95, 0x12, 0xb3, 0x5b, 0xa6, 0x4b, 0xac, 0x53, 0x69, 0x72, 0x1d, 0x88, 0xdc, 0x97, 0xdc, 0x79, 0xd6, 0xe2, 0x29, 0x41, 0x29, 0x2a, 0xc8, 0x59, 0x50, 0xe1, 0x23, 0x01, 0x47, 0xf4, 0x3f, 0x20, 0xe3, 0xe7, 0x9c, 0x42, 0xc9, 0xda, 0x60, 0x72, 0xa1, 0x9b, 0x65, 0xc7, 0x52, 0xa5, 0xa0, 0x12, 0x01, 0x3c, 0xbf, 0x6a, 0xb1, 0xee, 0x9b, 0x4e, 0xc5, 0xbb, 0xed, 0xda, 0x75, 0x4e, 0x3b, 0x52, 0xdf, 0x4c, 0x3a, 0x33, 0x6d, 0xce, 0xa8, 0x47, 0xa4, 0x21, 0xf4, 0x42, 0x70, 0x34, 0xd8, 0x53, 0x79, 0x79, 0x97, 0x1b, 0x4f, 0xb8, 0x6e, 0xc9, 0x4f, 0xd1, 0x58, 0x09, 0xdf, 0xbd, 0x45, 0xa1, 0xc6, 0xa1, 0x26, 0x24, 0x01, 0xd3, 0x6a, 0xd9, 0x30, 0xf5, 0x92, 0x92, 0xda, 0x8c, 0x94, 0x84, 0xe7, 0x04, 0x81, 0x8c, 0x8d, 0xa0, 0x6d, 0x3f, 0xf3, 0x55, 0x0d, 0x67, 0x4d, 0xf4, 0xfd, 0xad, 0x37, 0x87, 0x55, 0xa7, 0xd1, 0x67, 0xd7, 0x5d, 0x6a, 0xac, 0xea, 0x2a, 0x55, 0x68, 0xb6, 0xf2, 0x23, 0x22, 0x0a, 0xd4, 0x36, 0xad, 0x4a, 0x5b, 0x4d, 0x34, 0x8f, 0xcc, 0x4f, 0xf2, 0x54, 0x7d, 0xd9, 0xc8, 0xf8, 0x57, 0x28, 0xf7, 0x8d, 0x40, 0xdc, 0xc7, 0xa7, 0xa5, 0x05, 0xad, 0xdd, 0x69, 0xaf, 0x5a, 0x71, 0xd9, 0x85, 0x11, 0x30, 0x4f, 0x0c, 0x47, 0x2c, 0x91, 0x02, 0xa4, 0xe9, 0x96, 0x5d, 0x46, 0x35, 0x15, 0x75, 0x4a, 0x6d, 0x12, 0x41, 0x83, 0x1f, 0x09, 0x76, 0x52, 0x58, 0x51, 0x6d, 0x1c, 0x81, 0xca, 0xb1, 0x81, 0xc9, 0x1f, 0xd6, 0x3a, 0xaf, 0xe1, 0x52, 0x92, 0x54, 0x06, 0x2b, 0x2d, 0xdc, 0x3d, 0xdd, 0x15, 0x84, 0x92, 0x9e, 0xbc, 0xbe, 0x35, 0x15, 0x2e, 0xd9, 0xac, 0xcc, 0xac, 0x46, 0xb9, 0xe3, 0x51, 0x66, 0x2e, 0x9f, 0x18, 0xf8, 0x9e, 0x9e, 0x88, 0x8b, 0xf0, 0x25, 0x61, 0x2e, 0x82, 0x92, 0xe6, 0x36, 0xe7, 0x2b, 0x48, 0xc6, 0x7e, 0x48, 0x1d, 0x4c, 0x94, 0xa9, 0x36, 0xca, 0x27, 0x63, 0xfd, 0xa8, 0x65, 0x30, 0xf2, 0xd6, 0x1c, 0x09, 0x3c, 0x23, 0x73, 0x18, 0x98, 0x3c, 0xf6, 0xa4, 0x6b, 0xf4, 0x1a, 0xb4, 0xd9, 0x54, 0xea, 0xa3, 0x34, 0x29, 0xab, 0x86, 0xd3, 0xfe, 0xf9, 0xa9, 0x8a, 0xbf, 0x00, 0x57, 0x91, 0x07, 0x1e, 0x4c, 0x6d, 0xc8, 0xf1, 0xab, 0x3c, 0xf0, 0x70, 0x3e, 0x48, 0x1d, 0x23, 0x41, 0x48, 0x65, 0x4b, 0x23, 0x07, 0xfb, 0x8a, 0x45, 0xb2, 0xf1, 0x4a, 0x56, 0x10, 0x78, 0x67, 0x78, 0xc6, 0xe3, 0x9e, 0xdc, 0x8d, 0x4c, 0x3d, 0x6d, 0xd7, 0x23, 0xd2, 0x51, 0x70, 0x3d, 0x46, 0x94, 0x88, 0x4f, 0x2b, 0x6b, 0x53, 0x15, 0x1d, 0x41, 0xa5, 0x9c, 0x91, 0x80, 0xac, 0x60, 0x9e, 0x0f, 0xd7, 0xe8, 0x7a, 0x80, 0xa1, 0x61, 0x3c, 0x51, 0x8e, 0xb4, 0xf3, 0x6a, 0xf2, 0x5b, 0xef, 0x4a, 0x4f, 0x09, 0xe7, 0x18, 0xa8, 0x8b, 0xc6, 0x81, 0x58, 0x87, 0x4b, 0xa6, 0xd5, 0xe5, 0xd1, 0xa4, 0x22, 0x23, 0xd5, 0x04, 0x86, 0x64, 0x39, 0x1d, 0x41, 0xb7, 0x0e, 0xc7, 0x38, 0x0a, 0x23, 0x07, 0xe0, 0xff, 0x00, 0x51, 0xea, 0x66, 0x12, 0x44, 0xaa, 0x2a, 0x37, 0x6d, 0xdd, 0x4b, 0x49, 0x5a, 0x92, 0x60, 0x9d, 0xe0, 0xc6, 0xc7, 0x9d, 0x25, 0x5e, 0xb5, 0xeb, 0x34, 0xc6, 0x05, 0x72, 0xa1, 0x47, 0x97, 0x1e, 0x2c, 0xb9, 0x50, 0xfd, 0x3c, 0xa7, 0xa3, 0xad, 0x2d, 0xbb, 0xf8, 0x83, 0xf2, 0xac, 0x80, 0x95, 0x7d, 0x3e, 0x09, 0xf9, 0xe9, 0xc9, 0x42, 0xb8, 0x12, 0x63, 0xaf, 0xd2, 0xa4, 0x7a, 0xd9, 0xc6, 0xbf, 0x88, 0x52, 0x40, 0x25, 0x39, 0x83, 0x1b, 0xf5, 0xa9, 0x8b, 0x06, 0xe2, 0xbc, 0xf4, 0x6a, 0xeb, 0x83, 0xa8, 0x50, 0xad, 0xf4, 0xc6, 0x91, 0x4f, 0xab, 0x4b, 0x5c, 0x76, 0xab, 0x70, 0xdd, 0x0c, 0x3c, 0x97, 0x12, 0xea, 0x70, 0x0e, 0xe4, 0x15, 0x7b, 0x5d, 0xdc, 0x08, 0x3c, 0x10, 0x3f, 0x9b, 0xa7, 0xa4, 0xb8, 0xd2, 0x83, 0x89, 0x4f, 0x2a, 0x3a, 0xc9, 0xeb, 0xbd, 0x26, 0xe5, 0x37, 0x01, 0x10, 0x52, 0xa5, 0x7e, 0x60, 0x60, 0xcc, 0xfe, 0x86, 0x94, 0xd7, 0x2a, 0xf5, 0xf5, 0xa9, 0x77, 0x43, 0x5a, 0x85, 0xa9, 0x56, 0xec, 0x68, 0x06, 0x64, 0x36, 0xda, 0x84, 0x51, 0x11, 0xd6, 0x5a, 0x7d, 0x09, 0x52, 0x9c, 0x2b, 0x0a, 0x71, 0x44, 0xac, 0x92, 0xef, 0xca, 0x4e, 0x00, 0xc6, 0x07, 0x39, 0x28, 0xf3, 0x8e, 0xb9, 0x04, 0xa6, 0x22, 0x8d, 0xd5, 0xef, 0xef, 0xaf, 0xdd, 0x0f, 0xdc, 0xa3, 0x84, 0x10, 0x00, 0xc1, 0x03, 0xaf, 0x3d, 0xf7, 0xe5, 0x4f, 0x74, 0xa7, 0x56, 0x75, 0x57, 0xb6, 0x0a, 0x65, 0x42, 0x05, 0x1a, 0xd2, 0xa5, 0xb7, 0x12, 0xe8, 0x69, 0x95, 0xa9, 0x75, 0xc8, 0x0f, 0x05, 0x38, 0x96, 0xc2, 0xc7, 0xe1, 0x90, 0xe2, 0x02, 0x92, 0x43, 0x83, 0x3c, 0x1f, 0x81, 0xcf, 0x4e, 0x69, 0xd7, 0x59, 0x44, 0x70, 0xef, 0x53, 0x69, 0xda, 0xb6, 0xa3, 0xa0, 0xa4, 0x80, 0xd8, 0x85, 0xc7, 0xe6, 0x91, 0xb7, 0x4d, 0xa7, 0x7a, 0x0c, 0xb8, 0x6d, 0x9b, 0x82, 0x97, 0x52, 0x4c, 0xbb, 0xae, 0x97, 0x22, 0x93, 0x26, 0x63, 0xaa, 0x7d, 0xb7, 0x4b, 0x4e, 0x45, 0x21, 0x6a, 0x5e, 0xe2, 0xa6, 0x89, 0x21, 0x40, 0x05, 0x1e, 0x08, 0x39, 0x1c, 0x73, 0xd3, 0x55, 0xde, 0x97, 0x38, 0x80, 0x8a, 0xa7, 0xb8, 0x4d, 0xd7, 0x7f, 0xc4, 0xf0, 0x28, 0x2a, 0xcc, 0xe5, 0x3b, 0x9e, 0x59, 0xf8, 0x1a, 0x69, 0xab, 0xba, 0x4a, 0xf6, 0x84, 0x5f, 0x11, 0x6d, 0x96, 0x2e, 0x75, 0xd6, 0xd5, 0x53, 0x84, 0x1e, 0x74, 0x48, 0x84, 0xa8, 0xe5, 0x79, 0x75, 0x49, 0xdb, 0xb4, 0xa9, 0x7b, 0xf1, 0x8c, 0x64, 0x7c, 0x12, 0x40, 0x18, 0xc8, 0x05, 0x38, 0xdf, 0x12, 0x63, 0x7f, 0x75, 0x09, 0xab, 0x69, 0x47, 0x45, 0xbc, 0x4b, 0x41, 0xce, 0x32, 0xb1, 0x30, 0x71, 0x39, 0xe9, 0x99, 0xfd, 0x27, 0x18, 0xc0, 0x86, 0xbb, 0xec, 0x1a, 0xdd, 0xb3, 0x57, 0x62, 0xdd, 0x95, 0x66, 0xd4, 0x29, 0xf5, 0x09, 0x48, 0x69, 0xc6, 0x9a, 0x74, 0xad, 0x6e, 0x16, 0xd7, 0xf0, 0x52, 0xda, 0xf6, 0xe7, 0x27, 0xdb, 0xf2, 0x39, 0x04, 0x7c, 0x8c, 0x75, 0x1f, 0x76, 0xa4, 0x9f, 0x1c, 0xd5, 0x6d, 0xe6, 0x9f, 0x71, 0x6a, 0xfa, 0x59, 0x2d, 0x94, 0x28, 0xc7, 0x39, 0x30, 0x7a, 0x03, 0x1e, 0x9b, 0x8a, 0x61, 0x32, 0xd6, 0xd4, 0x2a, 0x7d, 0x69, 0xaa, 0x15, 0x56, 0xdd, 0xaa, 0xb7, 0x29, 0xd7, 0x02, 0x5a, 0x85, 0x22, 0x98, 0x94, 0xbc, 0xb2, 0xa3, 0x84, 0xe1, 0x25, 0xfc, 0x92, 0x7e, 0x9f, 0xa9, 0xfd, 0x7a, 0x79, 0x0d, 0x8c, 0x11, 0x9f, 0x53, 0xfb, 0x50, 0x0e, 0x5a, 0xeb, 0x69, 0x7f, 0xbb, 0x5a, 0x15, 0x9d, 0x81, 0x42, 0x67, 0x3f, 0xff, 0x00, 0x72, 0xa6, 0xac, 0x78, 0x9a, 0x81, 0xa7, 0x3a, 0x9d, 0x4a, 0x95, 0x3e, 0xc6, 0xa9, 0xbb, 0x3a, 0x2c, 0xc6, 0xd6, 0x9a, 0x4c, 0x9a, 0x68, 0x69, 0xd7, 0x8f, 0xd1, 0x18, 0xf2, 0xa9, 0x59, 0x39, 0xe3, 0x09, 0x57, 0xcf, 0xe5, 0x3f, 0x1d, 0x77, 0x81, 0x26, 0x00, 0xcf, 0xbf, 0xf6, 0xa2, 0x6c, 0x13, 0xac, 0x69, 0x9a, 0xab, 0x6b, 0x5b, 0x4a, 0x51, 0x07, 0xf2, 0xf0, 0xa4, 0x13, 0xf0, 0x5c, 0xfc, 0x8d, 0x75, 0xaa, 0x63, 0x53, 0x6f, 0xed, 0x51, 0x97, 0x4e, 0x97, 0x6d, 0xd5, 0x69, 0xb5, 0x29, 0xef, 0x82, 0xcd, 0x0d, 0x0e, 0xb9, 0xe7, 0x68, 0x28, 0x05, 0x25, 0x29, 0x6d, 0x4d, 0x85, 0x1e, 0x08, 0x50, 0x18, 0x19, 0x07, 0x8c, 0x0e, 0xb8, 0xa9, 0x25, 0x46, 0x46, 0x7d, 0x3f, 0xbd, 0x17, 0xa8, 0x0d, 0x67, 0x52, 0xd5, 0x14, 0x1c, 0x6c, 0xa4, 0xa8, 0xe1, 0x33, 0x91, 0xee, 0x28, 0x9f, 0x3e, 0x55, 0x15, 0x40, 0xb3, 0xf5, 0x12, 0x83, 0x7b, 0x35, 0x43, 0xa0, 0xc2, 0xac, 0x22, 0xe6, 0x40, 0x5a, 0x04, 0x66, 0xa3, 0x3b, 0xeb, 0xd1, 0x94, 0xab, 0x29, 0xc0, 0x21, 0x7c, 0xb6, 0x49, 0x20, 0x00, 0x30, 0xa5, 0x71, 0x8f, 0x96, 0x95, 0x92, 0x78, 0x44, 0x8f, 0x2d, 0xaa, 0x16, 0xac, 0xf5, 0x16, 0x2f, 0x80, 0x69, 0x07, 0xbe, 0xf4, 0xf1, 0x0d, 0xf1, 0x32, 0x0e, 0xdd, 0x04, 0x64, 0xd1, 0x05, 0x0a, 0xb5, 0xaf, 0x8c, 0xde, 0x09, 0xb5, 0x29, 0x75, 0x2b, 0x91, 0xea, 0xc2, 0x1f, 0x3e, 0x4a, 0x3a, 0x3d, 0x42, 0xa4, 0xee, 0x00, 0x95, 0x7e, 0x1e, 0xe2, 0xa0, 0xad, 0xb9, 0x24, 0xe3, 0x20, 0x67, 0xa6, 0x49, 0x59, 0xe1, 0x24, 0xfa, 0x55, 0x9b, 0x57, 0x1d, 0xa2, 0x17, 0x5d, 0xc8, 0x2a, 0x2b, 0xfe, 0x9c, 0xcf, 0xc2, 0x7a, 0x53, 0x4b, 0xee, 0x8f, 0x4a, 0xb8, 0x2e, 0x77, 0xe3, 0xc1, 0xd3, 0x7a, 0xa4, 0xa9, 0x2c, 0x30, 0x5b, 0xac, 0xd3, 0x2a, 0x2e, 0xee, 0x5c, 0x67, 0x92, 0xbd, 0xaa, 0x25, 0x01, 0x04, 0xa4, 0x7b, 0x92, 0x9f, 0x76, 0x30, 0xa2, 0xae, 0x32, 0x4f, 0x4f, 0x80, 0x47, 0x0b, 0x72, 0x23, 0x7a, 0xeb, 0xeb, 0x16, 0xee, 0xae, 0x7f, 0x84, 0xc1, 0x2a, 0x03, 0xc4, 0x92, 0x66, 0x0c, 0xef, 0x11, 0xf6, 0x66, 0xb8, 0xa2, 0xd1, 0x15, 0x70, 0xa6, 0x4d, 0x91, 0x0e, 0xc3, 0x7f, 0xd4, 0xc6, 0x51, 0xcd, 0x37, 0xc0, 0xb7, 0x32, 0xe7, 0x94, 0x23, 0x0a, 0xc2, 0x77, 0x25, 0x7e, 0x55, 0x25, 0x3c, 0x8c, 0xee, 0x50, 0xc6, 0x4e, 0x47, 0x50, 0x06, 0x9c, 0x2b, 0x94, 0x92, 0x4f, 0xce, 0x87, 0x16, 0xaf, 0x5e, 0x28, 0xb2, 0x1b, 0xc8, 0xe5, 0xbf, 0x31, 0xbf, 0x39, 0x9a, 0xea, 0xd7, 0xb0, 0x4c, 0xba, 0xbb, 0xd1, 0xac, 0x9a, 0x64, 0xd9, 0x35, 0xda, 0x6a, 0x57, 0x23, 0x14, 0x76, 0xdd, 0x12, 0x62, 0xa9, 0xb2, 0x3d, 0xe3, 0x6f, 0x28, 0x29, 0x56, 0x06, 0x4f, 0xc1, 0xc7, 0xeb, 0xd3, 0x81, 0xb9, 0x52, 0xa0, 0x4e, 0x2a, 0x3b, 0x4d, 0x2e, 0xe1, 0x4e, 0x91, 0x6e, 0x09, 0x71, 0x39, 0xc1, 0x32, 0x0f, 0xe9, 0x1f, 0x5a, 0x14, 0xaa, 0x6a, 0x35, 0x49, 0x77, 0x4c, 0x9a, 0xe4, 0xfa, 0xc4, 0x8a, 0x9d, 0x4d, 0x6e, 0xa4, 0x54, 0x5c, 0x56, 0xf5, 0x37, 0x39, 0x1b, 0x52, 0x03, 0x9b, 0xd4, 0x30, 0x95, 0xa4, 0x67, 0x72, 0x89, 0xfe, 0x4e, 0xde, 0x46, 0x36, 0x90, 0x59, 0x4b, 0x88, 0xf1, 0x1c, 0x1f, 0x3c, 0x83, 0xf7, 0xca, 0x85, 0xb8, 0xb8, 0xb8, 0x4d, 0xc2, 0x9c, 0x74, 0x95, 0x38, 0x62, 0x70, 0x60, 0xf9, 0xce, 0xd2, 0x39, 0xc9, 0xf2, 0xda, 0x96, 0x9b, 0x7a, 0x7d, 0xf1, 0x0e, 0xa3, 0x1e, 0x5a, 0x19, 0x86, 0xd0, 0xa6, 0xbc, 0xb6, 0x96, 0x5c, 0x59, 0xf2, 0xe5, 0x04, 0x04, 0xe5, 0x68, 0x4e, 0x09, 0x39, 0xc0, 0xe4, 0x9d, 0xaa, 0xfd, 0x01, 0x23, 0xa2, 0xdc, 0x05, 0x88, 0xc9, 0x91, 0xd3, 0xf4, 0xa9, 0xbb, 0xe6, 0xc8, 0xe2, 0x26, 0x04, 0x13, 0x99, 0x1e, 0xec, 0x81, 0x9f, 0x49, 0xda, 0xbb, 0xaa, 0xc6, 0x4a, 0xe4, 0x3d, 0xc6, 0x0f, 0xde, 0xd0, 0x80, 0xe3, 0xfc, 0xdf, 0x51, 0x23, 0x6f, 0x72, 0xaa, 0xc1, 0x49, 0x24, 0x79, 0xe3, 0xf4, 0xad, 0x6f, 0x06, 0xe5, 0xd7, 0x15, 0xd2, 0x69, 0xac, 0x9d, 0x66, 0x9c, 0xd3, 0x6a, 0xa5, 0x47, 0x5b, 0x4d, 0x3b, 0x6b, 0xc6, 0x79, 0xc7, 0x82, 0x99, 0x8c, 0xa0, 0x5b, 0x21, 0x0a, 0x5b, 0x88, 0x05, 0xf2, 0x82, 0xbc, 0x1c, 0x16, 0xd4, 0x4e, 0x79, 0xc1, 0xad, 0xa9, 0xc8, 0x1e, 0x3f, 0x95, 0x7a, 0x6d, 0xbd, 0xc6, 0xa7, 0xdd, 0x23, 0xff, 0x00, 0x90, 0x46, 0x07, 0xf2, 0x24, 0x93, 0x20, 0x6d, 0xd4, 0x66, 0x27, 0xca, 0xab, 0x3d, 0x51, 0xb1, 0xb5, 0x1f, 0x5a, 0x1e, 0x87, 0x40, 0xd4, 0x9b, 0xda, 0xa7, 0x31, 0x88, 0x8a, 0x69, 0x6c, 0xbb, 0x12, 0x89, 0x1d, 0x31, 0xc2, 0x9e, 0xda, 0x16, 0xfa, 0x56, 0xd1, 0x01, 0x6d, 0xb1, 0x9d, 0xae, 0xab, 0x24, 0x24, 0xf0, 0x30, 0x0e, 0x7a, 0x6a, 0x82, 0xd6, 0x61, 0x66, 0x40, 0xfb, 0x9f, 0x75, 0x57, 0x5f, 0x33, 0x79, 0xa9, 0x94, 0xb5, 0x70, 0xe1, 0x21, 0x31, 0xb2, 0x53, 0x12, 0x79, 0xc8, 0xdc, 0x27, 0xf9, 0xba, 0x54, 0x9e, 0x94, 0xc6, 0xd5, 0x3b, 0x3e, 0xdf, 0x83, 0x67, 0x5a, 0xba, 0xd2, 0xfa, 0x69, 0xad, 0x48, 0x86, 0x60, 0xa5, 0x8a, 0x13, 0x12, 0x03, 0x30, 0xe5, 0xb8, 0xad, 0x8b, 0x71, 0x6a, 0x42, 0xca, 0x48, 0x29, 0x59, 0x29, 0x51, 0x01, 0x39, 0x03, 0x3f, 0x03, 0xa7, 0xb6, 0x56, 0x81, 0xc2, 0x95, 0xe3, 0x1f, 0x0a, 0x2e, 0xc1, 0x57, 0x96, 0xcc, 0x06, 0x5b, 0xb8, 0x94, 0x88, 0x8f, 0x08, 0x30, 0x95, 0x1c, 0x4e, 0x3d, 0x7c, 0x87, 0x5a, 0x81, 0xee, 0x33, 0x50, 0xf5, 0x2e, 0xb7, 0x6e, 0xd2, 0x2c, 0x59, 0xba, 0xb6, 0xf5, 0x62, 0x35, 0x72, 0xe4, 0x66, 0x33, 0x70, 0x85, 0x2a, 0x3c, 0x64, 0xbe, 0x1b, 0x64, 0x4b, 0xde, 0xb7, 0x1b, 0x03, 0xf0, 0xf0, 0xe4, 0x72, 0x9f, 0x8d, 0xca, 0xdc, 0x48, 0x1b, 0x46, 0x54, 0x85, 0xb8, 0xda, 0xbc, 0x53, 0xf6, 0x3f, 0x7a, 0x83, 0x53, 0xb9, 0xbe, 0x7d, 0x8e, 0xe8, 0x3d, 0xc4, 0x14, 0x62, 0x20, 0x0d, 0x87, 0x14, 0xcf, 0x48, 0x8f, 0x7d, 0x57, 0x77, 0xe5, 0xa7, 0x61, 0xd2, 0x1b, 0xa6, 0xd1, 0xad, 0xc9, 0xee, 0x4e, 0x45, 0x52, 0x0b, 0x8f, 0x54, 0x09, 0x9e, 0xd4, 0x90, 0x97, 0x16, 0xb2, 0x56, 0x09, 0x68, 0xfb, 0x39, 0x51, 0x01, 0x24, 0xe4, 0x0f, 0xe6, 0xe8, 0x5b, 0x84, 0xc2, 0xc2, 0x93, 0xbe, 0x3e, 0x35, 0x9b, 0xd6, 0xad, 0x53, 0x6a, 0xfb, 0x4a, 0x64, 0x92, 0x54, 0x01, 0x26, 0x66, 0x0d, 0x38, 0xd5, 0x3e, 0xc6, 0x57, 0xdc, 0x4e, 0x8f, 0xda, 0xf5, 0x86, 0xef, 0x87, 0x9f, 0xa8, 0x43, 0x99, 0x37, 0x6c, 0x6b, 0x96, 0x73, 0xee, 0x23, 0x0e, 0x38, 0x85, 0x15, 0xb6, 0xe7, 0xbd, 0x6a, 0xc8, 0xc2, 0x08, 0x50, 0xe3, 0xc2, 0x79, 0x38, 0xda, 0x2d, 0x2d, 0xee, 0x9d, 0x66, 0xdb, 0xbc, 0x19, 0x27, 0xf4, 0xc5, 0x6f, 0xf4, 0x56, 0x6e, 0x2e, 0xb4, 0xe6, 0xd5, 0xde, 0x90, 0x63, 0x99, 0x9f, 0xad, 0x7e, 0x97, 0xa3, 0x74, 0x8d, 0x27, 0xd5, 0xa6, 0x74, 0xf3, 0x52, 0xaf, 0xc9, 0x52, 0xa8, 0xa6, 0xc1, 0x96, 0xe3, 0xab, 0xa8, 0xd5, 0xa5, 0x39, 0x18, 0x60, 0xb4, 0x14, 0x50, 0x84, 0x97, 0x1c, 0x42, 0x00, 0x2e, 0x24, 0x63, 0x19, 0x28, 0xf8, 0x1c, 0xa7, 0xa5, 0xb9, 0x53, 0x6b, 0x28, 0xe2, 0x1c, 0xc6, 0x7c, 0xcc, 0xf9, 0xfd, 0xe2, 0xaa, 0x35, 0x7b, 0x66, 0x1a, 0xbf, 0x42, 0x6e, 0x1c, 0x94, 0x94, 0x9d, 0xc9, 0xe4, 0x7e, 0x23, 0xdd, 0x56, 0x76, 0x8f, 0xa2, 0xeb, 0x75, 0x12, 0xe9, 0x96, 0x1d, 0x21, 0x87, 0xc3, 0x75, 0x16, 0x94, 0xa7, 0x1d, 0x9f, 0x1d, 0x85, 0x3c, 0x92, 0x95, 0xed, 0x68, 0xf9, 0x87, 0xbf, 0x29, 0x4a, 0xc8, 0x09, 0xc1, 0x19, 0x5e, 0x73, 0x91, 0x8a, 0x56, 0x38, 0xe0, 0xf0, 0xf5, 0xac, 0xf6, 0x96, 0x6e, 0xf8, 0x9c, 0x45, 0xb2, 0x41, 0x1c, 0x40, 0x93, 0x20, 0x48, 0xcc, 0x03, 0x23, 0x3c, 0xfa, 0x11, 0x9a, 0x97, 0xd2, 0x98, 0x2d, 0x39, 0xa6, 0x37, 0x6d, 0xd0, 0xab, 0x5b, 0x7a, 0x23, 0xb8, 0xa6, 0x83, 0xb1, 0x23, 0x32, 0xaf, 0x4e, 0xb9, 0x0d, 0x2d, 0x08, 0x4e, 0xe5, 0xac, 0x38, 0x10, 0x39, 0xe1, 0x21, 0x43, 0xe0, 0x91, 0x90, 0x08, 0x46, 0x44, 0xb2, 0xa3, 0x1f, 0x66, 0x89, 0xd2, 0x92, 0x3f, 0x0f, 0xb8, 0x70, 0x23, 0x32, 0x76, 0x03, 0x12, 0x3c, 0xcc, 0xc5, 0x69, 0x3f, 0xb2, 0x51, 0xbd, 0xb1, 0xaf, 0x5c, 0x1f, 0xa5, 0x3f, 0xff, 0x00, 0xf4, 0x75, 0x7d, 0xd9, 0xe1, 0xfc, 0x35, 0xfb, 0xaa, 0xcf, 0xb2, 0x60, 0x05, 0xbd, 0xe8, 0x9f, 0xff, 0x00, 0x6a, 0xd9, 0x3d, 0x68, 0xab, 0x67, 0x4b, 0xfc, 0x1e, 0xba, 0xba, 0x84, 0x35, 0xff, 0x00, 0x3f, 0xc0, 0xa5, 0xd7, 0x8f, 0xf8, 0x82, 0x56, 0x39, 0xff, 0x00, 0x26, 0xae, 0x87, 0xba, 0xff, 0x00, 0x21, 0x7e, 0x94, 0x1e, 0xa1, 0xfe, 0x85, 0xdf, 0xf6, 0xab, 0xe8, 0x6b, 0x06, 0x68, 0xf2, 0x1b, 0x4d, 0x93, 0x76, 0xbb, 0x20, 0xe4, 0x06, 0x7f, 0x8b, 0xa4, 0x96, 0xd1, 0xb5, 0xc0, 0xd3, 0xca, 0x2b, 0x2b, 0x51, 0xca, 0x76, 0xa5, 0x2a, 0x38, 0x03, 0x04, 0x64, 0x12, 0x3e, 0xb9, 0x0b, 0x73, 0xfc, 0x35, 0x4d, 0x63, 0xb4, 0xd0, 0x45, 0xb3, 0xfe, 0x7e, 0xee, 0x46, 0xa0, 0x34, 0xca, 0xa9, 0x45, 0xa3, 0xd8, 0xf5, 0xf7, 0x25, 0xdc, 0x11, 0x1b, 0x93, 0x22, 0x1b, 0xac, 0x16, 0xe5, 0x4b, 0x52, 0x1e, 0x94, 0x85, 0x34, 0xac, 0x21, 0x01, 0x04, 0x00, 0x77, 0x60, 0xe7, 0x6a, 0x81, 0xc6, 0xd3, 0xb3, 0x39, 0x54, 0x0c, 0xad, 0x09, 0x4a, 0xa4, 0xc1, 0x3f, 0x3f, 0xbd, 0xe8, 0x0d, 0x39, 0xd6, 0x9a, 0xb4, 0x73, 0x89, 0x60, 0x13, 0x88, 0x26, 0x09, 0x11, 0x88, 0x8f, 0x3f, 0x23, 0xd2, 0xbb, 0xb1, 0x6a, 0x74, 0x5a, 0x6e, 0x99, 0xd7, 0x42, 0xae, 0x1a, 0x6c, 0x59, 0x52, 0x1b, 0x7d, 0xa7, 0xa2, 0xc9, 0x96, 0xb4, 0xc8, 0x7d, 0x1e, 0x24, 0x96, 0x83, 0x49, 0x07, 0x1f, 0x98, 0xa8, 0x13, 0xb5, 0x5b, 0x86, 0x52, 0x4a, 0x41, 0xe5, 0xad, 0x2d, 0x09, 0x65, 0x52, 0x40, 0x3f, 0x71, 0x4b, 0x64, 0xf3, 0x4d, 0xe9, 0xee, 0xa7, 0x8c, 0x02, 0x66, 0x41, 0x39, 0x38, 0x11, 0x03, 0xd6, 0x7d, 0x69, 0xbd, 0x99, 0x1a, 0xd5, 0x87, 0xa2, 0x17, 0x34, 0x84, 0x4f, 0xa5, 0x31, 0x54, 0x99, 0x39, 0x01, 0x4c, 0xae, 0xa2, 0x19, 0x90, 0xe2, 0x10, 0x10, 0x41, 0x0d, 0x60, 0xf9, 0xb2, 0x56, 0xa1, 0xfc, 0x92, 0x30, 0xaf, 0x77, 0x24, 0x75, 0xcd, 0xb8, 0x91, 0x6c, 0xa1, 0x39, 0xf5, 0xa6, 0xd9, 0x96, 0x13, 0xa3, 0xbc, 0x42, 0x80, 0x51, 0x3b, 0x4c, 0x1c, 0x47, 0x2e, 0x74, 0x9b, 0x4d, 0x4e, 0x8f, 0xdb, 0xad, 0x54, 0x51, 0xe2, 0x80, 0xec, 0xf9, 0xc1, 0xb9, 0x33, 0x13, 0x31, 0x68, 0xd8, 0x10, 0xb6, 0xb6, 0xa0, 0xa0, 0x21, 0x49, 0x51, 0xf7, 0x28, 0xe4, 0x94, 0x10, 0x0f, 0x04, 0x9c, 0x24, 0xbd, 0x92, 0x84, 0xdb, 0x15, 0x1e, 0xb4, 0xa8, 0x0b, 0x1a, 0x02, 0xf8, 0x06, 0x54, 0x72, 0x66, 0x23, 0x6f, 0x5f, 0xd3, 0xdf, 0xb5, 0x43, 0x8f, 0x1d, 0xb9, 0xdb, 0xca, 0xe8, 0x96, 0xec, 0x76, 0x17, 0x32, 0xa5, 0x51, 0x26, 0x54, 0xef, 0x58, 0xa0, 0xa0, 0x50, 0xb4, 0x00, 0xc1, 0x6f, 0x6a, 0x92, 0x48, 0x1f, 0x89, 0xc9, 0x4e, 0x12, 0x52, 0x7d, 0xc4, 0x00, 0x5e, 0x97, 0x01, 0x62, 0x57, 0xf7, 0xe5, 0x43, 0x99, 0xb7, 0xd0, 0xbb, 0xb6, 0xb2, 0x54, 0x72, 0x67, 0xa1, 0xda, 0x20, 0x8c, 0x6f, 0x98, 0x81, 0xd4, 0xee, 0xea, 0x97, 0x46, 0x91, 0x40, 0xed, 0xf3, 0xc2, 0xdc, 0x50, 0x63, 0x4b, 0x7d, 0x2e, 0xbd, 0x25, 0x0b, 0x93, 0xb9, 0x72, 0x3d, 0x43, 0x89, 0x56, 0x72, 0x92, 0xca, 0x53, 0xb1, 0x08, 0xf6, 0x82, 0x09, 0x29, 0x0a, 0x24, 0x9e, 0xa2, 0x53, 0x8a, 0x5d, 0xbc, 0x91, 0x8f, 0x7f, 0x5f, 0x85, 0x39, 0x0d, 0xad, 0xbd, 0x07, 0x86, 0x3c, 0x27, 0x33, 0x9d, 0xe4, 0xcf, 0x94, 0x44, 0x63, 0xdf, 0x5d, 0xcd, 0x9d, 0x16, 0x0e, 0x89, 0x44, 0xa1, 0xa8, 0x32, 0x95, 0x49, 0x75, 0x13, 0x12, 0xda, 0x04, 0x8f, 0x2a, 0x89, 0x76, 0x43, 0x6a, 0x5a, 0x8a, 0x93, 0xe2, 0x09, 0xc3, 0x6d, 0xa4, 0x24, 0x1c, 0xe5, 0x19, 0xe4, 0xe7, 0xa8, 0xf8, 0xd2, 0x2d, 0xb8, 0x4f, 0xaf, 0x3e, 0xa7, 0xdd, 0x4a, 0x54, 0x13, 0xa3, 0x06, 0xba, 0xc2, 0xb9, 0xce, 0xea, 0x04, 0xf4, 0xe9, 0x8a, 0x81, 0xd5, 0xca, 0xed, 0x1e, 0x16, 0x88, 0x50, 0xed, 0xe8, 0x12, 0x61, 0x87, 0x13, 0x5a, 0x66, 0x53, 0xed, 0xb5, 0x51, 0xf2, 0x28, 0x2b, 0xd3, 0x48, 0xdc, 0xa5, 0x23, 0xc8, 0x76, 0xe4, 0x14, 0xe4, 0x14, 0xa3, 0x69, 0x1c, 0x6e, 0xdc, 0x48, 0x21, 0x95, 0xa4, 0xb7, 0xc0, 0x93, 0x50, 0x6a, 0x0f, 0xb4, 0x9d, 0x19, 0xb6, 0x90, 0x46, 0x08, 0x24, 0x4c, 0xf2, 0x57, 0x9c, 0xfa, 0x88, 0x11, 0xe7, 0x4f, 0x35, 0x5a, 0x54, 0x17, 0xb4, 0x22, 0x8b, 0x4c, 0x8b, 0x0a, 0x9f, 0x2d, 0x95, 0x3e, 0xcb, 0xb2, 0xa0, 0x31, 0x51, 0xde, 0xf2, 0xb2, 0xca, 0xb7, 0xa8, 0x27, 0xc8, 0x48, 0x21, 0x5c, 0xe0, 0xa5, 0x1b, 0x15, 0x94, 0xa7, 0x3b, 0x8a, 0xba, 0x60, 0x5a, 0x7b, 0x94, 0x82, 0x62, 0xa7, 0xd4, 0x9d, 0x49, 0xd0, 0xda, 0x44, 0x05, 0x0c, 0x48, 0x9c, 0xed, 0x9e, 0x7f, 0xa0, 0x8e, 0x53, 0x48, 0x6b, 0x14, 0xeb, 0x45, 0x5a, 0x2f, 0x66, 0xd3, 0x28, 0x35, 0xca, 0x3b, 0xa5, 0x2c, 0x25, 0xd5, 0xb2, 0xf1, 0x76, 0x6b, 0x88, 0x2a, 0x68, 0x05, 0x15, 0x27, 0x7f, 0xb4, 0x97, 0x3c, 0x84, 0x83, 0xb4, 0xa1, 0x44, 0xa7, 0x6f, 0x3b, 0x8c, 0x8f, 0x29, 0x25, 0xb4, 0xe3, 0x3c, 0xf3, 0xce, 0x97, 0x59, 0x72, 0xdf, 0xf0, 0x8b, 0x74, 0x21, 0x49, 0x3c, 0xe0, 0xca, 0xf9, 0x74, 0x99, 0xdf, 0xae, 0xdb, 0x53, 0x1d, 0x67, 0x7a, 0xdf, 0x97, 0xa6, 0x16, 0x8c, 0x1a, 0x18, 0xa2, 0x35, 0x11, 0xa4, 0x3a, 0xa6, 0x9b, 0x31, 0xd6, 0xfe, 0xd2, 0xa4, 0x34, 0xa5, 0xfe, 0x19, 0x74, 0xa9, 0x03, 0xc9, 0xe4, 0x39, 0x52, 0x51, 0x9d, 0xd8, 0x09, 0x21, 0x3b, 0x94, 0xd7, 0x14, 0x80, 0x84, 0xa4, 0x0f, 0xff, 0x00, 0xda, 0xa3, 0xd5, 0xdd, 0x65, 0x7a, 0x6d, 0xb8, 0x47, 0x08, 0x4f, 0x2c, 0x13, 0xc8, 0x4e, 0x26, 0x46, 0x79, 0x98, 0xf4, 0xa4, 0xfb, 0x8b, 0xac, 0xd8, 0xb3, 0x6d, 0xfb, 0x3e, 0x89, 0x6b, 0xfd, 0xc6, 0x98, 0xf0, 0xe9, 0x4a, 0x71, 0xd6, 0xff, 0x00, 0x16, 0x7f, 0x8d, 0x4e, 0x06, 0x89, 0x49, 0x00, 0x80, 0xd1, 0x18, 0x29, 0xf9, 0x39, 0xc0, 0xf8, 0xda, 0x07, 0x4e, 0x71, 0x49, 0x28, 0x48, 0x1d, 0x3f, 0xaa, 0xbb, 0x5e, 0x7e, 0xd1, 0x6c, 0xdb, 0xb6, 0xd9, 0x4c, 0x04, 0xf9, 0xaa, 0x26, 0x3e, 0x1f, 0x7b, 0x45, 0x2b, 0xdc, 0xfd, 0x6f, 0x4e, 0x65, 0x54, 0x2d, 0xca, 0x4d, 0x8f, 0x2e, 0x8a, 0x98, 0xb4, 0xd8, 0x01, 0x25, 0x2d, 0x97, 0x67, 0x25, 0x04, 0x86, 0xc8, 0x09, 0x39, 0x1b, 0x13, 0xb4, 0x24, 0x03, 0x92, 0x4e, 0xdc, 0x10, 0x9d, 0x81, 0x23, 0x9d, 0x52, 0x0c, 0x46, 0xc3, 0xff, 0x00, 0x6a, 0x7f, 0x68, 0x6e, 0x6d, 0x16, 0xf3, 0x08, 0x65, 0x49, 0x21, 0x23, 0xcd, 0x51, 0xb1, 0xf2, 0x8a, 0x47, 0xb8, 0x79, 0x56, 0xc7, 0xed, 0xdd, 0xbc, 0xe5, 0x45, 0x14, 0x26, 0xe2, 0x3e, 0xda, 0x9f, 0x71, 0xb4, 0xd2, 0xd2, 0xa6, 0x94, 0xd2, 0xa5, 0x2c, 0x95, 0xa9, 0x6c, 0x3a, 0xea, 0x52, 0xb2, 0x39, 0x5a, 0xc1, 0xca, 0x8f, 0xb8, 0x24, 0x0c, 0x75, 0xce, 0x42, 0x88, 0xc7, 0xcc, 0x0e, 0x7f, 0x7e, 0xb4, 0x9a, 0xe8, 0x60, 0x5d, 0x31, 0xc6, 0x12, 0x01, 0xf2, 0x11, 0x04, 0xf5, 0x04, 0xc1, 0xea, 0x46, 0xe7, 0x34, 0xbf, 0x70, 0x33, 0xb4, 0xc6, 0xe3, 0xd5, 0xbb, 0x60, 0xd1, 0xa2, 0x5b, 0x35, 0x2b, 0x76, 0x1d, 0x3e, 0x24, 0x79, 0x53, 0xbe, 0xfc, 0x5b, 0xe5, 0x0c, 0xa5, 0xe5, 0x07, 0x12, 0x48, 0x07, 0x6e, 0x13, 0x93, 0x84, 0x13, 0x8d, 0xc4, 0x82, 0x72, 0x0f, 0x52, 0x38, 0xb6, 0xf8, 0x80, 0x04, 0xe3, 0xa6, 0xdf, 0x5a, 0x66, 0xbe, 0x34, 0xfb, 0xad, 0x55, 0x85, 0x04, 0xa1, 0x6d, 0xa4, 0x00, 0x55, 0xc4, 0x4c, 0x09, 0xcf, 0xdc, 0xd3, 0x7d, 0x56, 0x36, 0x2d, 0xcf, 0xad, 0xd4, 0x57, 0xe5, 0xc1, 0xb6, 0xe6, 0xd1, 0x98, 0x62, 0x23, 0x13, 0xa5, 0xf9, 0xdc, 0x50, 0x43, 0x61, 0xd5, 0x05, 0x0d, 0xa1, 0xc7, 0x31, 0xed, 0x39, 0xc2, 0x1c, 0x39, 0x2a, 0xf9, 0x0a, 0x2a, 0xc2, 0xad, 0xc4, 0x15, 0x8f, 0x12, 0xbf, 0x4f, 0xad, 0x47, 0xab, 0x37, 0x65, 0x75, 0xad, 0xb4, 0xb5, 0x25, 0x0a, 0x40, 0x09, 0x04, 0xc9, 0xc0, 0x93, 0xeb, 0xb7, 0x91, 0xf9, 0xd3, 0x2b, 0xde, 0xbf, 0x6f, 0xde, 0x1a, 0xe9, 0x4b, 0xb8, 0xab, 0x10, 0x6d, 0x49, 0x50, 0x95, 0xe9, 0xda, 0x9f, 0x50, 0x55, 0x46, 0x4a, 0x9b, 0x69, 0x39, 0x3b, 0x95, 0x95, 0xa7, 0xca, 0x42, 0x41, 0x04, 0xfc, 0x15, 0x1c, 0xf2, 0x09, 0x3d, 0x31, 0x6e, 0xb6, 0xa7, 0x04, 0xa9, 0x51, 0xef, 0x8f, 0xad, 0x43, 0x78, 0xe5, 0xb5, 0xd6, 0xbc, 0xd3, 0xeb, 0x43, 0x6a, 0x18, 0x05, 0x52, 0x71, 0xbf, 0x94, 0xe3, 0x14, 0xee, 0xe9, 0xae, 0x50, 0x2e, 0x7e, 0xe8, 0x1c, 0xae, 0xd5, 0x9c, 0xb5, 0xde, 0xa4, 0x2a, 0x42, 0x01, 0xac, 0xaa, 0x64, 0x83, 0x8d, 0x8c, 0x80, 0x85, 0x14, 0x39, 0xb1, 0x60, 0xa5, 0x69, 0x48, 0x23, 0x78, 0x01, 0x43, 0xf3, 0xed, 0xf7, 0x75, 0xca, 0x53, 0x45, 0xe9, 0x93, 0xf0, 0xc7, 0xd6, 0xa7, 0xb8, 0x75, 0xa7, 0xbb, 0x4a, 0x1c, 0x73, 0x83, 0x82, 0x47, 0x8b, 0x88, 0xf2, 0x18, 0xc6, 0x36, 0x31, 0xcf, 0xdf, 0x5c, 0xb9, 0x2e, 0x3d, 0xf7, 0xdc, 0xf3, 0xb5, 0xfa, 0x0b, 0x16, 0xcc, 0xf4, 0x3e, 0xa5, 0x2e, 0x93, 0x51, 0x54, 0x89, 0x25, 0x4e, 0x4a, 0x44, 0x4f, 0xc0, 0x3b, 0x10, 0x14, 0xe0, 0x21, 0xe4, 0xa3, 0x08, 0x05, 0x5f, 0x1b, 0x41, 0xc7, 0x5d, 0xc4, 0xda, 0x9e, 0x90, 0x55, 0xf0, 0xc7, 0xef, 0x4d, 0x33, 0x7b, 0xda, 0x42, 0xf3, 0x41, 0x0a, 0x19, 0x29, 0x54, 0xab, 0x24, 0x27, 0x18, 0x89, 0xdc, 0x6d, 0x4b, 0x59, 0xde, 0x82, 0x7f, 0x75, 0xa6, 0xe0, 0xbc, 0x91, 0x6d, 0xc6, 0x8d, 0x1a, 0xa0, 0xb7, 0xe5, 0x4c, 0x33, 0x9e, 0x69, 0xd5, 0x38, 0xd2, 0x37, 0x7b, 0x3c, 0xc1, 0x0b, 0x69, 0x5b, 0xd3, 0x84, 0xa5, 0x44, 0x14, 0xf0, 0x39, 0xc7, 0x3d, 0xc6, 0x92, 0xec, 0x85, 0x2b, 0xf4, 0xfa, 0xd2, 0x5a, 0xa4, 0xaf, 0xb5, 0x25, 0xe7, 0x82, 0x00, 0x04, 0x92, 0x65, 0x40, 0xc8, 0x1c, 0x81, 0x02, 0x33, 0xc8, 0xd4, 0x42, 0xf5, 0x5e, 0x7e, 0x95, 0x6b, 0x5d, 0xc3, 0x7c, 0x53, 0xa8, 0xd1, 0x2a, 0xf4, 0xb7, 0x6a, 0x72, 0x0c, 0xb9, 0x54, 0x3a, 0xc3, 0x88, 0x75, 0xf4, 0xef, 0x5e, 0xd7, 0x8b, 0x8d, 0xf2, 0x40, 0x04, 0xab, 0x3c, 0x8f, 0xd7, 0x8e, 0x42, 0xb6, 0xa4, 0x97, 0x48, 0x0a, 0x33, 0xe7, 0xb1, 0xf7, 0xfd, 0x8a, 0x09, 0xfd, 0x6a, 0xe3, 0x48, 0xd5, 0x9e, 0xb9, 0x4b, 0x61, 0xc6, 0xe4, 0xc9, 0x42, 0x8f, 0x14, 0x4e, 0xf8, 0xe9, 0xf7, 0xd6, 0x99, 0xe9, 0xe5, 0xed, 0x02, 0x9b, 0xaa, 0x17, 0x1e, 0xa5, 0x19, 0x0e, 0x55, 0x18, 0x7d, 0xa9, 0x2a, 0x93, 0x4f, 0x66, 0xa2, 0xe4, 0x77, 0xd3, 0xe6, 0x74, 0x2d, 0x45, 0xd5, 0x05, 0x61, 0xcc, 0x60, 0x92, 0x85, 0x02, 0x0e, 0xd1, 0xc7, 0x1d, 0x48, 0x95, 0xb8, 0xa5, 0x15, 0x16, 0xf3, 0xeb, 0x4d, 0xd1, 0xee, 0xc2, 0x35, 0x47, 0xee, 0xd0, 0xbe, 0x34, 0x99, 0x3c, 0x20, 0x90, 0xa1, 0xc4, 0x67, 0xc4, 0x67, 0x31, 0xd0, 0x8a, 0x95, 0xec, 0xa6, 0x2d, 0x22, 0xf3, 0xd5, 0xdb, 0x9a, 0xa5, 0x51, 0xb9, 0xe0, 0xd5, 0x18, 0x99, 0x4c, 0x7d, 0x6f, 0x42, 0x87, 0x19, 0x6b, 0x7d, 0xc2, 0xa9, 0x0d, 0x84, 0xad, 0x5b, 0x1e, 0x1b, 0x06, 0x55, 0x92, 0xa0, 0x0e, 0x3e, 0x3d, 0xb9, 0x24, 0x3d, 0x92, 0x67, 0xc4, 0x82, 0x3e, 0xfd, 0x05, 0x5e, 0x76, 0x49, 0x45, 0xfb, 0xf7, 0xd6, 0x56, 0x14, 0x14, 0x09, 0xc6, 0xf9, 0x38, 0x9c, 0xfc, 0x6a, 0xb9, 0xbb, 0xfb, 0x6a, 0xd4, 0xfb, 0x76, 0xcc, 0xfe, 0x1a, 0x6e, 0x19, 0x90, 0x23, 0x5b, 0x93, 0xaa, 0x6e, 0x31, 0x1e, 0xb0, 0xec, 0x77, 0x76, 0x2d, 0xd0, 0xe2, 0xc7, 0xcf, 0x9c, 0xa8, 0x7b, 0x90, 0xa0, 0x15, 0xf0, 0x4a, 0x78, 0x27, 0xa6, 0x12, 0xb0, 0x38, 0xbb, 0xb3, 0xf1, 0x1f, 0xb5, 0x53, 0x6a, 0x7a, 0x3e, 0xa4, 0x96, 0x0d, 0xd3, 0x90, 0x96, 0xc9, 0x39, 0x33, 0xd7, 0xfd, 0xd4, 0x2f, 0x49, 0xb4, 0x2d, 0x3a, 0xd4, 0xb8, 0x94, 0x35, 0x5d, 0x71, 0xa7, 0x29, 0xc9, 0x09, 0x0d, 0xc0, 0x80, 0xfb, 0xa5, 0x52, 0x16, 0xa3, 0xb5, 0x28, 0x4a, 0x56, 0xb2, 0x12, 0x54, 0x48, 0x04, 0x8c, 0x7c, 0x0f, 0x8e, 0x4f, 0x4d, 0xef, 0x2e, 0x8a, 0x8f, 0x0a, 0x60, 0x9c, 0x72, 0xc7, 0xc0, 0x0a, 0xcc, 0x8b, 0x0b, 0x47, 0x54, 0xdb, 0x25, 0xc0, 0x61, 0x53, 0x09, 0x2a, 0x32, 0x79, 0x0c, 0xa9, 0x5b, 0x9f, 0x4a, 0x22, 0xae, 0xda, 0x77, 0xbd, 0xbb, 0x5d, 0x36, 0xfd, 0xed, 0x6e, 0xbf, 0x4f, 0xaa, 0xbd, 0x54, 0x6e, 0x4a, 0xe9, 0xae, 0x32, 0x50, 0xa8, 0x51, 0xdb, 0x09, 0x03, 0xc8, 0x4f, 0xd4, 0xed, 0xe3, 0xf5, 0x2a, 0xe3, 0x80, 0x48, 0x1d, 0x69, 0x0d, 0x92, 0x04, 0xe0, 0x11, 0xea, 0x6a, 0xf1, 0xe6, 0xaf, 0x18, 0x3c, 0x37, 0x08, 0xe1, 0x51, 0x8c, 0x73, 0x03, 0xce, 0x9f, 0x4a, 0x8d, 0x94, 0xe3, 0x27, 0xe7, 0xf5, 0xea, 0x0a, 0x19, 0x6a, 0x57, 0x5a, 0x68, 0xf4, 0x22, 0xa4, 0x64, 0x67, 0xfa, 0xfa, 0xea, 0x4e, 0xf5, 0x60, 0x45, 0x22, 0x9a, 0x70, 0x4e, 0x70, 0x3e, 0x7a, 0xea, 0xe0, 0xb5, 0x01, 0xbd, 0x58, 0xba, 0x4b, 0xa9, 0x16, 0x7e, 0x9d, 0x5b, 0xb2, 0x0d, 0xce, 0xd3, 0xef, 0x34, 0xd5, 0x55, 0x13, 0x24, 0x42, 0x15, 0x17, 0x61, 0xb5, 0x29, 0x94, 0xc4, 0x94, 0xd6, 0xd5, 0xbc, 0xd6, 0x4a, 0x42, 0x5c, 0x75, 0xb7, 0x30, 0x41, 0x4a, 0xbc, 0x78, 0x38, 0xe8, 0xdb, 0x47, 0xdb, 0x68, 0x10, 0xa1, 0x33, 0x5a, 0xee, 0xcf, 0x6a, 0xb6, 0x96, 0x6c, 0xad, 0x0f, 0x93, 0x92, 0x0f, 0x3c, 0x88, 0x3c, 0xeb, 0x31, 0xe8, 0xa8, 0xee, 0x20, 0xeb, 0x9c, 0xdd, 0x72, 0x9f, 0x6e, 0x6a, 0x55, 0x4b, 0x4c, 0x93, 0x3a, 0xa7, 0x2d, 0x4d, 0xd2, 0xaa, 0xf5, 0x71, 0x10, 0x47, 0x05, 0xe2, 0x12, 0x1f, 0x65, 0x18, 0xda, 0xd1, 0xc6, 0x4f, 0x03, 0xd8, 0x73, 0x81, 0x90, 0x34, 0x3c, 0x36, 0x9d, 0xd0, 0x20, 0x67, 0xef, 0xce, 0xb6, 0x23, 0x51, 0xb4, 0x7a, 0xdf, 0xbc, 0x43, 0x6a, 0x29, 0xea, 0x01, 0x8c, 0x79, 0xd5, 0xa5, 0x57, 0xee, 0xeb, 0xb7, 0xdb, 0x8a, 0xdf, 0x66, 0x9b, 0x52, 0x8f, 0x76, 0x33, 0x21, 0x55, 0xd7, 0x1f, 0x96, 0xeb, 0x04, 0x05, 0x3c, 0xcf, 0x95, 0xd5, 0x27, 0x25, 0x3f, 0x98, 0xa9, 0x2e, 0x0c, 0xe7, 0x0a, 0x4f, 0x09, 0x07, 0x09, 0x04, 0x83, 0xdd, 0x01, 0x10, 0xb1, 0xbf, 0xcb, 0xa6, 0xf5, 0x5b, 0x6b, 0xda, 0x2d, 0x15, 0x00, 0xa5, 0x72, 0x77, 0xf2, 0xe7, 0xbf, 0x9c, 0xd4, 0xf5, 0x3f, 0x54, 0x74, 0x62, 0xa5, 0xa8, 0xaa, 0xbc, 0x29, 0x74, 0xf4, 0x4a, 0xb7, 0xd9, 0xb5, 0xaa, 0x0e, 0x3d, 0x0d, 0x9a, 0x63, 0x2f, 0x3d, 0x1d, 0x0a, 0x43, 0x0a, 0x4a, 0x1c, 0x43, 0xc5, 0x48, 0x2b, 0x2a, 0x42, 0x81, 0x2b, 0xe5, 0x60, 0x28, 0x91, 0xb8, 0x95, 0x74, 0x07, 0x12, 0x43, 0xea, 0x24, 0x6e, 0xa1, 0x1b, 0x67, 0x7c, 0xf3, 0xaa, 0x35, 0x6a, 0x36, 0x4b, 0xd5, 0xd4, 0xe9, 0xf1, 0x22, 0x3a, 0x02, 0x76, 0xe8, 0x71, 0xf1, 0xab, 0x77, 0xb6, 0xf6, 0xad, 0xe9, 0xd7, 0x24, 0xb6, 0x27, 0xb3, 0x2d, 0xd7, 0x5d, 0x75, 0x93, 0x05, 0xaa, 0x7c, 0x78, 0x8e, 0xb8, 0x95, 0x65, 0x60, 0x2d, 0x28, 0x7c, 0x2b, 0x94, 0x92, 0x8c, 0x94, 0x8f, 0x6a, 0x0a, 0xc9, 0xfa, 0x74, 0x25, 0xac, 0x15, 0x99, 0xdf, 0xdd, 0x4b, 0xa0, 0x96, 0x17, 0x72, 0xe7, 0x10, 0x26, 0x48, 0x22, 0x02, 0x71, 0xbe, 0x60, 0xce, 0xdf, 0x21, 0x56, 0x07, 0x67, 0x37, 0x34, 0x3b, 0x3b, 0x4d, 0x6e, 0xab, 0x8e, 0x3b, 0x68, 0x72, 0x5c, 0x47, 0xc2, 0xd6, 0xb7, 0x29, 0xca, 0x7c, 0xb0, 0xc8, 0x68, 0x92, 0xa4, 0x94, 0xed, 0xce, 0x71, 0x82, 0x92, 0xe2, 0x46, 0x13, 0xf0, 0x79, 0xcc, 0xd6, 0x47, 0x81, 0x85, 0x1a, 0xb7, 0xec, 0xc3, 0xc9, 0x62, 0xc1, 0xf5, 0x8c, 0x90, 0x7a, 0x6c, 0x23, 0x7c, 0x7e, 0xf5, 0x6e, 0x7d, 0x93, 0x80, 0x78, 0x2f, 0x65, 0x00, 0x39, 0xf4, 0x07, 0xff, 0x00, 0xe4, 0x75, 0x6d, 0xd9, 0xff, 0x00, 0xf2, 0xd7, 0xee, 0xa9, 0x3b, 0x31, 0x05, 0xd7, 0x88, 0xff, 0x00, 0xd7, 0xf5, 0xad, 0x89, 0xd6, 0x8a, 0xb5, 0xd4, 0xb1, 0x50, 0x3f, 0x27, 0xae, 0xae, 0xa1, 0x0d, 0x7c, 0xf7, 0xe8, 0xad, 0xd4, 0x92, 0x70, 0x0d, 0x06, 0x57, 0xcf, 0xf9, 0xb3, 0xd0, 0xd7, 0x78, 0xb7, 0x57, 0xa1, 0xa0, 0xf5, 0x0f, 0xf4, 0x2e, 0xff, 0x00, 0xb4, 0xfd, 0x2b, 0x08, 0x2a, 0xcb, 0xb5, 0xa8, 0xb1, 0x9a, 0x7a, 0x6a, 0xe2, 0x47, 0x6e, 0x6c, 0x68, 0x6d, 0x84, 0x3f, 0x2a, 0x49, 0x54, 0x97, 0x1e, 0x65, 0x97, 0x0f, 0x91, 0x2d, 0x2c, 0x6d, 0x6f, 0x7b, 0x98, 0x1c, 0x1f, 0xca, 0x78, 0xe3, 0x9c, 0x52, 0xbb, 0x80, 0xa4, 0xa4, 0x9c, 0x98, 0xeb, 0xcf, 0xd0, 0xd5, 0x25, 0x97, 0x67, 0x55, 0x74, 0x85, 0x38, 0xdc, 0x01, 0x03, 0x72, 0x72, 0x60, 0x13, 0x30, 0x76, 0xf8, 0xfa, 0x50, 0x3c, 0x38, 0xf4, 0xfb, 0xb0, 0xcb, 0xa9, 0x51, 0xec, 0xdb, 0x75, 0x85, 0x43, 0x90, 0xb8, 0xcd, 0xd3, 0xa4, 0xd4, 0xa7, 0x29, 0xe9, 0x2f, 0xa0, 0x67, 0x04, 0xa1, 0x78, 0x69, 0x19, 0x04, 0x05, 0x1c, 0xee, 0x29, 0x3c, 0x0c, 0x64, 0xc6, 0xaf, 0x64, 0xe3, 0x09, 0x5c, 0x05, 0x1e, 0x59, 0x3f, 0x1c, 0xd0, 0xf6, 0x7d, 0x9b, 0xfc, 0x4a, 0xdd, 0x57, 0x09, 0x68, 0x02, 0x24, 0x44, 0xab, 0x24, 0x79, 0xc8, 0x8c, 0xed, 0x51, 0x54, 0x09, 0xb4, 0x7b, 0xf2, 0xc8, 0xfe, 0x13, 0x68, 0x56, 0xad, 0x15, 0x11, 0xd4, 0x1e, 0x31, 0xe9, 0xef, 0x54, 0x25, 0xfa, 0x87, 0x7c, 0x5b, 0xb7, 0x64, 0x85, 0x29, 0x2d, 0x64, 0xa1, 0x41, 0x3b, 0xb2, 0x09, 0x1c, 0xe3, 0x3d, 0x71, 0x45, 0xb8, 0x74, 0x34, 0xa2, 0x38, 0xcf, 0x20, 0x4d, 0x43, 0x69, 0xd9, 0xaf, 0xc4, 0x2c, 0x4d, 0xe2, 0x5b, 0x02, 0x27, 0x1c, 0x4a, 0xcc, 0x4f, 0x9e, 0x36, 0xc6, 0x29, 0xf5, 0x05, 0xdb, 0x52, 0xe6, 0xd3, 0x75, 0x6a, 0xad, 0x1e, 0xc4, 0xa3, 0x96, 0x15, 0x19, 0xf9, 0x2c, 0x40, 0x76, 0xab, 0x2b, 0xca, 0xb4, 0x35, 0xbc, 0x12, 0x48, 0x70, 0xa5, 0x0a, 0x3b, 0x14, 0x42, 0x4f, 0xce, 0x07, 0x29, 0xce, 0x42, 0x86, 0xd8, 0x0f, 0x77, 0x4a, 0x03, 0x8f, 0xdf, 0x8a, 0x96, 0xdb, 0xb3, 0x8c, 0xdc, 0x69, 0xa6, 0xf9, 0x2d, 0x0d, 0x89, 0x00, 0xa9, 0x59, 0x03, 0xdf, 0x8d, 0xaa, 0x70, 0x55, 0x22, 0x2b, 0xb6, 0xa7, 0x75, 0x16, 0x98, 0x9a, 0x5b, 0x68, 0x9b, 0x09, 0xf9, 0xd1, 0xad, 0xf7, 0x55, 0x27, 0xdd, 0x19, 0xa5, 0x0d, 0xe0, 0xc8, 0x0e, 0x9f, 0x1a, 0xc8, 0x48, 0x73, 0xc7, 0x8c, 0x11, 0xb3, 0x27, 0x27, 0x89, 0xda, 0x0c, 0x4f, 0x74, 0x54, 0x27, 0x98, 0xcf, 0xd6, 0x6a, 0x56, 0xf4, 0xcb, 0x87, 0x34, 0x32, 0xfb, 0x49, 0x1c, 0x31, 0x3c, 0x32, 0x76, 0xe7, 0x9c, 0xc4, 0xef, 0xeb, 0xbd, 0x73, 0x2a, 0x78, 0xb4, 0xb4, 0x05, 0x35, 0xe7, 0xa9, 0xd1, 0x1d, 0xa6, 0x2e, 0x32, 0xab, 0x2f, 0x5b, 0x0c, 0xd4, 0xe6, 0x86, 0x93, 0x17, 0x7b, 0x64, 0xa8, 0xb8, 0x17, 0xb1, 0x4f, 0x06, 0xf6, 0x39, 0xe3, 0x23, 0xea, 0x3d, 0xdb, 0x89, 0x1d, 0x22, 0x94, 0xdb, 0xc4, 0x20, 0x1c, 0xef, 0x19, 0xfd, 0xe9, 0xe3, 0x49, 0x2d, 0xe8, 0x45, 0xd0, 0x8f, 0x00, 0xf1, 0x70, 0xf1, 0x18, 0x8d, 0xf7, 0xf4, 0xcd, 0x36, 0xaf, 0x5d, 0x74, 0xea, 0x2e, 0x85, 0x2a, 0xe4, 0x5d, 0x22, 0x24, 0x88, 0x6a, 0xa5, 0x47, 0xac, 0xaa, 0x8a, 0x89, 0x52, 0xd0, 0x18, 0x80, 0xe2, 0x90, 0xa2, 0x10, 0xf1, 0x59, 0x4b, 0xab, 0x4f, 0x99, 0xb5, 0xa9, 0xbc, 0xa5, 0x21, 0x44, 0xe0, 0xa9, 0x43, 0xa6, 0xa1, 0x08, 0x50, 0x2d, 0x8d, 0xfd, 0xf1, 0xe9, 0x4d, 0x77, 0x4a, 0x28, 0xd0, 0x4b, 0xdc, 0x12, 0x98, 0x0a, 0xe1, 0x92, 0x20, 0x6f, 0xbf, 0x96, 0xf1, 0xb5, 0x31, 0xbb, 0xee, 0x08, 0x36, 0x5e, 0x8e, 0xb1, 0x79, 0xd7, 0x59, 0x8d, 0x3a, 0x9c, 0x88, 0x11, 0xaa, 0x2b, 0xb6, 0x9b, 0xa8, 0xcd, 0xd9, 0x19, 0x97, 0xd6, 0x80, 0x92, 0x85, 0x79, 0x36, 0x38, 0xe2, 0x4c, 0x84, 0x6e, 0x48, 0x03, 0x05, 0x47, 0x05, 0x58, 0x27, 0xa6, 0xa5, 0x08, 0x5f, 0x80, 0x1c, 0xf4, 0xcc, 0x7d, 0x6a, 0x37, 0xf4, 0x55, 0x5b, 0xe8, 0xfe, 0xd0, 0xb4, 0xca, 0x40, 0x07, 0x87, 0x89, 0x50, 0x01, 0xf7, 0xf9, 0xd0, 0xee, 0xa9, 0x50, 0x6d, 0x4b, 0x12, 0xc4, 0x55, 0xf7, 0x74, 0x59, 0x54, 0xb9, 0x31, 0x43, 0x51, 0x9f, 0x9d, 0x01, 0x87, 0xe6, 0x25, 0x51, 0xbc, 0xc4, 0x25, 0xb2, 0xdb, 0xca, 0x77, 0x6b, 0xc5, 0x2a, 0x50, 0x42, 0xf0, 0x13, 0x82, 0x4e, 0x37, 0x24, 0x13, 0xd4, 0x6d, 0x25, 0x95, 0x28, 0xa5, 0xa8, 0xe2, 0x1b, 0x8c, 0xc5, 0x07, 0x79, 0xd9, 0x66, 0x6c, 0xf4, 0xff, 0x00, 0x6b, 0x5b, 0x40, 0x83, 0x04, 0x89, 0x56, 0x27, 0x68, 0x33, 0xca, 0x6b, 0x9d, 0x54, 0xb3, 0xa9, 0x5a, 0x27, 0x43, 0x8f, 0x56, 0x9d, 0x6d, 0xd2, 0xe7, 0x6c, 0x76, 0x3b, 0x15, 0x58, 0x82, 0xa3, 0x56, 0x69, 0x10, 0x54, 0xfe, 0xf4, 0xb6, 0x5a, 0x57, 0x9f, 0x6c, 0x84, 0x05, 0x36, 0xa4, 0x12, 0x02, 0x70, 0x7e, 0x06, 0x39, 0xe8, 0x86, 0xfd, 0x99, 0xc5, 0x94, 0x0c, 0x9e, 0x78, 0xa9, 0x2f, 0x7b, 0x34, 0x34, 0xdb, 0x44, 0xbe, 0x5b, 0x49, 0x04, 0x80, 0x47, 0x12, 0xf1, 0x38, 0xc6, 0x73, 0x1e, 0x83, 0xca, 0x9e, 0x6a, 0x85, 0x12, 0x83, 0xa2, 0x11, 0x63, 0x39, 0x59, 0xb7, 0x69, 0x75, 0x57, 0x5f, 0xa8, 0xb5, 0x02, 0x6b, 0x31, 0x66, 0x4e, 0x41, 0x66, 0x4b, 0x81, 0x7e, 0x34, 0xb4, 0xb7, 0x9e, 0x21, 0xd6, 0xf2, 0xda, 0x92, 0x57, 0x94, 0xe0, 0xe3, 0xdb, 0x8e, 0x7a, 0x84, 0x21, 0x87, 0x54, 0x7b, 0xb8, 0x31, 0xbe, 0xff, 0x00, 0xbd, 0x3b, 0x51, 0xec, 0xea, 0x34, 0xeb, 0x74, 0xbc, 0xa6, 0x82, 0xb8, 0x88, 0x07, 0xc4, 0xac, 0x13, 0xb4, 0x49, 0x38, 0x9f, 0x4a, 0x7d, 0xaa, 0x96, 0xc4, 0x7d, 0x27, 0x7e, 0x14, 0x19, 0x56, 0x35, 0x12, 0xa4, 0xe5, 0x46, 0xb2, 0xd5, 0x18, 0x2f, 0xd6, 0xcd, 0x64, 0xb5, 0x31, 0xcc, 0xf8, 0x92, 0x9d, 0xce, 0xe1, 0xc6, 0x54, 0x10, 0xb0, 0x1d, 0x1b, 0x7f, 0x2f, 0x28, 0x19, 0xe9, 0xe8, 0x6d, 0x87, 0x67, 0xbb, 0x83, 0x1b, 0xef, 0xfb, 0xd3, 0xb5, 0x1e, 0xce, 0xa7, 0x4e, 0x6d, 0xb2, 0x1a, 0x0a, 0xe3, 0x21, 0x39, 0x2a, 0xc1, 0x3b, 0x73, 0xa4, 0xb5, 0x06, 0xcc, 0xa2, 0x69, 0x7d, 0x5e, 0x97, 0x46, 0x95, 0x69, 0x51, 0xea, 0x92, 0x6b, 0x35, 0xc6, 0xe8, 0xb1, 0x10, 0x99, 0x13, 0x99, 0x6d, 0xc9, 0xae, 0x6d, 0xf1, 0x8c, 0xa9, 0xc2, 0x4b, 0x47, 0x71, 0xc3, 0x9f, 0x3c, 0x64, 0xa4, 0x67, 0x1d, 0x35, 0x0d, 0x30, 0xe1, 0x25, 0xa8, 0x31, 0xbe, 0xff, 0x00, 0xbd, 0x2d, 0xef, 0x65, 0xd8, 0xb0, 0x4b, 0x72, 0xd8, 0x25, 0xc2, 0x13, 0xba, 0xb7, 0x3e, 0xfa, 0x8e, 0xaf, 0xd0, 0x23, 0x50, 0xb5, 0x1e, 0x85, 0x62, 0xd3, 0x74, 0xfa, 0x81, 0x33, 0xf6, 0xa2, 0xb5, 0xf7, 0x5d, 0x36, 0x47, 0xad, 0x9e, 0xc0, 0x66, 0x4a, 0x4b, 0x59, 0xf2, 0x07, 0x1c, 0x27, 0xc7, 0xb5, 0xd4, 0xac, 0x38, 0x90, 0x49, 0x00, 0x8d, 0xa0, 0xe0, 0x16, 0xb6, 0x86, 0x1f, 0x05, 0x4d, 0x44, 0x03, 0x9d, 0xf1, 0x4c, 0xd4, 0x3b, 0x2e, 0xde, 0x9f, 0x74, 0xd3, 0x69, 0x68, 0x10, 0xe1, 0x03, 0xf3, 0x28, 0x10, 0x77, 0xeb, 0x9f, 0xed, 0x44, 0x3a, 0xa1, 0x52, 0xa9, 0xde, 0x1a, 0x93, 0x6d, 0xd8, 0xb7, 0x2d, 0xbf, 0x6e, 0xd4, 0xe5, 0xdc, 0xd2, 0x64, 0xd3, 0x68, 0xd5, 0x97, 0x51, 0x36, 0x09, 0x8c, 0xb6, 0xd4, 0x97, 0x1e, 0x2e, 0x37, 0xe5, 0x27, 0x60, 0x0f, 0x25, 0xd4, 0xa9, 0x39, 0xdd, 0xb8, 0x8d, 0xa9, 0x38, 0x1d, 0x4a, 0x0b, 0x57, 0x4d, 0xf1, 0xa0, 0x82, 0x06, 0xfb, 0xd1, 0xfa, 0xd6, 0x8c, 0xa7, 0x2e, 0xd9, 0x65, 0xd4, 0x25, 0x5c, 0x72, 0x01, 0x95, 0x08, 0xe6, 0x46, 0x0d, 0x0d, 0x4c, 0xd2, 0xbb, 0x62, 0x87, 0xaa, 0x56, 0xf6, 0x96, 0x39, 0xa7, 0xf6, 0xdc, 0xb3, 0x72, 0xaa, 0x42, 0xa2, 0x55, 0xa4, 0xb1, 0x3a, 0x28, 0x8e, 0x23, 0xb6, 0x5c, 0x91, 0xe6, 0x68, 0xbc, 0xb5, 0xe5, 0x28, 0xc2, 0x93, 0xb1, 0x47, 0x7e, 0x40, 0xf6, 0x9c, 0xe3, 0x90, 0x96, 0x5e, 0x4f, 0x1a, 0x0f, 0x87, 0x9e, 0xff, 0x00, 0xa1, 0xaa, 0xcb, 0xae, 0xc9, 0x5b, 0xda, 0xde, 0xb5, 0x68, 0x19, 0x49, 0x0e, 0x4e, 0x49, 0x50, 0x88, 0xc9, 0xc4, 0xfc, 0x29, 0xca, 0xf4, 0xd2, 0x83, 0x13, 0x5a, 0x29, 0xba, 0x3b, 0x4f, 0xd3, 0xeb, 0x67, 0x7d, 0x66, 0x04, 0x89, 0xb1, 0x2b, 0x0e, 0xb3, 0x39, 0x85, 0x47, 0x66, 0x38, 0x71, 0x6f, 0x97, 0x59, 0x2f, 0xa9, 0x41, 0xc4, 0xf8, 0xfd, 0xa9, 0x4a, 0x94, 0x16, 0x56, 0x9f, 0x72, 0x79, 0xc3, 0x92, 0x96, 0x9c, 0x4f, 0x1a, 0x15, 0xe1, 0xeb, 0xe2, 0xfd, 0xe9, 0xef, 0x76, 0x59, 0xab, 0x7d, 0x49, 0x16, 0x81, 0x94, 0xc2, 0xc1, 0x33, 0x2a, 0x04, 0x46, 0xfc, 0xfd, 0x2b, 0xd5, 0x69, 0xcd, 0xb8, 0xf6, 0xad, 0x41, 0xd1, 0xf6, 0x74, 0xf2, 0xd6, 0x4b, 0xf5, 0x3a, 0x5b, 0xd5, 0x36, 0xeb, 0xd2, 0xdb, 0x9a, 0x85, 0x22, 0x3b, 0x5e, 0x50, 0xf0, 0x72, 0x3f, 0xa8, 0xdd, 0xe5, 0x0b, 0x69, 0x49, 0x08, 0x0a, 0x21, 0x5b, 0x93, 0xee, 0x1e, 0xe2, 0x23, 0xfe, 0x12, 0x9b, 0xef, 0x12, 0xa9, 0x47, 0x5c, 0xfe, 0xf4, 0xe7, 0x7b, 0x2a, 0xc3, 0x7a, 0x9a, 0x6c, 0xc3, 0x29, 0xf1, 0x02, 0x78, 0xbc, 0x53, 0x03, 0xcb, 0x8a, 0x93, 0xa2, 0x58, 0x16, 0xdd, 0x77, 0x59, 0x0e, 0x8c, 0x2b, 0x4e, 0xad, 0x37, 0xa5, 0x1a, 0x3b, 0x95, 0x55, 0xd7, 0x64, 0x35, 0x3d, 0x29, 0x4c, 0x54, 0x2d, 0x4d, 0x92, 0x58, 0xf5, 0x3b, 0xfc, 0xde, 0x54, 0xf8, 0xc3, 0x7b, 0xc8, 0xf8, 0x56, 0xf0, 0x3e, 0x1c, 0x80, 0xd2, 0xdb, 0xef, 0x12, 0x7c, 0x1d, 0x73, 0xfb, 0xd2, 0x2f, 0xb2, 0xf6, 0xe3, 0x55, 0x16, 0x4a, 0x65, 0x24, 0x94, 0xf1, 0x71, 0x4a, 0xb6, 0x98, 0xdb, 0x8b, 0x7a, 0x99, 0xd3, 0x7b, 0x30, 0x33, 0xad, 0xd5, 0x0b, 0x22, 0xd8, 0xb7, 0x6d, 0xda, 0x3c, 0xba, 0x05, 0x38, 0xd4, 0x11, 0x73, 0xc3, 0x72, 0x73, 0x6b, 0xf4, 0xea, 0x28, 0x6b, 0xda, 0xda, 0x65, 0xa5, 0xc0, 0xe9, 0x53, 0xa1, 0xb2, 0x9d, 0xe1, 0x38, 0x24, 0xef, 0xda, 0x79, 0xe0, 0x1a, 0x09, 0xef, 0x78, 0xa1, 0x03, 0x9e, 0x67, 0xeb, 0x44, 0x5b, 0x76, 0x77, 0xd9, 0xf5, 0x72, 0xc3, 0x6d, 0xa5, 0x25, 0x22, 0x42, 0x81, 0x50, 0x30, 0x71, 0x1f, 0x9a, 0x67, 0xad, 0x36, 0x72, 0xdb, 0x85, 0x7d, 0xeb, 0x0d, 0xc7, 0x62, 0x4c, 0xb2, 0x6d, 0x75, 0x4b, 0xa5, 0xc0, 0x6a, 0xab, 0x2e, 0xbf, 0x32, 0x45, 0x42, 0x42, 0x9f, 0x8c, 0xe8, 0x40, 0x6d, 0x41, 0x06, 0x40, 0x52, 0xdd, 0x52, 0x9c, 0x42, 0x48, 0x52, 0xd2, 0x13, 0x82, 0x77, 0x28, 0x60, 0xf4, 0xe5, 0x06, 0x43, 0x65, 0xe5, 0x1f, 0x07, 0x5c, 0xfe, 0xf4, 0x87, 0xb3, 0xc9, 0xbb, 0xd6, 0x1c, 0xb6, 0x5b, 0x49, 0x91, 0x0a, 0xe2, 0x25, 0x44, 0x90, 0x7d, 0xfb, 0xfb, 0xe9, 0x86, 0x8f, 0xe9, 0x7d, 0x22, 0xe1, 0xd5, 0x0b, 0x8a, 0xc7, 0x9f, 0x63, 0x5a, 0x54, 0xc8, 0xd6, 0xbc, 0x54, 0xbb, 0x51, 0xa9, 0x53, 0x7e, 0xf1, 0x71, 0xd9, 0x8d, 0x3e, 0x96, 0x97, 0x1c, 0x21, 0xb5, 0x4c, 0x4a, 0x42, 0x8f, 0x9b, 0xdc, 0x14, 0x7d, 0x9b, 0x48, 0x04, 0xe5, 0x39, 0x57, 0x5c, 0xb6, 0x2c, 0x95, 0xa8, 0xf8, 0x70, 0x64, 0xcf, 0x4f, 0x5a, 0x8a, 0xcb, 0xb3, 0x0d, 0x2f, 0x53, 0x5d, 0xa7, 0x74, 0x84, 0xf7, 0x7b, 0x91, 0xc5, 0x24, 0x2b, 0x23, 0x13, 0xe6, 0x7d, 0x2b, 0xdd, 0x35, 0xb5, 0x1d, 0xd4, 0x6b, 0xb2, 0xf5, 0xb4, 0xdc, 0xb6, 0x2c, 0xfa, 0x4b, 0x16, 0x8b, 0x8c, 0x23, 0xef, 0x25, 0x8a, 0x8c, 0x85, 0xbc, 0x1f, 0x0a, 0x5b, 0x3f, 0x85, 0xeb, 0x5b, 0x19, 0x28, 0x04, 0xab, 0x2b, 0x01, 0x3b, 0x48, 0xe4, 0xe0, 0x14, 0x53, 0x56, 0x28, 0x63, 0xbd, 0x56, 0x01, 0xe7, 0x9f, 0xde, 0xba, 0xcb, 0xb3, 0xc2, 0xe6, 0xfd, 0xfb, 0x55, 0x34, 0x91, 0xdd, 0xc0, 0x99, 0x51, 0x99, 0xc8, 0xfe, 0x6a, 0x9d, 0xb0, 0x34, 0xbd, 0xeb, 0x92, 0x05, 0x41, 0xfa, 0xac, 0x3b, 0x52, 0x93, 0x2e, 0x82, 0xbf, 0x4b, 0x2d, 0x50, 0x69, 0xb5, 0x29, 0x69, 0x98, 0xea, 0xa5, 0x4d, 0x68, 0x14, 0x0f, 0xbc, 0x5a, 0xf1, 0xa3, 0xc7, 0x18, 0x28, 0x85, 0x12, 0x72, 0x48, 0x3c, 0xfb, 0x7a, 0xe7, 0x9b, 0xb1, 0x65, 0x21, 0x6a, 0xdb, 0xdf, 0xfb, 0xd5, 0x9d, 0x9f, 0x66, 0x19, 0x70, 0x90, 0x50, 0x02, 0x93, 0x23, 0x05, 0x59, 0x83, 0xfe, 0xee, 0x94, 0x37, 0xae, 0xb7, 0x4e, 0xa1, 0x30, 0xdb, 0x3a, 0x49, 0x4f, 0xbf, 0xdc, 0x89, 0x42, 0xa6, 0xad, 0x45, 0x14, 0xb8, 0x71, 0xc1, 0x8d, 0xe5, 0x4b, 0x8e, 0x24, 0xb8, 0x80, 0xf2, 0x9d, 0x71, 0x21, 0x47, 0x2a, 0xd8, 0xa7, 0x14, 0x12, 0x54, 0x71, 0xd7, 0x5c, 0x29, 0x2d, 0x9e, 0xec, 0x0c, 0x0f, 0x33, 0x59, 0x8e, 0xd2, 0xbf, 0x71, 0x6a, 0xe0, 0xb1, 0x42, 0xe1, 0xb4, 0x80, 0x63, 0x97, 0xce, 0x4f, 0xce, 0x84, 0xf4, 0xde, 0x89, 0x73, 0x35, 0x7c, 0x52, 0xab, 0x32, 0x2e, 0xe9, 0x2e, 0x42, 0x81, 0x53, 0x8c, 0xfc, 0xf5, 0x98, 0x4c, 0x06, 0xda, 0x6b, 0xcc, 0x81, 0xb9, 0x6a, 0x08, 0xf6, 0xa7, 0x24, 0x0c, 0xe4, 0x7c, 0xf5, 0x02, 0x0a, 0x78, 0x81, 0x08, 0xe9, 0xd6, 0xa8, 0xf4, 0xe0, 0xef, 0xb6, 0x36, 0xb2, 0x7c, 0x29, 0x20, 0x9c, 0x6c, 0x26, 0xb5, 0xff, 0x00, 0x70, 0x57, 0xcd, 0x3b, 0x59, 0xe9, 0x95, 0x46, 0x2c, 0x1d, 0x2a, 0xa5, 0x5d, 0x54, 0x9b, 0x76, 0x33, 0x8e, 0xd5, 0xae, 0x29, 0xce, 0x16, 0x9b, 0x68, 0x21, 0x3b, 0x94, 0xd4, 0x47, 0x50, 0x42, 0x94, 0xb0, 0x01, 0x51, 0x20, 0x94, 0x9f, 0xd1, 0x59, 0x19, 0xb1, 0x79, 0x7d, 0xf0, 0x3c, 0x20, 0x10, 0x39, 0x9f, 0xd2, 0xbd, 0x13, 0x56, 0xb8, 0x46, 0xa2, 0xda, 0x92, 0xcb, 0x21, 0xc4, 0xa0, 0x4a, 0x94, 0x4c, 0x0c, 0x72, 0x49, 0xeb, 0xf2, 0xaa, 0x42, 0x2e, 0x83, 0xd9, 0x11, 0xf5, 0xde, 0xc8, 0xb5, 0xbc, 0x92, 0xa5, 0x51, 0x2e, 0xda, 0x64, 0x4a, 0x8f, 0xa6, 0x92, 0xb0, 0x97, 0x99, 0x6d, 0xf0, 0xbf, 0xc2, 0x2b, 0x46, 0x37, 0x10, 0x51, 0xf9, 0x80, 0x4e, 0x73, 0xf1, 0xd0, 0xbd, 0xd2, 0x3b, 0xe4, 0x0e, 0x46, 0xb2, 0x43, 0x46, 0xb3, 0x4e, 0xb3, 0x6e, 0xd6, 0x4a, 0x1d, 0x01, 0x50, 0x77, 0x00, 0x83, 0x89, 0x1e, 0x95, 0x21, 0xae, 0x9d, 0x91, 0xd4, 0xec, 0xfa, 0xab, 0xca, 0xd2, 0xaa, 0xb8, 0xaf, 0xb4, 0x94, 0x29, 0xd7, 0x69, 0x08, 0x52, 0x4c, 0xe8, 0xad, 0x8f, 0x95, 0x14, 0x27, 0xfb, 0xe2, 0x7e, 0x99, 0x00, 0x1c, 0x90, 0x36, 0xf4, 0xf7, 0xad, 0x0a, 0x4c, 0xa3, 0x3e, 0x55, 0x3e, 0xaf, 0xd9, 0x17, 0x18, 0x51, 0x55, 0xa1, 0xe3, 0x1f, 0xd3, 0xfc, 0xc0, 0x7e, 0xb5, 0x42, 0xd4, 0x22, 0x8a, 0x6a, 0x1d, 0x55, 0x4b, 0xf8, 0xb8, 0x8f, 0xbb, 0xcc, 0x5e, 0xf6, 0xf8, 0xf1, 0xf3, 0xbb, 0x3f, 0x18, 0xe8, 0x38, 0x54, 0xc7, 0x3a, 0xc6, 0x96, 0x94, 0x0c, 0x28, 0x44, 0x50, 0xb5, 0x5e, 0x44, 0x8a, 0xf4, 0x96, 0x1a, 0x66, 0x1f, 0x98, 0x3b, 0xf8, 0x94, 0xea, 0x63, 0xd9, 0x48, 0x77, 0x07, 0xff, 0x00, 0x39, 0x91, 0xf5, 0x4b, 0x49, 0x38, 0x29, 0x4f, 0xc9, 0x38, 0xfa, 0xe0, 0x24, 0x84, 0x80, 0xda, 0x77, 0xf5, 0x3f, 0xa0, 0xae, 0x4a, 0x4c, 0x02, 0x76, 0xe4, 0x3a, 0xf9, 0x9f, 0x2a, 0xd2, 0xba, 0x5b, 0xa7, 0x95, 0xb9, 0x7d, 0xb0, 0x4e, 0x82, 0xfd, 0x7e, 0x7a, 0x64, 0x3d, 0x06, 0x54, 0xa5, 0x54, 0xe9, 0x4e, 0xc6, 0x88, 0xf9, 0x03, 0xcf, 0x84, 0x39, 0x86, 0x8a, 0x5c, 0x67, 0x2c, 0x39, 0xec, 0x70, 0x28, 0xe1, 0x38, 0x0a, 0x19, 0x19, 0x21, 0xb0, 0x3b, 0x82, 0x78, 0x47, 0xdf, 0xd6, 0xbd, 0x07, 0x4e, 0x4a, 0xd7, 0xa0, 0x28, 0x64, 0x48, 0x51, 0x90, 0x40, 0x3c, 0xf7, 0xea, 0x30, 0x77, 0xaa, 0x14, 0x5a, 0x55, 0x9d, 0xd9, 0xfe, 0x11, 0x2b, 0x5f, 0x3f, 0xfa, 0xb8, 0x7f, 0xd8, 0x75, 0x5f, 0xc6, 0x8f, 0xe8, 0x1f, 0x3f, 0xde, 0xb0, 0xbd, 0xe2, 0xa7, 0x7f, 0xa5, 0x74, 0xab, 0x2d, 0x52, 0x82, 0x5b, 0xaf, 0x5d, 0x75, 0x4a, 0x8c, 0x74, 0xa8, 0x29, 0x50, 0xe5, 0x78, 0x03, 0x4b, 0x23, 0x91, 0xb8, 0x36, 0xd2, 0x0a, 0x80, 0x3c, 0xed, 0x27, 0x07, 0x1c, 0x83, 0xd2, 0x77, 0xc5, 0x33, 0x00, 0x0f, 0x31, 0xbf, 0xd6, 0x94, 0xad, 0x44, 0x64, 0xfd, 0x2a, 0xec, 0xd0, 0x7a, 0x74, 0x08, 0x35, 0x9a, 0xb5, 0x01, 0xb6, 0xd5, 0x3a, 0x5d, 0x46, 0x80, 0xdb, 0x70, 0xda, 0x62, 0x92, 0xcc, 0xc7, 0x03, 0x8f, 0x3a, 0xde, 0xd2, 0x50, 0xe2, 0xd2, 0x02, 0x46, 0x0e, 0xe5, 0x1c, 0x00, 0x30, 0x72, 0x93, 0x82, 0x49, 0x69, 0x1d, 0xd1, 0x29, 0x19, 0x91, 0xe5, 0xce, 0x2b, 0x4d, 0xa2, 0x34, 0x96, 0x96, 0xb6, 0xf7, 0x2a, 0x40, 0x8c, 0x02, 0x64, 0xc4, 0x60, 0x9f, 0xbf, 0x2e, 0x7f, 0xb4, 0xe2, 0x2a, 0x28, 0xfa, 0x7b, 0x75, 0xc7, 0xa7, 0x41, 0x93, 0x3b, 0xd4, 0xd2, 0xda, 0x5b, 0xef, 0xa2, 0x9e, 0xd3, 0xc8, 0x6d, 0x5b, 0x95, 0xed, 0x3b, 0x92, 0xa5, 0x27, 0x03, 0xdf, 0xb9, 0x2b, 0x49, 0x4e, 0xc2, 0x70, 0x71, 0x8e, 0x98, 0xda, 0x50, 0x86, 0x94, 0x13, 0x9c, 0x67, 0x6a, 0x76, 0x9c, 0xd0, 0xb7, 0xb3, 0x7c, 0x20, 0x15, 0x4a, 0x41, 0x38, 0x06, 0x0e, 0x71, 0xee, 0xdc, 0xe6, 0xb4, 0xbf, 0xd9, 0x3a, 0x82, 0x21, 0x5e, 0xaa, 0xe3, 0xe6, 0x9e, 0x38, 0xfa, 0xff, 0x00, 0xe7, 0x1d, 0x5f, 0xe8, 0x1f, 0xe5, 0x2f, 0xdd, 0x56, 0xdd, 0x95, 0xfc, 0xef, 0x7f, 0xf4, 0xfa, 0x1a, 0xd8, 0x59, 0x3f, 0xf8, 0x1d, 0x68, 0x2b, 0x61, 0x4e, 0x33, 0x9e, 0xba, 0xba, 0x84, 0x75, 0xf5, 0x5b, 0x34, 0x4e, 0xeb, 0x20, 0xe0, 0xfd, 0xc1, 0x2b, 0xe3, 0xfc, 0xda, 0xba, 0x1e, 0xef, 0xfd, 0x3a, 0xbd, 0x0d, 0x09, 0x7f, 0xfe, 0x85, 0xdf, 0xf6, 0x9f, 0xa5, 0x63, 0x99, 0xb6, 0xcd, 0xe7, 0x3a, 0xda, 0x89, 0x2e, 0x8f, 0xaa, 0x0c, 0xd3, 0x9c, 0x97, 0x4f, 0x85, 0x16, 0x95, 0x4b, 0x4d, 0x35, 0x0f, 0x2f, 0xdd, 0x0d, 0x82, 0xb7, 0x0b, 0x87, 0xdc, 0xce, 0x54, 0x80, 0x90, 0x47, 0x39, 0x1f, 0x23, 0xeb, 0x86, 0xee, 0x58, 0x0f, 0x05, 0x85, 0x80, 0xe1, 0x00, 0x01, 0xce, 0x3f, 0x4a, 0x1e, 0xda, 0xdb, 0x58, 0xb8, 0xb4, 0x29, 0x61, 0xee, 0x04, 0x40, 0xc4, 0x03, 0x9e, 0x11, 0xb9, 0xe5, 0x54, 0x45, 0x23, 0x4d, 0x35, 0x9b, 0x53, 0xb4, 0xd6, 0xb6, 0xed, 0x85, 0xae, 0xd1, 0x6d, 0xc1, 0x1f, 0xd6, 0x43, 0x62, 0xda, 0x62, 0x12, 0x5e, 0x7a, 0x7b, 0x81, 0x39, 0x79, 0x4b, 0x75, 0x24, 0x2e, 0x32, 0x56, 0x50, 0x5b, 0x0a, 0x01, 0x59, 0xf1, 0x9c, 0xed, 0x04, 0x67, 0xac, 0x9b, 0xb4, 0x6e, 0xe0, 0x95, 0x41, 0x74, 0xfb, 0xcc, 0x0f, 0xef, 0xe5, 0x42, 0x69, 0x96, 0x9a, 0xe3, 0xfa, 0x41, 0x08, 0x7b, 0x85, 0x12, 0x71, 0x1b, 0x9e, 0x79, 0xe5, 0x40, 0x5a, 0x35, 0xa6, 0xfa, 0xc3, 0x76, 0xf6, 0xa4, 0xfc, 0xcb, 0x73, 0xb8, 0xb1, 0x4a, 0x62, 0x4c, 0x39, 0xc9, 0xa7, 0x5a, 0x6d, 0xc0, 0x4a, 0xc3, 0xec, 0xa3, 0xcc, 0xb7, 0x50, 0xb9, 0x00, 0xef, 0x60, 0xb8, 0x5b, 0x77, 0x03, 0x04, 0x28, 0x70, 0x48, 0x07, 0x1d, 0x12, 0xa3, 0xa7, 0xb7, 0xa8, 0x18, 0x1f, 0xc4, 0x56, 0xfd, 0x7c, 0xa6, 0xba, 0xc2, 0xc3, 0x5b, 0xb8, 0xd0, 0x8f, 0x05, 0xc7, 0x0b, 0x79, 0x84, 0xc0, 0x8d, 0xf3, 0x9d, 0xf3, 0x9a, 0x61, 0x68, 0x58, 0x5a, 0xe9, 0x58, 0xed, 0x0c, 0xd6, 0xe8, 0x1a, 0xe4, 0x98, 0xd4, 0xd7, 0xe9, 0xf2, 0xfd, 0x35, 0x9f, 0x1e, 0x2a, 0x54, 0xb7, 0xa3, 0xb6, 0xb7, 0x96, 0xea, 0x54, 0xf2, 0x7d, 0xcd, 0x15, 0xed, 0x74, 0x84, 0x9c, 0xa5, 0x40, 0x80, 0xa3, 0xee, 0xc0, 0xe9, 0xb0, 0x66, 0xfc, 0x94, 0xa7, 0xc6, 0xad, 0xcf, 0x58, 0xc5, 0x47, 0x69, 0x63, 0xad, 0xbf, 0xd9, 0xd2, 0x52, 0xfc, 0x36, 0x01, 0x84, 0xc0, 0x88, 0xcc, 0xe7, 0x7c, 0xd0, 0xdc, 0x3b, 0x8b, 0x55, 0x53, 0xda, 0x4c, 0x99, 0x8c, 0xeb, 0xd7, 0x82, 0x8a, 0xdc, 0x03, 0x8b, 0x59, 0xb8, 0x5b, 0x4b, 0xf1, 0x10, 0xbd, 0xea, 0x1e, 0x60, 0x9c, 0xe3, 0x73, 0x84, 0x94, 0xe7, 0x0a, 0xce, 0x0f, 0x18, 0xe9, 0xc3, 0xd8, 0x9b, 0xb9, 0x5a, 0x90, 0x9f, 0x11, 0xdf, 0x7f, 0x8d, 0x40, 0xdb, 0x1a, 0xbb, 0xbd, 0x9d, 0x07, 0xbf, 0x86, 0xc0, 0x24, 0x26, 0x06, 0xdd, 0x27, 0x7f, 0xd3, 0x95, 0x49, 0x5d, 0xd4, 0x6d, 0x6a, 0xa8, 0x76, 0xcb, 0x26, 0xaa, 0xd6, 0xb7, 0x05, 0xd1, 0x44, 0x63, 0x24, 0x5a, 0xed, 0xc6, 0x00, 0x08, 0x41, 0xe2, 0xee, 0xd2, 0xf8, 0xe7, 0x20, 0xac, 0x2f, 0xc6, 0x78, 0x39, 0x03, 0x24, 0x81, 0x88, 0xed, 0x5c, 0xb4, 0x17, 0x21, 0x29, 0x4f, 0x88, 0x8c, 0x9c, 0xc4, 0x8a, 0x99, 0xcb, 0x0d, 0x65, 0xde, 0xce, 0x77, 0x85, 0xff, 0x00, 0xe1, 0xc4, 0x84, 0x40, 0xfc, 0xbb, 0xc4, 0xef, 0xee, 0xaf, 0x75, 0x3e, 0xc3, 0xd6, 0xea, 0x37, 0x68, 0x30, 0x2b, 0xd5, 0x2d, 0x77, 0x8d, 0x36, 0x98, 0x28, 0x71, 0x65, 0xaa, 0xd0, 0x89, 0x11, 0x29, 0x53, 0x70, 0x0b, 0xa8, 0x5b, 0x69, 0x5b, 0xe9, 0xc2, 0x96, 0x52, 0x5f, 0x42, 0xfc, 0x6b, 0x18, 0xf8, 0xc1, 0x25, 0x03, 0x12, 0xb6, 0x6d, 0x1b, 0xbd, 0x50, 0x42, 0x7c, 0x44, 0xc9, 0xdf, 0x7a, 0x6d, 0xcd, 0x8e, 0xb3, 0xff, 0x00, 0x4d, 0xa5, 0x6a, 0x7e, 0x50, 0x90, 0x0f, 0x0c, 0x01, 0x8e, 0x93, 0x41, 0x1a, 0x9d, 0x3f, 0x5d, 0x97, 0xdb, 0xbc, 0x09, 0xd5, 0x6d, 0x57, 0x8b, 0x3a, 0xdc, 0x82, 0xd4, 0x35, 0x2e, 0xdf, 0x66, 0x18, 0x6d, 0xc4, 0xb2, 0x02, 0x43, 0x03, 0xc8, 0x00, 0x0f, 0xec, 0x4e, 0xd3, 0xb0, 0x93, 0xb7, 0x82, 0x79, 0x03, 0x0b, 0x6a, 0xab, 0x62, 0xf9, 0x4b, 0x63, 0x33, 0x9c, 0x93, 0x04, 0xfd, 0x9c, 0x50, 0xfa, 0x8d, 0xae, 0xb6, 0x34, 0x14, 0xb8, 0xe3, 0xc0, 0xb6, 0x00, 0x3c, 0x20, 0x01, 0x81, 0x11, 0x9e, 0x70, 0x3a, 0xd1, 0x5e, 0xbb, 0x52, 0x2f, 0xd8, 0xfa, 0x0f, 0x69, 0xd2, 0xeb, 0x7d, 0xcc, 0x42, 0xad, 0x46, 0x5d, 0x36, 0x9d, 0x25, 0x76, 0xea, 0x21, 0x06, 0x1a, 0x8a, 0x85, 0xa7, 0xc6, 0xd2, 0x7c, 0xa3, 0xdd, 0x25, 0x4d, 0x0d, 0xa9, 0x56, 0xe4, 0x80, 0x39, 0x52, 0x4a, 0xbe, 0x4a, 0xdb, 0xa2, 0xcd, 0xa7, 0x94, 0x19, 0x4c, 0x12, 0x64, 0xe3, 0x9d, 0x2e, 0xa9, 0x6d, 0xab, 0xab, 0x48, 0x6c, 0xbd, 0x71, 0xc4, 0x90, 0x13, 0xe1, 0x88, 0x11, 0xb0, 0xcf, 0x38, 0x9e, 0x74, 0xfb, 0xbb, 0x4d, 0x3a, 0xd7, 0x2b, 0x53, 0x49, 0x68, 0xe6, 0xf1, 0xee, 0x21, 0x8b, 0x8a, 0x04, 0x07, 0xa0, 0xa6, 0x6d, 0x19, 0x96, 0x03, 0x48, 0x88, 0xa5, 0x36, 0x19, 0x69, 0x5b, 0xc2, 0xbf, 0x1c, 0xa0, 0x27, 0x61, 0x2b, 0x01, 0x43, 0x25, 0x43, 0x39, 0x51, 0xea, 0x0b, 0x27, 0x2c, 0x53, 0x70, 0xe2, 0x19, 0x1c, 0xc9, 0x3b, 0xef, 0xcf, 0xe9, 0x45, 0xeb, 0xfa, 0x6e, 0xb4, 0x8d, 0x29, 0xb5, 0xbe, 0xff, 0x00, 0x12, 0x47, 0x08, 0x88, 0x02, 0x36, 0x03, 0x23, 0x78, 0x9e, 0x75, 0x5f, 0xf7, 0x07, 0x70, 0x6a, 0xec, 0xab, 0x2e, 0xd9, 0x8d, 0x7b, 0x6b, 0x53, 0xb5, 0xe8, 0x8a, 0x99, 0x1d, 0xa8, 0x90, 0x9f, 0x64, 0xb2, 0x19, 0x75, 0x6d, 0x6c, 0x6d, 0x65, 0x47, 0xfb, 0xf6, 0x30, 0x50, 0x16, 0xa2, 0x48, 0x0a, 0xcf, 0x19, 0x56, 0x1d, 0x62, 0x6c, 0x82, 0xd6, 0x96, 0x93, 0x19, 0x33, 0xeb, 0xcf, 0xe9, 0x42, 0xeb, 0xd6, 0x9a, 0xc3, 0x56, 0x0d, 0x2a, 0xea, 0xe3, 0x8c, 0x4a, 0x40, 0x11, 0x11, 0x38, 0x19, 0xdc, 0xc7, 0x53, 0xea, 0x28, 0xcf, 0xb9, 0xdb, 0x17, 0xb8, 0x39, 0x4b, 0xb3, 0xa9, 0xd7, 0xb6, 0xbb, 0x3f, 0x72, 0x19, 0x75, 0xe8, 0xd4, 0xe6, 0x12, 0xf3, 0x25, 0x84, 0xc5, 0x9a, 0xea, 0x4a, 0x1b, 0x58, 0x29, 0x24, 0xbb, 0xc3, 0x4a, 0x1b, 0xd5, 0x87, 0x00, 0x03, 0xda, 0x32, 0x40, 0x75, 0x89, 0xb2, 0xe1, 0x71, 0x2c, 0xa6, 0x00, 0x26, 0x7d, 0x79, 0xd1, 0x5a, 0xf6, 0x9b, 0xad, 0x06, 0xed, 0xcb, 0xf7, 0x1c, 0x72, 0x42, 0x46, 0x22, 0x09, 0xd8, 0xe3, 0x7f, 0x5a, 0x91, 0xee, 0x57, 0x4b, 0xf5, 0xa2, 0xe4, 0xba, 0xec, 0x2a, 0x6c, 0x9e, 0xe5, 0xa5, 0xdd, 0x26, 0x7d, 0xca, 0xc5, 0x22, 0x2c, 0xba, 0x84, 0x33, 0x0b, 0xee, 0xb9, 0xcf, 0xa9, 0x29, 0x6d, 0xe1, 0xe3, 0x5a, 0x8a, 0xd2, 0xad, 0x99, 0xf2, 0x9c, 0x38, 0x3c, 0x5e, 0xe0, 0x32, 0x3a, 0x4d, 0x3d, 0x76, 0x3d, 0xda, 0x90, 0xc0, 0xc0, 0x26, 0x79, 0xe6, 0x73, 0xd6, 0x93, 0xb4, 0x1a, 0x5e, 0xb0, 0xa5, 0xb0, 0x5e, 0xb8, 0xe3, 0x32, 0x00, 0x91, 0x1c, 0x27, 0x91, 0xc6, 0xfb, 0x6f, 0xbf, 0xc6, 0x92, 0xee, 0x7f, 0x4d, 0xb5, 0x86, 0xa7, 0xad, 0x1a, 0x7d, 0x0a, 0x3f, 0x72, 0x92, 0xae, 0x07, 0xea, 0x97, 0x08, 0xa5, 0xd3, 0x2a, 0x32, 0xe9, 0xcb, 0xa7, 0xaa, 0x8d, 0x24, 0x16, 0xd4, 0x97, 0xdb, 0x43, 0x2e, 0x38, 0x56, 0x82, 0x94, 0xa5, 0x41, 0xc4, 0x9f, 0x27, 0xe1, 0x80, 0x46, 0x76, 0xe5, 0xb6, 0x4a, 0xb2, 0x0c, 0xa9, 0x16, 0xe2, 0x53, 0x27, 0x6c, 0xe6, 0x73, 0xf3, 0xa4, 0xed, 0x0e, 0x9d, 0xac, 0x9b, 0xfb, 0x65, 0x39, 0x71, 0x25, 0x46, 0x04, 0x88, 0xe1, 0x31, 0x33, 0x03, 0xcb, 0xdf, 0x4a, 0x6b, 0x86, 0x92, 0xeb, 0x34, 0xed, 0x72, 0xd3, 0xd7, 0x47, 0x72, 0xf3, 0x6a, 0xca, 0xab, 0xc8, 0x7d, 0xba, 0x55, 0x75, 0xfa, 0x68, 0x80, 0xe5, 0x29, 0xd8, 0xfb, 0x5d, 0x75, 0x49, 0x61, 0x87, 0x16, 0x0f, 0x05, 0x0a, 0x0a, 0x42, 0xb7, 0x28, 0x80, 0x95, 0x00, 0x40, 0xcb, 0xac, 0x0d, 0x80, 0xb3, 0x21, 0x81, 0xe0, 0x13, 0xe7, 0xcf, 0x39, 0x93, 0xce, 0xa3, 0xd6, 0xf4, 0xfd, 0x6f, 0xf1, 0xab, 0x60, 0xe5, 0xc9, 0x52, 0x95, 0xb1, 0x88, 0xe1, 0x81, 0x33, 0x03, 0x19, 0x1f, 0xde, 0x9b, 0xeb, 0xc5, 0xa7, 0xa8, 0x16, 0xee, 0xa5, 0x5a, 0x95, 0xf9, 0xba, 0xfb, 0x52, 0xb8, 0xab, 0x95, 0x67, 0x4b, 0x36, 0xe5, 0x75, 0x4d, 0x7a, 0x07, 0x29, 0xee, 0x25, 0xdc, 0xb8, 0x92, 0xca, 0x14, 0xa4, 0x81, 0x95, 0xe7, 0x29, 0x57, 0xb8, 0xb8, 0x72, 0x38, 0x39, 0x5b, 0x13, 0x60, 0xbb, 0x38, 0xb7, 0x82, 0xde, 0x76, 0xf9, 0xd2, 0xeb, 0xb6, 0x9a, 0xb5, 0xbe, 0xaa, 0xc9, 0x79, 0xe2, 0xa7, 0x14, 0x7c, 0x27, 0x62, 0x36, 0x9c, 0x6d, 0xb7, 0xc6, 0x82, 0xe7, 0x5c, 0x3a, 0xaf, 0x56, 0xee, 0x22, 0x8a, 0xa9, 0xba, 0xbb, 0x25, 0xdb, 0x9c, 0x21, 0x2e, 0x52, 0xae, 0x88, 0xe5, 0x6d, 0x6c, 0x42, 0x9c, 0x75, 0x25, 0xb0, 0xd2, 0x82, 0x02, 0x32, 0xaf, 0x21, 0xdb, 0x80, 0x14, 0x14, 0xac, 0x83, 0xbb, 0x95, 0xb5, 0xf6, 0x11, 0x61, 0xc2, 0xd0, 0x1d, 0xde, 0xd8, 0xdb, 0xe3, 0xe5, 0x9a, 0x1e, 0xf2, 0xdf, 0x5b, 0x5e, 0xbc, 0xda, 0x5d, 0x78, 0xf7, 0xb1, 0x21, 0x51, 0xd3, 0x97, 0x0e, 0xd9, 0xf9, 0xf3, 0x9a, 0x69, 0x77, 0xff, 0x00, 0x74, 0x8d, 0x33, 0xb9, 0xda, 0x4c, 0xfb, 0xd7, 0x58, 0xdd, 0x55, 0x52, 0xa1, 0x10, 0xbf, 0x06, 0xe4, 0x61, 0x3b, 0x9d, 0x61, 0x8d, 0xae, 0xa9, 0x68, 0x0d, 0x36, 0x71, 0x93, 0xee, 0x1e, 0x2f, 0x6e, 0x7c, 0x87, 0x3c, 0x2b, 0x94, 0xb5, 0x36, 0x0b, 0xd3, 0x7c, 0x00, 0x16, 0xa3, 0xe5, 0xe7, 0xf3, 0xa6, 0x6a, 0x16, 0x3d, 0xa1, 0x6b, 0xb4, 0xed, 0xf7, 0x8f, 0x92, 0xb3, 0x9e, 0x28, 0x12, 0x23, 0x94, 0x0c, 0x66, 0x46, 0x3c, 0xf3, 0x46, 0x9a, 0x43, 0x69, 0x6a, 0x15, 0xf5, 0xdc, 0xcb, 0x8e, 0x56, 0xfb, 0x86, 0xa8, 0x53, 0x6b, 0xed, 0xd3, 0x51, 0x3d, 0xdb, 0xa1, 0x98, 0x8b, 0x53, 0xe2, 0x2a, 0xd2, 0x11, 0xe0, 0x6d, 0x8d, 0xc9, 0x48, 0x51, 0x2e, 0x84, 0x16, 0xd4, 0x52, 0x84, 0x84, 0xab, 0x3d, 0x72, 0x15, 0x62, 0x9d, 0x3a, 0x53, 0x1d, 0xd4, 0x60, 0x8d, 0xa2, 0x37, 0x9f, 0x4f, 0x3a, 0x25, 0xbb, 0x1d, 0x59, 0xce, 0xd2, 0x14, 0x38, 0xf1, 0xef, 0xa2, 0x78, 0xa3, 0x31, 0xb4, 0x46, 0xd3, 0x27, 0x6d, 0xb9, 0xd4, 0xdd, 0xb1, 0xa4, 0xba, 0x86, 0x7b, 0xcf, 0xaa, 0xc5, 0xfe, 0xe9, 0xb9, 0xd1, 0xdd, 0x66, 0x8f, 0xf7, 0x92, 0xef, 0x14, 0xc2, 0xcc, 0xb9, 0x11, 0xd4, 0xe2, 0x23, 0x25, 0x9f, 0x07, 0x90, 0x36, 0x7f, 0x13, 0x08, 0xda, 0xa5, 0xf8, 0xc2, 0x51, 0xb8, 0x71, 0xb5, 0x25, 0x02, 0xac, 0x17, 0xa6, 0x8c, 0x7f, 0x0a, 0x3e, 0x5e, 0xbe, 0x95, 0x3a, 0x74, 0xcd, 0x5d, 0x3d, 0xa8, 0x50, 0xf6, 0x83, 0xde, 0x01, 0x25, 0x51, 0x9c, 0x98, 0x88, 0xdb, 0x71, 0xe9, 0x4e, 0xb4, 0xcf, 0x42, 0x35, 0x05, 0xee, 0xf0, 0x6e, 0x98, 0x2e, 0x77, 0x31, 0x50, 0x83, 0x2a, 0x15, 0x21, 0x8a, 0x8a, 0xae, 0x98, 0x51, 0xc3, 0xb2, 0xea, 0x0c, 0x48, 0xf1, 0x04, 0x34, 0x59, 0xf2, 0x6c, 0x1f, 0x9d, 0x20, 0x85, 0x2c, 0xa1, 0x21, 0x19, 0x4e, 0xef, 0x6f, 0x52, 0xaf, 0xd8, 0xbd, 0x83, 0xc6, 0x07, 0x77, 0x1e, 0xe8, 0xf5, 0xfe, 0xf4, 0x96, 0xba, 0x6e, 0xa9, 0xff, 0x00, 0x52, 0xba, 0x91, 0x70, 0x7b, 0xc0, 0x01, 0xe2, 0x1b, 0x99, 0xe5, 0x1b, 0x54, 0xe6, 0x81, 0x69, 0xfd, 0x7a, 0x9d, 0xdd, 0x85, 0xee, 0xdc, 0x2e, 0xe1, 0xeb, 0x48, 0x66, 0x89, 0x49, 0x4b, 0xd3, 0xeb, 0x8a, 0x84, 0xdb, 0x93, 0x6a, 0xae, 0xcd, 0x53, 0x4e, 0xb4, 0xd2, 0x9b, 0x5a, 0xbc, 0x61, 0x20, 0x25, 0x04, 0x9d, 0xca, 0xda, 0x52, 0x36, 0xe4, 0x11, 0x81, 0xdc, 0x45, 0xaa, 0xb4, 0xf5, 0x17, 0x21, 0x2d, 0xc7, 0xb8, 0x24, 0x0f, 0x3e, 0xb3, 0x5d, 0x65, 0xa6, 0xea, 0xdf, 0x8f, 0xbc, 0x94, 0x5c, 0x1e, 0x34, 0xe4, 0xa8, 0x00, 0x54, 0x4a, 0xb9, 0x44, 0x40, 0x88, 0xa8, 0x2e, 0xce, 0xac, 0x8d, 0x41, 0xad, 0x77, 0x05, 0xa8, 0xb5, 0xe6, 0xf5, 0x8a, 0xa5, 0x47, 0x8f, 0x0a, 0x4a, 0x5a, 0x7e, 0x5b, 0x21, 0xb7, 0x24, 0xd4, 0x9e, 0x7d, 0x4a, 0x75, 0x1b, 0xd2, 0xe3, 0x9e, 0x30, 0x00, 0x69, 0x45, 0x4a, 0x2a, 0x38, 0x50, 0x01, 0x27, 0x91, 0xd4, 0x57, 0x8e, 0x5b, 0x2f, 0x4e, 0x4a, 0x54, 0x3c, 0x3b, 0x7b, 0xb6, 0xfe, 0xf4, 0xed, 0x2b, 0x4b, 0xd5, 0x55, 0xad, 0x5c, 0xf0, 0x5c, 0x94, 0x94, 0x91, 0x2a, 0x11, 0x2a, 0x27, 0xa8, 0x33, 0xf4, 0xab, 0x67, 0xb4, 0xfb, 0x62, 0x7b, 0x74, 0x4b, 0xbe, 0x9b, 0x70, 0x6a, 0x3b, 0xf4, 0xf5, 0xd1, 0xee, 0x09, 0x34, 0x77, 0xa7, 0xc7, 0x7a, 0x4f, 0xaa, 0xa9, 0x48, 0x0f, 0xcb, 0x7c, 0xbc, 0xe0, 0xf5, 0x4d, 0x21, 0x29, 0xca, 0x9c, 0x57, 0x39, 0x56, 0x5d, 0x28, 0x07, 0xdb, 0xd2, 0xbe, 0xa6, 0x3b, 0x93, 0xdf, 0x90, 0x1b, 0xc6, 0xe3, 0xe1, 0xf0, 0xf5, 0xab, 0x0d, 0x15, 0xad, 0x58, 0xdc, 0xbc, 0xca, 0x1d, 0x12, 0x82, 0x44, 0xc4, 0x92, 0x4e, 0x64, 0xe7, 0xce, 0x86, 0xb5, 0x76, 0xf9, 0xa4, 0x69, 0xd4, 0x3a, 0xc5, 0x9f, 0x52, 0x6d, 0x0e, 0xa9, 0xf8, 0xcc, 0x07, 0x27, 0xb4, 0xe1, 0x52, 0x14, 0xb4, 0xb8, 0x08, 0x50, 0x4b, 0xa1, 0x6e, 0xef, 0x59, 0xdc, 0x70, 0x17, 0x92, 0x5c, 0xc7, 0x3c, 0x61, 0xce, 0x93, 0xc6, 0x50, 0x32, 0x4f, 0x3a, 0xc8, 0x6b, 0xd7, 0xc5, 0x97, 0x1c, 0x61, 0xe1, 0x2b, 0x50, 0x12, 0x46, 0xdf, 0xa9, 0x1f, 0x1a, 0xef, 0xb3, 0xaf, 0xda, 0x1d, 0x41, 0xd4, 0x3a, 0x9d, 0xa1, 0x4f, 0xb9, 0xa8, 0x34, 0x29, 0xd2, 0x68, 0xca, 0x31, 0x69, 0x55, 0xd9, 0x2d, 0x48, 0x15, 0x6f, 0xc4, 0x6c, 0xfa, 0x57, 0x58, 0x23, 0x29, 0xc8, 0xc2, 0xf2, 0x9d, 0xea, 0x4e, 0xcc, 0x81, 0xf5, 0x0f, 0xb7, 0x68, 0x15, 0x18, 0x51, 0xf8, 0x60, 0xd0, 0xfd, 0x9a, 0xb7, 0x5d, 0xc5, 0xc3, 0x89, 0x4a, 0x82, 0x4c, 0x6c, 0xa8, 0x21, 0x42, 0x76, 0x23, 0xe7, 0xe5, 0x5a, 0x2e, 0xe2, 0xd6, 0x5a, 0x8e, 0x91, 0xe8, 0x65, 0x7b, 0x4d, 0xf5, 0xbb, 0x48, 0xa3, 0xd8, 0xab, 0x4d, 0x06, 0x64, 0x3a, 0x24, 0xca, 0x7c, 0xc3, 0x22, 0x91, 0x35, 0xd5, 0xb2, 0xe0, 0x42, 0x43, 0xe5, 0x21, 0x4d, 0x29, 0x6a, 0x23, 0x85, 0x85, 0x1e, 0x72, 0x4f, 0xd3, 0xa2, 0x96, 0xa2, 0x84, 0x96, 0xca, 0x4e, 0xdb, 0x81, 0x8f, 0x95, 0x6c, 0xde, 0xbb, 0x45, 0xa5, 0x8a, 0xed, 0x9e, 0x6b, 0xbb, 0xf0, 0x90, 0x08, 0xca, 0x4e, 0x0e, 0xc7, 0xf7, 0xaa, 0xed, 0x8b, 0x80, 0xab, 0xb9, 0xdd, 0x07, 0xa7, 0x01, 0x4f, 0xc4, 0xbb, 0x0a, 0x90, 0xef, 0xf8, 0x4c, 0x79, 0x39, 0x4b, 0xe7, 0xf0, 0xdb, 0xdb, 0xf8, 0xa9, 0xe3, 0x85, 0x02, 0x33, 0xcf, 0x1c, 0x75, 0x17, 0x07, 0xf1, 0x9b, 0x30, 0x76, 0xe9, 0xeb, 0x54, 0x85, 0x1f, 0xff, 0x00, 0x5a, 0xb1, 0xff, 0x00, 0x60, 0xfa, 0x1a, 0xb4, 0xb5, 0xf2, 0x4e, 0xa4, 0xd8, 0xfa, 0xd3, 0x6c, 0x6b, 0x8d, 0x29, 0x61, 0x76, 0x55, 0x2e, 0x72, 0xe0, 0x5c, 0x72, 0x24, 0x54, 0x0b, 0x62, 0x0b, 0x2e, 0x38, 0x86, 0xde, 0x7d, 0x49, 0x20, 0xee, 0x6f, 0x71, 0x23, 0x69, 0x21, 0x29, 0x2c, 0x24, 0xf1, 0xbb, 0x89, 0x9c, 0x42, 0xc3, 0xa9, 0x58, 0x98, 0x1c, 0xa2, 0xaf, 0x35, 0x04, 0x5c, 0xb7, 0xa9, 0x33, 0x76, 0x93, 0xfc, 0x34, 0xe1, 0x43, 0xa4, 0xee, 0x7d, 0x3f, 0x6a, 0xaa, 0xbe, 0xd0, 0x7b, 0xe7, 0xb5, 0x1b, 0x99, 0xdf, 0xd9, 0xab, 0x55, 0x31, 0xeb, 0x9a, 0x80, 0xdc, 0x80, 0xad, 0xb4, 0x69, 0x68, 0xf4, 0xec, 0x29, 0x3f, 0xca, 0x9e, 0x51, 0x94, 0xa9, 0x29, 0x3c, 0xed, 0xe5, 0x65, 0x41, 0x23, 0x8c, 0x74, 0x97, 0x25, 0x90, 0x09, 0x38, 0xf3, 0xfd, 0x2a, 0x93, 0xb5, 0x6e, 0xe8, 0x65, 0x04, 0x18, 0x2f, 0x79, 0x7f, 0xfb, 0x7d, 0xcd, 0x67, 0x0a, 0x15, 0x21, 0x9a, 0x3b, 0x6e, 0x38, 0xeb, 0xea, 0x93, 0x32, 0x42, 0x82, 0xe6, 0x4c, 0x70, 0x7b, 0x9d, 0x57, 0xf3, 0x7f, 0x25, 0x23, 0xe0, 0x24, 0x70, 0x07, 0xf4, 0x93, 0x52, 0xb5, 0x95, 0xfa, 0x57, 0x9c, 0x15, 0xe6, 0xb4, 0x66, 0x9a, 0x53, 0x1f, 0x93, 0xdb, 0xa5, 0x41, 0xe7, 0x28, 0x4e, 0x2d, 0xa1, 0x49, 0x7d, 0x4d, 0x2f, 0xd4, 0xad, 0x4c, 0x3a, 0x7f, 0x8e, 0x15, 0x1e, 0x10, 0x43, 0x2e, 0x8f, 0x1a, 0x54, 0x4e, 0x40, 0x52, 0x59, 0x65, 0x3b, 0x87, 0x93, 0x04, 0xd4, 0x09, 0xb6, 0x24, 0x8e, 0x5f, 0xbf, 0x97, 0xde, 0x2b, 0x7b, 0xa6, 0xa4, 0x9d, 0x01, 0x52, 0x9c, 0x70, 0x9e, 0x78, 0x3f, 0x9b, 0xe0, 0x71, 0xf0, 0x03, 0x39, 0xaa, 0x1d, 0x2a, 0x05, 0x44, 0x7f, 0x56, 0x7a, 0xad, 0x90, 0x05, 0x61, 0x70, 0x4d, 0x7e, 0x74, 0x29, 0x68, 0x28, 0x4a, 0x82, 0x4a, 0x86, 0x32, 0xa3, 0xc0, 0xe9, 0x00, 0xe2, 0x31, 0x4b, 0xf9, 0xb1, 0x56, 0x06, 0xb7, 0x68, 0x53, 0x5a, 0x47, 0x67, 0x39, 0x56, 0xb6, 0xef, 0x89, 0x32, 0x2a, 0xb1, 0x66, 0x35, 0x0d, 0xf7, 0xa4, 0xa1, 0xb0, 0xd1, 0x75, 0x7b, 0x87, 0x91, 0x80, 0x95, 0x6f, 0xda, 0x95, 0x27, 0x80, 0xb0, 0x32, 0x39, 0x1c, 0x0e, 0x89, 0xf6, 0x76, 0x45, 0xc7, 0x76, 0x0c, 0x91, 0x13, 0xe8, 0x7a, 0x56, 0xf2, 0xe7, 0xb2, 0x4d, 0xd8, 0x5a, 0xb4, 0xf2, 0x5d, 0x24, 0x92, 0x01, 0xdb, 0x9f, 0x48, 0xce, 0x3d, 0xf4, 0xe3, 0x54, 0x34, 0xaa, 0xab, 0xa0, 0x54, 0x40, 0xf5, 0x33, 0x55, 0xae, 0x09, 0x82, 0x7d, 0x7b, 0xee, 0xd9, 0xd0, 0xa6, 0x45, 0x66, 0x33, 0x52, 0x11, 0xe1, 0x90, 0xa2, 0xe6, 0xd6, 0x96, 0x55, 0xf9, 0x9a, 0xc0, 0x0b, 0x03, 0x21, 0x5f, 0x1c, 0xf5, 0x2b, 0x8d, 0xb0, 0x96, 0xd6, 0x1b, 0x24, 0x28, 0x44, 0x8f, 0xbe, 0xb4, 0xfd, 0x5b, 0x42, 0xfc, 0x12, 0xcb, 0xbe, 0x69, 0xd5, 0x42, 0x8c, 0x11, 0x38, 0x32, 0x33, 0xb0, 0x15, 0xa8, 0x3e, 0xc9, 0xe7, 0x8b, 0xb4, 0xab, 0xcd, 0x5b, 0xb3, 0x85, 0x53, 0xf1, 0x8f, 0xfd, 0xe3, 0xab, 0xce, 0xcf, 0xff, 0x00, 0x92, 0xbf, 0x75, 0x3b, 0xb2, 0xc4, 0x95, 0xbd, 0xff, 0x00, 0xd7, 0xe8, 0x6b, 0x5f, 0xef, 0x57, 0xeb, 0xd6, 0x86, 0xb6, 0x14, 0xe7, 0x7f, 0xee, 0xeb, 0xab, 0xa8, 0x3b, 0xb8, 0x17, 0x0a, 0x74, 0x46, 0xeb, 0x23, 0xfe, 0x21, 0x93, 0xff, 0x00, 0x56, 0x7a, 0x1a, 0xef, 0xfd, 0x32, 0xbd, 0x0d, 0x05, 0xa8, 0x98, 0xb0, 0x77, 0xfd, 0xa7, 0xe9, 0x58, 0x7a, 0xd2, 0xbd, 0x6e, 0xdb, 0x8a, 0xd0, 0xaa, 0xbe, 0xdb, 0xf0, 0x99, 0x14, 0x38, 0x41, 0xb6, 0x48, 0x69, 0xef, 0x22, 0xd2, 0x1a, 0xdb, 0x9c, 0xa1, 0xf4, 0x16, 0xce, 0xc6, 0x52, 0x0a, 0xd0, 0x92, 0x46, 0x33, 0xc7, 0xc9, 0xc4, 0x5b, 0xa0, 0x2f, 0x89, 0xc0, 0x07, 0x10, 0x11, 0x31, 0x98, 0xf8, 0x8a, 0xa2, 0xb6, 0xd5, 0x2f, 0xd7, 0x66, 0xe3, 0x69, 0x50, 0x09, 0x4f, 0x28, 0x3d, 0x23, 0xa8, 0x8c, 0x0a, 0x1e, 0xb2, 0xea, 0x4e, 0x55, 0xb4, 0xba, 0xbb, 0x45, 0x8b, 0x6f, 0xc4, 0xa7, 0x53, 0xa1, 0x41, 0x92, 0x54, 0xc4, 0x46, 0x27, 0x96, 0xe4, 0xef, 0x40, 0x2e, 0x36, 0xa7, 0x11, 0x28, 0x10, 0x56, 0x12, 0x90, 0x41, 0x04, 0x6d, 0xe4, 0xf0, 0x0f, 0x4d, 0xb6, 0x42, 0x50, 0x54, 0xea, 0x52, 0x01, 0x8d, 0xe3, 0xdf, 0x1b, 0xd4, 0x76, 0x1a, 0xad, 0xd9, 0xd3, 0x56, 0xd2, 0x21, 0x28, 0x4c, 0x98, 0x82, 0x44, 0xf3, 0xcc, 0xef, 0x51, 0x76, 0xc3, 0x31, 0xee, 0x2d, 0x20, 0xaa, 0x46, 0xfd, 0x9f, 0x89, 0x06, 0x9b, 0x46, 0x8c, 0xf2, 0x1a, 0xa6, 0xc5, 0x87, 0x31, 0x11, 0xa4, 0x21, 0xce, 0x5c, 0x6c, 0xad, 0xa9, 0x49, 0xfc, 0xc5, 0x5e, 0xe4, 0x94, 0xa8, 0x61, 0x79, 0x3c, 0x13, 0x86, 0xdb, 0x36, 0x90, 0x16, 0xfa, 0x52, 0x02, 0xba, 0xc6, 0xf1, 0xe7, 0x34, 0xb6, 0xba, 0xcd, 0xfa, 0xf4, 0xb5, 0xa4, 0x10, 0x10, 0x89, 0xc4, 0x18, 0xcf, 0x9c, 0xf9, 0xd7, 0x96, 0xf5, 0x46, 0x54, 0x9d, 0x19, 0xaa, 0xcb, 0xa6, 0x51, 0xa0, 0x53, 0xe2, 0x52, 0xd9, 0x31, 0x58, 0xa7, 0xa6, 0x0c, 0xd7, 0x22, 0x29, 0x0e, 0x2c, 0xad, 0x48, 0x25, 0x12, 0xc0, 0x4e, 0x54, 0xb5, 0x12, 0x92, 0x06, 0x77, 0x1c, 0x13, 0xee, 0xdb, 0xcc, 0xb6, 0x84, 0xa5, 0x6f, 0x04, 0x89, 0x3b, 0xe0, 0x99, 0xf7, 0xce, 0x29, 0x2d, 0xf5, 0xbb, 0xc5, 0xe9, 0x0b, 0x0a, 0x80, 0x84, 0xe3, 0x86, 0x0c, 0x19, 0x8e, 0x7c, 0x58, 0xa0, 0x35, 0x58, 0xd5, 0xdb, 0xab, 0x40, 0x9e, 0x93, 0x5a, 0xb5, 0x2d, 0x86, 0xe9, 0xb4, 0x19, 0x1e, 0x9e, 0x05, 0x09, 0x30, 0xea, 0x2b, 0x84, 0xe0, 0x71, 0xef, 0x22, 0xbf, 0x14, 0x49, 0xca, 0x48, 0x5b, 0x8a, 0x70, 0xb6, 0xa1, 0xf5, 0x00, 0x2b, 0x9c, 0x82, 0x9a, 0x71, 0x94, 0xa5, 0x6f, 0x04, 0xc1, 0x31, 0x38, 0xdf, 0xe7, 0x4a, 0x9d, 0x61, 0x6e, 0x68, 0xc5, 0x44, 0x00, 0x84, 0xe0, 0x26, 0x0c, 0x67, 0x71, 0x33, 0xf5, 0xa2, 0x11, 0x4f, 0xa6, 0x4e, 0xd0, 0x14, 0xc8, 0x9b, 0x6c, 0xc0, 0x34, 0xba, 0x64, 0x94, 0xc7, 0x62, 0x8e, 0xa6, 0x2a, 0x02, 0x23, 0xc4, 0xbf, 0xe5, 0x29, 0xde, 0x99, 0x78, 0x3e, 0xf7, 0x16, 0xe6, 0xc5, 0x8c, 0x03, 0x8f, 0xf1, 0x7a, 0x1d, 0x2a, 0xe1, 0x6d, 0x6e, 0xa4, 0x01, 0xc5, 0xbe, 0x37, 0xf7, 0xcd, 0x0e, 0xbd, 0x6e, 0xf1, 0xdd, 0x16, 0x4f, 0x0f, 0x02, 0x4c, 0x04, 0xc2, 0xa3, 0xe2, 0x15, 0xf5, 0xae, 0xeb, 0xb0, 0xa9, 0xd5, 0x7d, 0x0b, 0x83, 0x54, 0x9f, 0x66, 0x53, 0x51, 0x4c, 0x81, 0x24, 0x33, 0x12, 0x86, 0xa8, 0x73, 0xd3, 0x15, 0x49, 0xf2, 0xad, 0x40, 0xa5, 0x5e, 0xac, 0xa1, 0x68, 0x0b, 0x2b, 0x20, 0x14, 0xe1, 0x2a, 0x49, 0x03, 0x04, 0x27, 0x3c, 0x8f, 0x03, 0x2a, 0x75, 0x20, 0x02, 0x77, 0xc6, 0xfc, 0xb7, 0x9a, 0x6b, 0xda, 0xcd, 0xfb, 0x9a, 0x1a, 0x4a, 0xa3, 0x80, 0x60, 0x26, 0x15, 0x11, 0x3d, 0x78, 0xb6, 0xa6, 0x17, 0x9d, 0xaf, 0x43, 0xae, 0xe8, 0x95, 0xbf, 0x71, 0xd7, 0x2c, 0x9a, 0x7b, 0xf0, 0xe9, 0x32, 0xd5, 0x12, 0x93, 0x45, 0x91, 0x02, 0x72, 0x22, 0xc6, 0x42, 0x8b, 0x87, 0x7b, 0x4b, 0x12, 0xb6, 0x2d, 0x39, 0x0a, 0x00, 0x14, 0xfb, 0x4e, 0xe0, 0x31, 0x8c, 0x95, 0x40, 0xee, 0xd8, 0x53, 0x88, 0x00, 0x15, 0x1c, 0xe0, 0xc9, 0xf3, 0x99, 0xa6, 0x5d, 0x6a, 0xf7, 0xab, 0xd1, 0x5b, 0x5b, 0x90, 0x52, 0x30, 0x12, 0x52, 0x40, 0x8e, 0x59, 0x0a, 0xce, 0xd5, 0x1d, 0xa8, 0x1a, 0x7f, 0x40, 0xaa, 0x69, 0x5d, 0xb7, 0x7b, 0xd7, 0xac, 0xf8, 0x6f, 0xa2, 0x95, 0xe2, 0xa6, 0xd2, 0xa9, 0x72, 0xe3, 0x4e, 0x43, 0x71, 0x19, 0xd8, 0xe2, 0xd0, 0x5b, 0x51, 0x94, 0x50, 0xa4, 0xe0, 0x1d, 0xa4, 0x80, 0x70, 0x4e, 0x38, 0x07, 0xa5, 0x4f, 0xf0, 0xad, 0xf8, 0x93, 0xcf, 0x7d, 0xfe, 0xb2, 0x6b, 0xaf, 0xf5, 0x7b, 0xd7, 0x34, 0x86, 0xdd, 0x70, 0x24, 0xa7, 0x00, 0x27, 0x85, 0x43, 0x11, 0xd7, 0x8b, 0x23, 0x18, 0x34, 0xf3, 0x50, 0x60, 0xb6, 0xe6, 0x9b, 0xda, 0xd7, 0x15, 0xcf, 0x6e, 0xc7, 0xab, 0x46, 0x65, 0x96, 0xa3, 0xc4, 0xa4, 0x56, 0x61, 0xce, 0x43, 0x0c, 0xa1, 0x2c, 0x94, 0xb6, 0x47, 0xf1, 0xa2, 0x87, 0x40, 0x6f, 0x01, 0x2b, 0x20, 0x1d, 0xaa, 0x38, 0xfe, 0x50, 0x11, 0xa5, 0xb4, 0x5b, 0xb7, 0xc6, 0x80, 0x01, 0x51, 0x93, 0x8f, 0xef, 0x4e, 0xd4, 0xb5, 0xdd, 0x41, 0x7a, 0x5b, 0x2b, 0x76, 0x14, 0x9c, 0x78, 0x4a, 0x54, 0x23, 0x18, 0xcf, 0x16, 0x7c, 0xa6, 0x92, 0xd6, 0x4b, 0x46, 0xda, 0xa8, 0xd9, 0xb6, 0xb5, 0xdb, 0x76, 0xe9, 0xdd, 0x22, 0xa6, 0x95, 0x53, 0x93, 0x06, 0x1d, 0x3a, 0xa9, 0x06, 0x70, 0x4c, 0x36, 0x50, 0xd2, 0x42, 0x50, 0x92, 0xb9, 0x6a, 0x4a, 0x93, 0xb0, 0x8d, 0xa7, 0x82, 0x52, 0x41, 0xf9, 0xc8, 0x0e, 0x23, 0xb8, 0x68, 0x14, 0x00, 0x24, 0xce, 0xd1, 0x9d, 0xfa, 0xd4, 0x3a, 0xce, 0xa9, 0x7a, 0xee, 0x9e, 0xcb, 0x8f, 0x80, 0xa0, 0x76, 0x05, 0x2a, 0x11, 0x1e, 0x7c, 0x59, 0xc6, 0xd4, 0xeb, 0x59, 0x68, 0x30, 0x58, 0xb5, 0x6d, 0x6b, 0x9a, 0xef, 0xb2, 0xa3, 0xd5, 0xfd, 0x6c, 0x27, 0x19, 0x89, 0x12, 0xbf, 0x1e, 0xa4, 0x3d, 0x12, 0x5b, 0x4b, 0x68, 0x1e, 0x3f, 0x24, 0xc5, 0x25, 0x59, 0x4e, 0xd0, 0x16, 0x9c, 0x2b, 0x68, 0x1f, 0xcc, 0x11, 0x43, 0xd9, 0x99, 0x1c, 0x20, 0x00, 0xa2, 0x4c, 0x41, 0x19, 0xe7, 0xce, 0xa6, 0xd6, 0x35, 0x9d, 0x40, 0x5a, 0xb0, 0xeb, 0xe0, 0x2a, 0x76, 0x04, 0x28, 0x44, 0x44, 0x7f, 0x36, 0x6b, 0xdd, 0x75, 0x82, 0xf4, 0x38, 0xf6, 0xe5, 0xc1, 0x78, 0xd0, 0x9b, 0xab, 0xc8, 0xa8, 0x45, 0x51, 0x69, 0xaa, 0xbc, 0x69, 0xec, 0x2e, 0x11, 0x6c, 0x36, 0x9f, 0x61, 0xf5, 0x47, 0x2a, 0xe1, 0x3e, 0xf1, 0x85, 0x8d, 0x89, 0x39, 0xfc, 0xa7, 0xa5, 0x8f, 0x65, 0x42, 0x7b, 0xb1, 0x13, 0x98, 0x88, 0xcf, 0xc6, 0x9b, 0xad, 0xeb, 0x3a, 0x82, 0x52, 0xc2, 0xdf, 0x85, 0x93, 0x90, 0x0a, 0x54, 0x08, 0x88, 0xe8, 0xac, 0xd7, 0xee, 0xe5, 0x21, 0xd4, 0x22, 0xd4, 0x28, 0x75, 0x9a, 0xd5, 0xad, 0x06, 0xa3, 0x58, 0x7e, 0x9a, 0xa3, 0x05, 0x75, 0x58, 0x13, 0xa3, 0x3d, 0x0d, 0xc0, 0x1b, 0xda, 0x9c, 0x99, 0x4a, 0x29, 0x50, 0x29, 0x46, 0x54, 0x82, 0x15, 0xec, 0x49, 0xc9, 0xf6, 0x9e, 0x9c, 0x53, 0xec, 0xbc, 0x00, 0x08, 0x13, 0x3b, 0x44, 0x4e, 0xf4, 0xba, 0xe6, 0xaf, 0x7e, 0x97, 0x98, 0x53, 0xd0, 0xa2, 0x46, 0x25, 0x2a, 0x04, 0x6c, 0x3f, 0xaa, 0x82, 0x3b, 0x9f, 0xfe, 0x14, 0x4e, 0xb4, 0xda, 0xf5, 0x07, 0x68, 0x96, 0xb5, 0x4e, 0x6b, 0xd4, 0xe8, 0xea, 0x83, 0x36, 0xbd, 0x1a, 0xab, 0x16, 0x5b, 0x4b, 0x2f, 0xad, 0x05, 0x51, 0x98, 0x54, 0xa4, 0xac, 0xfb, 0x91, 0x80, 0x56, 0x96, 0x96, 0xa5, 0x27, 0x04, 0x00, 0x12, 0x7a, 0x31, 0xa2, 0xd5, 0x9a, 0x3b, 0x9e, 0x03, 0x07, 0xa0, 0xc6, 0x7f, 0xbd, 0x3f, 0x55, 0xd5, 0x6f, 0xdb, 0xbf, 0x68, 0xbc, 0x02, 0xd7, 0x88, 0x54, 0x2a, 0x77, 0x8c, 0x0e, 0x2f, 0x76, 0x60, 0xf5, 0xa8, 0xbe, 0xe4, 0x6c, 0xfd, 0x4a, 0xab, 0x6b, 0x55, 0xb8, 0x8b, 0xae, 0xa1, 0x6c, 0x5c, 0x55, 0x4a, 0x94, 0x78, 0x6f, 0xc5, 0x97, 0x3a, 0x97, 0x3e, 0x24, 0xc6, 0xfc, 0xae, 0xed, 0x08, 0x69, 0x84, 0xcd, 0x21, 0xc5, 0x0d, 0xa0, 0xa4, 0xa5, 0x60, 0x29, 0x47, 0x6e, 0x46, 0x33, 0xd3, 0xd1, 0xec, 0xd6, 0x88, 0x0c, 0xb4, 0xd9, 0x83, 0xc8, 0x0e, 0xb4, 0xfd, 0x67, 0x52, 0xbb, 0x3a, 0x93, 0x5d, 0xf4, 0x2d, 0xc3, 0x04, 0x1e, 0x15, 0x02, 0x33, 0xc8, 0x71, 0x6f, 0x4c, 0xf5, 0xe2, 0xc2, 0xd4, 0x5f, 0xee, 0x90, 0xa7, 0x1a, 0x8b, 0xf6, 0x7d, 0x56, 0xa5, 0x53, 0x31, 0x1f, 0x72, 0xae, 0xe5, 0x26, 0x6c, 0x7a, 0x81, 0x52, 0x96, 0x52, 0x3c, 0x6c, 0x2a, 0x62, 0xc2, 0xd4, 0x9d, 0xbe, 0xd0, 0x1c, 0x48, 0x27, 0x20, 0x94, 0x90, 0x7a, 0x68, 0x36, 0xb6, 0xcd, 0x06, 0x10, 0xd9, 0xe1, 0x23, 0x60, 0x31, 0x9a, 0x6e, 0xa5, 0xa9, 0x5e, 0xa7, 0x5a, 0x6f, 0x8c, 0x05, 0x38, 0x63, 0xc5, 0xc2, 0xa0, 0x7d, 0xc3, 0x8b, 0x31, 0xd2, 0xbd, 0xd4, 0x7b, 0x1b, 0x50, 0x28, 0xfd, 0xd1, 0xae, 0x99, 0x22, 0xa5, 0x69, 0xd5, 0xea, 0x52, 0xe4, 0xb1, 0x21, 0x77, 0x04, 0xaa, 0x5c, 0xd6, 0xea, 0x29, 0x73, 0x60, 0x51, 0x71, 0x11, 0x57, 0x2f, 0x92, 0x90, 0x9f, 0x82, 0xe0, 0x18, 0x4f, 0x38, 0xc1, 0x1d, 0x2a, 0x45, 0xad, 0xbb, 0x5e, 0xce, 0x86, 0xcf, 0x0c, 0x44, 0x46, 0x33, 0x4f, 0xbd, 0xd5, 0xaf, 0x13, 0xae, 0xa5, 0x27, 0xc4, 0xbc, 0x1e, 0x2e, 0x13, 0x23, 0xd0, 0x4c, 0x62, 0x9c, 0xdc, 0xb6, 0xee, 0xa1, 0x5a, 0x7d, 0xe5, 0x3b, 0x15, 0x55, 0xdb, 0x3e, 0x5c, 0xf3, 0x39, 0xa7, 0xe5, 0x5d, 0x0b, 0xa4, 0xcc, 0x6a, 0xa4, 0x92, 0x59, 0x0e, 0xad, 0xdf, 0x4a, 0x66, 0x00, 0x02, 0x32, 0x73, 0xf8, 0x80, 0x6c, 0x46, 0xee, 0x07, 0x1d, 0x2c, 0xdb, 0x34, 0xd0, 0xb6, 0x0d, 0x9e, 0x18, 0x88, 0x81, 0x11, 0x51, 0xbf, 0xaa, 0xde, 0xb5, 0xda, 0x3c, 0xc1, 0x5e, 0x3c, 0x7c, 0x27, 0x8b, 0x69, 0xdb, 0x8b, 0x97, 0xac, 0x45, 0x78, 0x23, 0x6a, 0x2b, 0x1d, 0xde, 0x3c, 0xc1, 0xbd, 0x6c, 0xf5, 0xbc, 0xb9, 0x05, 0xc9, 0x17, 0x6c, 0x78, 0x32, 0x84, 0xf4, 0xb2, 0x58, 0xf2, 0xa9, 0xe2, 0xc1, 0x94, 0x9c, 0xb4, 0x94, 0xf2, 0x72, 0xee, 0xdf, 0x1a, 0x4a, 0x86, 0x46, 0x01, 0x45, 0x2d, 0x80, 0x8f, 0x67, 0xee, 0xcf, 0x0e, 0xdb, 0x08, 0x8a, 0xe1, 0xaa, 0xdd, 0xa7, 0xb4, 0x5c, 0x38, 0x2a, 0x9f, 0xce, 0x01, 0xe2, 0x88, 0x99, 0x8e, 0x2d, 0x87, 0xac, 0x52, 0xd6, 0xdf, 0xf0, 0x81, 0x17, 0xbb, 0xc9, 0x14, 0x88, 0x77, 0xbd, 0xa1, 0x0e, 0x54, 0x8a, 0x81, 0x8c, 0xed, 0xcf, 0x4c, 0xa5, 0xc8, 0x35, 0x29, 0x04, 0xe3, 0x6a, 0x95, 0x1d, 0x52, 0x92, 0x54, 0x9c, 0x84, 0xfb, 0x43, 0x87, 0x80, 0x0a, 0x42, 0xbd, 0xa3, 0xae, 0x52, 0xda, 0x50, 0xf6, 0x7e, 0xec, 0xf0, 0xed, 0xb0, 0x88, 0xae, 0x63, 0x55, 0xba, 0x4f, 0x68, 0x14, 0x91, 0x1c, 0x64, 0x90, 0x56, 0x12, 0x64, 0xfc, 0xfe, 0xf7, 0x02, 0x9a, 0xe9, 0x64, 0x6d, 0x42, 0x7f, 0xb8, 0x7b, 0x8a, 0x25, 0x99, 0x7b, 0x58, 0x6c, 0x4b, 0x8a, 0xe4, 0x87, 0x19, 0xb9, 0xe1, 0xd3, 0x66, 0xbd, 0x2a, 0x43, 0x6d, 0x3c, 0x8f, 0xc4, 0x7d, 0x08, 0x75, 0x6a, 0x69, 0xbd, 0x83, 0x79, 0xc9, 0x52, 0x52, 0xa4, 0xa4, 0x64, 0x7e, 0x61, 0xdc, 0x6c, 0x3a, 0x93, 0x6e, 0x50, 0x78, 0x76, 0xd8, 0x44, 0x57, 0x58, 0xea, 0x97, 0x47, 0x5c, 0x70, 0x36, 0x40, 0x58, 0x9f, 0x10, 0x4a, 0x89, 0x30, 0x79, 0xe6, 0xb8, 0xd0, 0xbb, 0xaa, 0xfd, 0xb5, 0x7b, 0x9a, 0xaf, 0x04, 0xa6, 0x86, 0xdb, 0x22, 0x1c, 0xb9, 0x48, 0xbb, 0xa8, 0xb4, 0x29, 0x2f, 0x26, 0xa2, 0xc3, 0x72, 0x1b, 0xca, 0xdc, 0x52, 0x1e, 0xd8, 0xce, 0x52, 0x7c, 0x9b, 0x9d, 0x50, 0x6c, 0x2f, 0x60, 0x2b, 0x01, 0x41, 0x62, 0x40, 0x8b, 0x7b, 0xa6, 0x4b, 0x23, 0x11, 0x88, 0x20, 0x7d, 0xc5, 0x26, 0x99, 0xaa, 0x5d, 0x2b, 0x57, 0x74, 0x36, 0x40, 0x56, 0x7c, 0x40, 0x1c, 0xc1, 0xe7, 0x9c, 0x7b, 0xe8, 0xaf, 0xb5, 0xfb, 0xde, 0xab, 0x7c, 0xea, 0x1d, 0x6e, 0xdf, 0xd3, 0xab, 0xaa, 0x88, 0x43, 0x08, 0x76, 0x4a, 0x1c, 0xb7, 0xed, 0xe9, 0x0e, 0xcb, 0x7f, 0x2e, 0xf0, 0xa7, 0x10, 0xdb, 0xa9, 0x04, 0x02, 0xb5, 0x12, 0xac, 0xe4, 0xe7, 0xf7, 0x95, 0x01, 0xd3, 0x6c, 0xa5, 0xca, 0x5c, 0x46, 0x3d, 0xd0, 0x69, 0xda, 0x3d, 0xf5, 0xe3, 0xd7, 0xce, 0xa9, 0xa5, 0x04, 0x9d, 0xe5, 0x20, 0xc9, 0xf5, 0xcd, 0x51, 0xda, 0x81, 0xad, 0x90, 0xae, 0x1b, 0xb5, 0x8a, 0x95, 0x52, 0xbd, 0x4d, 0x9b, 0x50, 0xf3, 0x37, 0x0e, 0x04, 0x7a, 0x25, 0x3d, 0x69, 0x8f, 0x4f, 0x40, 0xc2, 0x0b, 0xde, 0x25, 0x12, 0xa7, 0x1d, 0xe4, 0xe0, 0x1e, 0x7e, 0x7e, 0x32, 0x77, 0x39, 0x36, 0xcf, 0xba, 0x95, 0x12, 0x9e, 0x10, 0x07, 0xc7, 0xa0, 0xf2, 0x15, 0x8a, 0xd4, 0xaf, 0xd4, 0xf5, 0xc8, 0x2e, 0x47, 0x14, 0xc0, 0x8e, 0x5e, 0x71, 0xd6, 0xad, 0xce, 0xdd, 0xad, 0x8d, 0x32, 0xba, 0x2b, 0xcc, 0xb3, 0x56, 0xab, 0x98, 0x71, 0x93, 0xbd, 0xd3, 0x3a, 0x42, 0x36, 0x48, 0x5b, 0xe8, 0x50, 0xce, 0xf2, 0xa0, 0x14, 0x17, 0xf9, 0x95, 0x8c, 0x02, 0x76, 0x84, 0xa7, 0x04, 0xa7, 0xa0, 0x92, 0x0a, 0x9e, 0x87, 0x4c, 0x7d, 0x28, 0xcd, 0x19, 0x9b, 0x67, 0xef, 0x02, 0x1c, 0x5f, 0x08, 0x1c, 0xf6, 0x24, 0x8f, 0x3e, 0xbc, 0xea, 0xdf, 0xb9, 0xfb, 0xa2, 0xbc, 0xed, 0x18, 0xf7, 0x16, 0x8f, 0x0b, 0x8d, 0xbb, 0xba, 0xda, 0x97, 0x09, 0xc8, 0x31, 0xdf, 0xab, 0x1f, 0x23, 0xad, 0x05, 0xb5, 0x8d, 0xc9, 0x74, 0x7e, 0x6d, 0x8a, 0x57, 0xf2, 0xb2, 0x3d, 0xbc, 0x63, 0xe7, 0xa7, 0xaa, 0xe5, 0xc6, 0xd4, 0xa4, 0x24, 0xc8, 0xfb, 0xe7, 0x57, 0x57, 0x7d, 0xa2, 0xb8, 0xb3, 0x5b, 0xb6, 0x81, 0x5d, 0xeb, 0x64, 0x10, 0x09, 0xdc, 0x48, 0xea, 0x37, 0x83, 0xf4, 0xa8, 0x9a, 0xde, 0xba, 0x5a, 0x11, 0x35, 0x23, 0x4e, 0xb5, 0x06, 0x87, 0x19, 0x72, 0x05, 0xad, 0x69, 0x41, 0x81, 0x2d, 0x05, 0x8d, 0xab, 0x6d, 0xf6, 0x83, 0xa9, 0x50, 0x4e, 0x78, 0x50, 0x1b, 0x82, 0x86, 0x0e, 0x08, 0x38, 0xc8, 0xe7, 0x08, 0x5f, 0x4f, 0x78, 0x85, 0x0e, 0x42, 0x85, 0x7f, 0x5c, 0xb5, 0x45, 0xfd, 0xad, 0xca, 0x24, 0x86, 0xd0, 0x01, 0x1b, 0x66, 0x08, 0xae, 0xb5, 0xbf, 0xbc, 0x8b, 0xdf, 0x55, 0x69, 0xab, 0xb3, 0xe8, 0x4c, 0x8a, 0x2d, 0xb9, 0xe2, 0xf0, 0xfa, 0x06, 0x97, 0xb9, 0xd9, 0x2d, 0x8e, 0x30, 0xf3, 0x87, 0xf3, 0x67, 0xea, 0x91, 0x81, 0xcf, 0x39, 0xf9, 0xe9, 0xaf, 0xdd, 0xb8, 0xe8, 0xe1, 0x18, 0x15, 0x16, 0xad, 0xda, 0xeb, 0xad, 0x41, 0x05, 0xa6, 0x7c, 0x0d, 0xfc, 0xcf, 0xaf, 0xf6, 0xaa, 0x75, 0x2a, 0x61, 0xa2, 0x7c, 0x4d, 0xa5, 0x01, 0x5f, 0x21, 0x23, 0x1d, 0x0c, 0x05, 0x65, 0x14, 0xe9, 0x51, 0xcd, 0x2c, 0x97, 0x13, 0xf4, 0x57, 0xfa, 0x7a, 0x53, 0x3c, 0xa9, 0xe1, 0x40, 0x8a, 0xbc, 0x74, 0xc6, 0xc3, 0x5c, 0x9d, 0x19, 0x95, 0x76, 0xd4, 0x29, 0xb4, 0xd7, 0xe3, 0xa6, 0x91, 0x39, 0xd6, 0x94, 0x97, 0x25, 0x36, 0xbd, 0xde, 0x39, 0x28, 0x1e, 0x6c, 0x36, 0xb6, 0x1c, 0x29, 0x2d, 0x95, 0x24, 0x1d, 0xaa, 0x04, 0xb5, 0x95, 0x8d, 0xc9, 0x1d, 0x1a, 0xd2, 0x3f, 0x81, 0xc4, 0x63, 0x63, 0xfa, 0xfc, 0x6b, 0x73, 0xa5, 0xda, 0x15, 0xe9, 0x25, 0xd5, 0x00, 0x47, 0x0a, 0xa3, 0xf3, 0x0e, 0xa3, 0xc5, 0xfc, 0xa7, 0xe4, 0x46, 0x33, 0xb5, 0x52, 0xc9, 0x5e, 0x15, 0x9d, 0xd8, 0xfd, 0xdd, 0x57, 0xd6, 0x32, 0xbf, 0x15, 0x07, 0x07, 0xcf, 0xf4, 0x75, 0xd4, 0xe0, 0x26, 0x9e, 0x5c, 0x57, 0x05, 0xc9, 0x74, 0xdb, 0x8d, 0xda, 0x57, 0x05, 0xc3, 0x36, 0x5d, 0x39, 0xa5, 0x6e, 0x6a, 0x33, 0xd2, 0x94, 0x43, 0x67, 0x60, 0x40, 0x29, 0x39, 0xca, 0x70, 0x90, 0x00, 0xc1, 0xe0, 0x01, 0x8c, 0x74, 0x81, 0x30, 0xef, 0x7a, 0x3f, 0x37, 0x5a, 0xb3, 0xfc, 0x4e, 0xfd, 0x4c, 0xa5, 0x95, 0x38, 0x4a, 0x12, 0x64, 0x0e, 0x87, 0xeb, 0x5e, 0x54, 0xaa, 0x77, 0x25, 0xc5, 0x1a, 0x14, 0x5b, 0x8e, 0xed, 0xac, 0xd4, 0xdb, 0xa7, 0xac, 0xae, 0x23, 0x75, 0x1a, 0xc4, 0x89, 0x09, 0x42, 0xca, 0x4a, 0x77, 0xe1, 0xc5, 0x9d, 0xca, 0xda, 0x4a, 0x77, 0x1c, 0x90, 0x38, 0xcf, 0x52, 0x49, 0x2b, 0x2a, 0x3b, 0x9d, 0xfc, 0xe3, 0x6a, 0x22, 0xe3, 0x54, 0xbe, 0xbc, 0x64, 0x36, 0xf3, 0x85, 0x49, 0x1b, 0x02, 0x6b, 0x6d, 0xfd, 0x93, 0x1b, 0x91, 0x47, 0xbc, 0xc1, 0x27, 0x1b, 0xa9, 0xdf, 0x5f, 0xdd, 0x23, 0xad, 0x47, 0x67, 0xff, 0x00, 0xc9, 0x5f, 0xdf, 0x5a, 0xd4, 0xf6, 0x54, 0xf8, 0x9e, 0xff, 0x00, 0xeb, 0xf4, 0x35, 0xb0, 0xb2, 0x7f, 0x5e, 0xb4, 0x35, 0xaf, 0xa7, 0x6a, 0x50, 0x4f, 0xcf, 0x49, 0x5d, 0x41, 0xbd, 0xc0, 0x2b, 0xc9, 0xa2, 0x37, 0x4b, 0x69, 0xf9, 0x55, 0x12, 0x40, 0x18, 0xff, 0x00, 0xea, 0x9e, 0x87, 0xbb, 0x23, 0xd9, 0x95, 0xe9, 0x41, 0x6a, 0x5f, 0xff, 0x00, 0x1e, 0xef, 0xfb, 0x4f, 0xd2, 0xbe, 0x7c, 0xe9, 0xfe, 0xa0, 0xd0, 0xed, 0x7b, 0x6a, 0xe8, 0xa3, 0x55, 0x5b, 0x92, 0x87, 0x6a, 0x6d, 0x29, 0x96, 0x4b, 0x71, 0x92, 0x54, 0xb0, 0x12, 0xe2, 0x76, 0xef, 0x3c, 0xa5, 0x25, 0x65, 0x04, 0xf3, 0x82, 0x91, 0x9e, 0x48, 0x1d, 0x61, 0xed, 0xdf, 0x43, 0x68, 0x52, 0x4f, 0x3a, 0xc5, 0xdb, 0xdd, 0xb5, 0x6e, 0xcb, 0xcd, 0xac, 0x19, 0x56, 0xd8, 0xf2, 0x3f, 0xad, 0x0b, 0xd1, 0xae, 0xdf, 0xb9, 0x29, 0xf2, 0x29, 0xef, 0xd1, 0xc4, 0x90, 0xf3, 0x4f, 0x25, 0x87, 0x0c, 0x87, 0x10, 0xa6, 0x14, 0xeb, 0x2a, 0x69, 0x4a, 0x00, 0x2b, 0x69, 0xf6, 0x9e, 0x41, 0x49, 0xce, 0x00, 0xc8, 0xe8, 0x74, 0x3a, 0x12, 0x92, 0x23, 0xee, 0x22, 0xab, 0xd8, 0xba, 0x2c, 0xa0, 0xa4, 0xa2, 0x66, 0x63, 0x71, 0x12, 0x23, 0xd2, 0xb8, 0xb7, 0xb5, 0x0d, 0x8a, 0x2d, 0x99, 0x36, 0xda, 0x76, 0xd8, 0xf3, 0x3d, 0x2f, 0xcb, 0xe9, 0xa6, 0x3a, 0xe1, 0x4a, 0xa3, 0x07, 0x50, 0x94, 0x38, 0x36, 0xe0, 0xfc, 0x84, 0x27, 0x90, 0x52, 0x78, 0xc1, 0xc8, 0x25, 0x3d, 0x39, 0xb7, 0x83, 0x6d, 0x94, 0x01, 0x3e, 0x7d, 0x26, 0x9a, 0xcd, 0xff, 0x00, 0x75, 0x68, 0xa6, 0x4b, 0x72, 0x4c, 0xc1, 0x3c, 0xa7, 0x1f, 0x3a, 0xf2, 0x9d, 0xaa, 0x0d, 0x50, 0xb4, 0xb6, 0xab, 0x62, 0x2a, 0xdf, 0x90, 0xfa, 0xe6, 0xbb, 0xe5, 0x12, 0x9a, 0x9a, 0xb4, 0x01, 0x80, 0x9c, 0x24, 0xb4, 0x06, 0x1c, 0x23, 0x69, 0xc6, 0x48, 0xc6, 0xe3, 0xfa, 0x9c, 0xaa, 0x2e, 0x02, 0x59, 0x2d, 0xc6, 0xfc, 0xe6, 0x91, 0xbd, 0x47, 0xba, 0xd3, 0x97, 0x6e, 0x50, 0x49, 0x39, 0x99, 0xfd, 0x29, 0xdc, 0x2b, 0x8a, 0x8e, 0x34, 0x22, 0x55, 0x04, 0xd7, 0x59, 0x66, 0x4b, 0x92, 0x0a, 0xfd, 0x01, 0x93, 0x25, 0x2e, 0x3c, 0xbf, 0x23, 0x67, 0x71, 0x6d, 0x1f, 0x84, 0x70, 0x94, 0xfc, 0xaf, 0x3c, 0x67, 0x1c, 0x8e, 0x24, 0x0b, 0x40, 0xb5, 0x29, 0x9c, 0xf4, 0xcf, 0xfc, 0x54, 0xcd, 0xbc, 0xdf, 0xe0, 0x85, 0xbe, 0x28, 0x3d, 0x24, 0xc9, 0xc8, 0xe4, 0x31, 0xb7, 0x5a, 0x6b, 0x26, 0xe1, 0xa1, 0x8d, 0x0e, 0x34, 0x04, 0xd6, 0xd2, 0x99, 0x2d, 0xe5, 0xd1, 0x4e, 0x69, 0x4f, 0x95, 0x3c, 0xf7, 0x9c, 0xee, 0x51, 0x48, 0x50, 0x6f, 0x77, 0x8b, 0xc7, 0x85, 0x14, 0xab, 0x21, 0x24, 0x02, 0x0a, 0x7a, 0xe4, 0xad, 0xbf, 0x66, 0xe1, 0x9c, 0xfb, 0xf7, 0xa8, 0xd4, 0xeb, 0x47, 0x44, 0xee, 0xf8, 0xbc, 0x5b, 0xc7, 0x8b, 0x39, 0xf8, 0x6d, 0x1b, 0xd3, 0x4a, 0x85, 0x76, 0x86, 0xad, 0x29, 0x87, 0x4d, 0x62, 0x5c, 0x6f, 0xbc, 0x0b, 0x09, 0x69, 0xf6, 0xb6, 0x4b, 0xf3, 0x84, 0x89, 0x2f, 0x39, 0xb0, 0x92, 0xaf, 0x0e, 0xdf, 0x72, 0x15, 0x80, 0x0f, 0xc8, 0xf8, 0x23, 0x96, 0xad, 0x68, 0x0c, 0x84, 0xf3, 0xf7, 0xf5, 0xf8, 0x54, 0x2e, 0x3c, 0xcf, 0xe1, 0x69, 0x40, 0x3e, 0x38, 0x02, 0x3c, 0x53, 0xf9, 0x89, 0xcf, 0xf2, 0xf9, 0xd3, 0x4b, 0x87, 0x53, 0xe0, 0x4f, 0xd2, 0x38, 0x36, 0x03, 0x36, 0xd3, 0xc9, 0x95, 0x05, 0xff, 0x00, 0x2b, 0x93, 0x53, 0x20, 0xab, 0xcc, 0x90, 0xa7, 0x54, 0x13, 0xb7, 0x1f, 0xe5, 0x78, 0x04, 0xe1, 0x24, 0x12, 0x07, 0xbd, 0x5d, 0x72, 0x9e, 0x0a, 0x64, 0x37, 0x1f, 0x3a, 0x1d, 0xfd, 0x45, 0x2e, 0xe9, 0x69, 0xb6, 0x08, 0x3c, 0x49, 0xcc, 0xf5, 0xdf, 0xf7, 0xd8, 0xed, 0x4d, 0x6e, 0x8d, 0x45, 0x8f, 0x5e, 0xb0, 0xa1, 0x59, 0xcc, 0xd0, 0x9d, 0x61, 0x50, 0xd4, 0xc1, 0x2f, 0x99, 0x85, 0x69, 0x73, 0xc6, 0xda, 0xd2, 0x49, 0x41, 0x4e, 0x49, 0x25, 0xc2, 0x46, 0x54, 0x42, 0x00, 0x09, 0x48, 0x19, 0x51, 0x53, 0x56, 0xf7, 0x13, 0x41, 0x31, 0xb5, 0x36, 0xeb, 0x50, 0x0f, 0x58, 0x22, 0xdc, 0x22, 0x08, 0x8c, 0xcf, 0x41, 0xd2, 0x3c, 0xfa, 0x98, 0xe5, 0x49, 0x5e, 0x7a, 0x91, 0x0a, 0xe1, 0xb0, 0xe8, 0x76, 0x93, 0x16, 0xf4, 0x96, 0x9f, 0xa5, 0x20, 0x26, 0x4c, 0xc3, 0x33, 0xc9, 0xea, 0xce, 0x48, 0x49, 0x28, 0xd8, 0x9c, 0x6c, 0x49, 0x09, 0x49, 0x2a, 0x3b, 0x52, 0x31, 0xd2, 0xa9, 0xf0, 0xb6, 0xd2, 0x98, 0x88, 0xf3, 0xa6, 0xde, 0xea, 0x1e, 0xd3, 0x62, 0xd3, 0x01, 0x04, 0x14, 0x6e, 0x67, 0x7f, 0x90, 0xdb, 0x96, 0x76, 0xa5, 0x2f, 0xed, 0x51, 0x85, 0x7a, 0x5a, 0xf4, 0x2b, 0x72, 0x25, 0xb1, 0xe8, 0x8d, 0x1e, 0x1a, 0x5a, 0x7a, 0x41, 0x96, 0xa7, 0x0c, 0xa5, 0x84, 0x04, 0x15, 0x90, 0x47, 0x1c, 0x25, 0x21, 0x3f, 0x25, 0x20, 0x6d, 0xce, 0x00, 0x03, 0x9d, 0x78, 0x38, 0xda, 0x52, 0x04, 0x45, 0x3a, 0xff, 0x00, 0x52, 0x4d, 0xe5, 0xbb, 0x4c, 0x84, 0x47, 0x06, 0xe7, 0xae, 0x23, 0xfe, 0x39, 0xd2, 0x5a, 0x95, 0xaa, 0x93, 0x2f, 0xea, 0x55, 0x1a, 0x98, 0xed, 0x2d, 0xf6, 0xd3, 0x49, 0x67, 0xc4, 0x8d, 0xd3, 0xdd, 0x7b, 0x20, 0x84, 0x24, 0xed, 0x4a, 0xce, 0xd6, 0xd2, 0x36, 0xfc, 0x24, 0x7c, 0x63, 0x39, 0x39, 0x25, 0x1d, 0x7b, 0xbd, 0x00, 0x11, 0xb7, 0x9d, 0x2e, 0xa3, 0xa9, 0x2f, 0x50, 0x69, 0xb4, 0xf0, 0x47, 0x07, 0x99, 0x3f, 0x5d, 0x85, 0x25, 0xa9, 0xba, 0xa5, 0x52, 0xd4, 0x84, 0xd3, 0xc4, 0xc8, 0x4a, 0x64, 0x53, 0x92, 0xb0, 0xd1, 0x5c, 0xb7, 0x5d, 0x38, 0x5e, 0xd2, 0x40, 0xde, 0x70, 0x94, 0x82, 0x0e, 0xd0, 0x07, 0x09, 0x20, 0x12, 0xa2, 0x33, 0xd2, 0x3a, 0xf1, 0x76, 0x24, 0x6d, 0x51, 0xea, 0x5a, 0xa3, 0xba, 0x87, 0x04, 0xa6, 0x38, 0x7c, 0xc9, 0xe9, 0xf0, 0xfb, 0xde, 0x9b, 0x6a, 0x06, 0xaa, 0x55, 0x2f, 0xb9, 0x54, 0xb9, 0x35, 0x58, 0x12, 0x14, 0xe4, 0x35, 0x29, 0x2e, 0x39, 0xeb, 0xdf, 0x7b, 0x20, 0xe0, 0xf0, 0x5d, 0x5a, 0x94, 0xda, 0x7d, 0xbf, 0x00, 0x91, 0xb9, 0x67, 0x18, 0xf8, 0x0a, 0xb7, 0x7b, 0xc8, 0x2a, 0xe5, 0xe7, 0x51, 0x5f, 0xea, 0x6e, 0xde, 0xad, 0xb5, 0x29, 0x07, 0xc3, 0xbe, 0x49, 0xf8, 0x4e, 0xd1, 0x4e, 0xb5, 0x82, 0xff, 0x00, 0xb5, 0x6f, 0xab, 0xfe, 0x97, 0x7a, 0x51, 0x2d, 0x86, 0xff, 0x00, 0xdc, 0xe6, 0xd3, 0xb5, 0x12, 0xa1, 0x06, 0xf2, 0xb0, 0xfb, 0x8f, 0x70, 0x03, 0x8b, 0x23, 0xf3, 0x8d, 0xca, 0x0a, 0x05, 0x4a, 0xdc, 0xac, 0x02, 0x7a, 0x73, 0xb7, 0x29, 0x5a, 0xc2, 0x93, 0x88, 0xfb, 0xfb, 0xeb, 0x44, 0xea, 0xba, 0xb2, 0x2e, 0xaf, 0x1a, 0x79, 0x94, 0x98, 0x4f, 0x2d, 0xb9, 0xcf, 0x53, 0xf1, 0x9a, 0x63, 0xa8, 0xba, 0xa2, 0x6f, 0xad, 0x4e, 0xa3, 0xea, 0x1c, 0xdb, 0x45, 0x0a, 0x91, 0x4c, 0x44, 0x70, 0xcf, 0xa9, 0x7d, 0x4f, 0xa8, 0x86, 0x5c, 0xde, 0x9d, 0xce, 0x1c, 0x2c, 0x64, 0x9c, 0x71, 0x83, 0xc6, 0x73, 0x9c, 0xa8, 0xaa, 0xee, 0x14, 0xe2, 0xc2, 0x8f, 0x28, 0xf7, 0xd0, 0xd7, 0xfa, 0xc3, 0xd7, 0x5a, 0x83, 0x77, 0x41, 0xb8, 0xe1, 0x8c, 0x49, 0x3b, 0x67, 0x27, 0x1b, 0xd4, 0x54, 0x8b, 0x96, 0x1c, 0xcb, 0xbe, 0x9d, 0x77, 0xbd, 0x68, 0x52, 0x81, 0xa6, 0x86, 0x92, 0xd4, 0x34, 0xb0, 0xb2, 0xd9, 0x42, 0x14, 0x4e, 0xd3, 0xbd, 0x4a, 0x57, 0x24, 0x9c, 0xfb, 0xbe, 0x49, 0x3f, 0x27, 0xa8, 0xcb, 0xe4, 0xac, 0x28, 0x54, 0x2a, 0xd4, 0xee, 0x1c, 0xbc, 0x4d, 0xc9, 0x40, 0xf0, 0xc6, 0x33, 0x06, 0x3d, 0x49, 0x34, 0xa5, 0x62, 0xfa, 0x66, 0xa5, 0xa8, 0xcc, 0xdf, 0x8b, 0xb0, 0xa9, 0x89, 0x52, 0x52, 0x53, 0xe9, 0x1b, 0x61, 0x65, 0x9d, 0x9b, 0x76, 0xa9, 0x39, 0x52, 0x8a, 0xc6, 0xe0, 0xa5, 0x73, 0xbb, 0xf5, 0xc6, 0x3a, 0x53, 0x70, 0x4b, 0x9c, 0x5f, 0x2a, 0x7b, 0xba, 0xb5, 0xca, 0xf5, 0x11, 0x75, 0xdd, 0x8c, 0x62, 0x33, 0x1b, 0x46, 0xe4, 0xce, 0x6a, 0x46, 0x9d, 0x73, 0xd0, 0xae, 0xcd, 0x5c, 0xfd, 0xb3, 0xbc, 0x28, 0xd4, 0xaa, 0x7a, 0x25, 0x46, 0x75, 0x89, 0x01, 0x34, 0xe7, 0x03, 0x08, 0x49, 0x8c, 0xa6, 0x52, 0x92, 0x96, 0x88, 0x73, 0x69, 0xc8, 0x07, 0x69, 0xcf, 0x24, 0xf3, 0xf1, 0xd3, 0x83, 0xd2, 0xec, 0xab, 0x03, 0xef, 0xa5, 0x10, 0xc6, 0xa0, 0xab, 0xbd, 0x54, 0x3e, 0xf8, 0x09, 0x04, 0x10, 0x70, 0x62, 0x38, 0x48, 0x13, 0x19, 0xa5, 0xa9, 0xf5, 0x1b, 0x11, 0x8d, 0x70, 0x76, 0x65, 0x41, 0xb8, 0x4b, 0xa3, 0x2a, 0x0b, 0x91, 0x84, 0xd1, 0x4c, 0x92, 0x23, 0x86, 0xd5, 0x11, 0x4c, 0x04, 0x04, 0x05, 0xf9, 0xf6, 0x8e, 0x13, 0x8d, 0xdf, 0x18, 0xfa, 0x70, 0x1e, 0x1c, 0x6f, 0xbd, 0x92, 0x71, 0xef, 0xe9, 0xd2, 0xa7, 0x45, 0xd3, 0x23, 0x5c, 0x2a, 0x59, 0x96, 0xc8, 0x22, 0x61, 0x51, 0x1c, 0x31, 0x11, 0x3c, 0x51, 0xef, 0xa6, 0xc6, 0xf3, 0xa4, 0xdb, 0x5a, 0xb7, 0x36, 0xfd, 0xb7, 0x68, 0x49, 0x92, 0x4a, 0x94, 0xa8, 0x2e, 0x21, 0xa7, 0x22, 0xad, 0xa2, 0xa4, 0x80, 0x08, 0xc2, 0x94, 0xb4, 0xed, 0xf8, 0x03, 0x71, 0xf8, 0xf9, 0xc7, 0x4c, 0x0f, 0x94, 0x3e, 0x54, 0x3f, 0x6a, 0x8d, 0x5a, 0x99, 0xb6, 0xd5, 0x97, 0x72, 0xd2, 0x78, 0x81, 0x98, 0xdc, 0x7e, 0xe4, 0x47, 0xad, 0x0d, 0x4a, 0xb8, 0x66, 0xa2, 0xf6, 0x95, 0x78, 0xd1, 0xa9, 0xe6, 0x97, 0x2e, 0x4b, 0xee, 0xbe, 0x24, 0x42, 0x52, 0x92, 0xa6, 0x8b, 0x8a, 0x51, 0x29, 0x4a, 0xf3, 0xbf, 0x8c, 0xfc, 0x93, 0xfc, 0xe4, 0xf5, 0x12, 0x9d, 0x25, 0x7c, 0x53, 0x55, 0x6b, 0xbd, 0xbb, 0x37, 0x6a, 0xb8, 0x40, 0x29, 0x24, 0x93, 0x89, 0xc4, 0xd0, 0xf1, 0xfd, 0xa1, 0xa2, 0x54, 0x64, 0xd5, 0x6d, 0x45, 0x2d, 0x6e, 0x4b, 0x7d, 0x4e, 0x38, 0x84, 0x55, 0x9e, 0x88, 0xe4, 0x77, 0x89, 0xca, 0x9d, 0x69, 0xd6, 0x81, 0x52, 0x09, 0x39, 0xdc, 0x91, 0x80, 0x72, 0x4f, 0x19, 0x20, 0xcc, 0x8b, 0x81, 0x32, 0xa2, 0x41, 0x1c, 0xff, 0x00, 0x7a, 0x56, 0xef, 0x2e, 0x58, 0x70, 0xb8, 0x99, 0xe2, 0x3c, 0xc1, 0x23, 0x7a, 0x2f, 0xed, 0x66, 0xe8, 0xb5, 0x74, 0x52, 0xf0, 0xa8, 0xdc, 0x53, 0xf4, 0xa2, 0x05, 0x3b, 0xd5, 0xd1, 0x1d, 0x80, 0xa9, 0x2c, 0x3a, 0x6a, 0x4e, 0xc9, 0x4a, 0x9e, 0x0e, 0x38, 0x97, 0x12, 0xf7, 0x8c, 0x7e, 0x20, 0xca, 0x77, 0xee, 0x25, 0x29, 0xda, 0x0a, 0x54, 0x06, 0x3a, 0x25, 0x3a, 0x81, 0x49, 0xca, 0xc9, 0xf7, 0x0f, 0xde, 0xaf, 0xb4, 0x5d, 0x59, 0x9b, 0x07, 0x94, 0xa7, 0x11, 0x12, 0x22, 0x46, 0x49, 0xcc, 0x99, 0xdb, 0x7c, 0xc7, 0x4e, 0x95, 0x57, 0x46, 0xd3, 0x1a, 0x44, 0x2a, 0xc8, 0xac, 0x53, 0x74, 0x9a, 0x93, 0x1d, 0xe6, 0xe4, 0x79, 0x9a, 0x5a, 0x6e, 0x19, 0x04, 0xa1, 0x41, 0x5b, 0x81, 0xc1, 0x67, 0x1c, 0x1c, 0x71, 0x8c, 0x71, 0xd4, 0x2a, 0xbc, 0x5a, 0x84, 0x17, 0x09, 0x07, 0xc8, 0x7e, 0xf5, 0x9c, 0x5c, 0x2d, 0xee, 0xf0, 0x23, 0x33, 0x3b, 0x9f, 0x5a, 0x2f, 0xb5, 0xe2, 0xd4, 0xe9, 0xb4, 0xf7, 0x05, 0x41, 0x08, 0x54, 0x97, 0xdf, 0x71, 0xe7, 0x52, 0xca, 0xb2, 0x01, 0x51, 0xc8, 0x48, 0x24, 0x27, 0x3f, 0x41, 0x9c, 0x01, 0x9f, 0xa0, 0xe8, 0x67, 0x1c, 0x42, 0xd4, 0x23, 0x60, 0x00, 0xa7, 0x24, 0x38, 0x64, 0xc6, 0x49, 0x9a, 0x90, 0x5c, 0x89, 0x38, 0xc9, 0x61, 0x40, 0x8f, 0x90, 0x47, 0xc7, 0x4d, 0x04, 0x0a, 0x89, 0xc4, 0xb8, 0x31, 0x06, 0x92, 0x2e, 0xc9, 0x3c, 0x6c, 0x38, 0xfd, 0xc3, 0xae, 0x0a, 0xcd, 0x41, 0xc2, 0xee, 0xd1, 0x5c, 0x2d, 0xd9, 0x48, 0x29, 0x43, 0x71, 0x96, 0xb0, 0xa5, 0x61, 0x44, 0x60, 0x6c, 0xf9, 0xe4, 0xe7, 0xfa, 0xb8, 0xcf, 0xcf, 0x4b, 0x88, 0xa4, 0xe0, 0x7b, 0x92, 0x4d, 0x76, 0xaf, 0x3f, 0xfe, 0xa9, 0x5f, 0x1f, 0xa7, 0x49, 0xc5, 0x4a, 0x5a, 0x7a, 0x7f, 0x29, 0xa5, 0x10, 0xb9, 0x49, 0x49, 0x29, 0x61, 0x4a, 0xc0, 0x3c, 0x27, 0x8c, 0xfe, 0xee, 0x78, 0xeb, 0xb8, 0x84, 0xd4, 0xc8, 0x69, 0xe3, 0x88, 0x34, 0xe5, 0x12, 0xe7, 0xa2, 0x38, 0x6b, 0x6b, 0x81, 0x19, 0x38, 0x46, 0x78, 0x07, 0x8f, 0xa7, 0x4b, 0x34, 0x40, 0xf6, 0x94, 0xa3, 0x86, 0x0c, 0x57, 0x8b, 0x93, 0x29, 0x0c, 0x97, 0x5a, 0x84, 0xe3, 0x8b, 0x1f, 0x08, 0x4e, 0x01, 0x3f, 0xd7, 0x81, 0xd2, 0xca, 0x6b, 0xb8, 0x1e, 0x89, 0x09, 0x35, 0xda, 0x1d, 0x74, 0xf2, 0x59, 0x50, 0x3f, 0xa6, 0x3a, 0x61, 0x81, 0x4e, 0x42, 0x1d, 0x89, 0xe1, 0x34, 0xa2, 0x9f, 0x7c, 0x2d, 0x29, 0x44, 0x45, 0xaf, 0x72, 0xf0, 0xa2, 0x9c, 0x61, 0x23, 0x07, 0x93, 0x9f, 0xa7, 0xd3, 0x8f, 0xd7, 0xa7, 0x82, 0x0d, 0x3f, 0x81, 0xe9, 0xc2, 0x4d, 0x3c, 0x8d, 0xe4, 0xda, 0x3f, 0x05, 0x5f, 0x3f, 0x1b, 0x7a, 0x49, 0x06, 0x88, 0x4a, 0x1d, 0xfe, 0x93, 0x5b, 0x83, 0xec, 0xa8, 0x52, 0xd9, 0xa1, 0xdd, 0xfb, 0x92, 0x46, 0xe7, 0x20, 0x71, 0x8f, 0xdd, 0x23, 0xad, 0x56, 0x81, 0x1d, 0xca, 0xfd, 0x47, 0xeb, 0x5b, 0x7e, 0xc9, 0xc8, 0x53, 0xc0, 0xff, 0x00, 0xeb, 0xf4, 0x35, 0xae, 0x83, 0xa7, 0x1f, 0x97, 0xfd, 0x1d, 0x68, 0x2b, 0x65, 0x52, 0x6a, 0x1c, 0xe0, 0xfe, 0xbd, 0x75, 0x75, 0x46, 0x5d, 0xd4, 0x9a, 0x7d, 0x62, 0xda, 0x9b, 0x49, 0xa9, 0x45, 0x4b, 0xd1, 0xe4, 0x30, 0x5b, 0x79, 0xb5, 0x7c, 0x29, 0x27, 0x82, 0x3a, 0x8d, 0xd4, 0xa5, 0x48, 0x20, 0xed, 0x4c, 0x71, 0x29, 0x5a, 0x0a, 0x55, 0xb1, 0xaa, 0x36, 0xa3, 0xda, 0x27, 0x6f, 0x95, 0x37, 0x0a, 0xe5, 0x69, 0xfa, 0x32, 0x73, 0x92, 0xdc, 0xf9, 0x08, 0xff, 0x00, 0xf6, 0xb8, 0x3a, 0xac, 0xfc, 0x3a, 0xcf, 0xfa, 0x05, 0x57, 0x1d, 0x36, 0xca, 0x64, 0xa3, 0xe6, 0x6a, 0x31, 0xfe, 0xc8, 0x3b, 0x6b, 0x79, 0x59, 0x5d, 0x84, 0xf6, 0x73, 0xf4, 0xad, 0xcd, 0x1f, 0xf7, 0xdd, 0x2f, 0xb0, 0x5a, 0x44, 0xf0, 0x0f, 0x85, 0x77, 0xe1, 0x96, 0x27, 0xf9, 0x3e, 0x66, 0x99, 0x48, 0xec, 0x47, 0xb6, 0x45, 0xaf, 0x9b, 0x12, 0x4f, 0xf4, 0x57, 0xe7, 0x7f, 0x6d, 0xd2, 0x7b, 0x0d, 0xa4, 0xfe, 0x41, 0xf0, 0xae, 0x3a, 0x55, 0x81, 0xcf, 0x07, 0xcc, 0xfe, 0xf4, 0x93, 0xbd, 0x85, 0xf6, 0xc4, 0xe6, 0x4a, 0xac, 0x49, 0x3c, 0xfc, 0xe2, 0xbf, 0x3b, 0xfb, 0x7e, 0x93, 0xd8, 0x2d, 0x7f, 0xa0, 0x7c, 0x29, 0xa7, 0x49, 0xd3, 0xff, 0x00, 0xa3, 0xe6, 0x69, 0x05, 0x76, 0x0f, 0xdb, 0x11, 0x6f, 0x1f, 0xb0, 0xb2, 0x7f, 0x4f, 0xf0, 0xfc, 0xef, 0xed, 0xfa, 0xef, 0x61, 0xb5, 0xfe, 0x81, 0xf0, 0xa4, 0xfc, 0x27, 0x4e, 0x57, 0xfd, 0xbf, 0x99, 0xfd, 0xeb, 0x85, 0x76, 0x07, 0xda, 0xff, 0x00, 0xc9, 0xb1, 0x25, 0x1e, 0x7e, 0xb7, 0x04, 0xff, 0x00, 0xed, 0xfa, 0x4f, 0x62, 0xb5, 0x27, 0xf2, 0x0f, 0x85, 0x27, 0xe0, 0xfa, 0x6f, 0xfe, 0x3f, 0x99, 0xfd, 0xe9, 0x25, 0x76, 0x05, 0xda, 0xf1, 0x40, 0x1f, 0xb0, 0x92, 0xb1, 0xff, 0x00, 0xda, 0x09, 0xff, 0x00, 0xdb, 0xf4, 0xa6, 0xca, 0xd4, 0x0f, 0xc8, 0x3e, 0x14, 0xbf, 0x84, 0x69, 0xdf, 0xf8, 0xfe, 0x67, 0xf7, 0xa4, 0x55, 0xf6, 0x7f, 0xf6, 0xb8, 0x0f, 0xfe, 0x81, 0x49, 0xe0, 0xe7, 0xff, 0x00, 0x48, 0x27, 0xff, 0x00, 0x6f, 0xd2, 0x7b, 0x15, 0xa9, 0xfe, 0x41, 0xf0, 0xa6, 0x8d, 0x1f, 0x4d, 0x3f, 0xf6, 0xc7, 0xcf, 0xf7, 0xa4, 0xd7, 0xf6, 0x7f, 0x76, 0xb6, 0x4e, 0x3f, 0x60, 0x64, 0xfc, 0x7f, 0xc7, 0xf3, 0xff, 0x00, 0xb7, 0xe9, 0xde, 0xc5, 0x6d, 0x1f, 0x90, 0x7c, 0x2b, 0xbf, 0x08, 0xd3, 0x53, 0xff, 0x00, 0x6c, 0x7c, 0xff, 0x00, 0x7a, 0xf0, 0xf6, 0x05, 0xda, 0xda, 0xd2, 0x12, 0x74, 0xfd, 0xfc, 0x27, 0xe0, 0x7d, 0xfd, 0x3b, 0xfb, 0x7e, 0x9b, 0xec, 0x76, 0xdf, 0xd0, 0x3e, 0x14, 0xa3, 0x48, 0xd3, 0x48, 0xff, 0x00, 0x2c, 0x7c, 0xff, 0x00, 0x7a, 0xeb, 0xfb, 0x81, 0x3b, 0x5c, 0x6c, 0x21, 0x43, 0x4f, 0x16, 0x78, 0xcf, 0x35, 0x99, 0xa7, 0xfe, 0x97, 0xba, 0xef, 0x63, 0xb5, 0x9f, 0xc8, 0x3e, 0x14, 0xd1, 0xa4, 0xe9, 0xa0, 0xff, 0x00, 0x94, 0x3e, 0x7f, 0xbd, 0x78, 0xbe, 0xc2, 0x7b, 0x5d, 0x52, 0x02, 0x4e, 0x9d, 0x2b, 0xf4, 0xff, 0x00, 0x0b, 0x4b, 0xfe, 0xdb, 0xae, 0x36, 0x96, 0xc0, 0xfe, 0x41, 0xf0, 0xa7, 0x7e, 0x15, 0xa6, 0xff, 0x00, 0xe2, 0x1f, 0x3a, 0xe4, 0xf6, 0x01, 0xda, 0xca, 0x92, 0x37, 0x69, 0xd2, 0xfe, 0x0f, 0xc5, 0x62, 0x60, 0xff, 0x00, 0xbe, 0xeb, 0x85, 0xad, 0xb7, 0xf4, 0x0f, 0x85, 0x37, 0xf0, 0x9d, 0x32, 0x7f, 0xca, 0x1f, 0x3a, 0xe5, 0x1f, 0x67, 0xef, 0x6a, 0xa8, 0x39, 0x1a, 0x6e, 0xaf, 0xe9, 0xac, 0x4c, 0xfe, 0xdb, 0xae, 0xf6, 0x5b, 0x69, 0xfc, 0x83, 0xe1, 0x4a, 0x34, 0x9d, 0x32, 0x63, 0xba, 0x1f, 0x3a, 0x50, 0x76, 0x0b, 0xda, 0xc9, 0x48, 0x4f, 0xf0, 0x6d, 0xc0, 0xfa, 0x1a, 0xac, 0xb3, 0xff, 0x00, 0x7b, 0xd3, 0xbd, 0x92, 0xdc, 0xe7, 0x84, 0x7c, 0x29, 0xdf, 0x84, 0xe9, 0xb1, 0x1d, 0xd8, 0xf9, 0xd7, 0x2a, 0xfb, 0x3f, 0xfb, 0x54, 0x24, 0x8f, 0xe0, 0xcc, 0x7e, 0x9f, 0xe1, 0x59, 0x7f, 0xda, 0xf4, 0xd3, 0x6d, 0x6c, 0x07, 0xe4, 0x14, 0x89, 0xd1, 0xf4, 0xc8, 0x9e, 0xe8, 0x7c, 0xff, 0x00, 0x7a, 0xf7, 0xff, 0x00, 0x8b, 0xf7, 0xb5, 0x4c, 0x03, 0xfc, 0x19, 0xa7, 0xff, 0x00, 0xcc, 0xe5, 0x7f, 0x6b, 0xd2, 0x1b, 0x6b, 0x7f, 0xe8, 0x1f, 0x0a, 0xe3, 0xa4, 0x69, 0x83, 0xfe, 0xd0, 0xaf, 0xc9, 0xfb, 0x3f, 0xfb, 0x54, 0x68, 0xe4, 0x69, 0x83, 0x64, 0x8f, 0xa9, 0xa8, 0x49, 0xfe, 0xd7, 0xa7, 0x8b, 0x6b, 0x7e, 0x48, 0x1f, 0x0a, 0xef, 0xc2, 0x74, 0xcf, 0xfc, 0x42, 0xbb, 0x4f, 0x60, 0xfd, 0xac, 0xa9, 0x79, 0x3a, 0x62, 0xc9, 0x23, 0xea, 0x66, 0xc8, 0x3f, 0x5f, 0xf3, 0x9d, 0x3b, 0xd9, 0x98, 0x3f, 0xca, 0x3e, 0x14, 0xe1, 0xa5, 0x69, 0xff, 0x00, 0xf8, 0xc5, 0x73, 0xfd, 0xc1, 0x7d, 0xac, 0x97, 0x0f, 0xff, 0x00, 0x25, 0xd1, 0xfe, 0x3e, 0x4c, 0xa7, 0xbf, 0xdb, 0xeb, 0xbd, 0x91, 0x88, 0x9e, 0x11, 0xf0, 0xae, 0x1a, 0x5e, 0x9c, 0x0f, 0xf9, 0x42, 0xbf, 0x1e, 0xc4, 0x7b, 0x59, 0x41, 0x24, 0xe9, 0x54, 0x45, 0x60, 0xff, 0x00, 0x29, 0xf7, 0x4f, 0xef, 0xff, 0x00, 0x87, 0xd2, 0x7b, 0x33, 0x1f, 0xd2, 0x3e, 0x14, 0x87, 0x4a, 0xd3, 0xa7, 0xfc, 0xa1, 0x49, 0xff, 0x00, 0x70, 0x97, 0x6a, 0xbb, 0xf3, 0xfc, 0x11, 0x53, 0x8e, 0x3f, 0x55, 0x38, 0x7f, 0xe9, 0x57, 0x49, 0xec, 0xcc, 0x7f, 0x48, 0xf8, 0x57, 0x0d, 0x2b, 0x4d, 0xff, 0x00, 0xc4, 0x9a, 0xef, 0xfb, 0x85, 0x7b, 0x58, 0xe3, 0x1a, 0x41, 0x4b, 0x1f, 0x5f, 0xc8, 0xaf, 0xf5, 0xf4, 0xbe, 0xce, 0xc7, 0xf4, 0x0f, 0x85, 0x46, 0x74, 0x9d, 0x2e, 0x7f, 0xc9, 0x4f, 0xc2, 0xbd, 0x1d, 0x8f, 0x76, 0xb8, 0x80, 0x12, 0x34, 0x7a, 0x91, 0xc7, 0xea, 0xc9, 0xff, 0x00, 0x5f, 0x4e, 0x16, 0xec, 0x1f, 0xe4, 0x1f, 0x0a, 0xe1, 0xa4, 0xe9, 0x87, 0xfe, 0xc8, 0xf8, 0x57, 0xad, 0xf6, 0x4b, 0xda, 0xfe, 0xef, 0xf7, 0x9d, 0xa3, 0x64, 0x1f, 0x93, 0x1b, 0x3f, 0xf6, 0xf4, 0x9e, 0xcf, 0x6f, 0xbf, 0x00, 0xf8, 0x52, 0x9d, 0x27, 0x4c, 0x1f, 0xf6, 0x93, 0xf0, 0xae, 0xbf, 0xb8, 0x93, 0xb5, 0xe0, 0x7f, 0xde, 0x6e, 0x88, 0x7f, 0x9e, 0x20, 0xff, 0x00, 0x5f, 0x5c, 0x18, 0x60, 0x7f, 0x20, 0xf8, 0x52, 0x7e, 0x15, 0xa6, 0xff, 0x00, 0xe2, 0x4f, 0xc2, 0x95, 0x47, 0x65, 0xbd, 0xb0, 0x14, 0xec, 0x3a, 0x31, 0x41, 0x20, 0x7c, 0x03, 0x05, 0x27, 0xa7, 0xf7, 0x2d, 0x01, 0x3c, 0x23, 0xe1, 0x4e, 0xfc, 0x2f, 0x4e, 0x8f, 0xf2, 0x93, 0xf0, 0xae, 0x93, 0xd9, 0x47, 0x6b, 0xa9, 0x24, 0x0d, 0x15, 0xb7, 0xf8, 0xff, 0x00, 0xd9, 0xc8, 0xe7, 0xae, 0x0c, 0xb2, 0x7f, 0x94, 0x7c, 0x29, 0xbf, 0x85, 0xe9, 0xbf, 0xf8, 0x93, 0xf0, 0xa5, 0x59, 0xec, 0xbb, 0xb5, 0xe4, 0xfb, 0xd3, 0xa2, 0x36, 0xe6, 0x47, 0x20, 0x9a, 0x53, 0x67, 0x1f, 0xe8, 0xe9, 0x7b, 0x96, 0xbf, 0xa4, 0x7c, 0x2b, 0x86, 0x97, 0xa7, 0x03, 0x86, 0x93, 0xf0, 0x14, 0xaa, 0x7b, 0x31, 0xed, 0x80, 0x8d, 0x87, 0x44, 0x6d, 0xac, 0x13, 0xc8, 0xfb, 0xa1, 0xaf, 0xf5, 0x75, 0xc5, 0xa6, 0x87, 0xf2, 0x8f, 0x80, 0xa5, 0x3a, 0x66, 0x9f, 0xff, 0x00, 0x89, 0x3f, 0x01, 0x5e, 0x9e, 0xcc, 0xbb, 0x60, 0x48, 0xd8, 0x34, 0x46, 0xda, 0xc6, 0x73, 0x8f, 0xb9, 0xda, 0xff, 0x00, 0x67, 0xa5, 0x2d, 0x35, 0x1f, 0x94, 0x7c, 0x05, 0x2f, 0xe1, 0xba, 0x7c, 0x7f, 0x94, 0x9f, 0x80, 0xaf, 0xc3, 0xb2, 0xee, 0xd7, 0xd4, 0x9c, 0x1d, 0x10, 0xb6, 0xb8, 0x3f, 0x1f, 0x74, 0x35, 0xfe, 0xae, 0xb8, 0xb4, 0xd9, 0xfe, 0x51, 0xf0, 0x14, 0x9f, 0x86, 0x69, 0xdf, 0xf8, 0x93, 0xf0, 0x14, 0xa3, 0x7d, 0x98, 0x76, 0xc5, 0x8c, 0x7f, 0x02, 0x76, 0xd6, 0x32, 0x78, 0x34, 0x76, 0x8f, 0xfd, 0x9d, 0x2f, 0x74, 0xd0, 0xfe, 0x51, 0xf0, 0x14, 0xef, 0xc3, 0xb4, 0xf1, 0xff, 0x00, 0x69, 0x3f, 0x01, 0x5d, 0x23, 0xb2, 0xfe, 0xd7, 0xd2, 0x49, 0x3a, 0x1d, 0x6b, 0x9c, 0xfc, 0x8f, 0xb9, 0x19, 0xff, 0x00, 0x67, 0xa5, 0xee, 0x1a, 0xfe, 0x91, 0xf0, 0x14, 0x9f, 0x87, 0x69, 0xf3, 0xfe, 0x52, 0x7e, 0x02, 0x9e, 0xc3, 0xec, 0xeb, 0xb6, 0x26, 0x16, 0x14, 0xde, 0x86, 0x5a, 0xc0, 0x8f, 0xfd, 0x86, 0xc7, 0xfb, 0x3d, 0x2f, 0x70, 0xd7, 0xf4, 0x8f, 0x85, 0x38, 0x69, 0xfa, 0x78, 0xff, 0x00, 0xb4, 0x9f, 0x80, 0xfd, 0xaa, 0x56, 0x0f, 0x6b, 0x1d, 0xba, 0x46, 0x39, 0x8f, 0xa2, 0x76, 0xba, 0x70, 0x72, 0x31, 0x43, 0x63, 0xfd, 0x9e, 0xbb, 0xb8, 0x64, 0xff, 0x00, 0x28, 0xf8, 0x52, 0xfe, 0x1f, 0x60, 0x7f, 0xed, 0x27, 0xe0, 0x2a, 0xcf, 0xd2, 0x1b, 0x0e, 0xcb, 0xb2, 0x63, 0x4a, 0x8f, 0x69, 0x5a, 0xb4, 0xea, 0x6a, 0x1e, 0xf1, 0xf9, 0x53, 0x06, 0x1a, 0x1a, 0x0b, 0xdb, 0xbb, 0x19, 0xda, 0x06, 0x71, 0x93, 0xfd, 0x7d, 0x4c, 0xd3, 0x68, 0x6e, 0x42, 0x44, 0x51, 0x96, 0xd6, 0xcc, 0x5b, 0x82, 0x1a, 0x48, 0x4c, 0xf4, 0x11, 0x55, 0x45, 0xed, 0x7a, 0x6a, 0x74, 0x4b, 0xce, 0xaf, 0x12, 0x9f, 0x7f, 0xc8, 0x66, 0x3b, 0x55, 0x49, 0x08, 0x61, 0x94, 0xb2, 0x08, 0x6d, 0x01, 0xc5, 0x04, 0xa7, 0xe7, 0xe8, 0x30, 0x3a, 0xcd, 0x5c, 0x5c, 0x5c, 0xa6, 0xe1, 0x60, 0x2c, 0xc4, 0x9f, 0xad, 0x7a, 0x5d, 0x95, 0x8e, 0x9a, 0xbb, 0x36, 0xd4, 0xa6, 0x41, 0x25, 0x29, 0x9f, 0x80, 0xaf, 0xff, 0xd9, }; static const int STM32F4_jpg_len = 61880; static const unsigned char down_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x3f, 0x08, 0x06, 0x00, 0x00, 0x00, 0x57, 0x5f, 0x10, 0xdf, 0x00, 0x00, 0x00, 0x04, 0x67, 0x41, 0x4d, 0x41, 0x00, 0x00, 0xb1, 0x8f, 0x0b, 0xfc, 0x61, 0x05, 0x00, 0x00, 0x00, 0x20, 0x63, 0x48, 0x52, 0x4d, 0x00, 0x00, 0x7a, 0x26, 0x00, 0x00, 0x80, 0x84, 0x00, 0x00, 0xfa, 0x00, 0x00, 0x00, 0x80, 0xe8, 0x00, 0x00, 0x75, 0x30, 0x00, 0x00, 0xea, 0x60, 0x00, 0x00, 0x3a, 0x98, 0x00, 0x00, 0x17, 0x70, 0x9c, 0xba, 0x51, 0x3c, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x6f, 0x46, 0x46, 0x73, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2f, 0x06, 0x03, 0xb6, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x7c, 0x24, 0xfb, 0x84, 0x00, 0x00, 0x16, 0x02, 0x49, 0x44, 0x41, 0x54, 0x68, 0xde, 0xed, 0x9b, 0xcb, 0x8f, 0x5d, 0xc7, 0x9d, 0xdf, 0x3f, 0x55, 0x75, 0xce, 0xb9, 0xef, 0xdb, 0xec, 0x27, 0xc9, 0x16, 0xd9, 0x4d, 0x4a, 0xa4, 0x48, 0xc9, 0x7a, 0xd9, 0xb2, 0x61, 0xc7, 0x9e, 0x64, 0xc6, 0x9e, 0x4c, 0x34, 0x33, 0xc8, 0x20, 0x08, 0x32, 0x76, 0x16, 0x99, 0x04, 0x98, 0x00, 0x59, 0x24, 0x9b, 0x2c, 0x66, 0x11, 0x20, 0x1b, 0x67, 0x91, 0x65, 0x82, 0xf9, 0x0f, 0xb2, 0x49, 0x16, 0x41, 0x82, 0x00, 0x83, 0x20, 0x93, 0xc4, 0x99, 0xc8, 0x92, 0x2d, 0xca, 0x1e, 0x3d, 0x4c, 0xc5, 0xb2, 0x28, 0x8b, 0x22, 0xc5, 0x77, 0x53, 0xdd, 0xcd, 0xee, 0x66, 0xdf, 0xbe, 0xaf, 0xf3, 0xa8, 0xaa, 0x5f, 0x16, 0x75, 0xee, 0xa3, 0x9b, 0x2d, 0x89, 0x92, 0x65, 0x27, 0xc0, 0xb8, 0x80, 0x83, 0x73, 0x71, 0xcf, 0xbd, 0xe7, 0xd4, 0xf7, 0xf7, 0xfc, 0xfe, 0x7e, 0x55, 0x07, 0x7e, 0x3d, 0x7e, 0x3d, 0xfe, 0xca, 0x0d, 0xf5, 0x2b, 0x7b, 0x90, 0x1a, 0x3f, 0x4a, 0x1d, 0x38, 0x03, 0x10, 0x45, 0x91, 0x58, 0x6b, 0x01, 0x44, 0x44, 0x7e, 0x25, 0x73, 0x8a, 0x7e, 0xc9, 0x60, 0x15, 0xa0, 0xcb, 0xe7, 0x24, 0x22, 0x12, 0x27, 0x95, 0x6a, 0x32, 0xb7, 0xb0, 0xd8, 0x6c, 0xcf, 0x1f, 0xad, 0x27, 0xd5, 0x7a, 0xe4, 0x6c, 0xee, 0x7b, 0xf7, 0xb7, 0x86, 0xdb, 0xf7, 0xd6, 0x7b, 0xd6, 0xda, 0x54, 0x44, 0x0a, 0xa5, 0x54, 0x0e, 0x58, 0xa5, 0x94, 0x97, 0x72, 0xfc, 0x52, 0xe6, 0xf8, 0x4b, 0x02, 0x6c, 0x80, 0x4a, 0x14, 0xc7, 0x8d, 0x27, 0xbf, 0xf1, 0x7b, 0x67, 0xcc, 0xf2, 0x53, 0x5f, 0x49, 0xe3, 0x23, 0x5f, 0x2c, 0xe2, 0xd6, 0x39, 0x5d, 0x9b, 0x39, 0xa1, 0x93, 0xda, 0xac, 0x42, 0x22, 0x11, 0x8f, 0x02, 0xc4, 0x3b, 0xef, 0x6d, 0xb1, 0xe7, 0xb3, 0xfe, 0x87, 0xa6, 0xe8, 0x5d, 0xad, 0x14, 0x9d, 0x9f, 0x56, 0xbb, 0xb7, 0xdf, 0xbc, 0xfa, 0xea, 0x7f, 0x7b, 0x67, 0x67, 0xfb, 0x5e, 0x07, 0x48, 0x01, 0xa7, 0xb5, 0xf6, 0xce, 0xb9, 0xff, 0xbf, 0xc0, 0x97, 0xa0, 0x35, 0x10, 0x83, 0xaa, 0x3f, 0xf9, 0x8d, 0x17, 0x1e, 0xd7, 0xab, 0x5f, 0xfd, 0x83, 0x41, 0x75, 0xf1, 0xf7, 0x68, 0x2c, 0x9e, 0x9f, 0x69, 0xb7, 0x2a, 0x8b, 0x73, 0x47, 0x4c, 0xb3, 0xd1, 0x20, 0x4e, 0x62, 0x04, 0xf0, 0x1e, 0x04, 0x40, 0x84, 0xf0, 0x77, 0xc1, 0x59, 0x4b, 0x9a, 0xa6, 0xec, 0x75, 0x7b, 0xfe, 0xfe, 0xfd, 0xdd, 0x22, 0xeb, 0xee, 0xdc, 0x89, 0x87, 0xf7, 0x5e, 0x6c, 0xec, 0xbe, 0xff, 0x67, 0xef, 0xbe, 0xf8, 0x9f, 0x2e, 0x0e, 0x87, 0xc3, 0x8e, 0x52, 0x2a, 0x37, 0xc6, 0xf8, 0xa2, 0x28, 0xfe, 0xdf, 0x83, 0x57, 0x01, 0x79, 0x84, 0x52, 0xed, 0xa7, 0x7f, 0xfb, 0x3b, 0x5f, 0xca, 0x96, 0x9f, 0xff, 0xc7, 0x69, 0xfd, 0xf8, 0x0b, 0x4b, 0x4b, 0x4b, 0x33, 0xcb, 0x47, 0x17, 0x74, 0x52, 0xa9, 0xb2, 0x97, 0x09, 0xfd, 0xcc, 0xe1, 0x45, 0xe1, 0x45, 0x08, 0x56, 0xbc, 0xdf, 0x92, 0x47, 0x36, 0xa3, 0x95, 0x22, 0x36, 0xd0, 0x4c, 0x0c, 0xb1, 0xb2, 0x74, 0x76, 0x3b, 0xb2, 0xb6, 0x76, 0x67, 0xe8, 0x3b, 0xeb, 0xaf, 0xb7, 0xba, 0xd7, 0xfe, 0xdd, 0x07, 0x2f, 0xfe, 0xfb, 0xff, 0xdd, 0xed, 0x76, 0xef, 0x2b, 0xa5, 0x72, 0x11, 0xf1, 0xbf, 0x88, 0x47, 0x7c, 0x66, 0xf0, 0xa5, 0xb6, 0x0d, 0x50, 0x7f, 0xec, 0x4b, 0x7f, 0xfd, 0xf1, 0xe8, 0x89, 0x17, 0xfe, 0xd9, 0xa0, 0x75, 0xea, 0xef, 0x9d, 0x5a, 0x5d, 0x69, 0x2f, 0xcd, 0xcf, 0xaa, 0xbd, 0x42, 0xd1, 0xcb, 0x1c, 0xde, 0x0b, 0xa3, 0xf9, 0x29, 0x45, 0xf9, 0x79, 0x7a, 0xc2, 0xea, 0x01, 0x41, 0x4c, 0x9e, 0x01, 0xb1, 0x86, 0x56, 0xa2, 0x28, 0xd2, 0x3e, 0xb7, 0x6e, 0xde, 0x4c, 0xf3, 0xed, 0x5b, 0xaf, 0x34, 0x36, 0x2f, 0xfe, 0xe9, 0xa5, 0x17, 0xff, 0xf3, 0x5f, 0x22, 0xd2, 0x05, 0xdc, 0x67, 0x8d, 0x09, 0xe6, 0x33, 0x02, 0x57, 0x40, 0x1c, 0xc5, 0xf1, 0xfc, 0xb9, 0xbf, 0xfd, 0x4f, 0xff, 0x7e, 0x6f, 0xf5, 0x9b, 0x7f, 0x7a, 0x64, 0xf5, 0xa9, 0xdf, 0x7a, 0xf2, 0xdc, 0x99, 0x9a, 0xd5, 0x35, 0xb5, 0x33, 0xf4, 0xa4, 0x85, 0x47, 0xfc, 0xe8, 0x1f, 0x32, 0x2d, 0x30, 0xbc, 0x80, 0x13, 0xc1, 0x79, 0xf0, 0x22, 0x28, 0xa5, 0xca, 0x6b, 0xa3, 0x63, 0x32, 0x9c, 0xc0, 0xd0, 0x82, 0x55, 0x31, 0x8b, 0x8b, 0x8b, 0x51, 0x7d, 0x66, 0xfe, 0xd1, 0x4d, 0xd7, 0xfe, 0xfd, 0xc5, 0xd5, 0x73, 0x8d, 0xfa, 0x70, 0xfd, 0x6a, 0xb7, 0xb3, 0x3b, 0x50, 0x4a, 0x7d, 0xa6, 0x40, 0xf0, 0xa9, 0x35, 0x5f, 0x02, 0xaf, 0x2c, 0x3d, 0xb2, 0xba, 0xd2, 0xfc, 0xfa, 0x3f, 0xfa, 0x93, 0x6c, 0xfe, 0xfc, 0x1f, 0x3d, 0xf1, 0xf8, 0x63, 0x75, 0x9d, 0xd4, 0xd9, 0x4b, 0x3d, 0xfe, 0x80, 0x0e, 0x04, 0x48, 0x0b, 0xc7, 0xb0, 0x70, 0x0c, 0x73, 0x47, 0x6e, 0x3d, 0x4e, 0x04, 0xf1, 0x32, 0x7e, 0xba, 0x52, 0x0a, 0xa3, 0x14, 0x49, 0xa4, 0xa9, 0xc5, 0x86, 0x5a, 0xa2, 0xa9, 0x46, 0xa6, 0x14, 0xc8, 0xfe, 0x1b, 0x46, 0x1a, 0xaa, 0xe4, 0xac, 0xdd, 0xbe, 0x69, 0xbb, 0xb7, 0x2e, 0xbd, 0x94, 0x5c, 0x7f, 0xe9, 0xbb, 0x37, 0xde, 0xfa, 0xe1, 0xcf, 0x94, 0x52, 0x83, 0x4f, 0xeb, 0x06, 0x9f, 0x0a, 0x7c, 0x09, 0xbc, 0xb6, 0x7c, 0xf6, 0x99, 0xf3, 0xfa, 0x8b, 0xdf, 0xf9, 0xd7, 0xc9, 0xf2, 0x93, 0xbf, 0x73, 0xfe, 0xcc, 0xe9, 0x68, 0xaf, 0x50, 0xe4, 0x56, 0xa6, 0x7e, 0xa7, 0xc9, 0x9d, 0xa7, 0x3b, 0xb4, 0xec, 0xa5, 0x05, 0xd6, 0x7b, 0x04, 0x85, 0xef, 0xde, 0xc3, 0xed, 0xae, 0xe1, 0x07, 0xbb, 0x48, 0xd6, 0x47, 0xbc, 0x43, 0x29, 0x8d, 0x4a, 0x6a, 0xe8, 0xda, 0x0c, 0xba, 0x7d, 0x14, 0x3d, 0x73, 0x1c, 0x94, 0x26, 0x32, 0x8a, 0x76, 0x35, 0xa6, 0x5d, 0x8d, 0x48, 0x22, 0x7d, 0x60, 0xd2, 0x42, 0xa2, 0x85, 0xee, 0xce, 0x86, 0x7c, 0xf8, 0xfe, 0x4f, 0xdf, 0xad, 0xde, 0x78, 0xe9, 0x5f, 0xdc, 0x7c, 0xe3, 0x7f, 0x5d, 0x00, 0x7a, 0x04, 0x37, 0xf8, 0x7c, 0xc1, 0x8f, 0x80, 0x1f, 0x3b, 0xfb, 0xcc, 0x53, 0x3c, 0xf7, 0x9d, 0x7f, 0xd3, 0x5e, 0x7d, 0xe6, 0x1b, 0xa7, 0x57, 0x57, 0xf4, 0x5e, 0x26, 0x38, 0x99, 0xdc, 0xce, 0x7a, 0xe1, 0xfe, 0xa0, 0x60, 0x2f, 0x2d, 0xf0, 0x1e, 0xdc, 0xd6, 0x75, 0x8a, 0x5b, 0x17, 0x29, 0x36, 0xde, 0xc7, 0xdb, 0x1c, 0x92, 0x3a, 0xca, 0x54, 0xc0, 0x44, 0xa0, 0x0c, 0xe2, 0x1d, 0x78, 0x0b, 0x36, 0x83, 0x7c, 0x80, 0x42, 0x88, 0x16, 0x4e, 0x11, 0xaf, 0x7c, 0x11, 0x73, 0xec, 0x09, 0xa2, 0x38, 0xa6, 0x55, 0x8d, 0x98, 0x6b, 0x24, 0x44, 0x7a, 0xff, 0x74, 0x8d, 0xf2, 0xa4, 0x9d, 0x6d, 0xb9, 0xf5, 0xee, 0x1b, 0xd7, 0xab, 0xd7, 0xbe, 0xff, 0x27, 0x6b, 0x6f, 0xbd, 0xf8, 0x92, 0x52, 0xaa, 0xeb, 0xbd, 0xf7, 0x0f, 0x85, 0xe9, 0x53, 0x00, 0xaf, 0xce, 0x1d, 0x5f, 0x3d, 0x1f, 0x7d, 0xed, 0x8f, 0xff, 0x6d, 0xfb, 0xf4, 0x73, 0xbf, 0x79, 0xea, 0xd4, 0xaa, 0xee, 0xe6, 0x20, 0x53, 0xc0, 0xbb, 0xa9, 0x65, 0xab, 0x97, 0x51, 0x38, 0x8f, 0xbd, 0xfb, 0x0e, 0xd9, 0x7b, 0x2f, 0xe1, 0x86, 0x7b, 0xe8, 0xd6, 0x12, 0x66, 0xe6, 0x18, 0xba, 0x31, 0x87, 0xae, 0x34, 0xd0, 0x51, 0x82, 0x31, 0x06, 0x94, 0x42, 0xbc, 0xe0, 0x9c, 0xc5, 0x15, 0x39, 0x92, 0x0f, 0xf0, 0xc3, 0x5d, 0x5c, 0x67, 0x13, 0xbf, 0xb7, 0x8e, 0x51, 0x90, 0x9c, 0xfd, 0x0d, 0xe2, 0xd3, 0x5f, 0x25, 0xae, 0x54, 0x58, 0x68, 0x56, 0x68, 0x57, 0xf7, 0xf3, 0x32, 0x25, 0x8e, 0xde, 0xee, 0x16, 0x6b, 0x97, 0x5e, 0xbf, 0x62, 0xde, 0xfd, 0xaf, 0xff, 0x7c, 0xfb, 0xca, 0x9b, 0xaf, 0x2a, 0xa5, 0x7a, 0x0f, 0x23, 0x80, 0x4f, 0x0c, 0x78, 0x65, 0x90, 0x4a, 0xaa, 0xb5, 0xda, 0x4a, 0xe5, 0xab, 0xff, 0xf0, 0xbb, 0x95, 0xd5, 0x2f, 0xfd, 0xee, 0xa9, 0xd3, 0xa7, 0x4c, 0xdf, 0xaa, 0x31, 0x70, 0x11, 0xc5, 0x56, 0x3f, 0x63, 0xbb, 0x5f, 0x50, 0x74, 0xd6, 0x19, 0xbe, 0xf6, 0x1f, 0xc8, 0x6e, 0x5c, 0x44, 0xcf, 0x2c, 0x53, 0x59, 0x79, 0x96, 0xea, 0xf2, 0x13, 0xb4, 0x16, 0x4f, 0x52, 0x6f, 0x1d, 0xa1, 0x51, 0xaf, 0x13, 0x47, 0x11, 0x5a, 0x2b, 0xb4, 0x52, 0x68, 0x05, 0x71, 0x14, 0x51, 0xaf, 0xd7, 0xa8, 0x36, 0xda, 0x54, 0x66, 0x96, 0x30, 0x47, 0x8e, 0x43, 0xfb, 0x38, 0x5e, 0xc7, 0xe4, 0x77, 0xde, 0xc6, 0xde, 0x78, 0x1d, 0xea, 0xf3, 0x0c, 0xe2, 0x23, 0x58, 0x11, 0xea, 0x89, 0x99, 0xd0, 0x65, 0xa5, 0x89, 0x93, 0x2a, 0x24, 0xf5, 0xb9, 0x4e, 0xae, 0x9e, 0x48, 0xf6, 0x6e, 0xbf, 0x91, 0x0f, 0xf6, 0xb6, 0x95, 0x52, 0xf6, 0x17, 0x02, 0x3f, 0x95, 0xce, 0x96, 0x5a, 0x5f, 0xfe, 0xc3, 0x7f, 0xc2, 0xea, 0xd7, 0xfe, 0xf8, 0xcc, 0xe3, 0x8f, 0xc7, 0xb9, 0x44, 0x63, 0xe0, 0x5e, 0x84, 0x8d, 0xbd, 0x8c, 0xbd, 0xd4, 0x51, 0xdc, 0x7c, 0x83, 0xc1, 0xeb, 0xff, 0x11, 0x49, 0x5a, 0x24, 0xa7, 0xbf, 0x4c, 0x63, 0xf9, 0x71, 0x5a, 0x47, 0xe6, 0x49, 0x22, 0x43, 0x9a, 0xa5, 0xe4, 0x79, 0xc1, 0x30, 0xcf, 0x29, 0x0a, 0x8b, 0x2d, 0x2c, 0xce, 0x39, 0x0a, 0x6b, 0xc9, 0x0a, 0x4b, 0x9a, 0x17, 0xe4, 0x79, 0x8e, 0x2d, 0x0a, 0xe2, 0x28, 0xa2, 0xd1, 0x6a, 0x13, 0xcd, 0x1c, 0x83, 0xc6, 0x12, 0xde, 0xe6, 0xe4, 0x57, 0x2e, 0x40, 0xde, 0xc3, 0x1e, 0x59, 0x25, 0x73, 0xd0, 0x48, 0x62, 0xf4, 0x18, 0xbf, 0x22, 0xae, 0xd4, 0x54, 0xea, 0xcd, 0xb1, 0xa1, 0x95, 0x39, 0xd6, 0x2f, 0xbd, 0x2e, 0x22, 0xdd, 0x4f, 0xca, 0x02, 0x9f, 0x04, 0x5e, 0x01, 0xad, 0xc6, 0xea, 0xb3, 0xdf, 0xf4, 0xe7, 0x5e, 0xf8, 0xee, 0xe9, 0xf3, 0x4f, 0xb7, 0x4d, 0xa5, 0x31, 0x05, 0x1c, 0xd6, 0x3b, 0x29, 0xbd, 0xb4, 0x20, 0x7b, 0xf7, 0x7b, 0xa4, 0x3f, 0x7f, 0x19, 0xb3, 0xfc, 0x05, 0x2a, 0x27, 0x9f, 0x65, 0x66, 0xe1, 0x28, 0x91, 0x82, 0x61, 0x96, 0x91, 0xe5, 0x05, 0x32, 0xb2, 0x42, 0x11, 0x94, 0x78, 0x14, 0x1e, 0x45, 0xc9, 0xee, 0xbc, 0x07, 0x04, 0x44, 0xf0, 0x08, 0xd6, 0x3a, 0xf2, 0xc2, 0xa2, 0x15, 0xd4, 0x5b, 0x6d, 0x54, 0x6b, 0x09, 0x9f, 0x34, 0x29, 0xee, 0xbc, 0x83, 0xdf, 0xba, 0x86, 0x5f, 0x3a, 0x47, 0x2e, 0x9a, 0x66, 0x25, 0x62, 0xc4, 0xa8, 0x8d, 0x31, 0x98, 0xa4, 0xa6, 0x3a, 0x19, 0x8f, 0xba, 0x6c, 0xb0, 0x29, 0x3b, 0x37, 0x2f, 0x03, 0x43, 0x3e, 0x8a, 0x44, 0x7c, 0x1c, 0xf8, 0x52, 0xeb, 0x15, 0xa5, 0xf5, 0xa3, 0xe6, 0xb9, 0x6f, 0xff, 0xab, 0xb9, 0x33, 0xcf, 0x9f, 0x9f, 0x5d, 0x5c, 0x52, 0x32, 0x15, 0x26, 0xee, 0x75, 0x33, 0x3a, 0xc3, 0x9c, 0xfc, 0x9d, 0xff, 0x41, 0x76, 0xf3, 0x22, 0xd1, 0xea, 0xf3, 0xd4, 0x8e, 0x9f, 0xa7, 0xde, 0x68, 0x50, 0x64, 0x19, 0xb9, 0x2d, 0x00, 0x09, 0x20, 0x11, 0x10, 0x07, 0xde, 0xa1, 0x64, 0xa4, 0x90, 0xc0, 0xf4, 0xc4, 0x07, 0xd6, 0xa7, 0x18, 0x09, 0x26, 0x5c, 0xb3, 0x5e, 0xb0, 0xd6, 0x53, 0x49, 0x2a, 0x24, 0xed, 0x05, 0x7c, 0x75, 0x86, 0xe2, 0xde, 0x35, 0xfc, 0xc6, 0x65, 0xe4, 0xe8, 0x93, 0x38, 0x51, 0x34, 0xa6, 0x04, 0x10, 0xc7, 0x09, 0x99, 0x37, 0x51, 0x6a, 0xfd, 0x19, 0x59, 0x7f, 0xef, 0x2f, 0x29, 0x86, 0x1b, 0x4a, 0xa9, 0x8f, 0xe4, 0xc1, 0x1f, 0x07, 0x5e, 0x03, 0xf3, 0xe6, 0xf4, 0x5f, 0xfb, 0x76, 0x7c, 0xee, 0x5b, 0x7f, 0x74, 0xe2, 0xf4, 0x99, 0xc8, 0x44, 0xc9, 0xf8, 0xfa, 0x5e, 0x5a, 0xb0, 0xdd, 0x2f, 0xc8, 0xaf, 0x5c, 0x20, 0xbd, 0xfa, 0x63, 0xe2, 0x95, 0xe7, 0xa9, 0x1e, 0x3b, 0x43, 0x1c, 0x47, 0xa4, 0x69, 0x86, 0x88, 0x0f, 0x66, 0x29, 0x02, 0xde, 0x81, 0x94, 0xa0, 0xc5, 0x23, 0xe2, 0x02, 0x40, 0x91, 0xf2, 0xf0, 0x78, 0xef, 0x99, 0x0a, 0x22, 0x41, 0x68, 0x4a, 0x83, 0x12, 0xbc, 0x17, 0xb4, 0x31, 0x54, 0x5b, 0xb3, 0x48, 0xa5, 0x4d, 0x71, 0xef, 0x1a, 0xb2, 0x7b, 0x07, 0xb7, 0x74, 0x1e, 0x63, 0x14, 0xb5, 0xd8, 0x8c, 0x15, 0x56, 0xad, 0x56, 0xd8, 0x4b, 0x7d, 0xdb, 0xd9, 0x1c, 0xd9, 0x78, 0xef, 0x4d, 0xa0, 0x0b, 0xf8, 0x87, 0x06, 0x3f, 0xd2, 0x3a, 0x4a, 0x9f, 0x8f, 0xbf, 0xf8, 0x87, 0xff, 0x72, 0xee, 0xd1, 0x67, 0x1f, 0x99, 0x9d, 0x9d, 0x1b, 0x07, 0x99, 0xc2, 0x79, 0xd6, 0x77, 0x53, 0xf2, 0x7b, 0xd7, 0x19, 0xfe, 0x9f, 0x3f, 0x23, 0x3a, 0xf1, 0x2c, 0xd5, 0x63, 0x67, 0x89, 0x8d, 0x26, 0xcb, 0x72, 0xc0, 0xa3, 0x4b, 0x2d, 0x52, 0x02, 0x46, 0x04, 0x29, 0x29, 0x9f, 0xda, 0x87, 0xb1, 0xd4, 0x7e, 0x09, 0x5c, 0xca, 0xdf, 0x22, 0x82, 0xd2, 0x1a, 0xa5, 0x14, 0x5a, 0x6b, 0x84, 0xc0, 0x8d, 0x2b, 0xcd, 0x19, 0x48, 0xea, 0xe4, 0x6b, 0x97, 0x50, 0x08, 0xb6, 0x75, 0x82, 0x66, 0x25, 0xc2, 0x94, 0x01, 0xc0, 0x98, 0x08, 0xa7, 0x22, 0x35, 0xc8, 0xf2, 0x93, 0x6e, 0xfd, 0xd2, 0xeb, 0xe4, 0x83, 0x3b, 0x65, 0x89, 0xfc, 0xc0, 0xd0, 0x1c, 0x3e, 0x34, 0x70, 0x44, 0x9f, 0x78, 0xee, 0x9b, 0xd1, 0xc2, 0xa3, 0xe7, 0xe7, 0xe7, 0xe6, 0x83, 0x16, 0xca, 0xb1, 0xd3, 0xcf, 0xc8, 0xb3, 0x21, 0xe9, 0x4f, 0xfe, 0x0b, 0x6a, 0xee, 0x14, 0xf1, 0xd2, 0x63, 0x98, 0xc8, 0x90, 0xe6, 0x39, 0x5e, 0x3c, 0x22, 0x82, 0x78, 0x87, 0x78, 0x8b, 0xf2, 0x96, 0x11, 0xcf, 0x55, 0xa8, 0x60, 0xe9, 0x4a, 0x31, 0x2a, 0x6d, 0x02, 0xce, 0x40, 0x6b, 0xa5, 0xb4, 0x02, 0xca, 0x58, 0xa0, 0x95, 0x84, 0xd8, 0x20, 0x1e, 0xbc, 0xc3, 0x3b, 0x8b, 0x73, 0x9e, 0xea, 0xfc, 0x49, 0x92, 0xe5, 0x27, 0xc9, 0x2e, 0xbf, 0x4c, 0xde, 0x59, 0x67, 0xbb, 0x3f, 0xc1, 0xa6, 0x94, 0x62, 0x6e, 0xf6, 0x08, 0xd1, 0xdc, 0xca, 0x9c, 0x3e, 0xf9, 0xe5, 0xbf, 0x0b, 0x2c, 0x7e, 0x94, 0x92, 0x1f, 0x00, 0x5f, 0x6a, 0x37, 0x06, 0x8e, 0xeb, 0x47, 0x9e, 0xf9, 0xfd, 0xfa, 0xdc, 0xd1, 0xa4, 0x52, 0xad, 0x8e, 0xaf, 0xe7, 0xce, 0xb3, 0x37, 0xb4, 0x14, 0x1f, 0xfc, 0x08, 0xe7, 0x1d, 0xf1, 0xb1, 0x73, 0x44, 0x49, 0x8d, 0x22, 0xcf, 0x4b, 0xc2, 0x12, 0x26, 0x1a, 0x4c, 0xdd, 0x83, 0x52, 0x81, 0xc5, 0x29, 0x05, 0xa5, 0x16, 0x95, 0xd6, 0x25, 0x58, 0x8f, 0x70, 0xb0, 0xc2, 0x53, 0x28, 0x14, 0xda, 0x98, 0x09, 0xd3, 0x97, 0x20, 0x00, 0xa5, 0x14, 0x88, 0xc3, 0x8b, 0x10, 0x2f, 0x9c, 0x42, 0xb7, 0x8f, 0x91, 0xff, 0xec, 0xbf, 0xd3, 0xcf, 0x1c, 0x69, 0x31, 0xb1, 0xec, 0x24, 0x49, 0x68, 0x2f, 0x1c, 0x53, 0xe6, 0xd8, 0xf9, 0x6f, 0x61, 0xe2, 0xd3, 0x40, 0x45, 0x6b, 0xad, 0x3e, 0x11, 0x7c, 0xf9, 0xbc, 0x1a, 0xd5, 0x99, 0x73, 0x66, 0xfe, 0xd4, 0x73, 0xed, 0x23, 0xb3, 0x68, 0x3d, 0xf9, 0x59, 0x67, 0x68, 0xf1, 0xd9, 0x80, 0xfc, 0x83, 0x1f, 0x61, 0x96, 0xce, 0x62, 0x1a, 0x73, 0x38, 0x6b, 0x83, 0xb6, 0x85, 0xd2, 0xc4, 0x7d, 0x09, 0xa9, 0x0c, 0x75, 0xa5, 0x49, 0x8f, 0x98, 0xba, 0xf7, 0x7e, 0xec, 0x02, 0x23, 0xd8, 0x41, 0x36, 0x1a, 0xa5, 0x15, 0x5a, 0x2b, 0x4c, 0x90, 0x55, 0x79, 0xbf, 0xc0, 0x02, 0xbd, 0xb3, 0xe1, 0xbf, 0xce, 0xa2, 0x93, 0x3a, 0xf1, 0xd1, 0xb3, 0x14, 0x3b, 0x6b, 0xd8, 0xad, 0xeb, 0x74, 0x86, 0x93, 0xb8, 0xa6, 0x94, 0xa2, 0xd5, 0x6e, 0x63, 0x66, 0x4f, 0x1e, 0x55, 0x47, 0x9f, 0xf8, 0x3a, 0x30, 0xc3, 0x21, 0x84, 0xee, 0x30, 0xf0, 0xc1, 0xe4, 0x97, 0x9f, 0xfa, 0x9a, 0x99, 0x59, 0x6e, 0x34, 0x1a, 0x8d, 0x03, 0x5a, 0x2f, 0xb0, 0xb7, 0x2f, 0x22, 0x51, 0x95, 0x68, 0xee, 0x64, 0x00, 0xe0, 0x5d, 0x69, 0xb2, 0x13, 0xff, 0xf5, 0x42, 0x69, 0xfe, 0xa5, 0x20, 0x7c, 0x08, 0x6a, 0xde, 0xb9, 0x7d, 0xe7, 0xe0, 0x1e, 0x2e, 0xfc, 0xae, 0x0c, 0x84, 0xba, 0xf4, 0x75, 0x44, 0x4a, 0x57, 0x91, 0x89, 0x4b, 0x78, 0x17, 0xaa, 0x40, 0x3c, 0xa6, 0xbd, 0x84, 0x9a, 0x39, 0x4e, 0x7e, 0xe5, 0x15, 0xba, 0xa9, 0xdd, 0xa7, 0xfd, 0x7a, 0xad, 0x8a, 0x6e, 0xce, 0x47, 0x7a, 0xf1, 0xcc, 0xd7, 0x81, 0x05, 0x11, 0x31, 0x0f, 0x03, 0x3e, 0x02, 0x16, 0xf4, 0xfc, 0xa9, 0xe7, 0xa2, 0x7a, 0x5b, 0x27, 0x71, 0x0c, 0x04, 0x32, 0xb3, 0xb9, 0x97, 0xe1, 0xbc, 0x50, 0xdc, 0x78, 0x13, 0x3d, 0x7b, 0x02, 0x5d, 0x6d, 0x81, 0xb8, 0x60, 0xbe, 0xde, 0x03, 0xbe, 0xd4, 0xf2, 0xc8, 0x87, 0x55, 0x10, 0x82, 0x0f, 0x11, 0xdb, 0x7b, 0x8f, 0x73, 0x6e, 0x0c, 0x18, 0xef, 0x50, 0x65, 0x94, 0x97, 0xf2, 0xac, 0xca, 0x7c, 0xaf, 0x10, 0xb4, 0x52, 0x28, 0x3d, 0x71, 0x1b, 0x55, 0x0a, 0x60, 0x24, 0x68, 0x1d, 0x57, 0x31, 0x73, 0x2b, 0x14, 0x9b, 0xd7, 0x70, 0xc3, 0x3d, 0x36, 0xbb, 0x29, 0xbe, 0xb4, 0xb2, 0xd8, 0x18, 0xe2, 0xc6, 0x0c, 0xaa, 0x75, 0xf4, 0x29, 0xe0, 0x28, 0x90, 0x4c, 0x35, 0x51, 0x0f, 0x05, 0xaf, 0x4a, 0x7f, 0x5f, 0xd4, 0xad, 0xa3, 0x67, 0x88, 0xab, 0x08, 0x0a, 0xe7, 0x85, 0xcd, 0x6e, 0x46, 0x3f, 0xb3, 0xf8, 0xbd, 0x0d, 0xec, 0x60, 0x0f, 0xd3, 0x3e, 0x86, 0xd2, 0x51, 0x69, 0xee, 0x25, 0x61, 0x09, 0x7a, 0x2a, 0x83, 0xa3, 0x84, 0xfc, 0x52, 0x06, 0x3f, 0x5f, 0x0a, 0x29, 0x68, 0xcf, 0x8f, 0x53, 0xdc, 0x58, 0x70, 0xa3, 0x28, 0x1f, 0xea, 0xbf, 0xe0, 0xe7, 0x78, 0x34, 0x65, 0x00, 0x24, 0x30, 0x39, 0x3d, 0xe9, 0x88, 0x00, 0x60, 0x5a, 0x0b, 0x48, 0xa5, 0x89, 0xdb, 0xb8, 0xcc, 0x30, 0x77, 0xac, 0x77, 0x32, 0xac, 0x97, 0x30, 0x9b, 0xa8, 0x8a, 0x9e, 0x39, 0xbe, 0x48, 0x7d, 0xee, 0x34, 0x50, 0x3b, 0x68, 0xfa, 0xfb, 0xaa, 0x84, 0x51, 0xe5, 0x46, 0x52, 0x5f, 0x56, 0x8d, 0xb9, 0x05, 0x4c, 0xc2, 0x9d, 0xfb, 0x43, 0x04, 0xc8, 0x6d, 0x90, 0xb8, 0xdb, 0xba, 0x06, 0xd5, 0x16, 0xaa, 0x36, 0x53, 0xa6, 0xb1, 0x32, 0x8a, 0x97, 0x1a, 0x0b, 0x91, 0x5c, 0xca, 0xef, 0xe5, 0x80, 0x3b, 0x84, 0x7b, 0x28, 0x19, 0x31, 0xba, 0x71, 0x44, 0x0b, 0x7f, 0x05, 0x10, 0x5d, 0x6a, 0x21, 0x08, 0x53, 0x04, 0xf4, 0xc8, 0xff, 0x4b, 0xcd, 0x29, 0x35, 0x71, 0x2f, 0x5d, 0x69, 0xa0, 0x9a, 0x0b, 0xb8, 0xcd, 0xab, 0x98, 0x95, 0xe7, 0xe9, 0xa6, 0x05, 0x69, 0xe1, 0x30, 0x5a, 0x21, 0x3a, 0xc2, 0xd4, 0x5a, 0x46, 0xb5, 0x8f, 0x9f, 0x95, 0xc1, 0x4e, 0x03, 0xd8, 0x99, 0x0a, 0x33, 0x87, 0x9a, 0x7d, 0x4d, 0x35, 0x97, 0x4e, 0xea, 0xa4, 0x6e, 0x94, 0x8e, 0xc8, 0xac, 0x27, 0xb7, 0x13, 0x5f, 0xf2, 0x3b, 0xb7, 0xa1, 0xd2, 0x42, 0xc5, 0x15, 0xe2, 0xb2, 0xe1, 0x10, 0x8e, 0xd1, 0xe4, 0xd4, 0x98, 0xa1, 0x8d, 0x7d, 0x95, 0xe0, 0xff, 0xf8, 0xa0, 0x4d, 0x29, 0xc1, 0x8e, 0xf4, 0x20, 0x32, 0x25, 0xa4, 0x91, 0x70, 0xca, 0x76, 0x97, 0x2a, 0xfb, 0x7a, 0x5a, 0xab, 0x32, 0x28, 0x06, 0xc1, 0x04, 0xd3, 0xd6, 0xa0, 0x23, 0x74, 0x63, 0x0e, 0xb7, 0x7b, 0x77, 0x9c, 0x8e, 0x0b, 0xe7, 0x49, 0x0b, 0x07, 0xda, 0x40, 0x54, 0xd5, 0xaa, 0xb9, 0x70, 0x12, 0x68, 0x1e, 0xd4, 0xfc, 0x61, 0x66, 0x5f, 0xa3, 0x36, 0xb3, 0x84, 0x49, 0x34, 0xfa, 0xc0, 0x65, 0xa5, 0xf0, 0xfd, 0x2d, 0x74, 0xb5, 0x89, 0xd2, 0x86, 0xb9, 0x66, 0x0d, 0x3d, 0x52, 0xcb, 0xc8, 0x2f, 0x47, 0xc5, 0xc6, 0x58, 0x04, 0x53, 0xc1, 0x6a, 0xdf, 0x83, 0x26, 0xec, 0x4e, 0x7c, 0x49, 0x9a, 0xd5, 0xc4, 0xe7, 0xc7, 0x0a, 0x9a, 0x22, 0x44, 0x22, 0x8c, 0xb3, 0x88, 0x52, 0x8a, 0x23, 0x8d, 0x4a, 0x48, 0x9f, 0x95, 0x06, 0x3e, 0xeb, 0xa1, 0xc4, 0x3e, 0x00, 0x47, 0xc7, 0x55, 0x45, 0xa5, 0xb9, 0x08, 0x34, 0x0e, 0xe2, 0x3d, 0x0c, 0x7c, 0x45, 0x45, 0xd5, 0x96, 0x32, 0x46, 0xed, 0x17, 0x54, 0x50, 0x95, 0xa4, 0x5d, 0x54, 0x5c, 0x03, 0xa5, 0x69, 0xd6, 0x62, 0x2a, 0x49, 0xbc, 0x0f, 0xb8, 0x2a, 0xcb, 0xd4, 0xb1, 0x4c, 0x46, 0x5a, 0x9f, 0xba, 0x8d, 0x1a, 0x69, 0x95, 0xa9, 0x4e, 0xae, 0x78, 0x28, 0x9b, 0x9d, 0x82, 0x84, 0xc0, 0x25, 0xe1, 0x3c, 0xca, 0x1c, 0xd3, 0x93, 0xd4, 0x4a, 0xd1, 0xac, 0xc6, 0x21, 0x28, 0x46, 0x09, 0xde, 0x3b, 0xc8, 0x7a, 0x0f, 0x28, 0x0b, 0x13, 0xa1, 0xa2, 0xa4, 0x51, 0xfa, 0xfc, 0xbe, 0x88, 0x7f, 0x10, 0x7c, 0xe8, 0xbd, 0xeb, 0xa8, 0x8e, 0x7a, 0x20, 0x2d, 0x86, 0x09, 0xba, 0x22, 0x98, 0x53, 0x09, 0x72, 0xbe, 0x55, 0x0b, 0x40, 0x61, 0x9f, 0x0b, 0x28, 0x5d, 0x06, 0xbf, 0x91, 0x05, 0xec, 0xab, 0xad, 0x42, 0x70, 0xf3, 0x5e, 0x0e, 0xe9, 0xf9, 0x4d, 0xfc, 0x7f, 0xa4, 0xe1, 0x11, 0x90, 0x69, 0xf8, 0xed, 0x46, 0x85, 0xc8, 0xe8, 0x50, 0x3f, 0x28, 0x0d, 0xca, 0x84, 0xb9, 0x3d, 0x30, 0x14, 0xa0, 0x13, 0x20, 0xf9, 0x24, 0xb3, 0x07, 0xd0, 0x22, 0x5e, 0x3f, 0x30, 0x2b, 0xd4, 0x24, 0x70, 0x95, 0x2b, 0x0e, 0x22, 0xd0, 0xaa, 0x27, 0x2c, 0xb4, 0x6b, 0x13, 0xff, 0xa7, 0x9c, 0xcc, 0x48, 0xf2, 0x6a, 0x34, 0xf1, 0x10, 0xbc, 0x82, 0x26, 0x43, 0x41, 0x3b, 0x72, 0x04, 0x99, 0xfe, 0xad, 0x4c, 0x7e, 0x3f, 0x31, 0x15, 0x55, 0x7e, 0xad, 0x30, 0x5a, 0xd3, 0xaa, 0x27, 0xcc, 0x34, 0xaa, 0x13, 0x6e, 0x58, 0x66, 0x97, 0x43, 0xdb, 0x52, 0xe2, 0x41, 0xc9, 0x68, 0x15, 0xe9, 0xa3, 0xa3, 0x3d, 0x23, 0x97, 0xb2, 0x59, 0x2e, 0xbe, 0x60, 0x2a, 0x30, 0x96, 0x60, 0x34, 0x3a, 0x4a, 0xf0, 0xde, 0x22, 0xde, 0x61, 0x9d, 0x27, 0x36, 0x8a, 0xd9, 0x66, 0x95, 0x5a, 0x12, 0x91, 0xe5, 0x39, 0x85, 0xf5, 0x14, 0xb6, 0xc0, 0x5a, 0x87, 0x73, 0x1e, 0xef, 0x15, 0xde, 0x3b, 0xc4, 0xab, 0x70, 0x88, 0x2a, 0xd3, 0x1a, 0xc1, 0xfe, 0x4b, 0xb0, 0x94, 0x5a, 0x36, 0x5a, 0xa3, 0xb5, 0x22, 0x8a, 0x0c, 0x5a, 0x1b, 0x94, 0xd6, 0x44, 0x51, 0x44, 0x1c, 0x45, 0x24, 0x49, 0x4c, 0x12, 0x47, 0x44, 0x51, 0x84, 0x02, 0x5c, 0xc9, 0x1f, 0xf0, 0x36, 0x04, 0xc9, 0xa9, 0xaa, 0x73, 0x64, 0x6e, 0xe2, 0x2c, 0x38, 0x6b, 0x1f, 0x04, 0x73, 0x38, 0x78, 0x47, 0xde, 0x1f, 0x8a, 0xcd, 0x05, 0xef, 0xd5, 0x7e, 0x2f, 0x11, 0x4c, 0xad, 0x8d, 0xb5, 0x19, 0x4a, 0x41, 0x66, 0x3d, 0xd5, 0x38, 0x08, 0x34, 0x32, 0x1a, 0x95, 0xc4, 0x24, 0x91, 0xc7, 0x7b, 0x83, 0x94, 0x65, 0x6a, 0x10, 0x82, 0x2b, 0x05, 0x30, 0xca, 0xeb, 0xfb, 0x57, 0x6d, 0xc6, 0xbc, 0x5f, 0x69, 0x8c, 0x56, 0x44, 0x51, 0x44, 0x64, 0x0c, 0x26, 0x32, 0x18, 0x63, 0x26, 0x8c, 0x4f, 0x1b, 0x50, 0x7a, 0x4c, 0x9b, 0x0b, 0x5f, 0x56, 0x06, 0x45, 0x86, 0x31, 0x06, 0x55, 0x69, 0x1e, 0x80, 0x18, 0xdc, 0x54, 0xf2, 0x61, 0x0a, 0xb8, 0x83, 0x02, 0x38, 0x0c, 0x7c, 0x2e, 0x69, 0x67, 0x57, 0xf2, 0xa1, 0x88, 0xb7, 0xfb, 0xec, 0x44, 0x01, 0xa6, 0xb5, 0x84, 0x74, 0xb6, 0x11, 0xe7, 0x48, 0x73, 0xc7, 0x4c, 0x2d, 0x46, 0x46, 0x55, 0x9a, 0x80, 0xf5, 0x42, 0x61, 0x1d, 0xc3, 0xac, 0xc0, 0x5a, 0x3b, 0x05, 0xde, 0x8f, 0x0b, 0x9f, 0x43, 0x5b, 0x2b, 0xaa, 0x8c, 0x0f, 0x2a, 0xd0, 0x5b, 0x63, 0x0c, 0x91, 0x31, 0x24, 0x71, 0x44, 0xad, 0x5a, 0xa1, 0x12, 0xc7, 0x28, 0x03, 0xc6, 0x94, 0x54, 0x4a, 0x29, 0xd2, 0xdc, 0x86, 0xd8, 0x91, 0xf5, 0x48, 0xea, 0x33, 0x38, 0x0c, 0xfb, 0x4a, 0x77, 0x2f, 0x88, 0xcd, 0x44, 0xd2, 0x4e, 0x07, 0xc8, 0x38, 0x50, 0xd7, 0x1f, 0x06, 0x7e, 0xc8, 0x60, 0xe7, 0x9e, 0x1f, 0x74, 0x9c, 0xd8, 0xdc, 0xe8, 0x8a, 0x4c, 0xbc, 0x49, 0x29, 0xa2, 0xf9, 0x15, 0xd8, 0xb8, 0x81, 0x14, 0x43, 0xd2, 0xa2, 0x31, 0xbe, 0x9b, 0x17, 0xe8, 0xa6, 0x05, 0x83, 0xac, 0x98, 0x2a, 0x74, 0x26, 0x74, 0x57, 0x95, 0xe9, 0x50, 0x34, 0xa8, 0x83, 0x02, 0x18, 0xc7, 0x0a, 0x55, 0xfa, 0xb7, 0xc6, 0x79, 0x70, 0xe2, 0xc9, 0x9c, 0xa5, 0x97, 0x79, 0xe2, 0xd8, 0x32, 0xd3, 0xac, 0x51, 0xaf, 0x1a, 0x74, 0xf9, 0xbc, 0x41, 0xee, 0xc0, 0x59, 0x7c, 0x7f, 0x87, 0x78, 0xee, 0x91, 0x71, 0xb1, 0x34, 0x06, 0xe3, 0x0a, 0x24, 0xef, 0x0b, 0xbd, 0xad, 0x7b, 0xc0, 0xe0, 0x20, 0x78, 0x7d, 0x28, 0x78, 0x9b, 0x6f, 0xfb, 0xee, 0xfa, 0xae, 0x64, 0x7d, 0x0e, 0x2e, 0x00, 0xa8, 0xf9, 0x47, 0x51, 0x79, 0x17, 0x3f, 0xd8, 0x25, 0x2d, 0x2c, 0x85, 0xf3, 0x88, 0xc0, 0x20, 0xb7, 0xf4, 0xd2, 0x22, 0xf8, 0x60, 0x19, 0xf5, 0xb5, 0xd2, 0x13, 0x5e, 0xae, 0x54, 0x68, 0x4e, 0x68, 0x0d, 0xe5, 0x79, 0xfc, 0x3d, 0x80, 0xd6, 0x65, 0xca, 0x34, 0xe3, 0x18, 0x00, 0xa5, 0x89, 0x2b, 0x4d, 0xee, 0x84, 0xed, 0x6e, 0xc6, 0xb0, 0xb0, 0x63, 0xca, 0x3d, 0xcc, 0x1d, 0x3e, 0xef, 0xc3, 0x60, 0x07, 0xb3, 0x74, 0xf6, 0xa0, 0x21, 0x21, 0x45, 0x8a, 0x1f, 0x74, 0x9c, 0x74, 0x37, 0xd6, 0x08, 0x0b, 0x1a, 0x9f, 0x08, 0x3e, 0x05, 0x76, 0x64, 0xf7, 0xee, 0x9a, 0x1b, 0x76, 0x42, 0x5d, 0x3e, 0xba, 0x28, 0x82, 0xad, 0xcd, 0x51, 0x9f, 0x59, 0xc0, 0xed, 0xad, 0xe3, 0x8a, 0x9c, 0x5e, 0x6a, 0x51, 0x4a, 0x51, 0x58, 0x3f, 0xee, 0xba, 0x04, 0xb3, 0xd5, 0x68, 0x3d, 0x09, 0x5a, 0xaa, 0x04, 0x87, 0xd2, 0x28, 0x6d, 0xca, 0xf2, 0xd5, 0x8c, 0x8f, 0xd1, 0xb5, 0x00, 0x3c, 0x7c, 0x96, 0xb2, 0x17, 0x30, 0x22, 0x51, 0x22, 0xd0, 0xcf, 0x1c, 0x4a, 0xc1, 0x30, 0x0f, 0x82, 0x77, 0xbd, 0x6d, 0x62, 0x37, 0x44, 0x1f, 0x00, 0x2f, 0xde, 0xe1, 0xb3, 0x1e, 0xae, 0x73, 0xf7, 0x3e, 0x79, 0xff, 0xc3, 0x4f, 0x04, 0x5f, 0x6a, 0x39, 0x05, 0xee, 0xf9, 0xfb, 0xb7, 0xaf, 0xf9, 0xee, 0x96, 0x97, 0x22, 0x9d, 0x5c, 0x2b, 0xab, 0xaf, 0xe4, 0xf4, 0x57, 0x60, 0x77, 0x0d, 0x19, 0x76, 0xe8, 0xa7, 0x0e, 0x2f, 0x90, 0x44, 0x26, 0x10, 0x0e, 0xa5, 0xca, 0xb3, 0x66, 0xc4, 0x76, 0x26, 0xda, 0x56, 0x13, 0x90, 0x7a, 0xff, 0x31, 0xdd, 0xf0, 0x40, 0x6b, 0xa4, 0xb4, 0x9a, 0x90, 0xc6, 0xf4, 0x98, 0x3b, 0x98, 0xb2, 0xa5, 0xd5, 0x4d, 0x2d, 0xd8, 0x14, 0xb7, 0x73, 0x9b, 0xe6, 0x23, 0xe7, 0xc8, 0x4d, 0xbd, 0xf4, 0x20, 0x35, 0x36, 0x79, 0xdf, 0xdb, 0x41, 0xb6, 0x6f, 0xdc, 0x04, 0x46, 0x66, 0xcf, 0x47, 0x82, 0x2f, 0x47, 0x01, 0xdc, 0xe3, 0xfe, 0xcd, 0xcb, 0xee, 0xfe, 0xed, 0xd4, 0x0f, 0x3b, 0x65, 0x17, 0x65, 0x2a, 0x8e, 0x1c, 0x7b, 0x86, 0xaa, 0xf1, 0xf8, 0xdd, 0x35, 0x72, 0x5b, 0x30, 0xc8, 0x1d, 0xb5, 0x4a, 0x12, 0x52, 0x50, 0x49, 0x3a, 0x46, 0xed, 0x0b, 0x45, 0x00, 0xa1, 0x95, 0x41, 0xeb, 0x08, 0xa5, 0x4a, 0x6d, 0xab, 0xc9, 0x41, 0xf9, 0x5d, 0x88, 0xe6, 0x23, 0xab, 0x28, 0x05, 0x33, 0x26, 0x4e, 0x9a, 0xc8, 0x18, 0x9a, 0xd5, 0x84, 0xdc, 0x7a, 0x32, 0xeb, 0x71, 0x7b, 0x9b, 0x98, 0xde, 0x3a, 0xd1, 0x63, 0xdf, 0x18, 0xb3, 0xa8, 0x91, 0x92, 0x7c, 0xd6, 0xc7, 0x76, 0xee, 0x3a, 0xbf, 0x75, 0xf5, 0x32, 0xb0, 0x0e, 0xa4, 0x07, 0x97, 0xb2, 0x0f, 0x03, 0xef, 0x81, 0x6d, 0x5c, 0x7e, 0xc3, 0x6d, 0xbc, 0x7f, 0xdd, 0x76, 0xd6, 0x11, 0x9b, 0x07, 0x2f, 0x1a, 0x35, 0x30, 0x89, 0x69, 0x9e, 0xff, 0x4d, 0xfc, 0xf6, 0x75, 0x7c, 0x6f, 0x8b, 0x5e, 0x66, 0x51, 0x4a, 0xd3, 0xa8, 0x55, 0x42, 0xfb, 0x49, 0x4f, 0x02, 0xa4, 0x32, 0xc1, 0xbc, 0x75, 0x09, 0x44, 0x54, 0xf0, 0xe1, 0xe9, 0x03, 0x6d, 0xf6, 0x6b, 0x5a, 0xa9, 0x29, 0x17, 0x29, 0xf3, 0xbe, 0x31, 0x34, 0x6a, 0x15, 0x92, 0x38, 0xa2, 0x97, 0x5a, 0x7c, 0xda, 0xc3, 0x6e, 0x5e, 0xe1, 0xc8, 0xf2, 0x63, 0x64, 0xcd, 0x47, 0xf6, 0x39, 0xbb, 0xf8, 0x02, 0xdf, 0xdb, 0xc6, 0x6d, 0xdf, 0xb8, 0xcf, 0xde, 0xfa, 0x7b, 0xc0, 0x46, 0xa9, 0xd4, 0x4f, 0xd4, 0xbc, 0x10, 0xda, 0xbd, 0x37, 0x64, 0xf3, 0xf2, 0xdb, 0x76, 0xfb, 0xa6, 0x75, 0xc3, 0x0e, 0xaa, 0x5c, 0x47, 0xa7, 0x6c, 0x30, 0xe4, 0xcb, 0xcf, 0xd3, 0x6a, 0x36, 0x28, 0xd6, 0x2f, 0x53, 0x0c, 0x7b, 0x0c, 0xad, 0xa3, 0x56, 0x89, 0xa9, 0x26, 0x49, 0xf0, 0x75, 0x13, 0x8d, 0xf3, 0xf3, 0x03, 0xe6, 0x5e, 0x02, 0x9e, 0x8e, 0x05, 0xd3, 0xf7, 0xa6, 0x8c, 0x09, 0x21, 0xef, 0x07, 0x92, 0x53, 0xad, 0xc4, 0x34, 0x6b, 0x15, 0x86, 0xd6, 0x93, 0xe7, 0x19, 0xf9, 0xe6, 0x35, 0xaa, 0xd9, 0x0e, 0xe6, 0x0b, 0xbf, 0xfb, 0x40, 0xed, 0x20, 0xd9, 0x10, 0xb7, 0x7b, 0x57, 0xfc, 0x87, 0xef, 0xbe, 0x8b, 0xf8, 0xeb, 0xc0, 0x36, 0x21, 0xcf, 0xef, 0x1b, 0x1f, 0xd5, 0xba, 0xf6, 0x80, 0x21, 0xef, 0xcd, 0x49, 0xa5, 0x7d, 0xde, 0xb4, 0x8f, 0xce, 0xe8, 0xc6, 0x2c, 0xca, 0xc4, 0xe3, 0x35, 0x73, 0x2f, 0x8a, 0xfa, 0xe2, 0x49, 0xec, 0x07, 0x17, 0x70, 0x18, 0x4c, 0x63, 0x96, 0x38, 0x4e, 0xa8, 0x44, 0xa6, 0x2c, 0x44, 0x26, 0x84, 0x73, 0x34, 0xb9, 0xb0, 0x24, 0x3f, 0x0d, 0x36, 0x34, 0x32, 0xc7, 0x9f, 0xb5, 0x1e, 0x83, 0xd6, 0x26, 0x68, 0x3b, 0x8a, 0x22, 0x2a, 0x49, 0x4c, 0xab, 0x5e, 0xc5, 0xa3, 0x48, 0xf3, 0x82, 0xde, 0xfa, 0x75, 0xfc, 0xdd, 0xb7, 0x59, 0x78, 0xee, 0x6f, 0xd1, 0x6f, 0x9d, 0xda, 0x9f, 0x36, 0x5d, 0x81, 0xed, 0xac, 0x53, 0xdc, 0x7e, 0xab, 0x27, 0x57, 0x7f, 0xf0, 0xe7, 0x78, 0x77, 0x01, 0xb8, 0x05, 0xd8, 0x87, 0x05, 0x2f, 0xa5, 0xa4, 0x9a, 0xe4, 0x83, 0x05, 0x5a, 0xc7, 0xce, 0xea, 0xe6, 0xbc, 0xd1, 0x95, 0xe6, 0x84, 0xb7, 0x03, 0xb9, 0x69, 0x70, 0x64, 0xa6, 0xc5, 0xe0, 0xda, 0x6b, 0x78, 0x9d, 0x90, 0x34, 0x66, 0x48, 0x2a, 0x15, 0xe2, 0x48, 0xef, 0x2b, 0x3d, 0x55, 0xc9, 0xca, 0xbc, 0x8c, 0xbc, 0x27, 0x10, 0x95, 0x49, 0x21, 0x34, 0x09, 0x94, 0xda, 0x04, 0x82, 0x13, 0x47, 0x09, 0x49, 0x12, 0x51, 0x89, 0x63, 0xea, 0xd5, 0x24, 0xac, 0xf9, 0x5b, 0x4b, 0x67, 0xe3, 0x16, 0xf9, 0xcd, 0x8b, 0x2c, 0x9d, 0x3a, 0xcf, 0x70, 0xf5, 0x6f, 0x4c, 0xf5, 0xfe, 0x83, 0xda, 0xfd, 0xa0, 0x43, 0xb1, 0xfe, 0x9e, 0xd8, 0xf7, 0x5f, 0xfa, 0x09, 0x9d, 0xb5, 0xbf, 0x00, 0x7e, 0x02, 0x74, 0x0e, 0xdb, 0xba, 0xf2, 0x71, 0x8b, 0x16, 0x21, 0x2d, 0xe4, 0xbd, 0xb6, 0x8f, 0x2a, 0xa7, 0x54, 0x7d, 0x76, 0xde, 0xd4, 0x67, 0x51, 0x71, 0x75, 0x1c, 0x51, 0x15, 0x60, 0x9b, 0xc7, 0x98, 0xab, 0x69, 0xfa, 0xd7, 0xde, 0xc4, 0x62, 0x88, 0xea, 0x33, 0x54, 0x2b, 0x65, 0xa3, 0x43, 0xd4, 0xd8, 0x87, 0x47, 0x85, 0x89, 0x9e, 0xf2, 0x63, 0xad, 0x26, 0x69, 0xd1, 0x18, 0x83, 0x31, 0x11, 0x71, 0x1c, 0x51, 0x89, 0x23, 0x2a, 0x25, 0xf0, 0x24, 0x0e, 0x2e, 0x90, 0x65, 0x39, 0xf7, 0xd7, 0xae, 0x91, 0xdf, 0xfc, 0x09, 0x47, 0x97, 0x4f, 0x90, 0x9d, 0xff, 0x03, 0xec, 0x01, 0xaf, 0x95, 0x22, 0xc5, 0x6e, 0xdd, 0xa0, 0xb8, 0xfe, 0xda, 0xb6, 0x5c, 0xbf, 0xf0, 0xe7, 0x88, 0x7f, 0x05, 0xb8, 0x7e, 0x98, 0xbf, 0x7f, 0x24, 0xf8, 0x29, 0xd3, 0xcf, 0x81, 0x0a, 0xfd, 0xed, 0xba, 0x54, 0x5a, 0x67, 0x55, 0x6d, 0xa6, 0xa2, 0x6b, 0x6d, 0x54, 0x14, 0x8f, 0xb5, 0x25, 0x02, 0x76, 0x66, 0x85, 0xf9, 0x46, 0x44, 0xef, 0xea, 0xeb, 0xa4, 0x79, 0x01, 0x71, 0x8d, 0x6a, 0xb5, 0x46, 0x12, 0x47, 0x63, 0x21, 0x29, 0x3d, 0x02, 0x68, 0x88, 0xa2, 0xd1, 0x59, 0x13, 0x47, 0x11, 0x71, 0x64, 0x48, 0xca, 0xc2, 0xa5, 0x12, 0x07, 0x01, 0x18, 0xa3, 0x89, 0xcb, 0xf4, 0xd9, 0xef, 0xee, 0xb1, 0x73, 0xeb, 0x3d, 0xec, 0xed, 0xb7, 0x38, 0xb6, 0xfa, 0x18, 0xd9, 0x93, 0x7f, 0x87, 0x5c, 0xcc, 0xfe, 0x4e, 0x91, 0x2b, 0x70, 0x9d, 0x0d, 0xf2, 0x5b, 0x6f, 0x15, 0xee, 0xf2, 0x5f, 0xbc, 0xcc, 0xb0, 0xf3, 0x7d, 0xe0, 0x62, 0xa9, 0xf5, 0x87, 0x5f, 0xae, 0x9a, 0x12, 0x80, 0x05, 0x72, 0x5c, 0x51, 0x97, 0xac, 0xdb, 0x92, 0xa4, 0xb5, 0xa2, 0x6a, 0x6d, 0xa3, 0x2b, 0x4d, 0x94, 0x89, 0x46, 0x3f, 0xc2, 0x0b, 0xe4, 0xad, 0x13, 0xcc, 0x2d, 0x1e, 0x25, 0xbf, 0xf6, 0x1a, 0xbd, 0xed, 0x4d, 0x52, 0x0b, 0x26, 0xa9, 0x52, 0xad, 0x56, 0xd1, 0xc6, 0x84, 0x82, 0xc5, 0x18, 0x12, 0x63, 0x4a, 0xb0, 0x25, 0xe0, 0xc8, 0x10, 0xc7, 0x11, 0x51, 0x64, 0x88, 0x4c, 0xb0, 0x82, 0xc8, 0x84, 0x6b, 0x79, 0x9e, 0xb1, 0xb3, 0x71, 0x87, 0xee, 0x8d, 0xb7, 0x31, 0x5b, 0x57, 0x58, 0x7e, 0xfa, 0x37, 0xe8, 0x9d, 0xfe, 0x9b, 0xe4, 0xa2, 0xf7, 0x37, 0x49, 0xbc, 0xc3, 0xf7, 0xee, 0x51, 0xdc, 0x7d, 0x4f, 0xec, 0x95, 0x97, 0xdf, 0x61, 0xf3, 0xf2, 0xf7, 0x80, 0x0b, 0xc0, 0x9d, 0x8f, 0xd2, 0xfa, 0xc3, 0x80, 0x17, 0x42, 0x41, 0x50, 0x90, 0xee, 0x55, 0xc4, 0x16, 0xf3, 0xc4, 0xb5, 0x25, 0x55, 0x69, 0x29, 0x5d, 0xa9, 0x87, 0xdc, 0x3c, 0xd5, 0xac, 0x18, 0x26, 0xb3, 0x34, 0x57, 0x9e, 0xa6, 0xd1, 0xbf, 0x43, 0xf7, 0xc6, 0x4f, 0xe9, 0xed, 0x75, 0x48, 0x73, 0x87, 0x89, 0x63, 0xaa, 0x95, 0x4a, 0x70, 0x87, 0x38, 0x64, 0x81, 0x91, 0x40, 0x4c, 0x14, 0x0a, 0x98, 0x38, 0xd2, 0x24, 0x91, 0x01, 0xf1, 0x64, 0xc3, 0x01, 0x3b, 0x1b, 0x6b, 0xec, 0xde, 0xfa, 0x39, 0xc5, 0x9d, 0xb7, 0x99, 0xaf, 0x1b, 0xda, 0x5f, 0xf9, 0x36, 0x3b, 0x47, 0x9e, 0xc0, 0xcb, 0xfe, 0xaa, 0x5d, 0x89, 0xc7, 0x0f, 0xee, 0x53, 0x6c, 0x5c, 0x91, 0xe2, 0x83, 0x0b, 0xb7, 0xe5, 0xc6, 0x8f, 0xfe, 0x27, 0x22, 0x2f, 0x03, 0xef, 0x02, 0x83, 0x8f, 0xdb, 0xa6, 0xf6, 0x30, 0x3b, 0x33, 0x1c, 0x81, 0x1d, 0x09, 0xfd, 0xad, 0xc8, 0x7b, 0xb7, 0x28, 0x26, 0x99, 0x53, 0x49, 0x43, 0xe9, 0xa4, 0x8e, 0x32, 0xfb, 0x7b, 0x04, 0x29, 0x31, 0x6e, 0xe9, 0x49, 0xe6, 0x97, 0x57, 0xa8, 0xf7, 0x6e, 0xd3, 0xbb, 0x7d, 0x89, 0xee, 0xf6, 0x06, 0xbd, 0x6e, 0x87, 0xfe, 0x60, 0x40, 0x9e, 0xe7, 0x61, 0x0f, 0x4e, 0xd9, 0xb7, 0x77, 0x36, 0xc7, 0xa6, 0x03, 0xfa, 0xdd, 0x0e, 0x3b, 0xf7, 0xee, 0xb2, 0xbb, 0x76, 0x8d, 0xee, 0xad, 0x4b, 0xb8, 0xf5, 0xf7, 0x98, 0x4d, 0x0a, 0x16, 0x9f, 0xf9, 0x16, 0xc3, 0x33, 0x2f, 0xd0, 0x55, 0x4d, 0x0e, 0xf6, 0xdd, 0x95, 0x78, 0x5c, 0x7f, 0x87, 0xfc, 0xc3, 0xcb, 0x14, 0xd7, 0x5e, 0xbb, 0x27, 0x57, 0x5e, 0xfa, 0x1e, 0x2e, 0x7f, 0x19, 0x78, 0x13, 0xb8, 0xcf, 0x21, 0xe9, 0x6d, 0x7a, 0x3c, 0xcc, 0xc6, 0x63, 0x4f, 0xc8, 0xfb, 0x6f, 0x23, 0xbe, 0xc9, 0xda, 0x5b, 0x55, 0x8b, 0x32, 0x20, 0xa7, 0xbd, 0x2b, 0x54, 0x3c, 0x77, 0x02, 0x9d, 0xd4, 0xa7, 0x8a, 0x11, 0xb0, 0x1e, 0xb6, 0x2a, 0x27, 0x49, 0x9e, 0xfe, 0x07, 0x1c, 0x7d, 0x72, 0x07, 0xbd, 0xf1, 0x0e, 0xd9, 0x87, 0x97, 0xd9, 0xb9, 0xf2, 0x2e, 0x59, 0x54, 0x45, 0x4c, 0x15, 0x3f, 0xe2, 0xf3, 0xe2, 0x51, 0xde, 0xa2, 0x5c, 0x0e, 0x79, 0x8f, 0x99, 0x66, 0x93, 0xe6, 0xf2, 0x59, 0x38, 0xfe, 0x3b, 0xec, 0xd5, 0x4f, 0xb0, 0x61, 0x05, 0xec, 0xd4, 0xae, 0xed, 0x51, 0xdf, 0xde, 0xdb, 0x12, 0xf8, 0x7b, 0xe4, 0x1f, 0xfc, 0x78, 0x4b, 0xae, 0xbc, 0xf4, 0x22, 0xc5, 0xf0, 0xd5, 0x12, 0xf8, 0x16, 0x60, 0x3f, 0x69, 0x57, 0xd6, 0xc3, 0x6e, 0x48, 0x82, 0xb0, 0x98, 0x71, 0x0c, 0xf8, 0x3a, 0xda, 0xfc, 0x16, 0xc7, 0x9f, 0xf9, 0x96, 0x39, 0xf5, 0xd5, 0xc7, 0xe2, 0xe5, 0x2f, 0x98, 0x78, 0x61, 0x35, 0xac, 0xde, 0x68, 0xf3, 0x51, 0xff, 0xa5, 0x12, 0x19, 0x5a, 0x3a, 0xc5, 0xf4, 0x37, 0x61, 0xb0, 0x8d, 0xcf, 0xfa, 0x65, 0x69, 0xab, 0x50, 0x49, 0x15, 0x55, 0x9f, 0xc3, 0xd5, 0x17, 0xe8, 0x9b, 0x16, 0x83, 0xdc, 0xef, 0xfb, 0xff, 0x18, 0x84, 0x52, 0xa1, 0xbb, 0x6b, 0x33, 0x5c, 0x77, 0x9b, 0x7c, 0xfd, 0xb2, 0xe4, 0x1f, 0xfc, 0x78, 0x5d, 0x3e, 0xf8, 0xc1, 0x4b, 0x14, 0xc3, 0x57, 0x80, 0x97, 0x81, 0x1b, 0x40, 0xf6, 0x30, 0xbb, 0x32, 0x1f, 0x7a, 0x07, 0x66, 0x19, 0xfd, 0x53, 0xa0, 0x83, 0x48, 0x4e, 0x6f, 0x23, 0x97, 0xc1, 0x6e, 0xe2, 0x45, 0xe6, 0x45, 0x24, 0x52, 0x26, 0x0e, 0x24, 0x48, 0x1b, 0x50, 0x0f, 0xca, 0xd4, 0x7a, 0xcf, 0xc0, 0x1b, 0xfa, 0xa6, 0x4d, 0xbf, 0x7a, 0x94, 0x41, 0xe3, 0x24, 0xfd, 0xe6, 0x0a, 0x83, 0xe6, 0x49, 0xfa, 0xb5, 0xe3, 0xf4, 0xcc, 0x0c, 0x03, 0x49, 0x28, 0x9c, 0x1c, 0xf6, 0xf0, 0x90, 0x31, 0xbc, 0xc3, 0x0f, 0x3b, 0x14, 0x3b, 0x77, 0xc8, 0xd7, 0xde, 0x71, 0xc5, 0xfb, 0x2f, 0x5f, 0x93, 0xeb, 0x17, 0xbe, 0x8f, 0xcd, 0x5e, 0x01, 0x5e, 0x01, 0x6e, 0x3e, 0x2c, 0xf0, 0x4f, 0x05, 0x7e, 0x4a, 0x00, 0x7d, 0xc2, 0xca, 0xc7, 0x80, 0xc1, 0x4e, 0x2e, 0x9d, 0xb5, 0xdc, 0xd9, 0xfc, 0x88, 0xd8, 0xbc, 0x26, 0xde, 0x29, 0x18, 0x55, 0x70, 0x87, 0x0b, 0x61, 0x04, 0x64, 0xb4, 0xe3, 0xfa, 0x63, 0xc7, 0xe8, 0xba, 0x2b, 0x90, 0xac, 0x87, 0xeb, 0x6e, 0x90, 0xaf, 0xbf, 0x4f, 0x71, 0xeb, 0xad, 0xbe, 0xfd, 0xf9, 0xf7, 0x2e, 0x72, 0xf7, 0xed, 0x1f, 0x22, 0xfe, 0x87, 0xc0, 0xab, 0x04, 0x16, 0xf7, 0xd0, 0xc0, 0x3f, 0x35, 0xf8, 0x29, 0x01, 0x0c, 0x09, 0x7e, 0xb5, 0x4b, 0x31, 0x4c, 0xb9, 0x7f, 0x73, 0xcf, 0xf7, 0xb6, 0xb5, 0xcb, 0x07, 0x6d, 0x9f, 0x0f, 0x22, 0x9c, 0x55, 0x0a, 0x15, 0x6a, 0xf9, 0x71, 0x8d, 0xfe, 0xb0, 0xfb, 0x1d, 0xcb, 0xee, 0xb0, 0xb3, 0x48, 0x91, 0xe2, 0x06, 0xbb, 0xd8, 0xfb, 0x6b, 0x14, 0x9b, 0x57, 0xc8, 0xef, 0xfc, 0xac, 0xb0, 0x1f, 0xbc, 0x7a, 0xc3, 0x5f, 0x7d, 0xf9, 0x02, 0xbd, 0xcd, 0x1f, 0x01, 0x3f, 0x00, 0xde, 0x00, 0x3e, 0x04, 0xf2, 0x4f, 0xbb, 0x01, 0xf9, 0x33, 0xed, 0xba, 0x9e, 0xde, 0x71, 0x0d, 0x9c, 0x04, 0x9e, 0x05, 0x9e, 0x25, 0xaa, 0x9c, 0x65, 0xfe, 0xb1, 0x27, 0xd4, 0xe2, 0xd9, 0x55, 0xb3, 0x70, 0xaa, 0x66, 0x8e, 0x2c, 0xab, 0xa8, 0xb5, 0x88, 0xae, 0xb5, 0x41, 0xc7, 0xa8, 0xb8, 0x52, 0x16, 0x34, 0xa3, 0x0c, 0x31, 0xbd, 0x4c, 0x55, 0xf6, 0xf8, 0x5c, 0x81, 0x1d, 0xec, 0x21, 0xe9, 0x1e, 0x32, 0xec, 0xe0, 0xba, 0x9b, 0xe2, 0x3b, 0x1f, 0x16, 0x7e, 0xeb, 0xda, 0x5d, 0xee, 0xbd, 0x7f, 0x99, 0xe1, 0xee, 0x65, 0xe0, 0x1d, 0xe0, 0x2d, 0xe0, 0x1a, 0xb0, 0xc7, 0x43, 0x04, 0xb7, 0xcf, 0x0d, 0xfc, 0x94, 0x10, 0x46, 0xab, 0xba, 0xb3, 0xc0, 0xa3, 0xc0, 0x17, 0x80, 0x73, 0xe8, 0x68, 0x85, 0x99, 0x47, 0x4e, 0x33, 0xbb, 0x7a, 0x42, 0xcf, 0xad, 0xcc, 0x9b, 0xd6, 0x62, 0x44, 0x52, 0xd7, 0xba, 0xd6, 0x46, 0x27, 0x75, 0x54, 0x94, 0x84, 0x45, 0x06, 0x91, 0xb0, 0x48, 0x61, 0xf3, 0x70, 0x14, 0x43, 0x24, 0x1f, 0xe2, 0x7b, 0x5b, 0xe2, 0xfb, 0x3b, 0x4e, 0x7a, 0x9b, 0x1d, 0x76, 0xef, 0xac, 0xd1, 0x59, 0xbb, 0x41, 0x31, 0xbc, 0x05, 0x5c, 0x01, 0x2e, 0x95, 0xe7, 0x7b, 0x94, 0x4d, 0xc9, 0xcf, 0xba, 0xe7, 0xfe, 0xf3, 0x78, 0xd9, 0x00, 0x42, 0x69, 0x5c, 0x01, 0xe6, 0x80, 0x15, 0xe0, 0x4c, 0x29, 0x8c, 0xe3, 0xe8, 0x78, 0x81, 0xe6, 0xc2, 0x31, 0x6a, 0xb3, 0x73, 0xd4, 0x66, 0xdb, 0xaa, 0xd6, 0x6e, 0x10, 0xd7, 0x2a, 0xe8, 0xc8, 0x28, 0xad, 0x95, 0x78, 0x0f, 0x36, 0x73, 0x14, 0x69, 0x2e, 0x79, 0x6f, 0xc0, 0xb0, 0xb3, 0xc7, 0x60, 0xe7, 0x3e, 0x83, 0xed, 0x0d, 0x6c, 0xb6, 0x45, 0x68, 0x44, 0xdc, 0x04, 0xae, 0x12, 0x78, 0xfa, 0x3d, 0x82, 0xdb, 0xf9, 0x5f, 0xf4, 0xdd, 0x9b, 0xcf, 0xed, 0x1d, 0x9b, 0xd2, 0x0a, 0x34, 0x61, 0x59, 0xa8, 0x45, 0xd8, 0x08, 0x74, 0x1c, 0x78, 0x84, 0xb0, 0x39, 0x60, 0xbe, 0xfc, 0xbe, 0x46, 0x78, 0x1d, 0x25, 0x0e, 0xf5, 0x2d, 0x61, 0x4b, 0x46, 0xa8, 0x23, 0x52, 0x42, 0xaf, 0xed, 0x3e, 0xb0, 0x09, 0xdc, 0x2d, 0x8f, 0x0d, 0x60, 0xf4, 0xae, 0xcd, 0x2f, 0x0c, 0xfa, 0x73, 0x07, 0x3f, 0x25, 0x84, 0xd1, 0x7d, 0x0d, 0xc1, 0x1a, 0xea, 0x25, 0xe8, 0x19, 0xa0, 0x4d, 0x58, 0x2a, 0xae, 0x07, 0x01, 0x8c, 0x1b, 0xed, 0xc5, 0x14, 0xf0, 0xbd, 0xf2, 0xe8, 0x10, 0x98, 0x65, 0x46, 0xa8, 0xc5, 0x3f, 0xf7, 0xb7, 0xac, 0x7e, 0xa9, 0xef, 0xd5, 0x4d, 0x09, 0x62, 0xfa, 0x15, 0xb3, 0xa8, 0x04, 0xad, 0xcb, 0x63, 0xd4, 0x3b, 0x18, 0x09, 0x61, 0xf4, 0xd9, 0xf3, 0x2b, 0x7c, 0xc7, 0xee, 0xd7, 0xe3, 0xd7, 0xe3, 0xaf, 0xc8, 0xf8, 0xbf, 0x7d, 0x02, 0xef, 0xe9, 0xf9, 0x67, 0x35, 0x5a, 0x00, 0x00, 0x00, 0x25, 0x74, 0x45, 0x58, 0x74, 0x64, 0x61, 0x74, 0x65, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x00, 0x32, 0x30, 0x31, 0x34, 0x2d, 0x31, 0x30, 0x2d, 0x30, 0x39, 0x54, 0x30, 0x34, 0x3a, 0x32, 0x32, 0x3a, 0x34, 0x31, 0x2b, 0x30, 0x32, 0x3a, 0x30, 0x30, 0x8a, 0xd0, 0x37, 0xf8, 0x00, 0x00, 0x00, 0x25, 0x74, 0x45, 0x58, 0x74, 0x64, 0x61, 0x74, 0x65, 0x3a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x00, 0x32, 0x30, 0x31, 0x34, 0x2d, 0x31, 0x30, 0x2d, 0x30, 0x39, 0x54, 0x30, 0x34, 0x3a, 0x32, 0x32, 0x3a, 0x34, 0x31, 0x2b, 0x30, 0x32, 0x3a, 0x30, 0x30, 0xfb, 0x8d, 0x8f, 0x44, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x41, 0x64, 0x6f, 0x62, 0x65, 0x20, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x65, 0x61, 0x64, 0x79, 0x71, 0xc9, 0x65, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; static const int down_png_len = 5946; static const unsigned char up_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x3f, 0x08, 0x06, 0x00, 0x00, 0x00, 0x57, 0x5f, 0x10, 0xdf, 0x00, 0x00, 0x00, 0x04, 0x67, 0x41, 0x4d, 0x41, 0x00, 0x00, 0xb1, 0x8f, 0x0b, 0xfc, 0x61, 0x05, 0x00, 0x00, 0x00, 0x20, 0x63, 0x48, 0x52, 0x4d, 0x00, 0x00, 0x7a, 0x26, 0x00, 0x00, 0x80, 0x84, 0x00, 0x00, 0xfa, 0x00, 0x00, 0x00, 0x80, 0xe8, 0x00, 0x00, 0x75, 0x30, 0x00, 0x00, 0xea, 0x60, 0x00, 0x00, 0x3a, 0x98, 0x00, 0x00, 0x17, 0x70, 0x9c, 0xba, 0x51, 0x3c, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x7c, 0x24, 0xfb, 0x84, 0x00, 0x00, 0x16, 0xde, 0x49, 0x44, 0x41, 0x54, 0x68, 0xde, 0xed, 0x9b, 0x59, 0xb0, 0x64, 0xd7, 0x95, 0x96, 0xbf, 0xb5, 0xf7, 0x99, 0x72, 0xb8, 0xf3, 0x54, 0xf3, 0x5c, 0x25, 0x95, 0x84, 0x2c, 0xb5, 0xda, 0x36, 0x1e, 0x30, 0x72, 0x00, 0xdd, 0x04, 0xb8, 0x1b, 0x0c, 0x1d, 0x04, 0x8f, 0xe0, 0x80, 0x50, 0x04, 0x3c, 0xc0, 0x0b, 0x2f, 0x3c, 0x12, 0x41, 0x10, 0x04, 0x8f, 0xf0, 0xd4, 0xaf, 0x3c, 0x12, 0x34, 0x41, 0xe3, 0x07, 0xdb, 0xb4, 0x07, 0x85, 0x65, 0x4d, 0xdd, 0xb6, 0x85, 0xa5, 0x92, 0x54, 0x2a, 0x95, 0x6a, 0xba, 0x55, 0x77, 0xbe, 0x79, 0x33, 0x6f, 0x4e, 0x67, 0xda, 0x7b, 0xf3, 0xb0, 0x4f, 0xe6, 0xcd, 0x5b, 0xbe, 0x92, 0x4a, 0x83, 0xc5, 0x10, 0xce, 0x88, 0x13, 0x99, 0x37, 0xef, 0x39, 0x27, 0xf7, 0xbf, 0xd7, 0xbf, 0xd6, 0xfa, 0xd7, 0xda, 0xfb, 0xc0, 0x6f, 0x5f, 0xff, 0xef, 0xbc, 0xfe, 0xe0, 0x0f, 0xff, 0xf0, 0xff, 0xf4, 0x10, 0xfe, 0xff, 0x78, 0xc9, 0xe7, 0xf6, 0x43, 0x22, 0x0f, 0xff, 0xde, 0xa1, 0xdf, 0x8e, 0xa2, 0xc8, 0x65, 0x59, 0x86, 0x88, 0x38, 0xe7, 0xdc, 0xe7, 0x32, 0xa6, 0xe0, 0x37, 0x08, 0x74, 0x04, 0x50, 0x55, 0xbf, 0x13, 0x01, 0x61, 0x10, 0x86, 0xd1, 0xdc, 0xc2, 0x52, 0x63, 0x7a, 0x61, 0xa5, 0x1e, 0x25, 0xb5, 0xc0, 0x14, 0x85, 0xe9, 0xb5, 0x77, 0xd2, 0xd6, 0xf6, 0x66, 0x5f, 0x24, 0x4f, 0x81, 0x42, 0x44, 0x72, 0xa0, 0x44, 0xc4, 0xe2, 0x9c, 0x3d, 0x79, 0xea, 0x34, 0xf7, 0x57, 0xef, 0x7d, 0xf6, 0xe3, 0xfc, 0x0d, 0x80, 0x16, 0x40, 0x03, 0xb1, 0x52, 0xba, 0xf1, 0xc4, 0x57, 0xff, 0xc6, 0xf9, 0xe8, 0xcc, 0x33, 0x5f, 0x4e, 0xe3, 0x85, 0x2f, 0xe6, 0x41, 0xf3, 0x31, 0x49, 0xa6, 0x4f, 0xea, 0xb8, 0xbe, 0x80, 0x73, 0x81, 0x73, 0xd6, 0x5f, 0x68, 0x8c, 0xb5, 0xb6, 0xec, 0xd8, 0xb4, 0xb7, 0x1e, 0x96, 0xfd, 0xf7, 0x6a, 0x45, 0xfb, 0xf5, 0xb0, 0x7d, 0xfb, 0x2f, 0xde, 0xfe, 0xe9, 0xff, 0x78, 0xab, 0xd7, 0xdd, 0xef, 0x8a, 0x48, 0x0a, 0x18, 0x11, 0xb1, 0xc6, 0x98, 0xff, 0xbb, 0xc0, 0x57, 0xa0, 0x47, 0x16, 0x6e, 0x3c, 0xf6, 0xa5, 0xe7, 0x2e, 0xc4, 0x57, 0x9e, 0xfb, 0x76, 0x2f, 0x5a, 0xfa, 0x16, 0xcd, 0xe5, 0x27, 0xa7, 0xa6, 0x9a, 0xd1, 0xf2, 0xc2, 0x1c, 0xd3, 0xcd, 0x06, 0x51, 0x14, 0xe1, 0x00, 0x6b, 0x1d, 0x0e, 0x70, 0x0e, 0x44, 0x40, 0x9c, 0xc3, 0x98, 0x92, 0xe1, 0x70, 0x48, 0x7b, 0xbf, 0x47, 0x6b, 0xaf, 0x6d, 0xf2, 0xee, 0xce, 0xbd, 0x24, 0xdb, 0xfd, 0x9f, 0xb5, 0xed, 0x6b, 0x7f, 0xf2, 0xc6, 0x8f, 0xfe, 0xeb, 0xaf, 0x8a, 0xa2, 0xd8, 0x17, 0x91, 0xfc, 0xb3, 0x9a, 0x84, 0x4f, 0x05, 0x7e, 0xc2, 0xd2, 0x01, 0x30, 0xf5, 0xe4, 0x73, 0x7f, 0xf7, 0x69, 0x73, 0xf6, 0x6b, 0xcf, 0xf7, 0x6b, 0xc7, 0xbf, 0xb5, 0xb8, 0xbc, 0x32, 0x75, 0xe6, 0xf8, 0x12, 0x71, 0x5c, 0x63, 0x3f, 0x33, 0xec, 0xa7, 0x06, 0x63, 0xe1, 0xc0, 0x9f, 0xdd, 0x07, 0xdc, 0x13, 0xe2, 0x40, 0x31, 0x1d, 0x2b, 0x42, 0x31, 0xb4, 0xf6, 0xda, 0xdc, 0x5f, 0x5d, 0x2d, 0xe8, 0x6e, 0xbc, 0x3c, 0xb3, 0xff, 0xde, 0x1f, 0xbf, 0xfd, 0x83, 0xff, 0xfc, 0x93, 0x34, 0x4d, 0xf7, 0x44, 0xa4, 0x70, 0xce, 0xd9, 0x4f, 0x13, 0x1f, 0x3e, 0x31, 0xf8, 0x0a, 0xb8, 0x06, 0x6a, 0x67, 0x9f, 0x78, 0xf6, 0x62, 0xfd, 0x77, 0xfe, 0xde, 0xbf, 0xe8, 0x36, 0xcf, 0xfd, 0xc3, 0xb3, 0x67, 0xcf, 0x36, 0x4e, 0x2e, 0xcf, 0xd3, 0xc9, 0xa0, 0x93, 0x1a, 0xac, 0x3d, 0x6a, 0x70, 0x8f, 0x3e, 0xe0, 0x50, 0xc3, 0x6c, 0xa2, 0xc8, 0x87, 0x7d, 0x6e, 0xdd, 0xbe, 0x5d, 0xda, 0xd6, 0xbd, 0x17, 0xea, 0x6b, 0xaf, 0xfd, 0x87, 0xb7, 0x5e, 0xf8, 0xef, 0x3f, 0x07, 0xba, 0x80, 0xf9, 0xa4, 0x11, 0x52, 0x7f, 0x42, 0xe0, 0x02, 0x84, 0x4a, 0xe9, 0x85, 0xab, 0xdf, 0x7a, 0xfe, 0x8f, 0x06, 0x97, 0xfe, 0xd6, 0x1f, 0x37, 0x4f, 0x3f, 0xf9, 0xcd, 0x67, 0x9e, 0xbc, 0x12, 0x15, 0xba, 0xc6, 0x76, 0xdf, 0x32, 0x2c, 0x2c, 0x7e, 0x48, 0x13, 0x96, 0x76, 0x16, 0xe7, 0x0c, 0xd6, 0x94, 0x98, 0xb2, 0xc0, 0x94, 0x05, 0xd6, 0x1a, 0xb0, 0x06, 0xc1, 0x31, 0x26, 0xd2, 0x44, 0x62, 0xb0, 0x0e, 0x06, 0x85, 0xa3, 0x20, 0xe4, 0xf8, 0xca, 0xb2, 0xaa, 0xcf, 0x2c, 0x5e, 0x58, 0xb3, 0xb3, 0xdf, 0x3e, 0x7e, 0xee, 0x4a, 0x4c, 0xeb, 0xf6, 0x8d, 0x61, 0xbf, 0x9f, 0x8a, 0x88, 0xd1, 0x5a, 0xf3, 0x71, 0xe7, 0xe0, 0x63, 0x5b, 0xbe, 0x02, 0x1e, 0xcf, 0xcc, 0x2f, 0x9d, 0x5c, 0xfe, 0xeb, 0xcf, 0xff, 0xab, 0xee, 0xdc, 0xd5, 0x7f, 0xf2, 0x85, 0xab, 0x97, 0x43, 0x15, 0xd7, 0x69, 0xf5, 0xcb, 0x89, 0x5b, 0x8e, 0xc0, 0x5a, 0xd2, 0x34, 0xa3, 0x3f, 0x18, 0x32, 0x18, 0x0e, 0xc9, 0xb3, 0x94, 0x22, 0xcf, 0x71, 0xa6, 0xf4, 0xe7, 0x88, 0x20, 0x4a, 0x13, 0x84, 0x11, 0x71, 0x9c, 0x50, 0xab, 0x25, 0x34, 0x6a, 0x35, 0x92, 0x24, 0x46, 0xb4, 0x46, 0x44, 0x1d, 0x1a, 0xa6, 0x16, 0x47, 0x23, 0x30, 0xdc, 0xbd, 0x75, 0xcb, 0x0d, 0xef, 0xbf, 0xf5, 0xe3, 0xe0, 0xc6, 0xf7, 0xff, 0xf5, 0x9d, 0x6b, 0x7f, 0xfe, 0x36, 0x30, 0x04, 0x3e, 0x96, 0x1b, 0x3c, 0x32, 0xf8, 0x09, 0xff, 0xae, 0x2d, 0x9d, 0xba, 0x70, 0xb9, 0xf6, 0xf5, 0xef, 0xfc, 0x7b, 0x56, 0x9e, 0xf8, 0x9b, 0x4f, 0x3f, 0x7e, 0x49, 0x5a, 0xa9, 0xa3, 0x30, 0x93, 0x16, 0x76, 0x14, 0x45, 0x4e, 0x7b, 0xbf, 0x47, 0xa7, 0xd3, 0x21, 0xeb, 0xef, 0xe3, 0xb2, 0x3e, 0x81, 0x49, 0x99, 0x4e, 0x14, 0x33, 0x8d, 0x84, 0x5a, 0x1c, 0xa1, 0xb5, 0xc6, 0x5a, 0x4b, 0x9a, 0x17, 0x74, 0x07, 0x19, 0xed, 0x7e, 0x46, 0x4a, 0x80, 0x8a, 0x9b, 0x44, 0xf5, 0x29, 0x66, 0x66, 0x66, 0x99, 0x9d, 0x99, 0x26, 0x8a, 0x63, 0x44, 0xe9, 0x43, 0x13, 0x5b, 0xd3, 0xd0, 0xd9, 0xdd, 0x64, 0xed, 0xdd, 0x5f, 0xbe, 0x5b, 0xbf, 0xf5, 0x67, 0xff, 0xf2, 0xce, 0x2f, 0x5f, 0x78, 0x05, 0xe8, 0xb9, 0x71, 0x0a, 0xf9, 0x6c, 0xc1, 0x7b, 0xe0, 0xa7, 0x2f, 0x3d, 0x1e, 0x7e, 0xe5, 0x1f, 0xff, 0xa7, 0xda, 0xe9, 0xa7, 0xbe, 0xf6, 0xf8, 0xa5, 0x73, 0xec, 0x0c, 0x26, 0xe8, 0xed, 0x1c, 0x65, 0x59, 0xb0, 0xdb, 0x6a, 0xd3, 0x6a, 0xed, 0x52, 0xf6, 0x5a, 0x34, 0x18, 0x72, 0xf1, 0xc4, 0x22, 0xc7, 0x4e, 0x9e, 0x82, 0xda, 0x1c, 0x3d, 0x1b, 0xd1, 0x49, 0x0d, 0x83, 0xdc, 0x52, 0x5a, 0x87, 0xe0, 0x48, 0x42, 0xcd, 0x54, 0xac, 0x99, 0x0e, 0x0d, 0x41, 0xde, 0xa1, 0xbd, 0xb5, 0xc6, 0xfb, 0xf7, 0xd6, 0x68, 0x65, 0x1a, 0xdd, 0x5c, 0x60, 0x6e, 0x61, 0x91, 0xc5, 0x85, 0x39, 0x82, 0x28, 0x3e, 0xc4, 0x04, 0x2d, 0x96, 0x6c, 0xbf, 0xc5, 0x9d, 0x37, 0x5f, 0x5b, 0xad, 0xbf, 0xff, 0x83, 0x7f, 0x7e, 0xff, 0x8d, 0x17, 0x5f, 0x14, 0x91, 0xae, 0xb5, 0xf6, 0x91, 0x26, 0xe0, 0x91, 0xc0, 0x8f, 0xa8, 0x3e, 0xbd, 0xb0, 0x7c, 0xa5, 0xfe, 0x57, 0xff, 0xd9, 0x7f, 0xac, 0x9d, 0x7d, 0xe6, 0xb9, 0x2b, 0x97, 0xce, 0xb3, 0x37, 0x3c, 0xb0, 0xb6, 0xb3, 0x86, 0x6e, 0xb7, 0xc7, 0xc6, 0xc6, 0x06, 0x59, 0x67, 0x9b, 0x59, 0x35, 0xe4, 0xa9, 0xab, 0x97, 0x08, 0x17, 0xcf, 0x73, 0xbb, 0x6d, 0xd9, 0xe9, 0x65, 0x94, 0xa3, 0xe0, 0xe7, 0x1c, 0xaa, 0x8a, 0x05, 0xd6, 0x39, 0x9c, 0x03, 0x0b, 0x08, 0x82, 0x56, 0xc2, 0x54, 0x2d, 0xe4, 0xdc, 0x5c, 0x44, 0x3d, 0xdd, 0xe4, 0xc6, 0xf5, 0x77, 0x78, 0xb0, 0x6f, 0x08, 0x67, 0x57, 0x38, 0x76, 0xec, 0x38, 0x33, 0x33, 0xd3, 0x88, 0x0e, 0xc7, 0x43, 0x17, 0x2c, 0xfd, 0xf6, 0x0e, 0xab, 0x6f, 0xbe, 0x72, 0x27, 0xb8, 0xf6, 0x27, 0xcf, 0xef, 0xde, 0x7a, 0xf3, 0x55, 0x11, 0xe9, 0x3f, 0x4a, 0x26, 0xf8, 0xc8, 0x80, 0x57, 0xd1, 0x3d, 0x0a, 0xc3, 0xe8, 0x74, 0xf3, 0xeb, 0xdf, 0xf9, 0x37, 0xfa, 0xf4, 0xb3, 0x7f, 0xfb, 0xca, 0xe5, 0x0b, 0x74, 0xb2, 0xd1, 0x19, 0x0e, 0x6b, 0x4a, 0xb6, 0xb7, 0x77, 0xd9, 0x78, 0x70, 0x0f, 0xf6, 0xee, 0xf1, 0xec, 0xa5, 0xe3, 0x1c, 0x7f, 0xe2, 0x2f, 0x73, 0xbd, 0x57, 0xe7, 0x76, 0x2b, 0xa7, 0x9f, 0x16, 0xc4, 0xca, 0x50, 0x93, 0x92, 0xc4, 0x65, 0x04, 0x26, 0x45, 0x8d, 0x8e, 0x72, 0x48, 0x60, 0x33, 0x12, 0x31, 0x44, 0xca, 0xa2, 0x95, 0xd0, 0xcf, 0x0d, 0xeb, 0xfb, 0x05, 0x9b, 0x79, 0xc2, 0xf1, 0xb3, 0x17, 0xb9, 0xb2, 0x18, 0xb1, 0xbb, 0x7a, 0x93, 0x9d, 0x4e, 0x9f, 0x12, 0x45, 0x23, 0xf1, 0x6e, 0xe0, 0xc7, 0x26, 0x9e, 0x11, 0x51, 0x63, 0xb6, 0x5d, 0xe8, 0xa7, 0xc2, 0xbd, 0x5b, 0xaf, 0x16, 0xc3, 0x7e, 0x0b, 0x28, 0x3f, 0x0a, 0xdb, 0x87, 0x82, 0x9f, 0x48, 0x67, 0x4b, 0xb3, 0x5f, 0xfc, 0xf6, 0x3f, 0x35, 0xe7, 0xbe, 0xfe, 0xfc, 0x13, 0x57, 0xaf, 0xaa, 0x81, 0xa9, 0x2e, 0x73, 0x16, 0x53, 0xe6, 0xac, 0xad, 0x6f, 0xb2, 0xbb, 0x7e, 0x87, 0x59, 0xdb, 0xe6, 0xcb, 0x5f, 0xf9, 0x1a, 0x77, 0x58, 0xe1, 0xf6, 0x6e, 0x86, 0xb5, 0x86, 0xba, 0x14, 0x84, 0x66, 0xc0, 0xb0, 0xdf, 0x63, 0x38, 0x4c, 0x49, 0xb3, 0x9c, 0xbc, 0x28, 0x29, 0x8a, 0x82, 0xb2, 0x28, 0xc9, 0x8b, 0x82, 0xbc, 0x28, 0xc9, 0xf2, 0x9c, 0x74, 0x98, 0x52, 0x64, 0x03, 0x62, 0x4a, 0x92, 0x40, 0xb0, 0xa2, 0xd8, 0xea, 0x96, 0xec, 0xb9, 0x26, 0x4f, 0x5e, 0xb9, 0x80, 0xee, 0xdc, 0x63, 0x6d, 0x6b, 0x87, 0xcc, 0x2a, 0xa6, 0x9b, 0xf5, 0xf1, 0x04, 0x88, 0x28, 0xa2, 0xa4, 0xce, 0xd0, 0xe8, 0x63, 0x69, 0xe9, 0xe6, 0xdd, 0xc6, 0x5b, 0xaf, 0x39, 0xe7, 0x7a, 0x22, 0x62, 0x3e, 0x0d, 0x78, 0x01, 0xa6, 0xea, 0x27, 0x1f, 0xff, 0x86, 0xb9, 0xfa, 0x07, 0xff, 0xee, 0xd2, 0x13, 0x4f, 0xd7, 0x89, 0x92, 0x8a, 0x72, 0x0e, 0x5b, 0x16, 0x3c, 0x78, 0xb0, 0x4e, 0x7b, 0xfd, 0x36, 0xa7, 0x6a, 0x25, 0x17, 0x7e, 0xf7, 0x9b, 0xfc, 0x6a, 0x1b, 0x7a, 0x59, 0x41, 0x43, 0x97, 0xe8, 0xbc, 0x47, 0x7f, 0xd0, 0x27, 0xcb, 0x0b, 0x5c, 0xe5, 0xdf, 0xce, 0x1a, 0xc4, 0x55, 0xa9, 0xcd, 0x59, 0x44, 0xa8, 0xb4, 0x40, 0x95, 0x1d, 0x70, 0x14, 0x65, 0x49, 0x96, 0xe5, 0x48, 0x99, 0x51, 0x0b, 0x85, 0xcc, 0x2a, 0x36, 0xfa, 0x96, 0xa5, 0x53, 0x17, 0x58, 0x96, 0x0e, 0x0f, 0xee, 0x3f, 0x20, 0xb5, 0x8a, 0xe9, 0x46, 0xbd, 0xca, 0x08, 0x82, 0xd2, 0x9a, 0x20, 0xae, 0xd1, 0xc9, 0xe5, 0x8a, 0x1d, 0xb6, 0xd7, 0x5c, 0xfb, 0xfe, 0x0d, 0x20, 0xe5, 0x43, 0x44, 0x85, 0xfe, 0x10, 0xe0, 0x00, 0x11, 0xa2, 0x2e, 0xe8, 0xdf, 0xf9, 0x07, 0xff, 0x76, 0xfe, 0xf2, 0x97, 0x1e, 0x9b, 0x5f, 0x5c, 0xc6, 0xa1, 0xbc, 0x8f, 0x9b, 0x82, 0xcd, 0x8d, 0x4d, 0x5a, 0x0f, 0xde, 0xe7, 0x64, 0xc3, 0xb1, 0xf2, 0xd4, 0x73, 0xbc, 0xb5, 0xe5, 0xad, 0x5d, 0x73, 0x29, 0x69, 0xbf, 0x4b, 0x5e, 0x78, 0xe6, 0x89, 0xb3, 0x48, 0x95, 0xe3, 0x9d, 0x2d, 0x11, 0x67, 0xbc, 0xae, 0xad, 0x0e, 0xeb, 0x2c, 0xce, 0xda, 0x83, 0xef, 0xaa, 0x9c, 0x6f, 0xac, 0x23, 0xcb, 0x73, 0x62, 0x65, 0xd1, 0x61, 0x44, 0x6b, 0x68, 0x48, 0xe6, 0x4f, 0x72, 0x2c, 0xe8, 0xf1, 0xe0, 0xfe, 0x2a, 0x46, 0x45, 0x4c, 0x55, 0x13, 0x00, 0x42, 0x14, 0x45, 0x0c, 0xad, 0x56, 0x99, 0xe1, 0xaa, 0x5d, 0x7b, 0xf3, 0x45, 0x4c, 0xbe, 0x25, 0x22, 0xe5, 0x27, 0x01, 0xaf, 0x80, 0x79, 0x75, 0xe6, 0x77, 0xff, 0x28, 0xbc, 0xfa, 0xfb, 0xdf, 0x39, 0x7d, 0xfe, 0xb2, 0xd2, 0x41, 0xc4, 0x28, 0xb8, 0x75, 0xda, 0x7b, 0x6c, 0xac, 0xde, 0x62, 0x9e, 0x2e, 0xc7, 0x9f, 0xfe, 0x26, 0xef, 0xee, 0x64, 0x08, 0x96, 0xb0, 0xe8, 0xd3, 0xef, 0x0f, 0x00, 0x87, 0x16, 0xef, 0x1a, 0x38, 0xeb, 0x85, 0x8c, 0x2d, 0x0f, 0x3e, 0x33, 0x02, 0xef, 0x41, 0x7b, 0xf0, 0xf8, 0xcf, 0x38, 0x9c, 0x73, 0x15, 0xa5, 0x05, 0x63, 0x0c, 0xca, 0x1a, 0xc2, 0x38, 0x62, 0x3f, 0xb3, 0x24, 0xf3, 0x27, 0x98, 0x29, 0xb7, 0x59, 0xdf, 0xdc, 0x26, 0x4c, 0xea, 0xd4, 0x6a, 0x75, 0x44, 0x29, 0x44, 0x84, 0x24, 0x49, 0xe8, 0xa4, 0x76, 0xda, 0x16, 0x99, 0xb8, 0xad, 0x1b, 0xbf, 0xc0, 0xab, 0xc0, 0x23, 0xa3, 0xbf, 0xfa, 0x50, 0xab, 0x23, 0xe7, 0x82, 0x8b, 0x7f, 0xe5, 0x1f, 0xcd, 0x1e, 0x3b, 0xad, 0xe3, 0x38, 0xf6, 0x6e, 0xee, 0x1c, 0x45, 0x3a, 0x60, 0xfd, 0xfe, 0x5d, 0x82, 0xde, 0x3a, 0xa7, 0x9f, 0xfe, 0x06, 0x37, 0x5b, 0x25, 0x58, 0x8b, 0xca, 0xba, 0xf4, 0x87, 0x29, 0x52, 0x01, 0x76, 0xa6, 0x04, 0x5b, 0x82, 0x29, 0xc1, 0x1a, 0x9c, 0xb3, 0x28, 0xfc, 0x21, 0xd5, 0x24, 0x60, 0xad, 0x67, 0x82, 0x2d, 0xc1, 0x95, 0x38, 0x3b, 0x71, 0x8d, 0x33, 0x88, 0xb3, 0x28, 0x01, 0x63, 0x4a, 0x8a, 0x7e, 0x87, 0x10, 0xcb, 0x76, 0x37, 0x27, 0x3e, 0xf7, 0x45, 0x66, 0x74, 0xca, 0xc6, 0xfd, 0x3b, 0x64, 0xc3, 0x1e, 0xce, 0x7a, 0xf7, 0x4e, 0x92, 0x98, 0xf9, 0x63, 0x67, 0xd0, 0xa7, 0x9e, 0xf9, 0x36, 0xb5, 0xd9, 0xa7, 0x80, 0xba, 0x4c, 0xd4, 0xd8, 0x1f, 0x09, 0xbe, 0xfa, 0x7e, 0x46, 0x9d, 0x78, 0xf2, 0x39, 0xbd, 0x74, 0xe9, 0x89, 0x85, 0x85, 0x05, 0x10, 0x4f, 0x77, 0x4c, 0xc1, 0xce, 0xd6, 0x16, 0xd9, 0xce, 0x3d, 0xce, 0x5d, 0xbe, 0xca, 0xdd, 0x41, 0x44, 0x69, 0x2d, 0xaa, 0xec, 0x33, 0x4c, 0xf3, 0xb1, 0xaa, 0x73, 0xd6, 0x1c, 0x00, 0x19, 0xf9, 0x38, 0x3e, 0xad, 0x39, 0x0f, 0x1f, 0x5b, 0x99, 0xc4, 0x3a, 0x01, 0x51, 0x15, 0xe3, 0x3d, 0x13, 0x94, 0x54, 0xe9, 0xd0, 0x99, 0x6a, 0x92, 0x0c, 0xb6, 0x2c, 0x28, 0x87, 0x5d, 0x94, 0x38, 0x36, 0xba, 0x86, 0x95, 0xc7, 0xbf, 0x8c, 0xdd, 0x5f, 0x67, 0x6b, 0xfd, 0x01, 0xae, 0xcc, 0x2b, 0x97, 0x11, 0x16, 0xe6, 0x67, 0x09, 0x16, 0xce, 0xce, 0xa8, 0x33, 0x5f, 0xfa, 0xfb, 0xc0, 0xd2, 0x07, 0x31, 0xfc, 0xd7, 0xc0, 0x57, 0x93, 0x14, 0x00, 0x27, 0xd4, 0xa9, 0x67, 0xff, 0x4e, 0x63, 0x7e, 0x45, 0xd5, 0x92, 0xc4, 0xff, 0xd3, 0x59, 0xf2, 0xe1, 0x80, 0xd6, 0xe6, 0x7d, 0x66, 0x13, 0xcd, 0x60, 0xe6, 0x22, 0x69, 0x6e, 0x50, 0x65, 0x4a, 0x96, 0x66, 0x1e, 0xb8, 0x35, 0xde, 0x0a, 0xa6, 0xac, 0xb4, 0xb6, 0xab, 0xa4, 0xba, 0x07, 0xa8, 0x26, 0x52, 0x94, 0x67, 0xd2, 0xe8, 0x77, 0xab, 0xdf, 0x16, 0x3f, 0x24, 0xa5, 0x94, 0xb7, 0x7a, 0xf5, 0xbb, 0xe0, 0x50, 0x4a, 0x70, 0xb6, 0xc4, 0x0c, 0xbb, 0x18, 0x6b, 0x69, 0x31, 0xcd, 0x89, 0x13, 0x27, 0x69, 0x6f, 0xad, 0x91, 0xf6, 0xbb, 0x95, 0xf5, 0x1d, 0x71, 0x14, 0x32, 0xb5, 0x70, 0x0c, 0x7d, 0xfc, 0x89, 0xdf, 0x43, 0xf4, 0x39, 0x20, 0x3e, 0xca, 0xf8, 0x47, 0x59, 0x5e, 0x80, 0x3a, 0x51, 0xe3, 0xb2, 0x5e, 0x3c, 0xff, 0xec, 0xf4, 0xec, 0xfc, 0xd8, 0xea, 0xce, 0x94, 0xb4, 0x5a, 0xbb, 0x98, 0xee, 0x16, 0x4b, 0x97, 0x9e, 0x66, 0x6f, 0xe0, 0x69, 0x5a, 0x66, 0xc3, 0xb1, 0xb5, 0xb1, 0x15, 0xe5, 0x11, 0x64, 0x6c, 0x6f, 0x19, 0xdf, 0x18, 0x2c, 0xce, 0x39, 0x9c, 0xb3, 0xd8, 0x4a, 0x19, 0x4e, 0x4c, 0x11, 0x22, 0x82, 0x56, 0xca, 0x4f, 0x06, 0xf8, 0x7b, 0x3a, 0x0b, 0xb6, 0xac, 0x0a, 0x21, 0x8b, 0x2b, 0x33, 0x5c, 0x99, 0x31, 0xcc, 0x4b, 0x6a, 0xa7, 0x9f, 0x22, 0xc8, 0xdb, 0xb4, 0xb6, 0x37, 0x71, 0xa6, 0x18, 0x43, 0x98, 0x9e, 0x99, 0x46, 0xcd, 0x9f, 0x39, 0x26, 0x2b, 0x57, 0xbe, 0x0a, 0x4c, 0x1f, 0x85, 0xf5, 0x28, 0xf0, 0x0a, 0x98, 0x55, 0x27, 0x9e, 0xfa, 0xaa, 0x9e, 0x3d, 0x59, 0x6f, 0x34, 0x1a, 0x8c, 0x4c, 0x94, 0x67, 0x29, 0xad, 0x9d, 0x4d, 0xa6, 0x93, 0x80, 0x61, 0xed, 0x18, 0xc6, 0x39, 0x6c, 0x3e, 0xc4, 0x1a, 0x1f, 0xbd, 0x65, 0x5c, 0xcc, 0xf8, 0xd8, 0x60, 0x6d, 0xf5, 0x19, 0xff, 0xd9, 0x5a, 0x83, 0x31, 0x16, 0x53, 0x7d, 0xc6, 0x1a, 0x1f, 0xe8, 0x2a, 0x80, 0x9e, 0xb4, 0xde, 0xc2, 0xaa, 0x42, 0x2f, 0x22, 0x15, 0xa3, 0xac, 0x9f, 0x58, 0x5b, 0xfa, 0xef, 0x8a, 0x14, 0xe7, 0x1c, 0xad, 0x22, 0x60, 0x79, 0xe5, 0x04, 0x7b, 0xdb, 0x1b, 0xa4, 0x83, 0x9e, 0x3f, 0x0f, 0xa8, 0xd7, 0x12, 0x74, 0x73, 0x51, 0xd4, 0xca, 0xd5, 0x6f, 0x7c, 0x10, 0xf5, 0x8f, 0x02, 0xaf, 0x81, 0x05, 0xb5, 0x78, 0xe1, 0x59, 0x5d, 0x9f, 0x21, 0x8e, 0x42, 0x6f, 0x2f, 0x6b, 0x58, 0xdf, 0xda, 0xa1, 0xe8, 0xee, 0xb2, 0x70, 0xea, 0x22, 0x9d, 0xb4, 0xf4, 0x14, 0x2f, 0xb3, 0x71, 0xd4, 0x76, 0x15, 0x80, 0x11, 0x8f, 0x9d, 0x08, 0xd6, 0x81, 0xb3, 0x16, 0x67, 0x1d, 0xd6, 0x3a, 0xec, 0xc8, 0x2d, 0x2a, 0x86, 0x1c, 0xce, 0x06, 0x07, 0xb1, 0x41, 0x9c, 0x43, 0x89, 0x78, 0xfa, 0x8b, 0x3a, 0xe8, 0x0b, 0x56, 0x99, 0x41, 0x9c, 0x01, 0x53, 0x30, 0xcc, 0x0d, 0x8d, 0x13, 0x97, 0xb1, 0xfd, 0x5d, 0xd6, 0x37, 0xb7, 0xb1, 0xa6, 0x00, 0x1c, 0x51, 0x10, 0x10, 0xd6, 0xa7, 0x91, 0xe6, 0xd2, 0x5f, 0x02, 0x56, 0x80, 0xe8, 0x61, 0xea, 0x3f, 0x0c, 0x5e, 0xf0, 0x8d, 0xc6, 0x25, 0x35, 0xbd, 0x72, 0x49, 0xc2, 0xa4, 0xca, 0x3e, 0x8e, 0x8d, 0x56, 0x8f, 0xde, 0x7e, 0x07, 0x35, 0x6c, 0xa3, 0xe6, 0x4e, 0x51, 0x1a, 0x07, 0x65, 0x5e, 0x51, 0xd8, 0x1c, 0x5c, 0x5e, 0xa5, 0xa7, 0x91, 0xf5, 0x71, 0xd6, 0xb7, 0xac, 0xc6, 0x79, 0xde, 0x5b, 0x70, 0x44, 0xfd, 0xc3, 0xa9, 0xce, 0x4e, 0x88, 0x1f, 0x7f, 0xad, 0x54, 0xfe, 0x2e, 0x80, 0x56, 0x0a, 0x35, 0x2e, 0xec, 0x1c, 0xae, 0xcc, 0xb1, 0xce, 0x91, 0x86, 0xb3, 0x34, 0x63, 0xcd, 0xa0, 0xdb, 0x66, 0x6d, 0xa7, 0x33, 0x6e, 0x91, 0x11, 0x26, 0xa8, 0xd9, 0x93, 0xcb, 0xd4, 0x66, 0xcf, 0x01, 0x35, 0x1e, 0xaa, 0x65, 0x82, 0x23, 0xc0, 0x27, 0x84, 0xc9, 0x09, 0x69, 0x2c, 0x2c, 0xa1, 0x43, 0x56, 0x5b, 0x43, 0x8c, 0xb5, 0xe4, 0xfd, 0x3e, 0x2e, 0xed, 0xd2, 0xa8, 0xc5, 0x0c, 0xa5, 0x8e, 0x73, 0x39, 0xae, 0xcc, 0x2b, 0xad, 0x27, 0x80, 0x07, 0x21, 0x52, 0x79, 0xf1, 0xa8, 0x86, 0xb1, 0x7e, 0xf0, 0xa3, 0xf7, 0x91, 0x88, 0x19, 0xbd, 0x7b, 0xaa, 0x8f, 0xac, 0xca, 0x21, 0xf1, 0xa3, 0x2a, 0x4b, 0x29, 0x19, 0x05, 0x44, 0x87, 0xab, 0xe2, 0x8f, 0x20, 0x55, 0x26, 0x71, 0xf4, 0x73, 0xc7, 0xf4, 0xfc, 0x12, 0xfd, 0x4e, 0x8f, 0x5e, 0x7f, 0xc0, 0xad, 0xed, 0x1e, 0x81, 0xd6, 0x38, 0x15, 0xa0, 0x92, 0xa9, 0x40, 0xa6, 0x8f, 0x5d, 0x76, 0xc3, 0x76, 0x03, 0x68, 0x31, 0xa1, 0xf8, 0x0e, 0x59, 0xbe, 0xa2, 0x45, 0x5d, 0x9a, 0x4b, 0xa7, 0x24, 0xaa, 0x07, 0xa2, 0x02, 0xb2, 0xd2, 0x52, 0x1a, 0x0b, 0x65, 0x8e, 0xcd, 0xfa, 0x34, 0xa6, 0x67, 0x19, 0x16, 0x1e, 0x48, 0xa8, 0xab, 0xc1, 0x29, 0x3f, 0x7c, 0x51, 0xea, 0x00, 0xc4, 0x18, 0x20, 0x07, 0x80, 0xad, 0x1b, 0x67, 0x84, 0xf1, 0xff, 0x27, 0x19, 0x30, 0x0a, 0x86, 0x55, 0x08, 0xac, 0x88, 0xe4, 0x2d, 0xae, 0x46, 0x01, 0x91, 0x71, 0xf6, 0x08, 0x94, 0x80, 0x35, 0xe4, 0xc6, 0x92, 0xcc, 0x2e, 0x63, 0xb3, 0x3e, 0xae, 0xcc, 0x30, 0xa5, 0x21, 0x2b, 0xad, 0xd7, 0xfe, 0x61, 0x82, 0x34, 0x97, 0xce, 0x00, 0x8d, 0x87, 0x2d, 0x7f, 0x14, 0xed, 0x13, 0x92, 0x99, 0x65, 0x09, 0x22, 0x61, 0x0c, 0xc6, 0xe2, 0x4c, 0x81, 0x2b, 0x86, 0xc4, 0x53, 0xf3, 0x14, 0xa5, 0x07, 0xb0, 0xd8, 0x8c, 0x27, 0xe8, 0xae, 0x2a, 0x45, 0xe6, 0x07, 0xe8, 0xc7, 0x5a, 0xd1, 0x6f, 0x1c, 0xcb, 0x27, 0x5e, 0x13, 0x52, 0x76, 0xc2, 0xd8, 0x13, 0x0c, 0xa8, 0xa8, 0x7d, 0xe8, 0x18, 0xa7, 0x72, 0x1c, 0x30, 0xdf, 0x88, 0x70, 0xd6, 0x60, 0x9d, 0x23, 0xa8, 0xcf, 0xe0, 0xf2, 0x41, 0x95, 0xef, 0x0f, 0xdc, 0x50, 0x85, 0x09, 0x92, 0x4c, 0x2f, 0x01, 0xcd, 0x87, 0x83, 0xde, 0x91, 0xe0, 0x25, 0x4c, 0xa6, 0x45, 0x05, 0x07, 0x13, 0xe5, 0xbc, 0x96, 0xb7, 0x79, 0x8a, 0x8a, 0x6a, 0xbe, 0xf6, 0x76, 0x8e, 0x46, 0x12, 0x52, 0x8b, 0x43, 0x0f, 0xba, 0x62, 0x8e, 0x12, 0x75, 0x40, 0xd3, 0xd1, 0xb5, 0x4c, 0x00, 0xab, 0x62, 0xc2, 0x48, 0xbf, 0x1f, 0xc4, 0x86, 0xc3, 0x2c, 0xb1, 0x63, 0xdd, 0xef, 0x81, 0xdb, 0x31, 0x23, 0x04, 0x57, 0xb9, 0x42, 0xb3, 0x16, 0x55, 0xc2, 0xc9, 0x41, 0x54, 0x47, 0x6c, 0x01, 0xa6, 0x60, 0xdc, 0xcc, 0x11, 0xf1, 0xb5, 0xbf, 0x8e, 0x9a, 0x47, 0xf9, 0xfc, 0xc3, 0xe0, 0x15, 0x10, 0x38, 0x1d, 0x36, 0x0e, 0x9f, 0xe6, 0x7c, 0x3a, 0x2a, 0x33, 0x10, 0x7d, 0x48, 0xbc, 0x2c, 0x4d, 0x25, 0x15, 0x10, 0xa9, 0xc0, 0x4b, 0xe5, 0xc5, 0x07, 0x34, 0x3d, 0x54, 0x57, 0x39, 0x37, 0xfe, 0xd3, 0x07, 0xc2, 0x09, 0x95, 0x33, 0x12, 0x3e, 0xe3, 0x77, 0x50, 0x22, 0xd5, 0x39, 0xd5, 0x7d, 0xc5, 0xdf, 0x7d, 0xa6, 0x1e, 0xa1, 0x95, 0x4c, 0xa8, 0x46, 0x8d, 0x1a, 0xb9, 0xd4, 0x44, 0x13, 0xc3, 0x01, 0x88, 0x8a, 0xf0, 0x81, 0xfc, 0x10, 0xde, 0xa3, 0x53, 0x9d, 0xb5, 0x6a, 0xf2, 0x06, 0x63, 0x7a, 0x4e, 0xfa, 0x6a, 0x65, 0x81, 0x66, 0x2d, 0x64, 0x79, 0xba, 0x86, 0x52, 0x23, 0x85, 0x36, 0x4a, 0x4f, 0x82, 0x28, 0x39, 0x34, 0x08, 0x87, 0x97, 0xb3, 0x0e, 0xc1, 0xb9, 0x51, 0x2f, 0xe7, 0x20, 0x43, 0x8c, 0xe8, 0x3c, 0x39, 0x5b, 0x5e, 0x08, 0x79, 0xe0, 0x4a, 0xf9, 0x16, 0x56, 0x33, 0x09, 0x99, 0x6d, 0xc4, 0x15, 0x63, 0x46, 0x13, 0x87, 0xcf, 0x3a, 0x23, 0xbd, 0x71, 0xf8, 0x97, 0x47, 0xab, 0x48, 0x1f, 0x1a, 0xed, 0xfd, 0x18, 0x8b, 0x34, 0x1b, 0x77, 0x57, 0xc7, 0x03, 0x54, 0x48, 0x10, 0xe2, 0x4c, 0x0e, 0x21, 0x58, 0xeb, 0x7b, 0x70, 0x81, 0x12, 0x66, 0x9b, 0x09, 0xf5, 0x58, 0x33, 0x48, 0x0b, 0x8a, 0xb2, 0xa4, 0x2c, 0x0d, 0xa5, 0x31, 0x98, 0x12, 0x0c, 0x0e, 0x43, 0x95, 0xeb, 0x9d, 0x6f, 0x3c, 0xb8, 0x51, 0xfa, 0x12, 0x35, 0x8e, 0x0a, 0x23, 0xc9, 0x3b, 0x62, 0x90, 0xd6, 0x0a, 0xad, 0xb4, 0xaf, 0xd3, 0x83, 0x80, 0x30, 0x0c, 0x89, 0xc2, 0x80, 0x5a, 0x12, 0x57, 0xd7, 0x89, 0xd7, 0x0d, 0x08, 0x1a, 0x87, 0xd8, 0x02, 0xeb, 0x04, 0x5d, 0x29, 0x85, 0xb1, 0xcb, 0x95, 0x39, 0x98, 0x62, 0x12, 0xcc, 0x87, 0x82, 0x37, 0x14, 0x83, 0xa1, 0x2b, 0x33, 0x2f, 0x44, 0x74, 0x35, 0xb3, 0x4a, 0x23, 0x3a, 0xc2, 0xa4, 0x7d, 0x74, 0x5d, 0x30, 0x5a, 0x93, 0x95, 0x86, 0x24, 0x08, 0xc7, 0xe5, 0x67, 0x12, 0x05, 0x44, 0xa1, 0xc2, 0x19, 0x3b, 0x8e, 0xe0, 0xce, 0x5a, 0xca, 0xb2, 0xc0, 0x54, 0x42, 0xc7, 0x55, 0xd5, 0xdd, 0xd8, 0xcf, 0xc7, 0xf1, 0xc2, 0x47, 0x74, 0xa5, 0x34, 0x41, 0xa0, 0x09, 0xb4, 0x42, 0x6b, 0xed, 0x4b, 0x55, 0xa5, 0x11, 0xf1, 0x9f, 0xad, 0x1b, 0x05, 0x54, 0xa1, 0x30, 0x16, 0x2a, 0x36, 0xb8, 0x7c, 0xe0, 0xd3, 0xa0, 0xd2, 0x63, 0x26, 0xf8, 0x42, 0xac, 0xc4, 0x15, 0xc3, 0x14, 0x30, 0x0f, 0x4f, 0xc0, 0x51, 0xe0, 0x73, 0x37, 0x6c, 0xb7, 0x5d, 0x3e, 0x74, 0xce, 0x96, 0x32, 0x4a, 0x2b, 0xa2, 0x02, 0x24, 0x8c, 0xc9, 0xf7, 0x77, 0x09, 0x97, 0x35, 0x45, 0x69, 0x48, 0xf3, 0x82, 0x99, 0xda, 0xa8, 0x22, 0x33, 0x9e, 0x36, 0xd6, 0x91, 0x95, 0x96, 0x61, 0x5e, 0x50, 0xe4, 0x05, 0x85, 0x31, 0x58, 0xe3, 0x17, 0x2a, 0x0e, 0xc2, 0xb5, 0x3d, 0xba, 0xbf, 0x22, 0x6a, 0xec, 0x02, 0x4a, 0x29, 0x82, 0x20, 0x20, 0x8e, 0x02, 0x1a, 0xb5, 0x84, 0x38, 0x52, 0xe0, 0x1c, 0x5a, 0x83, 0xae, 0xdc, 0x20, 0x2b, 0x1d, 0x88, 0x46, 0x09, 0x94, 0xfd, 0x3d, 0x24, 0x88, 0x11, 0x1d, 0x56, 0x1d, 0x5e, 0xbc, 0x98, 0x2a, 0x33, 0xdc, 0xb0, 0xd3, 0x06, 0x32, 0x1e, 0xaa, 0xeb, 0x8f, 0x02, 0x3f, 0x64, 0xd8, 0xde, 0xb1, 0x83, 0x76, 0xe9, 0xca, 0x3c, 0x94, 0xd8, 0x0f, 0x4a, 0x74, 0x88, 0x44, 0x35, 0x7a, 0x7b, 0x6b, 0xcc, 0x86, 0x8a, 0x41, 0x26, 0x0c, 0xca, 0x51, 0x6c, 0xf1, 0x13, 0xd0, 0x1d, 0xe6, 0x0c, 0xb2, 0xdc, 0x6b, 0xfd, 0x2a, 0x10, 0x79, 0x4c, 0x0a, 0xe5, 0x14, 0xe3, 0x8e, 0xb2, 0x53, 0xa3, 0x54, 0x30, 0xe1, 0x56, 0x72, 0x60, 0x31, 0xf1, 0x25, 0x6f, 0x61, 0xa1, 0xc8, 0x0c, 0xbd, 0x7c, 0x48, 0x10, 0x14, 0xcc, 0x4f, 0xd5, 0xa9, 0xa9, 0x00, 0x55, 0x81, 0xef, 0xe7, 0x16, 0x51, 0x01, 0x51, 0xa0, 0x18, 0xb6, 0xd6, 0x90, 0xb0, 0x86, 0x04, 0xe1, 0xb8, 0x32, 0xf4, 0x19, 0x6a, 0x80, 0xeb, 0x6d, 0x6f, 0x01, 0x83, 0x87, 0xc1, 0xab, 0x23, 0xc1, 0x9b, 0x62, 0xd7, 0xee, 0x6f, 0xec, 0xd9, 0x6c, 0x50, 0x89, 0x0f, 0x41, 0x82, 0x10, 0x15, 0x35, 0xe8, 0xf5, 0x7a, 0xc4, 0xc5, 0x3e, 0x00, 0xb9, 0x81, 0xdc, 0x78, 0x3d, 0x3f, 0xc8, 0x0d, 0xfd, 0xbc, 0xf4, 0xfe, 0xe6, 0x65, 0xde, 0xb8, 0xb9, 0x28, 0xd5, 0xaa, 0x8c, 0xa8, 0x8a, 0x96, 0x4a, 0xf9, 0x43, 0x0e, 0xff, 0x2d, 0xe2, 0x29, 0xee, 0x19, 0xa0, 0x0f, 0xaa, 0x3d, 0x11, 0x8c, 0x75, 0x6c, 0x77, 0x53, 0xd2, 0xd2, 0x33, 0xcc, 0x38, 0x18, 0x14, 0xde, 0x5d, 0x9a, 0x91, 0xa2, 0xb3, 0xb5, 0x86, 0x8a, 0x1b, 0x48, 0x10, 0x33, 0xd2, 0x27, 0xae, 0xcc, 0x70, 0x83, 0x76, 0x49, 0x77, 0xf3, 0x01, 0xd0, 0x7b, 0x14, 0xf0, 0x29, 0xd0, 0xb2, 0x9d, 0xb5, 0x35, 0x3b, 0x6c, 0xfb, 0x14, 0x27, 0x80, 0x0e, 0x91, 0xa8, 0x8e, 0x8d, 0x9a, 0x14, 0x9b, 0xef, 0x11, 0x6a, 0x85, 0x53, 0x01, 0xdd, 0xd4, 0x2f, 0x51, 0xe5, 0xe5, 0x44, 0x21, 0xa2, 0x34, 0x3a, 0xd0, 0x28, 0xad, 0x50, 0x7a, 0x04, 0x5e, 0x79, 0xd7, 0xa9, 0x00, 0x8a, 0xd2, 0x95, 0x7f, 0x1e, 0xf8, 0xb4, 0x07, 0x3d, 0x3a, 0x2a, 0xc6, 0x55, 0xc7, 0xc8, 0x25, 0x7a, 0x99, 0xaf, 0xea, 0x06, 0x59, 0x89, 0x95, 0x00, 0xa5, 0x84, 0x24, 0xdd, 0xa1, 0x37, 0x4c, 0x91, 0xa4, 0xe9, 0xc1, 0x8b, 0xf2, 0xcd, 0x8f, 0xb4, 0x8b, 0x69, 0x3f, 0x68, 0x51, 0x0c, 0x37, 0x1e, 0x05, 0x3c, 0x15, 0xf8, 0x2d, 0xd7, 0xba, 0x7b, 0xd3, 0xf6, 0x76, 0x70, 0x45, 0xe6, 0x69, 0xa9, 0x02, 0x24, 0xac, 0xa1, 0x6a, 0xd3, 0xec, 0xde, 0x79, 0x8b, 0xe9, 0xc4, 0x5b, 0xb2, 0x5f, 0xf8, 0x7f, 0x87, 0x81, 0x07, 0xa1, 0xc4, 0x37, 0x22, 0x46, 0xd5, 0x18, 0xf8, 0x06, 0x86, 0x12, 0x85, 0x28, 0xc1, 0x89, 0xc2, 0x55, 0x40, 0x45, 0x2a, 0xd0, 0xa8, 0xea, 0x7b, 0x75, 0xa0, 0x8e, 0x94, 0xf2, 0x4c, 0x19, 0x65, 0x81, 0xea, 0x1e, 0x5a, 0x05, 0x20, 0x9a, 0x4e, 0x66, 0x51, 0x41, 0x40, 0x3d, 0x0a, 0xe8, 0xde, 0x7d, 0x03, 0x49, 0x66, 0x50, 0x71, 0x13, 0x09, 0xa2, 0x03, 0xca, 0xf7, 0x5a, 0xd8, 0xd6, 0x9d, 0x7b, 0xc0, 0x36, 0xd0, 0x7f, 0x18, 0xe8, 0x21, 0xf0, 0x95, 0xe0, 0x28, 0x80, 0x6d, 0xf6, 0x56, 0xdf, 0x2d, 0x5b, 0xab, 0xa9, 0x1d, 0x76, 0x7c, 0x95, 0xa5, 0x42, 0x24, 0x6e, 0xa0, 0xea, 0xb3, 0x74, 0x7b, 0x7d, 0xa2, 0xce, 0x1d, 0x42, 0xad, 0x30, 0x2a, 0xa2, 0x97, 0x3b, 0x1a, 0x49, 0x84, 0xd6, 0x9e, 0xae, 0x22, 0xe2, 0xbb, 0xbc, 0x15, 0x60, 0x1f, 0x33, 0x34, 0x5a, 0x05, 0x88, 0x92, 0x0a, 0x4f, 0xa5, 0x81, 0xab, 0x63, 0xd4, 0xc9, 0x11, 0x51, 0x88, 0x0e, 0xc6, 0x93, 0x22, 0x4a, 0x4f, 0xb4, 0xa7, 0x03, 0x9a, 0xb5, 0x88, 0xac, 0xb4, 0xe4, 0x84, 0x28, 0x25, 0xcc, 0xe9, 0x94, 0x8d, 0x7b, 0x37, 0x51, 0x8d, 0x79, 0x54, 0xd2, 0x04, 0xed, 0xc3, 0x98, 0xcd, 0xfa, 0x94, 0x9d, 0x75, 0xe7, 0xb6, 0x6e, 0xbc, 0x03, 0x6c, 0x70, 0x44, 0x1b, 0xfb, 0x28, 0xcb, 0x5b, 0xa0, 0x85, 0x2d, 0xee, 0xda, 0x8d, 0xeb, 0xb7, 0xcb, 0xce, 0x3a, 0xce, 0x14, 0x88, 0x12, 0x54, 0x5c, 0x47, 0x35, 0xe6, 0x91, 0xc6, 0x3c, 0xdb, 0xd7, 0x5e, 0x64, 0xb6, 0xe6, 0x2d, 0xd8, 0x2f, 0xbc, 0x9f, 0x37, 0x93, 0xa8, 0xf2, 0x6b, 0x35, 0x52, 0x56, 0xde, 0xea, 0xea, 0x80, 0xba, 0xa2, 0x82, 0xea, 0xd0, 0x63, 0xbf, 0x1f, 0xb9, 0x81, 0xe8, 0xca, 0x15, 0xaa, 0x00, 0xaa, 0x26, 0x52, 0x9d, 0xd2, 0x01, 0x8d, 0x24, 0x24, 0x0e, 0x34, 0xdd, 0xcc, 0x21, 0x5a, 0xd3, 0x88, 0x02, 0xba, 0x37, 0x5e, 0xa2, 0x0c, 0x9b, 0xe8, 0xe6, 0x02, 0x12, 0x37, 0x40, 0x69, 0x9c, 0x29, 0xb1, 0xbd, 0x5d, 0xcc, 0xce, 0xad, 0x3d, 0xba, 0x5b, 0xd7, 0x2b, 0xf0, 0xc5, 0xc3, 0xcb, 0x57, 0x1f, 0x04, 0x7e, 0x1f, 0xb8, 0xe3, 0x36, 0xdf, 0x79, 0xbd, 0xdc, 0xbd, 0x67, 0xcd, 0xa0, 0xe3, 0x03, 0x58, 0x10, 0xa3, 0x1b, 0xf3, 0xe8, 0x99, 0xe3, 0xb4, 0xbb, 0x7d, 0xd4, 0x83, 0x5f, 0x92, 0x84, 0xbe, 0x74, 0x1c, 0x94, 0x42, 0x3d, 0x0e, 0x49, 0xe2, 0xd0, 0xd3, 0x5e, 0x07, 0x13, 0x01, 0xce, 0x03, 0x75, 0xca, 0x33, 0x63, 0xf4, 0x9d, 0x48, 0x35, 0x09, 0x32, 0x79, 0x8c, 0xc0, 0xfa, 0x6b, 0x94, 0x0e, 0xd0, 0x5a, 0x53, 0x8b, 0x03, 0xa6, 0x6b, 0x11, 0x83, 0xd2, 0x61, 0x74, 0x84, 0x56, 0x8a, 0xd9, 0x62, 0x8b, 0x07, 0xb7, 0xdf, 0x43, 0x4f, 0x1f, 0x43, 0x35, 0xe6, 0x7c, 0xaa, 0x43, 0x70, 0xd9, 0x00, 0xd3, 0x5e, 0xc3, 0xae, 0xbf, 0xfd, 0x16, 0xb8, 0x3b, 0xf8, 0x52, 0xf6, 0xd7, 0xda, 0xd7, 0xbf, 0xd6, 0xda, 0xa9, 0xca, 0x5a, 0x07, 0x68, 0x8a, 0xc1, 0xbc, 0x8b, 0x9a, 0x8f, 0xab, 0x99, 0x63, 0x33, 0xaa, 0x31, 0x8f, 0x1a, 0xa5, 0x11, 0xe7, 0x70, 0x45, 0xca, 0xfe, 0xdd, 0x6b, 0x9c, 0xba, 0x70, 0xd9, 0xd7, 0xf7, 0x08, 0x81, 0xf6, 0x5b, 0x4a, 0x8c, 0x9d, 0x2c, 0x66, 0x64, 0x5c, 0xb3, 0x9b, 0x4a, 0x8a, 0x8e, 0x33, 0x80, 0xa8, 0xc3, 0x9f, 0xd5, 0x41, 0xc0, 0x14, 0xe5, 0x15, 0x5e, 0x18, 0x04, 0x24, 0x61, 0xc0, 0x54, 0x2d, 0xc6, 0x20, 0xe4, 0x12, 0x91, 0x1b, 0x58, 0xa9, 0xc3, 0xfd, 0x97, 0xfe, 0x1b, 0x79, 0x3c, 0x4f, 0xb8, 0x78, 0x16, 0xdd, 0x5c, 0x44, 0x05, 0x09, 0xce, 0x1a, 0xca, 0xce, 0x06, 0xc5, 0xea, 0xeb, 0x7d, 0x77, 0xf3, 0x27, 0xdf, 0xc5, 0xd9, 0x17, 0x81, 0x55, 0x8e, 0x58, 0xbb, 0x3b, 0xb2, 0xa5, 0x2b, 0x22, 0x5e, 0xe9, 0x41, 0x93, 0xac, 0x3b, 0xef, 0xa6, 0x8e, 0x3f, 0xae, 0x9b, 0x8b, 0xa2, 0xe2, 0x26, 0x4a, 0x07, 0x9e, 0x5a, 0xce, 0x62, 0xd2, 0x3e, 0xe9, 0xea, 0x9b, 0x1c, 0xbb, 0xf4, 0x05, 0x86, 0xd6, 0xd3, 0x36, 0xd6, 0x10, 0x06, 0xda, 0xaf, 0xbc, 0xba, 0x03, 0xb9, 0xea, 0xa0, 0x52, 0x67, 0x15, 0x60, 0x18, 0x2f, 0x34, 0x8c, 0xc5, 0x4d, 0x15, 0xe4, 0xb4, 0xd6, 0x04, 0x5a, 0x13, 0x47, 0x01, 0x71, 0xa4, 0x69, 0x24, 0x11, 0x4e, 0x34, 0x46, 0x47, 0x0c, 0x0a, 0x98, 0x6f, 0x04, 0x74, 0x5f, 0xff, 0x2e, 0xbb, 0xbd, 0x8c, 0x70, 0xe9, 0x1c, 0x7a, 0xe6, 0x38, 0x2a, 0x69, 0x7a, 0x05, 0x38, 0xec, 0x50, 0x6c, 0x5c, 0xa7, 0x7c, 0xf7, 0x87, 0x3f, 0x67, 0x7f, 0xe3, 0x87, 0xc0, 0x2f, 0x80, 0xce, 0x51, 0x5b, 0x57, 0x3e, 0x08, 0x3c, 0x15, 0x78, 0xc8, 0x07, 0x33, 0x4e, 0x87, 0x67, 0xa5, 0x36, 0xb7, 0xa0, 0x1b, 0x73, 0xbe, 0x3e, 0xd6, 0x01, 0x52, 0x05, 0x96, 0x61, 0xaf, 0x8d, 0xd9, 0xbc, 0xce, 0xf2, 0x85, 0x27, 0xe9, 0xe5, 0x82, 0x68, 0x4d, 0x2d, 0xa8, 0x1a, 0x0d, 0xe3, 0x82, 0x45, 0xc6, 0x05, 0x8a, 0x52, 0x87, 0xfb, 0x72, 0xa2, 0xb4, 0x6f, 0x56, 0x68, 0x45, 0xa0, 0x15, 0x61, 0x30, 0x02, 0x1d, 0x12, 0x87, 0x21, 0x71, 0xe8, 0x5d, 0xa4, 0x94, 0x90, 0x5e, 0x6e, 0x99, 0xad, 0x05, 0x14, 0xd7, 0xff, 0x8c, 0xfb, 0xab, 0xab, 0x44, 0xcb, 0x17, 0x09, 0xe6, 0x4f, 0xa3, 0xeb, 0xb3, 0x88, 0x0e, 0xb1, 0x45, 0x46, 0xb9, 0x7d, 0x9b, 0xe2, 0xd6, 0xab, 0x2d, 0x77, 0xfb, 0x67, 0xdf, 0xc5, 0xb9, 0x17, 0x81, 0xdb, 0x40, 0x7e, 0x14, 0xce, 0x0f, 0x5b, 0xae, 0x72, 0xd5, 0x45, 0x11, 0xbd, 0xed, 0xba, 0x4d, 0x66, 0x1e, 0x93, 0xda, 0x4c, 0x24, 0xb5, 0x59, 0x54, 0x10, 0x23, 0x41, 0x38, 0x5e, 0x27, 0xef, 0x77, 0x76, 0x28, 0xd7, 0xae, 0xb1, 0x72, 0xee, 0x31, 0xfa, 0x36, 0xa4, 0xb0, 0x90, 0x44, 0x01, 0x71, 0x50, 0x51, 0x7e, 0x54, 0xa8, 0x54, 0x16, 0xd5, 0x5a, 0xa3, 0x03, 0x45, 0xa0, 0x35, 0xa1, 0xd6, 0x84, 0x81, 0x26, 0x0a, 0x3d, 0xe0, 0x28, 0x0a, 0x88, 0x82, 0xea, 0xbc, 0xc0, 0x6f, 0x57, 0x19, 0x18, 0xcd, 0xa0, 0x30, 0xcc, 0x25, 0x42, 0x7a, 0xed, 0x7b, 0xdc, 0xbf, 0x77, 0x97, 0x70, 0xe9, 0x3c, 0xc1, 0xc2, 0x19, 0x74, 0x73, 0xa1, 0xa2, 0x7b, 0x89, 0xe9, 0x6c, 0x92, 0xdf, 0xfb, 0x5f, 0xc6, 0x5c, 0xff, 0xfe, 0x8f, 0xc9, 0xba, 0x3f, 0xae, 0xac, 0xbe, 0xff, 0x41, 0x1b, 0x96, 0x3e, 0x6a, 0xa1, 0xd2, 0x00, 0x19, 0xb6, 0xac, 0x33, 0x6c, 0x37, 0x5d, 0x3c, 0x7d, 0x5e, 0x6a, 0x33, 0xa2, 0x6a, 0x53, 0x5e, 0xee, 0x06, 0x91, 0x9f, 0x08, 0x51, 0x0c, 0xba, 0x6d, 0x7a, 0x37, 0xff, 0x82, 0x95, 0x95, 0x15, 0x8a, 0x68, 0x96, 0x6e, 0x6a, 0x40, 0x69, 0x6a, 0x71, 0xe8, 0xfb, 0xf0, 0x08, 0x61, 0xa0, 0x08, 0xb5, 0x26, 0x0a, 0x26, 0x8e, 0xd0, 0x03, 0x8f, 0x46, 0xc5, 0x8c, 0x52, 0x68, 0x1d, 0x10, 0x27, 0x31, 0x46, 0x42, 0xda, 0xa9, 0x05, 0x11, 0x96, 0xf4, 0x80, 0xad, 0x97, 0xff, 0x0b, 0x9b, 0x3b, 0x2d, 0xc2, 0xa5, 0x0b, 0x04, 0x0b, 0xe7, 0xd0, 0x53, 0x8b, 0x48, 0x54, 0x03, 0xe7, 0x30, 0xbd, 0x1d, 0x8a, 0xf5, 0x77, 0x28, 0xdf, 0xfd, 0xe1, 0x9b, 0xec, 0xdc, 0xfc, 0x01, 0xf0, 0x22, 0x70, 0x1f, 0x9f, 0xba, 0xf9, 0x58, 0xe0, 0x1f, 0xb2, 0x7e, 0x41, 0xd6, 0x4b, 0x5c, 0x91, 0xce, 0xb9, 0xb0, 0x7e, 0x4c, 0xc5, 0x53, 0xa8, 0xa4, 0x81, 0x04, 0x91, 0x3f, 0xc2, 0x04, 0x74, 0x48, 0x9e, 0xa7, 0xec, 0xbc, 0xfb, 0x1a, 0x53, 0xa6, 0xc3, 0xf4, 0xb1, 0x33, 0xf4, 0x4c, 0x40, 0xaf, 0xd2, 0xdf, 0xf5, 0x5a, 0x44, 0x1c, 0x45, 0xc4, 0x61, 0x30, 0x66, 0x81, 0x56, 0x0a, 0x1d, 0x04, 0x84, 0x41, 0x40, 0x18, 0xfa, 0xb2, 0x55, 0x05, 0x21, 0xb9, 0xd3, 0x74, 0x52, 0x4b, 0x61, 0x1c, 0xb3, 0x35, 0x4d, 0xb8, 0xf6, 0x0b, 0x6e, 0xbd, 0xf4, 0xa7, 0xf4, 0x5d, 0x4c, 0xb4, 0x72, 0x91, 0x70, 0xe1, 0x4c, 0x05, 0xbc, 0xee, 0x5b, 0xa7, 0x83, 0x36, 0xc5, 0xe6, 0x0d, 0x8a, 0x9b, 0x2f, 0xde, 0x77, 0x77, 0x5e, 0xf9, 0x1e, 0xb8, 0x17, 0x80, 0xb7, 0x81, 0xe1, 0x87, 0x6d, 0x53, 0x7b, 0x94, 0x9d, 0x19, 0x06, 0xaf, 0x8e, 0x2c, 0x83, 0xdd, 0xc0, 0x99, 0x72, 0xc9, 0x05, 0xf1, 0xbc, 0xc4, 0x0d, 0x54, 0x54, 0xf7, 0x96, 0x0f, 0x63, 0x54, 0x94, 0xe0, 0x5b, 0xdd, 0x8a, 0xf6, 0xe6, 0x2a, 0xfb, 0xef, 0xbd, 0xc2, 0x6c, 0x58, 0x32, 0xbb, 0xb0, 0x42, 0xa1, 0x22, 0xba, 0xa9, 0x65, 0x50, 0x38, 0x32, 0x23, 0x58, 0xd1, 0x88, 0x0a, 0x40, 0x07, 0x58, 0xd1, 0x14, 0xce, 0x2b, 0xc5, 0x6e, 0x66, 0x19, 0x16, 0xbe, 0xce, 0x9f, 0x8b, 0x21, 0xdc, 0xba, 0xc6, 0xfa, 0xab, 0x7f, 0xca, 0xfa, 0x83, 0xbb, 0x30, 0x73, 0x92, 0x70, 0xf9, 0x22, 0xc1, 0xc2, 0x19, 0x54, 0x63, 0x01, 0x15, 0xd5, 0x10, 0xc0, 0xf4, 0xf7, 0xc8, 0xd7, 0xaf, 0x93, 0xdf, 0x7a, 0x75, 0xc7, 0xdd, 0xf8, 0xd1, 0xf7, 0xb0, 0xe5, 0x4f, 0x80, 0x9f, 0x03, 0xed, 0x71, 0xdc, 0xfa, 0x14, 0xe0, 0x1d, 0x3e, 0x4d, 0x74, 0x01, 0xe8, 0x6e, 0x62, 0xcb, 0x7c, 0xd1, 0xa9, 0x68, 0xce, 0x05, 0x31, 0x12, 0x35, 0x90, 0x30, 0xf6, 0x39, 0x36, 0xaa, 0xa3, 0xaa, 0x49, 0x31, 0x68, 0x5a, 0xeb, 0x77, 0x69, 0x5d, 0x7f, 0x85, 0x70, 0x7f, 0x95, 0xe9, 0xc0, 0x30, 0xd3, 0xac, 0x11, 0x27, 0x35, 0x44, 0x69, 0x8c, 0xf3, 0x0b, 0x95, 0xce, 0x09, 0x5a, 0x0b, 0xb5, 0x00, 0x9a, 0x0c, 0x88, 0xdb, 0xb7, 0xc8, 0xdf, 0x7f, 0x85, 0x07, 0x3f, 0xff, 0x3e, 0x5b, 0x6b, 0xf7, 0x28, 0x93, 0x39, 0x82, 0xc5, 0xf3, 0x84, 0x8b, 0xe7, 0xd1, 0xb3, 0xc7, 0xd1, 0xb5, 0x59, 0x54, 0x18, 0x03, 0xce, 0x03, 0x5f, 0x7b, 0x87, 0xfc, 0xfd, 0x97, 0x5a, 0xee, 0xc6, 0x0f, 0x7f, 0x40, 0x99, 0xfd, 0x14, 0x78, 0x19, 0xd8, 0xe4, 0x08, 0x51, 0xf3, 0x6b, 0xd8, 0x3e, 0x0a, 0xfc, 0x84, 0xff, 0x87, 0xf8, 0x95, 0x8f, 0xaf, 0x23, 0xea, 0x9b, 0x1c, 0x7f, 0xea, 0xaf, 0xe9, 0xf3, 0x5f, 0xbd, 0x1c, 0x9e, 0x78, 0x52, 0xc2, 0xc5, 0x73, 0x5e, 0x5a, 0x52, 0x55, 0x52, 0x59, 0x1f, 0x33, 0xd8, 0xc3, 0xf6, 0xab, 0x63, 0xd8, 0xc6, 0x0e, 0xf7, 0x91, 0x32, 0xf3, 0xdd, 0x98, 0x7a, 0x9d, 0x28, 0xa9, 0x23, 0x3a, 0xc0, 0x59, 0x4b, 0x91, 0x0d, 0x48, 0xfb, 0x3d, 0xb2, 0x2c, 0xc3, 0xa8, 0x10, 0x95, 0x4c, 0xa3, 0xea, 0x33, 0xa8, 0xc6, 0x3c, 0xba, 0xb9, 0x80, 0xae, 0xcf, 0x21, 0xc9, 0x94, 0x6f, 0x43, 0x2b, 0x05, 0x65, 0x8e, 0xe9, 0xb7, 0xbc, 0xc5, 0xdf, 0x7f, 0x79, 0xd3, 0xdd, 0x7c, 0xe1, 0x47, 0x15, 0xf0, 0x17, 0x80, 0xbb, 0x40, 0xf6, 0x28, 0xbb, 0x32, 0x1f, 0x69, 0xcb, 0x79, 0xd5, 0xa9, 0x29, 0xaa, 0x19, 0x7d, 0x05, 0x67, 0x2d, 0x6b, 0xbf, 0x2a, 0x4c, 0xba, 0xdf, 0xb5, 0xc3, 0xfd, 0xa7, 0x5d, 0xba, 0x1f, 0x04, 0x4b, 0x17, 0xd0, 0x8d, 0x79, 0xcf, 0x80, 0x20, 0x42, 0xe2, 0x06, 0xae, 0xb1, 0x80, 0xcb, 0xfa, 0xd8, 0xac, 0x8b, 0x4d, 0xbb, 0xd8, 0x6c, 0x40, 0x59, 0xa4, 0x74, 0xcb, 0x0c, 0x97, 0x96, 0x60, 0xf3, 0x4a, 0xe3, 0x37, 0x90, 0xa9, 0x19, 0xd4, 0x7c, 0x82, 0x8e, 0x9b, 0xa8, 0xb8, 0x89, 0x4a, 0xfc, 0x21, 0x51, 0x1d, 0x09, 0x92, 0x6a, 0x1f, 0x9e, 0xc5, 0x0e, 0xda, 0x94, 0x9d, 0x4d, 0x8a, 0xad, 0xf7, 0x5c, 0x79, 0xf3, 0x67, 0xef, 0xbb, 0x7b, 0x7f, 0xfe, 0x22, 0xd6, 0xbc, 0x0c, 0xfc, 0x0c, 0xb8, 0xf7, 0xa8, 0xc0, 0x1f, 0x19, 0xfc, 0xc4, 0x04, 0x94, 0xc0, 0x3a, 0xf0, 0x12, 0x30, 0xa0, 0x75, 0xbb, 0xef, 0x86, 0x7b, 0x3b, 0x59, 0x6f, 0xfb, 0xcb, 0xa6, 0xbb, 0x3d, 0x17, 0x8c, 0xa9, 0x39, 0xe3, 0x5d, 0x21, 0x8c, 0x21, 0x99, 0x42, 0x99, 0x79, 0x5c, 0x99, 0x57, 0xab, 0xab, 0xb9, 0x6f, 0x2d, 0xd9, 0x71, 0x27, 0x64, 0xec, 0xff, 0x12, 0xf8, 0x0c, 0x22, 0x3a, 0x86, 0x20, 0xf2, 0xdf, 0x2b, 0x01, 0x6b, 0x31, 0xe9, 0x3e, 0x6e, 0xd0, 0xa6, 0xd8, 0xb9, 0x43, 0xb1, 0x79, 0x63, 0x68, 0x6f, 0xfe, 0xf4, 0x75, 0xf6, 0xee, 0xfe, 0x02, 0x78, 0x15, 0x78, 0x0d, 0x78, 0xf0, 0x71, 0x80, 0x3f, 0x32, 0xed, 0x8f, 0x70, 0x81, 0x00, 0x98, 0x05, 0x1e, 0x07, 0xbe, 0x82, 0xa8, 0x2f, 0xb0, 0x70, 0xe1, 0x69, 0x39, 0xfe, 0xd4, 0x63, 0x7a, 0xe9, 0x42, 0x1c, 0xcc, 0x9f, 0x26, 0x98, 0x3d, 0x81, 0xaa, 0x4d, 0xa3, 0x82, 0xd8, 0x2f, 0x5a, 0xc2, 0x78, 0x51, 0x72, 0xbc, 0xff, 0x86, 0x71, 0xab, 0xc7, 0x37, 0x25, 0x65, 0xd4, 0xe0, 0xac, 0x56, 0x71, 0xaa, 0x55, 0x22, 0xdb, 0x6f, 0x61, 0xf6, 0x37, 0x30, 0xad, 0x55, 0x63, 0x1e, 0xbc, 0x71, 0x97, 0xb5, 0x5f, 0xbd, 0x4e, 0x99, 0x5d, 0xab, 0x40, 0xbf, 0x81, 0x2f, 0x59, 0x8b, 0x8f, 0xbb, 0x01, 0xf9, 0x13, 0xed, 0xba, 0x9e, 0xdc, 0x71, 0x0d, 0x9c, 0x06, 0x9e, 0x06, 0x9e, 0x41, 0x47, 0x97, 0x59, 0xb8, 0x78, 0x55, 0x96, 0x2f, 0x9f, 0xd3, 0x8b, 0x17, 0x6a, 0x7a, 0xf6, 0x38, 0xc1, 0xd4, 0x12, 0xaa, 0x36, 0xe3, 0x9b, 0x21, 0x63, 0x6b, 0x8e, 0x76, 0x51, 0xba, 0x83, 0x46, 0xa6, 0x73, 0x9e, 0x0d, 0xa6, 0xa0, 0x1c, 0x74, 0x70, 0x59, 0x0f, 0x37, 0x68, 0x63, 0xf6, 0xb7, 0xb0, 0x9d, 0xf5, 0xd2, 0xee, 0xde, 0xba, 0xcf, 0xe6, 0x3b, 0xd7, 0xc9, 0xba, 0xef, 0x55, 0x80, 0x5f, 0x07, 0x6e, 0xe1, 0x03, 0x71, 0xf9, 0x49, 0x36, 0x5e, 0x7f, 0xda, 0x2d, 0xe7, 0x82, 0x0f, 0x84, 0xb3, 0xc0, 0x45, 0xe0, 0x49, 0xe0, 0x71, 0x94, 0x3e, 0xcd, 0xf4, 0xc9, 0xf3, 0xcc, 0x9f, 0x3d, 0xad, 0xe6, 0xcf, 0x2e, 0xa8, 0xa9, 0xe5, 0x50, 0xa2, 0x1a, 0x2a, 0x99, 0xf2, 0x0d, 0x07, 0x1d, 0x80, 0x0a, 0xc6, 0x2b, 0x2b, 0xde, 0x25, 0x72, 0x5c, 0x31, 0xc0, 0xe5, 0x29, 0xa6, 0xb7, 0x8d, 0xeb, 0xef, 0x19, 0xd7, 0xdd, 0xec, 0xd0, 0x5e, 0x7d, 0x40, 0xe7, 0xfe, 0x2d, 0xca, 0xfc, 0x3e, 0x70, 0x03, 0xb8, 0x06, 0xbc, 0x57, 0x59, 0x3b, 0xe7, 0x63, 0x6e, 0x36, 0xfe, 0x4c, 0xc0, 0x3f, 0x34, 0x09, 0x0a, 0x88, 0x81, 0x79, 0xe0, 0x0c, 0x70, 0x09, 0xb8, 0x00, 0x9c, 0x40, 0x05, 0x0b, 0x34, 0x16, 0x56, 0xa8, 0xcf, 0x2f, 0x50, 0x9b, 0x9b, 0x96, 0xda, 0x4c, 0x93, 0x20, 0x89, 0xd0, 0xa1, 0xef, 0x6c, 0x38, 0xe3, 0x28, 0x73, 0xe3, 0x8a, 0x61, 0x41, 0xd6, 0xeb, 0x93, 0xee, 0x77, 0x19, 0xec, 0xb6, 0xe8, 0xef, 0x6e, 0x62, 0xf2, 0x1d, 0x7c, 0x90, 0xbd, 0x03, 0xdc, 0xc4, 0xeb, 0xf4, 0x6d, 0x0e, 0x76, 0x58, 0x7f, 0xaa, 0x27, 0x91, 0x3e, 0xb3, 0x67, 0x6c, 0xaa, 0x1d, 0x4f, 0x0a, 0xbf, 0x2c, 0xd4, 0xc4, 0xef, 0x86, 0x38, 0x01, 0x9c, 0xc4, 0xa7, 0xc8, 0x05, 0xfc, 0xf6, 0x90, 0xa4, 0x3a, 0x27, 0x38, 0x58, 0xb5, 0x70, 0x25, 0x5e, 0x86, 0xa6, 0x78, 0x1a, 0xef, 0x01, 0x5b, 0xc0, 0x1a, 0x3e, 0x90, 0x6d, 0xe2, 0x7b, 0x0c, 0x29, 0xd5, 0xa2, 0xcf, 0x67, 0xf1, 0x04, 0xd6, 0x67, 0xfe, 0x68, 0xd9, 0x43, 0x0f, 0x19, 0x45, 0xf8, 0xa5, 0xe1, 0x29, 0x60, 0xa6, 0x02, 0xdf, 0x04, 0xea, 0x78, 0x77, 0xd1, 0x15, 0x98, 0x11, 0xf0, 0x5e, 0x05, 0xb2, 0x53, 0xbd, 0xf7, 0xf1, 0xfd, 0x76, 0x53, 0x9d, 0xf7, 0xb1, 0x1f, 0x28, 0xf8, 0x5c, 0xc1, 0x7f, 0xc0, 0x44, 0x4c, 0x3e, 0x62, 0x16, 0x54, 0xa0, 0x27, 0x9f, 0x22, 0x18, 0x81, 0x2b, 0xab, 0x63, 0xb4, 0x4b, 0xed, 0x37, 0xfa, 0x8c, 0xdd, 0xe7, 0xf6, 0x50, 0xe1, 0x11, 0x93, 0x72, 0xe8, 0xf5, 0x79, 0x3d, 0x48, 0xf8, 0xdb, 0xd7, 0x6f, 0x5f, 0xf0, 0xbf, 0x01, 0xd7, 0xfe, 0x5f, 0xc1, 0xf3, 0x73, 0x99, 0x5e, 0x00, 0x00, 0x00, 0x25, 0x74, 0x45, 0x58, 0x74, 0x64, 0x61, 0x74, 0x65, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x00, 0x32, 0x30, 0x31, 0x34, 0x2d, 0x31, 0x30, 0x2d, 0x30, 0x39, 0x54, 0x30, 0x34, 0x3a, 0x32, 0x32, 0x3a, 0x31, 0x31, 0x2b, 0x30, 0x32, 0x3a, 0x30, 0x30, 0xc2, 0x30, 0x39, 0x9c, 0x00, 0x00, 0x00, 0x25, 0x74, 0x45, 0x58, 0x74, 0x64, 0x61, 0x74, 0x65, 0x3a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x00, 0x32, 0x30, 0x31, 0x34, 0x2d, 0x31, 0x30, 0x2d, 0x30, 0x39, 0x54, 0x30, 0x34, 0x3a, 0x32, 0x32, 0x3a, 0x31, 0x31, 0x2b, 0x30, 0x32, 0x3a, 0x30, 0x30, 0xb3, 0x6d, 0x81, 0x20, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x41, 0x64, 0x6f, 0x62, 0x65, 0x20, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x65, 0x61, 0x64, 0x79, 0x71, 0xc9, 0x65, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, }; static const int up_png_len = 6145; const struct Www_file www_files[17] = { { "gears.png", &gears_png_len, gears_png, 1 }, { "bg_stripe.png", &bg_stripe_png_len, bg_stripe_png, 1 }, { "board.js", &board_js_len, board_js, 1 }, { "cloud.png", &cloud_png_len, cloud_png, 1 }, { "contact.html", &contact_html_len, contact_html, 1 }, { "favicon.png", &favicon_png_len, favicon_png, 1 }, { "forward.png", &forward_png_len, forward_png, 1 }, { "index.html", &index_html_len, index_html, 1 }, { "picotcp.html", &picotcp_html_len, picotcp_html, 1 }, { "picotcp_style.css", &<API key>, picotcp_style_css, 1 }, { "terminal.html", &terminal_html_len, terminal_html, 1 }, { "terminal.js", &terminal_js_len, terminal_js, 1 }, { "wrench.png", &wrench_png_len, wrench_png, 1 }, { "stm32f4.html", &stm32f4_html_len, stm32f4_html, 1 }, { "STM32F4.jpg", &STM32F4_jpg_len, STM32F4_jpg, 1 }, { "down.png", &down_png_len, down_png, 1 }, { "up.png", &up_png_len, up_png, 1 }, }; const int num_files = 17;
public class HelloTeaWorld { /* @param args */ public static void main(String[] args) { System.out.println("Hello Tea World !"); System.out.println("Here is a-Tea-Timer-4-U."); } }
#pragma once #include <boost/shared_ptr.hpp> #include "CollectionDto.h" #include "Order/OrderLine.h" #include "PosApi.h" class POSLIB_API Collection { public: virtual ~Collection() = 0; public: virtual OrderLine::IdOpt StableAdd(const Order::Id&, const OrderLinePtr&); virtual void StableRemove(const Order::Id&, const OrderLine::Id&, const OrderLinePtr&); protected: virtual bool IsHandled(const OrderLine::Id& lineId) const { return false; } public: virtual void Remove(const Order::Id&, const OrderLine::Id&, const OrderLinePtr&); virtual void Remove(const OrderLine::Id&) {}; virtual OrderLine::IdOpt Add(const Order::Id&, const OrderLinePtr&); virtual OrderLine::IdOpt Add(const OrderLinePtr&) { return OrderLine::IdOpt(); } }; typedef boost::shared_ptr<Collection> CollectionPtr;
\hypertarget{classItem__int}{ \section{Item\_\-int Class Reference} \label{classItem__int}\index{Item\_\-int@{Item\_\-int}} } Inheritance diagram for Item\_\-int:\begin{figure}[H] \begin{center} \leavevmode \includegraphics[height=5.000000cm]{classItem__int} \end{center} \end{figure} \subsection*{Public Member Functions} \begin{DoxyCompactItemize} \item \hypertarget{<API key>}{ {\bfseries Item\_\-int} (int32 i, uint length=MY\_\-INT32\_\-NUM\_\-DECIMAL\_\-DIGITS)} \label{<API key>} \item \hypertarget{<API key>}{ {\bfseries Item\_\-int} (longlong i, uint length=MY\_\-INT64\_\-NUM\_\-DECIMAL\_\-DIGITS)} \label{<API key>} \item \hypertarget{<API key>}{ {\bfseries Item\_\-int} (ulonglong i, uint length=MY\_\-INT64\_\-NUM\_\-DECIMAL\_\-DIGITS)} \label{<API key>} \item \hypertarget{<API key>}{ {\bfseries Item\_\-int} (const char $\ast$str\_\-arg, longlong i, uint length)} \label{<API key>} \item \hyperlink{<API key>}{Item\_\-int} (const char $\ast$str\_\-arg, uint length=64) \item \hypertarget{<API key>}{ enum Type {\bfseries type} () const } \label{<API key>} \item \hypertarget{<API key>}{ enum Item\_\-result {\bfseries result\_\-type} () const } \label{<API key>} \item \hypertarget{<API key>}{ enum\_\-field\_\-types {\bfseries field\_\-type} () const } \label{<API key>} \item \hypertarget{<API key>}{ longlong {\bfseries val\_\-int} ()} \label{<API key>} \item \hypertarget{<API key>}{ double {\bfseries val\_\-real} ()} \label{<API key>} \item \hypertarget{<API key>}{ \hyperlink{classmy__decimal}{my\_\-decimal} $\ast$ {\bfseries val\_\-decimal} (\hyperlink{classmy__decimal}{my\_\-decimal} $\ast$)} \label{<API key>} \item \hypertarget{<API key>}{ \hyperlink{classString}{String} $\ast$ {\bfseries val\_\-str} (\hyperlink{classString}{String} $\ast$)} \label{<API key>} \item \hypertarget{<API key>}{ int {\bfseries save\_\-in\_\-field} (\hyperlink{classField}{Field} $\ast$field, bool no\_\-conversions)} \label{<API key>} \item \hypertarget{<API key>}{ bool {\bfseries basic\_\-const\_\-item} () const } \label{<API key>} \item \hypertarget{<API key>}{ \hyperlink{classItem}{Item} $\ast$ {\bfseries clone\_\-item} ()} \label{<API key>} \item virtual void \hyperlink{<API key>}{print} (\hyperlink{classString}{String} $\ast$str, enum\_\-query\_\-type query\_\-type) \item \hypertarget{<API key>}{ \hyperlink{classItem__num}{Item\_\-num} $\ast$ {\bfseries neg} ()} \label{<API key>} \item \hypertarget{<API key>}{ uint {\bfseries decimal\_\-precision} () const } \label{<API key>} \item bool \hyperlink{<API key>}{eq} (const \hyperlink{classItem}{Item} $\ast$, bool binary\_\-cmp) const \item \hypertarget{<API key>}{ bool {\bfseries check\_\-partition\_\-func\_\-processor} (uchar $\ast$bool\_\-arg)} \label{<API key>} \end{DoxyCompactItemize} \subsection*{Public Attributes} \begin{DoxyCompactItemize} \item \hypertarget{<API key>}{ longlong {\bfseries value}} \label{<API key>} \end{DoxyCompactItemize} \subsection{Constructor \& Destructor Documentation} \hypertarget{<API key>}{ \index{Item\_\-int@{Item\_\-int}!Item\_\-int@{Item\_\-int}} \index{Item\_\-int@{Item\_\-int}!Item_int@{Item\_\-int}} \subsubsection[{Item\_\-int}]{\setlength{\rightskip}{0pt plus 5cm}Item\_\-int::Item\_\-int ( \begin{DoxyParamCaption} \item[{const char $\ast$}]{str\_\-arg, } \item[{uint}]{length = {\ttfamily 64}} \end{DoxyParamCaption} )}} \label{<API key>} Create an item from a string we KNOW points to a valid longlong end $\backslash$0 terminated number string. This is always 'signed'. Unsigned values are created with Item\_\-uint() \subsection{Member Function Documentation} \hypertarget{<API key>}{ \index{Item\_\-int@{Item\_\-int}!eq@{eq}} \index{eq@{eq}!Item_int@{Item\_\-int}} \subsubsection[{eq}]{\setlength{\rightskip}{0pt plus 5cm}bool Item\_\-int::eq ( \begin{DoxyParamCaption} \item[{const {\bf Item} $\ast$}]{item, } \item[{bool}]{binary\_\-cmp} \end{DoxyParamCaption} ) const\hspace{0.3cm}{\ttfamily \mbox{[}virtual\mbox{]}}}} \label{<API key>} This function is called when: \begin{DoxyItemize} \item Comparing items in the WHERE clause (when doing where optimization) \item When trying to find an ORDER BY/GROUP BY item in the SELECT part \end{DoxyItemize} Reimplemented from \hyperlink{<API key>}{Item}. \hypertarget{<API key>}{ \index{Item\_\-int@{Item\_\-int}!print@{print}} \index{print@{print}!Item_int@{Item\_\-int}} \subsubsection[{print}]{\setlength{\rightskip}{0pt plus 5cm}void Item\_\-int::print ( \begin{DoxyParamCaption} \item[{{\bf String} $\ast$}]{str, } \item[{enum\_\-query\_\-type}]{query\_\-type} \end{DoxyParamCaption} )\hspace{0.3cm}{\ttfamily \mbox{[}virtual\mbox{]}}}} \label{<API key>} This method is used for to: \begin{DoxyItemize} \item to generate a view definition query (SELECT-\/statement); \item to generate a SQL-\/query for EXPLAIN EXTENDED; \item to generate a SQL-\/query to be shown in INFORMATION\_\-SCHEMA; \item debug. \end{DoxyItemize} For more information about view definition query, INFORMATION\_\-SCHEMA query and why they should be generated from the Item-\/tree, \begin{DoxySeeAlso}{See also} mysql\_\-register\_\-view(). \end{DoxySeeAlso} Reimplemented from \hyperlink{<API key>}{Item}. Reimplemented in \hyperlink{<API key>}{Item\_\-uint}. The documentation for this class was generated from the following files:\begin{DoxyCompactItemize} \item item.h\item item.cc\end{DoxyCompactItemize}
#ifndef WOLF_CRYPT_PORT_H #define WOLF_CRYPT_PORT_H #include <wolfssl/wolfcrypt/visibility.h> #ifdef __cplusplus extern "C" { #endif #ifdef USE_WINDOWS_API #ifdef WOLFSSL_GAME_BUILD #include "system/xtl.h" #else #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif #ifndef WOLFCRYPT_ONLY #if defined(_WIN32_WCE) || defined(WIN32_LEAN_AND_MEAN) /* On WinCE winsock2.h must be included before windows.h */ #include <winsock2.h> #endif #include <windows.h> #endif #endif /* WOLFCRYPT_ONLY */ #elif defined(THREADX) #ifndef SINGLE_THREADED #include "tx_api.h" #endif #elif defined(MICRIUM) /* do nothing, just don't pick Unix */ #elif defined(FREERTOS) || defined(FREERTOS_TCP) || defined(WOLFSSL_SAFERTOS) /* do nothing */ #elif defined(EBSNET) /* do nothing */ #elif defined(FREESCALE_MQX) || defined(FREESCALE_KSDK_MQX) /* do nothing */ #elif defined(FREESCALE_FREE_RTOS) #include "fsl_os_abstraction.h" #elif defined(WOLFSSL_uITRON4) #include "kernel.h" #elif defined(WOLFSSL_uTKERNEL2) #include "tk/tkernel.h" #elif defined(WOLFSSL_MDK_ARM) #if defined(WOLFSSL_MDK5) #include "cmsis_os.h" #else #include <rtl.h> #endif #elif defined(WOLFSSL_CMSIS_RTOS) #include "cmsis_os.h" #elif defined(WOLFSSL_TIRTOS) #include <ti/sysbios/BIOS.h> #include <ti/sysbios/knl/Semaphore.h> #elif defined(WOLFSSL_FROSTED) #include <semaphore.h> #else #ifndef SINGLE_THREADED #define WOLFSSL_PTHREADS #include <pthread.h> #endif #if defined(OPENSSL_EXTRA) || defined(GOAHEAD_WS) #include <unistd.h> /* for close of BIO */ #endif #endif /* For FIPS keep the function names the same */ #ifdef HAVE_FIPS #define wc_InitMutex InitMutex #define wc_FreeMutex FreeMutex #define wc_LockMutex LockMutex #define wc_UnLockMutex UnLockMutex #endif /* HAVE_FIPS */ #ifdef SINGLE_THREADED typedef int wolfSSL_Mutex; #else /* MULTI_THREADED */ /* FREERTOS comes first to enable use of FreeRTOS Windows simulator only */ #if defined(FREERTOS) typedef xSemaphoreHandle wolfSSL_Mutex; #elif defined(FREERTOS_TCP) #include "FreeRTOS.h" #include "semphr.h" typedef SemaphoreHandle_t wolfSSL_Mutex; #elif defined(WOLFSSL_SAFERTOS) typedef struct wolfSSL_Mutex { signed char mutexBuffer[<API key>]; xSemaphoreHandle mutex; } wolfSSL_Mutex; #elif defined(USE_WINDOWS_API) typedef CRITICAL_SECTION wolfSSL_Mutex; #elif defined(WOLFSSL_PTHREADS) typedef pthread_mutex_t wolfSSL_Mutex; #elif defined(THREADX) typedef TX_MUTEX wolfSSL_Mutex; #elif defined(MICRIUM) typedef OS_MUTEX wolfSSL_Mutex; #elif defined(EBSNET) typedef RTP_MUTEX wolfSSL_Mutex; #elif defined(FREESCALE_MQX) || defined(FREESCALE_KSDK_MQX) typedef MUTEX_STRUCT wolfSSL_Mutex; #elif defined(FREESCALE_FREE_RTOS) typedef mutex_t wolfSSL_Mutex; #elif defined(WOLFSSL_uITRON4) typedef struct wolfSSL_Mutex { T_CSEM sem ; ID id ; } wolfSSL_Mutex; #elif defined(WOLFSSL_uTKERNEL2) typedef struct wolfSSL_Mutex { T_CSEM sem ; ID id ; } wolfSSL_Mutex; #elif defined(WOLFSSL_MDK_ARM) #if defined(WOLFSSL_CMSIS_RTOS) typedef osMutexId wolfSSL_Mutex; #else typedef OS_MUT wolfSSL_Mutex; #endif #elif defined(WOLFSSL_CMSIS_RTOS) typedef osMutexId wolfSSL_Mutex; #elif defined(WOLFSSL_TIRTOS) typedef <API key> wolfSSL_Mutex; #elif defined(WOLFSSL_FROSTED) typedef mutex_t * wolfSSL_Mutex; #else #error Need a mutex type in multithreaded mode #endif /* USE_WINDOWS_API */ #endif /* SINGLE_THREADED */ /* Enable crypt HW mutex for Freescale MMCAU */ #if defined(FREESCALE_MMCAU) #ifndef <API key> #define <API key> 1 #endif #endif /* FREESCALE_MMCAU */ #ifndef <API key> #define <API key> 0 #endif #if <API key> /* <API key> is called on first <API key>, however it's recommended to call this directly on Hw init to avoid possible race condition where two calls to <API key> are made at the same time. */ int <API key>(void); int <API key>(void); int <API key>(void); #else /* Define stubs, since HW mutex is disabled */ #define <API key>() 0 /* Success */ #define <API key>() 0 /* Success */ #define <API key>() 0 /* Success */ #endif /* <API key> */ /* Mutex functions */ WOLFSSL_API int wc_InitMutex(wolfSSL_Mutex*); WOLFSSL_API wolfSSL_Mutex* <API key>(void); WOLFSSL_API int wc_FreeMutex(wolfSSL_Mutex*); WOLFSSL_API int wc_LockMutex(wolfSSL_Mutex*); WOLFSSL_API int wc_UnLockMutex(wolfSSL_Mutex*); /* main crypto initialization function */ WOLFSSL_API int wolfCrypt_Init(void); /* filesystem abstraction layer, used by ssl.c */ #ifndef NO_FILESYSTEM #if defined(EBSNET) #define XFILE int #define XFOPEN(NAME, MODE) vf_open((const char *)NAME, VO_RDONLY, 0); #define XFSEEK vf_lseek #define XFTELL vf_tell #define XREWIND vf_rewind #define XFREAD(BUF, SZ, AMT, FD) vf_read(FD, BUF, SZ*AMT) #define XFWRITE(BUF, SZ, AMT, FD) vf_write(FD, BUF, SZ*AMT) #define XFCLOSE vf_close #define XSEEK_END VSEEK_END #define XBADFILE -1 #elif defined(LSR_FS) #include <fs.h> #define XFILE struct fs_file* #define XFOPEN(NAME, MODE) fs_open((char*)NAME); #define XFSEEK(F, O, W) (void)F #define XFTELL(F) (F)->len #define XREWIND(F) (void)F #define XFREAD(BUF, SZ, AMT, F) fs_read(F, (char*)BUF, SZ*AMT) #define XFWRITE(BUF, SZ, AMT, F) fs_write(F, (char*)BUF, SZ*AMT) #define XFCLOSE fs_close #define XSEEK_END 0 #define XBADFILE NULL #elif defined(FREESCALE_MQX) || defined(FREESCALE_KSDK_MQX) #define XFILE MQX_FILE_PTR #define XFOPEN fopen #define XFSEEK fseek #define XFTELL ftell #define XREWIND(F) fseek(F, 0, IO_SEEK_SET) #define XFREAD fread #define XFWRITE fwrite #define XFCLOSE fclose #define XSEEK_END IO_SEEK_END #define XBADFILE NULL #elif defined(MICRIUM) #include <fs.h> #define XFILE FS_FILE* #define XFOPEN fs_fopen #define XFSEEK fs_fseek #define XFTELL fs_ftell #define XREWIND fs_rewind #define XFREAD fs_fread #define XFWRITE fs_fwrite #define XFCLOSE fs_fclose #define XSEEK_END FS_SEEK_END #define XBADFILE NULL #else /* stdio, default case */ #include <stdio.h> #define XFILE FILE* #if defined(WOLFSSL_MDK_ARM) extern FILE * wolfSSL_fopen(const char *name, const char *mode) ; #define XFOPEN wolfSSL_fopen #else #define XFOPEN fopen #endif #define XFSEEK fseek #define XFTELL ftell #define XREWIND rewind #define XFREAD fread #define XFWRITE fwrite #define XFCLOSE fclose #define XSEEK_END SEEK_END #define XBADFILE NULL #endif #endif /* NO_FILESYSTEM */ /* Windows API defines its own min() macro. */ #if defined(USE_WINDOWS_API) #if defined(min) || defined(<API key>) #define WOLFSSL_HAVE_MIN #endif /* min */ #if defined(max) || defined(<API key>) #define WOLFSSL_HAVE_MAX #endif /* max */ #endif /* USE_WINDOWS_API */ #ifdef __cplusplus } /* extern "C" */ #endif #endif /* WOLF_CRYPT_PORT_H */
<?php get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'template-parts/content', 'page' ); ?> <?php // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; ?> <?php endwhile; // End of the loop. ?> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>
<?php // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); jimport( 'joomla.application.component.view'); /** * HTML View class for the EventList View * * @package Joomla * @subpackage EventList * @since 0.9 */ class <API key> extends JView { /** * Creates the Simple List View * * @since 0.9 */ function display( $tpl = null ) { $app = & JFactory::getApplication(); //initialize variables $document = & JFactory::getDocument(); $elsettings = & ELHelper::config(); $menu = & JSite::getMenu(); $item = $menu->getActive(); $params = & $app->getParams(); $uri = & JFactory::getURI(); $pathway = & $app->getPathWay(); //add css file $document->addStyleSheet($this->baseurl.'/components/com_eventlist/assets/css/eventlist.css'); $document->addCustomTag('<!--[if IE]><style type="text/css">.floattext{zoom:1;}, * html #eventlist dd { height: 1%; }</style><![endif]-->'); // get variables $limitstart = JRequest::getVar('limitstart', 0, '', 'int'); $limit = $app-><API key>('com_eventlist.eventlist.limit', 'limit', $params->def('display_num', 0), 'int'); $task = JRequest::getWord('task'); $pop = JRequest::getBool('pop'); //get data from model $rows = & $this->get('Data'); $total = & $this->get('Total'); //are events available? if (!$rows) { $noevents = 1; } else { $noevents = 0; } //params $params->def( 'page_title', $item->name); if ( $pop ) {//If printpopup set true $params->set( 'popup', 1 ); } //pathway $pathway->setItemName( 1, $item->name ); if ( $task == 'archive' ) { $pathway->addItem(JText::_( 'ARCHIVE' ), JRoute::_('index.php?view=eventlist&task=archive') ); $print_link = JRoute::_('index.php?view=eventlist&task=archive&tmpl=component&pop=1'); $pagetitle = $params->get('page_title').' - '.JText::_( 'ARCHIVE' ); } else { $print_link = JRoute::_('index.php?view=eventlist&tmpl=component&pop=1'); $pagetitle = $params->get('page_title'); } //Set Page title $app->setPageTitle( $pagetitle ); $app->addMetaTag( 'title' , $pagetitle ); //Check if the user has access to the form $maintainer = ELUser::ismaintainer(); $genaccess = ELUser::validate_user( $elsettings->evdelrec, $elsettings->delivereventsyes ); if ($maintainer || $genaccess ) $dellink = 1; //add alternate feed link $link = 'index.php?option=com_eventlist&view=eventlist&format=feed'; $attribs = array('type' => 'application/rss+xml', 'title' => 'RSS 2.0'); $document->addHeadLink(JRoute::_($link.'&type=rss'), 'alternate', 'rel', $attribs); $attribs = array('type' => 'application/atom+xml', 'title' => 'Atom 1.0'); $document->addHeadLink(JRoute::_($link.'&type=atom'), 'alternate', 'rel', $attribs); //create select lists $lists = $this->_buildSortLists(); /* if ($lists['filter']) { //$uri->setVar('filter', JRequest::getString('filter')); //$filter = $app-><API key>('com_eventlist.eventlist.filter', 'filter', '', 'string'); $uri->setVar('filter', $lists['filter']); $uri->setVar('filter_type', JRequest::getString('filter_type')); } else { $uri->delVar('filter'); $uri->delVar('filter_type'); } */ // Create the pagination object $pageNav = & $this->get('Pagination'); $this->assign('lists' , $lists); $this->assign('total', $total); $this->assign('action', $uri->toString()); $this->assignRef('rows' , $rows); $this->assignRef('task' , $task); $this->assignRef('noevents' , $noevents); $this->assignRef('print_link' , $print_link); $this->assignRef('params' , $params); $this->assignRef('dellink' , $dellink); $this->assignRef('pageNav' , $pageNav); $this->assignRef('elsettings' , $elsettings); $this->assignRef('pagetitle' , $pagetitle); parent::display($tpl); } /** * Manipulate Data * * @access public * @return object $rows * @since 0.9 */ function &getRows() { $count = count($this->rows); if (!$count) { return; } $k = 0; foreach($this->rows as $key => $row) { $row->odd = $k; $this->rows[$key] = $row; $k = 1 - $k; } return $this->rows; } /** * Method to build the sortlists * * @access private * @return array * @since 0.9 */ function _buildSortLists() { $elsettings = & ELHelper::config(); $filter_order = JRequest::getCmd('filter_order', 'a.dates'); $filter_order_Dir = JRequest::getWord('filter_order_Dir', 'ASC'); $filter = $this->escape(JRequest::getString('filter')); $filter_type = JRequest::getString('filter_type'); $sortselects = array(); if ($elsettings->showtitle == 1) { $sortselects[] = JHTML::_('select.option', 'title', $elsettings->titlename ); } if ($elsettings->showlocate == 1) { $sortselects[] = JHTML::_('select.option', 'venue', $elsettings->locationname ); } if ($elsettings->showcity == 1) { $sortselects[] = JHTML::_('select.option', 'city', $elsettings->cityname ); } if ($elsettings->showcat) { $sortselects[] = JHTML::_('select.option', 'type', $elsettings->catfroname ); } $sortselect = JHTML::_('select.genericlist', $sortselects, 'filter_type', 'size="1" class="inputbox"', 'value', 'text', $filter_type ); $lists['order_Dir'] = $filter_order_Dir; $lists['order'] = $filter_order; $lists['filter'] = $filter; $lists['filter_types'] = $sortselect; return $lists; } } ?>
#ifndef <API key> #define <API key> #include "ObjectGridLoader.h" #include "UpdateData.h" #include <iostream> #include "Corpse.h" #include "Object.h" #include "AreaTrigger.h" #include "DynamicObject.h" #include "GameObject.h" #include "Player.h" #include "Unit.h" #include "CreatureAI.h" #include "Spell.h" #include "WorldSession.h" class Player; //class Map; namespace Trinity { struct VisibleNotifier { Player &i_player; UpdateData i_data; std::set<Unit*> i_visibleNow; Player::ClientGUIDs vis_guids; VisibleNotifier(Player &player) : i_player(player), i_data(player.GetMapId()), vis_guids(player.m_clientGUIDs) {} template<class T> void Visit(GridRefManager<T> &m); void SendToSelf(void); }; struct <API key> { WorldObject &i_object; explicit <API key>(WorldObject &object) : i_object(object) {} template<class T> void Visit(GridRefManager<T> &) {} void Visit(PlayerMapType &); void Visit(CreatureMapType &); void Visit(<API key> &); }; struct <API key> : public VisibleNotifier { <API key>(Player &player) : VisibleNotifier(player) {} template<class T> void Visit(GridRefManager<T> &m) { VisibleNotifier::Visit(m); } void Visit(CreatureMapType &); void Visit(PlayerMapType &); }; struct <API key> { Creature &i_creature; <API key>(Creature &c) : i_creature(c) {} template<class T> void Visit(GridRefManager<T> &) {} void Visit(CreatureMapType &); void Visit(PlayerMapType &); }; struct <API key> { Map &i_map; Cell &cell; CellCoord &p; const float i_radius; <API key>(Cell &c, CellCoord &pair, Map &map, float radius) : i_map(map), cell(c), p(pair), i_radius(radius) {} template<class T> void Visit(GridRefManager<T> &) {} void Visit(CreatureMapType &); void Visit(PlayerMapType &); }; struct <API key> { Unit &i_unit; bool isCreature; explicit <API key>(Unit &unit) : i_unit(unit), isCreature(unit.GetTypeId() == TYPEID_UNIT) {} template<class T> void Visit(GridRefManager<T> &) {} void Visit(CreatureMapType &); }; struct GridUpdater { GridType &i_grid; uint32 i_timeDiff; GridUpdater(GridType &grid, uint32 diff) : i_grid(grid), i_timeDiff(diff) {} template<class T> void updateObjects(GridRefManager<T> &m) { for (typename GridRefManager<T>::iterator iter = m.begin(); iter != m.end(); ++iter) iter->GetSource()->Update(i_timeDiff); } void Visit(PlayerMapType &m) { updateObjects<Player>(m); } void Visit(CreatureMapType &m){ updateObjects<Creature>(m); } void Visit(GameObjectMapType &m) { updateObjects<GameObject>(m); } void Visit(<API key> &m) { updateObjects<DynamicObject>(m); } void Visit(CorpseMapType &m) { updateObjects<Corpse>(m); } void Visit(AreaTriggerMapType &m) { updateObjects<AreaTrigger>(m); } }; struct <API key> { WorldObject* i_source; WorldPacket* i_message; uint32 i_phaseMask; float i_distSq; uint32 team; Player const* skipped_receiver; <API key>(WorldObject* src, WorldPacket* msg, float dist, bool own_team_only = false, Player const* skipped = NULL) : i_source(src), i_message(msg), i_phaseMask(src->GetPhaseMask()), i_distSq(dist * dist) , team(0) , skipped_receiver(skipped) { if (own_team_only) if (Player* player = src->ToPlayer()) team = player->GetTeam(); } void Visit(PlayerMapType &m); void Visit(CreatureMapType &m); void Visit(<API key> &m); template<class SKIP> void Visit(GridRefManager<SKIP> &) {} void SendPacket(Player* player) { // never send packet to self if (player == i_source || (team && player->GetTeam() != team) || skipped_receiver == player) return; if (!player->HaveAtClient(i_source)) return; if (WorldSession* session = player->GetSession()) session->SendPacket(i_message); } }; struct ObjectUpdater { uint32 i_timeDiff; explicit ObjectUpdater(const uint32 diff) : i_timeDiff(diff) {} template<class T> void Visit(GridRefManager<T> &m); void Visit(PlayerMapType &) {} void Visit(CorpseMapType &) {} void Visit(CreatureMapType &); }; // SEARCHERS & LIST SEARCHERS & WORKERS // WorldObject searchers & workers template<class Check> struct WorldObjectSearcher { uint32 i_mapTypeMask; uint32 i_phaseMask; WorldObject* &i_object; Check &i_check; WorldObjectSearcher(WorldObject const* searcher, WorldObject* & result, Check& check, uint32 mapTypeMask = <API key>) : i_mapTypeMask(mapTypeMask), i_phaseMask(searcher->GetPhaseMask()), i_object(result), i_check(check) {} void Visit(GameObjectMapType &m); void Visit(PlayerMapType &m); void Visit(CreatureMapType &m); void Visit(CorpseMapType &m); void Visit(<API key> &m); void Visit(AreaTriggerMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; template<class Check> struct <API key> { uint32 i_mapTypeMask; uint32 i_phaseMask; WorldObject* &i_object; Check &i_check; <API key>(WorldObject const* searcher, WorldObject* & result, Check& check, uint32 mapTypeMask = <API key>) : i_mapTypeMask(mapTypeMask), i_phaseMask(searcher->GetPhaseMask()), i_object(result), i_check(check) {} void Visit(GameObjectMapType &m); void Visit(PlayerMapType &m); void Visit(CreatureMapType &m); void Visit(CorpseMapType &m); void Visit(<API key> &m); void Visit(AreaTriggerMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; template<class Check> struct <API key> { uint32 i_mapTypeMask; uint32 i_phaseMask; std::list<WorldObject*> &i_objects; Check& i_check; <API key>(WorldObject const* searcher, std::list<WorldObject*> &objects, Check & check, uint32 mapTypeMask = <API key>) : i_mapTypeMask(mapTypeMask), i_phaseMask(searcher->GetPhaseMask()), i_objects(objects), i_check(check) {} void Visit(PlayerMapType &m); void Visit(CreatureMapType &m); void Visit(CorpseMapType &m); void Visit(GameObjectMapType &m); void Visit(<API key> &m); void Visit(AreaTriggerMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; template<class Do> struct WorldObjectWorker { uint32 i_mapTypeMask; uint32 i_phaseMask; Do const& i_do; WorldObjectWorker(WorldObject const* searcher, Do const& _do, uint32 mapTypeMask = <API key>) : i_mapTypeMask(mapTypeMask), i_phaseMask(searcher->GetPhaseMask()), i_do(_do) {} void Visit(GameObjectMapType &m) { if (!(i_mapTypeMask & <API key>)) return; for (GameObjectMapType::iterator itr=m.begin(); itr != m.end(); ++itr) if (itr->GetSource()->InSamePhase(i_phaseMask)) i_do(itr->GetSource()); } void Visit(PlayerMapType &m) { if (!(i_mapTypeMask & <API key>)) return; for (PlayerMapType::iterator itr=m.begin(); itr != m.end(); ++itr) if (itr->GetSource()->InSamePhase(i_phaseMask)) i_do(itr->GetSource()); } void Visit(CreatureMapType &m) { if (!(i_mapTypeMask & <API key>)) return; for (CreatureMapType::iterator itr=m.begin(); itr != m.end(); ++itr) if (itr->GetSource()->InSamePhase(i_phaseMask)) i_do(itr->GetSource()); } void Visit(CorpseMapType &m) { if (!(i_mapTypeMask & <API key>)) return; for (CorpseMapType::iterator itr=m.begin(); itr != m.end(); ++itr) if (itr->GetSource()->InSamePhase(i_phaseMask)) i_do(itr->GetSource()); } void Visit(<API key> &m) { if (!(i_mapTypeMask & <API key>)) return; for (<API key>::iterator itr=m.begin(); itr != m.end(); ++itr) if (itr->GetSource()->InSamePhase(i_phaseMask)) i_do(itr->GetSource()); } void Visit(AreaTriggerMapType &m) { if (!(i_mapTypeMask & <API key>)) return; for (AreaTriggerMapType::iterator itr=m.begin(); itr != m.end(); ++itr) if (itr->GetSource()->InSamePhase(i_phaseMask)) i_do(itr->GetSource()); } template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; // Gameobject searchers template<class Check> struct GameObjectSearcher { uint32 i_phaseMask; GameObject* &i_object; Check &i_check; GameObjectSearcher(WorldObject const* searcher, GameObject* & result, Check& check) : i_phaseMask(searcher->GetPhaseMask()), i_object(result), i_check(check) {} void Visit(GameObjectMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; // Last accepted by Check GO if any (Check can change requirements at each call) template<class Check> struct <API key> { uint32 i_phaseMask; GameObject* &i_object; Check& i_check; <API key>(WorldObject const* searcher, GameObject* & result, Check& check) : i_phaseMask(searcher->GetPhaseMask()), i_object(result), i_check(check) {} void Visit(GameObjectMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; template<class Check> struct <API key> { uint32 i_phaseMask; std::list<GameObject*> &i_objects; Check& i_check; <API key>(WorldObject const* searcher, std::list<GameObject*> &objects, Check & check) : i_phaseMask(searcher->GetPhaseMask()), i_objects(objects), i_check(check) {} void Visit(GameObjectMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; template<class Functor> struct GameObjectWorker { GameObjectWorker(WorldObject const* searcher, Functor& func) : _func(func), _phaseMask(searcher->GetPhaseMask()) {} void Visit(GameObjectMapType& m) { for (GameObjectMapType::iterator itr = m.begin(); itr != m.end(); ++itr) if (itr->GetSource()->InSamePhase(_phaseMask)) _func(itr->GetSource()); } template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} private: Functor& _func; uint32 _phaseMask; }; // Unit searchers // First accepted by Check Unit if any template<class Check> struct UnitSearcher { uint32 i_phaseMask; Unit* &i_object; Check & i_check; UnitSearcher(WorldObject const* searcher, Unit* & result, Check & check) : i_phaseMask(searcher->GetPhaseMask()), i_object(result), i_check(check) {} void Visit(CreatureMapType &m); void Visit(PlayerMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; // Last accepted by Check Unit if any (Check can change requirements at each call) template<class Check> struct UnitLastSearcher { uint32 i_phaseMask; Unit* &i_object; Check & i_check; UnitLastSearcher(WorldObject const* searcher, Unit* & result, Check & check) : i_phaseMask(searcher->GetPhaseMask()), i_object(result), i_check(check) {} void Visit(CreatureMapType &m); void Visit(PlayerMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; // All accepted by Check units if any template<class Check> struct UnitListSearcher { uint32 i_phaseMask; std::list<Unit*> &i_objects; Check& i_check; UnitListSearcher(WorldObject const* searcher, std::list<Unit*> &objects, Check & check) : i_phaseMask(searcher->GetPhaseMask()), i_objects(objects), i_check(check) {} void Visit(PlayerMapType &m); void Visit(CreatureMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; // Creature searchers template<class Check> struct CreatureSearcher { uint32 i_phaseMask; Creature* &i_object; Check & i_check; CreatureSearcher(WorldObject const* searcher, Creature* & result, Check & check) : i_phaseMask(searcher->GetPhaseMask()), i_object(result), i_check(check) {} void Visit(CreatureMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; // Last accepted by Check Creature if any (Check can change requirements at each call) template<class Check> struct <API key> { uint32 i_phaseMask; Creature* &i_object; Check & i_check; <API key>(WorldObject const* searcher, Creature* & result, Check & check) : i_phaseMask(searcher->GetPhaseMask()), i_object(result), i_check(check) {} void Visit(CreatureMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; template<class Check> struct <API key> { uint32 i_phaseMask; std::list<Creature*> &i_objects; Check& i_check; <API key>(WorldObject const* searcher, std::list<Creature*> &objects, Check & check) : i_phaseMask(searcher->GetPhaseMask()), i_objects(objects), i_check(check) {} void Visit(CreatureMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; template<class Do> struct CreatureWorker { uint32 i_phaseMask; Do& i_do; CreatureWorker(WorldObject const* searcher, Do& _do) : i_phaseMask(searcher->GetPhaseMask()), i_do(_do) {} void Visit(CreatureMapType &m) { for (CreatureMapType::iterator itr=m.begin(); itr != m.end(); ++itr) if (itr->GetSource()->InSamePhase(i_phaseMask)) i_do(itr->GetSource()); } template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; // Player searchers template<class Check> struct PlayerSearcher { uint32 i_phaseMask; Player* &i_object; Check & i_check; PlayerSearcher(WorldObject const* searcher, Player* & result, Check & check) : i_phaseMask(searcher->GetPhaseMask()), i_object(result), i_check(check) {} void Visit(PlayerMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; template<class Check> struct PlayerListSearcher { uint32 i_phaseMask; std::list<Player*> &i_objects; Check& i_check; PlayerListSearcher(WorldObject const* searcher, std::list<Player*> &objects, Check & check) : i_phaseMask(searcher->GetPhaseMask()), i_objects(objects), i_check(check) {} void Visit(PlayerMapType &m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; template<class Check> struct PlayerLastSearcher { uint32 i_phaseMask; Player* &i_object; Check& i_check; PlayerLastSearcher(WorldObject const* searcher, Player*& result, Check& check) : i_phaseMask(searcher->GetPhaseMask()), i_object(result), i_check(check) { } void Visit(PlayerMapType& m); template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; template<class Do> struct PlayerWorker { uint32 i_phaseMask; Do& i_do; PlayerWorker(WorldObject const* searcher, Do& _do) : i_phaseMask(searcher->GetPhaseMask()), i_do(_do) {} void Visit(PlayerMapType &m) { for (PlayerMapType::iterator itr=m.begin(); itr != m.end(); ++itr) if (itr->GetSource()->InSamePhase(i_phaseMask)) i_do(itr->GetSource()); } template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; template<class Do> struct PlayerDistWorker { WorldObject const* i_searcher; float i_dist; Do& i_do; PlayerDistWorker(WorldObject const* searcher, float _dist, Do& _do) : i_searcher(searcher), i_dist(_dist), i_do(_do) {} void Visit(PlayerMapType &m) { for (PlayerMapType::iterator itr=m.begin(); itr != m.end(); ++itr) if (itr->GetSource()->InSamePhase(i_searcher) && itr->GetSource()->IsWithinDist(i_searcher, i_dist)) i_do(itr->GetSource()); } template<class NOT_INTERESTED> void Visit(GridRefManager<NOT_INTERESTED> &) {} }; // CHECKS && DO classes // WorldObject check classes class <API key> { public: <API key>(Unit* searchObj, float range) : i_searchObj(searchObj), i_range(range) {} bool operator()(Player* u); bool operator()(Corpse* u); bool operator()(Creature* u); template<class NOT_INTERESTED> bool operator()(NOT_INTERESTED*) { return false; } protected: Unit const* const i_searchObj; float i_range; }; class <API key> : public <API key> { public: <API key>(Unit* searchObj, float range, SpellInfo const* spellInfo, <API key> check) : <API key>(searchObj, range), i_spellInfo(spellInfo), i_check(searchObj, searchObj, spellInfo, check, NULL) {} bool operator()(Player* u); bool operator()(Corpse* u); bool operator()(Creature* u); template<class NOT_INTERESTED> bool operator()(NOT_INTERESTED*) { return false; } protected: SpellInfo const* i_spellInfo; <API key> i_check; }; // WorldObject do classes class RespawnDo { public: RespawnDo() {} void operator()(Creature* u) const { u->Respawn(); } void operator()(GameObject* u) const { u->Respawn(); } void operator()(WorldObject*) const {} void operator()(Corpse*) const {} }; // GameObject checks class <API key> { public: <API key>(Unit const* unit, uint32 focusId) : i_unit(unit), i_focusId(focusId) {} bool operator()(GameObject* go) const { if (go->GetGOInfo()->type != <API key>) return false; if (go->GetGOInfo()->spellFocus.focusId != i_focusId) return false; float dist = (float)((go->GetGOInfo()->spellFocus.dist)/2); return go->IsWithinDistInMap(i_unit, dist); } private: Unit const* i_unit; uint32 i_focusId; }; // Find the nearest Fishing hole and return true only if source object is in range of hole class <API key> { public: <API key>(WorldObject const& obj, float range) : i_obj(obj), i_range(range) {} bool operator()(GameObject* go) { if (go->GetGOInfo()->type == <API key> && go->isSpawned() && i_obj.IsWithinDistInMap(go, i_range) && i_obj.IsWithinDistInMap(go, (float)go->GetGOInfo()->fishinghole.radius)) { i_range = i_obj.GetDistance(go); return true; } return false; } float GetLastRange() const { return i_range; } private: WorldObject const& i_obj; float i_range; // prevent clone <API key>(<API key> const&); }; class <API key> { public: <API key>(WorldObject const& obj) : i_obj(obj), i_range(999) {} bool operator()(GameObject* go) { if (i_obj.IsWithinDistInMap(go, i_range)) { i_range = i_obj.GetDistance(go); // use found GO range as new range limit for next check return true; } return false; } float GetLastRange() const { return i_range; } private: WorldObject const& i_obj; float i_range; // prevent clone this object <API key>(<API key> const&); }; // Success at unit in range, range update for next check (this can be use with <API key> to find nearest GO) class <API key> { public: <API key>(WorldObject const& obj, uint32 entry, float range) : i_obj(obj), i_entry(entry), i_range(range) {} bool operator()(GameObject* go) { if (go->GetEntry() == i_entry && i_obj.IsWithinDistInMap(go, i_range)) { i_range = i_obj.GetDistance(go); // use found GO range as new range limit for next check return true; } return false; } float GetLastRange() const { return i_range; } private: WorldObject const& i_obj; uint32 i_entry; float i_range; // prevent clone this object <API key>(<API key> const&); }; // Success at unit in range, range update for next check (this can be use with <API key> to find nearest GO with a certain type) class <API key> { public: <API key>(WorldObject const& obj, GameobjectTypes type, float range) : i_obj(obj), i_type(type), i_range(range) {} bool operator()(GameObject* go) { if (go->GetGoType() == i_type && i_obj.IsWithinDistInMap(go, i_range)) { i_range = i_obj.GetDistance(go); // use found GO range as new range limit for next check return true; } return false; } float GetLastRange() const { return i_range; } private: WorldObject const& i_obj; GameobjectTypes i_type; float i_range; // prevent clone this object <API key>(<API key> const&); }; class <API key> { public: <API key>(WorldObject const& obj, uint32 db_guid) : i_obj(obj), i_db_guid(db_guid) {} bool operator()(GameObject const* go) const { return go->GetDBTableGUIDLow() == i_db_guid; } private: WorldObject const& i_obj; uint32 i_db_guid; }; // Unit checks class <API key> { public: <API key>(Unit const* obj, float range, uint32 hp) : i_obj(obj), i_range(range), i_hp(hp) {} bool operator()(Unit* u) { if (u->IsAlive() && u->IsInCombat() && !i_obj->IsHostileTo(u) && i_obj->IsWithinDistInMap(u, i_range) && u->GetMaxHealth() - u->GetHealth() > i_hp) { i_hp = u->GetMaxHealth() - u->GetHealth(); return true; } return false; } private: Unit const* i_obj; float i_range; uint32 i_hp; }; class FriendlyCCedInRange { public: FriendlyCCedInRange(Unit const* obj, float range) : i_obj(obj), i_range(range) {} bool operator()(Unit* u) { if (u->IsAlive() && u->IsInCombat() && !i_obj->IsHostileTo(u) && i_obj->IsWithinDistInMap(u, i_range) && (u->isFeared() || u->IsCharmed() || u->isFrozen() || u->HasUnitState(UNIT_STATE_STUNNED) || u->HasUnitState(UNIT_STATE_CONFUSED))) { return true; } return false; } private: Unit const* i_obj; float i_range; }; class <API key> { public: <API key>(Unit const* obj, float range, uint32 spellid) : i_obj(obj), i_range(range), i_spell(spellid) {} bool operator()(Unit* u) { if (u->IsAlive() && u->IsInCombat() && !i_obj->IsHostileTo(u) && i_obj->IsWithinDistInMap(u, i_range) && !(u->HasAura(i_spell))) { return true; } return false; } private: Unit const* i_obj; float i_range; uint32 i_spell; }; class <API key> { public: <API key>(WorldObject const* obj, Unit const* funit, float range) : i_obj(obj), i_funit(funit), i_range(range) {} bool operator()(Unit* u) { if (u->IsAlive() && i_obj->IsWithinDistInMap(u, i_range) && !i_funit->IsFriendlyTo(u)) return true; else return false; } private: WorldObject const* i_obj; Unit const* i_funit; float i_range; }; class <API key> { public: <API key>(WorldObject const* obj, Unit const* funit, float range) : i_obj(obj), i_funit(funit), i_range(range) {} bool operator()(Unit* u) { if (!u->IsAlive()) return false; if (u->GetCreatureType() == <API key>) return false; if (u->GetTypeId() == TYPEID_UNIT && ((Creature*)u)->IsTotem()) return false; if (!u-><API key>(false)) return false; return i_obj->IsWithinDistInMap(u, i_range) && !i_funit->IsFriendlyTo(u); } private: WorldObject const* i_obj; Unit const* i_funit; float i_range; }; class <API key> { public: <API key>(Unit const* funit, float range) : i_funit(funit), i_range(range) {} bool operator()(const Unit* u) { return u->IsAlive() && i_funit->IsWithinDistInMap(u, i_range) && !i_funit->IsFriendlyTo(u) && i_funit->IsValidAttackTarget(u) && u->GetCreatureType() != <API key> && i_funit->CanSeeOrDetect(u); } private: Unit const* i_funit; float i_range; }; class <API key> { public: <API key>(WorldObject const* obj, uint32 lowguid) : i_obj(obj), i_lowguid(lowguid) {} bool operator()(Creature* u) { return u->GetDBTableGUIDLow() == i_lowguid; } private: WorldObject const* i_obj; uint32 i_lowguid; }; class <API key> { public: <API key>(WorldObject const* obj, Unit const* funit, float range) : i_obj(obj), i_funit(funit), i_range(range) {} bool operator()(Unit* u) { if (u->IsAlive() && i_obj->IsWithinDistInMap(u, i_range) && i_funit->IsFriendlyTo(u)) return true; else return false; } private: WorldObject const* i_obj; Unit const* i_funit; float i_range; }; class <API key> { public: <API key>(WorldObject const* obj, Unit const* funit, float range, bool raid) : _source(obj), _refUnit(funit), _range(range), _raid(raid) {} bool operator()(Unit* u) { if (_raid) { if (!_refUnit->IsInRaidWith(u)) return false; } else if (!_refUnit->IsInPartyWith(u)) return false; return !_refUnit->IsHostileTo(u) && u->IsAlive() && _source->IsWithinDistInMap(u, _range); } private: WorldObject const* _source; Unit const* _refUnit; float _range; bool _raid; }; class <API key> { public: <API key>(WorldObject const* obj, float range) : i_obj(obj), i_range(range) {} bool operator()(Unit* u) { if (u->IsAlive() && i_obj->IsWithinDistInMap(u, i_range)) return true; return false; } private: WorldObject const* i_obj; float i_range; }; // Success at unit in range, range update for next check (this can be use with UnitLastSearcher to find nearest unit) class <API key> { public: <API key>(WorldObject const* obj, Unit const* funit, float range) : i_obj(obj), i_funit(funit), i_range(range) {} bool operator()(Unit* u) { if (u-><API key>() && i_obj->IsWithinDistInMap(u, i_range) && !i_funit->IsFriendlyTo(u) && i_funit->CanSeeOrDetect(u)) { i_range = i_obj->GetDistance(u); // use found unit range as new range limit for next check return true; } return false; } private: WorldObject const* i_obj; Unit const* i_funit; float i_range; // prevent clone this object <API key>(<API key> const&); }; class <API key> { public: <API key>(WorldObject const* obj, Unit const* funit, float range) : i_obj(obj), i_funit(funit), _spellInfo(NULL), i_range(range) { Unit const* check = i_funit; Unit const* owner = i_funit->GetOwner(); if (owner) check = owner; i_targetForPlayer = (check->GetTypeId() == TYPEID_PLAYER); if (i_obj->GetTypeId() == <API key>) _spellInfo = sSpellMgr->GetSpellInfo(((DynamicObject*)i_obj)->GetSpellId()); } bool operator()(Unit* u) { // Check contains checks for: live, non-selectable, non-attackable flags, flight check and GM check, ignore totems if (u->GetTypeId() == TYPEID_UNIT && ((Creature*)u)->IsTotem()) return false; if (i_funit-><API key>(u, _spellInfo, i_obj->GetTypeId() == <API key> ? i_obj : NULL) && i_obj->IsWithinDistInMap(u, i_range)) return true; return false; } private: bool i_targetForPlayer; WorldObject const* i_obj; Unit const* i_funit; SpellInfo const* _spellInfo; float i_range; }; // do attack at call of help to friendly crearture class <API key> { public: <API key>(Unit* funit, Unit* enemy, float range) : i_funit(funit), i_enemy(enemy), i_range(range) {} void operator()(Creature* u) { if (u == i_funit) return; if (!u->CanAssistTo(i_funit, i_enemy, false)) return; // too far if (!u->IsWithinDistInMap(i_funit, i_range)) return; // only if see assisted creature's enemy if (!u->IsWithinLOSInMap(i_enemy)) return; if (u->AI()) u->AI()->AttackStart(i_enemy); } private: Unit* const i_funit; Unit* const i_enemy; float i_range; }; struct AnyDeadUnitCheck { bool operator()(Unit* u) { return !u->IsAlive(); } }; /* struct AnyStealthedCheck { bool operator()(Unit* u) { return u->GetVisibility() == <API key>; } }; */ // Creature checks class <API key> { public: explicit <API key>(Creature const* creature, float dist = 0) : me(creature) { m_range = (dist == 0 ? 9999 : dist); } bool operator()(Unit* u) { if (!me->IsWithinDistInMap(u, m_range)) return false; if (!me->IsValidAttackTarget(u)) return false; m_range = me->GetDistance(u); // use found unit range as new range limit for next check return true; } private: Creature const* me; float m_range; <API key>(<API key> const&); }; class <API key> { public: explicit <API key>(Creature const* creature, float dist = 0) : me(creature) { m_range = (dist == 0 ? 9999 : dist); m_force = (dist == 0 ? false : true); } bool operator()(Unit* u) { if (!me->IsWithinDistInMap(u, m_range)) return false; if (!me->CanSeeOrDetect(u)) return false; if (m_force) { if (!me->IsValidAttackTarget(u)) return false; } else if (!me->CanStartAttack(u, false)) return false; m_range = me->GetDistance(u); // use found unit range as new range limit for next check return true; } float GetLastRange() const { return m_range; } private: Creature const* me; float m_range; bool m_force; <API key>(<API key> const&); }; class <API key> { public: explicit <API key>(Creature const* creature, bool useLOS = false) : _me(creature), _useLOS(useLOS) { } bool operator()(Unit* u) { if (!u->IsHostileTo(_me)) return false; if (!u->IsWithinDistInMap(_me, _me->GetAggroRange(u))) return false; if (!_me->IsValidAttackTarget(u)) return false; if (_useLOS && !u->IsWithinLOSInMap(_me)) return false; return true; } private: Creature const* _me; bool _useLOS; <API key>(<API key> const&); }; class <API key> { public: <API key>(Unit* funit, Unit* enemy, float range) : i_funit(funit), i_enemy(enemy), i_range(range) { } bool operator()(Creature* u) { if (u == i_funit) return false; if (!u->CanAssistTo(i_funit, i_enemy)) return false; // too far if (!i_funit->IsWithinDistInMap(u, i_range)) return false; // only if see assisted creature if (!i_funit->IsWithinLOSInMap(u)) return false; return true; } private: Unit* const i_funit; Unit* const i_enemy; float i_range; }; class <API key> { public: <API key>(Creature* obj, Unit* enemy, float range) : i_obj(obj), i_enemy(enemy), i_range(range) {} bool operator()(Creature* u) { if (u == i_obj) return false; if (!u->CanAssistTo(i_obj, i_enemy)) return false; if (!i_obj->IsWithinDistInMap(u, i_range)) return false; if (!i_obj->IsWithinLOSInMap(u)) return false; i_range = i_obj->GetDistance(u); // use found unit range as new range limit for next check return true; } float GetLastRange() const { return i_range; } private: Creature* const i_obj; Unit* const i_enemy; float i_range; // prevent clone this object <API key>(<API key> const&); }; // Success at unit in range, range update for next check (this can be use with <API key> to find nearest creature) class <API key> { public: <API key>(WorldObject const& obj, uint32 entry, bool alive, float range) : i_obj(obj), i_entry(entry), i_alive(alive), i_range(range) {} bool operator()(Creature* u) { if (u->GetEntry() == i_entry && u->IsAlive() == i_alive && i_obj.IsWithinDistInMap(u, i_range)) { i_range = i_obj.GetDistance(u); // use found unit range as new range limit for next check return true; } return false; } float GetLastRange() const { return i_range; } private: WorldObject const& i_obj; uint32 i_entry; bool i_alive; float i_range; // prevent clone this object <API key>(<API key> const&); }; class <API key> { public: <API key>(WorldObject const* obj, float range, bool reqAlive = true) : _obj(obj), _range(range), _reqAlive(reqAlive) {} bool operator()(Player* u) { if (_reqAlive && !u->IsAlive()) return false; if (!_obj->IsWithinDistInMap(u, _range)) return false; return true; } private: WorldObject const* _obj; float _range; bool _reqAlive; }; class <API key> { public: <API key>(WorldObject const* obj, float range) : i_obj(obj), i_range(range) { } bool operator()(Player* u) { if (u->IsAlive() && i_obj->IsWithinDistInMap(u, i_range)) { i_range = i_obj->GetDistance(u); return true; } return false; } private: WorldObject const* i_obj; float i_range; <API key>(<API key> const&); }; class <API key> { public: <API key>(Unit const* obj) : unit(obj) {} bool operator() (Unit* u) { if (u->IsAlive() && u->IsVisible() && u->IsFriendlyTo(unit)) return true; return false; } private: Unit const* unit; }; class <API key> { public: <API key>(const WorldObject* object, uint32 entry, float maxRange) : m_pObject(object), m_uiEntry(entry), m_fRange(maxRange) {} bool operator() (GameObject* go) { if (go->GetEntry() == m_uiEntry && m_pObject->IsWithinDist(go, m_fRange, false)) return true; return false; } private: const WorldObject* m_pObject; uint32 m_uiEntry; float m_fRange; }; class <API key> { public: <API key>(const WorldObject* object, uint32 entry, float maxRange) : m_pObject(object), m_uiEntry(entry), m_fRange(maxRange) {} bool operator() (Unit* unit) { if (unit->GetEntry() == m_uiEntry && m_pObject->IsWithinDist(unit, m_fRange, false)) return true; return false; } private: const WorldObject* m_pObject; uint32 m_uiEntry; float m_fRange; }; class <API key> { public: <API key> (const WorldObject* pObject, uint32 uiEntry) : m_pObject(pObject), m_uiEntry(uiEntry) { } bool operator() (Unit* pUnit) { if (pUnit->GetEntry() == m_uiEntry) return true; return false; } private: const WorldObject* m_pObject; uint32 m_uiEntry; }; class <API key> { public: <API key>(Unit const* unit, float fMinRange) : unit(unit), fRange(fMinRange) {} bool operator() (Player* player) { //No threat list check, must be done explicit if expected to be in combat with creature if (!player->IsGameMaster() && player->IsAlive() && !unit->IsWithinDist(player, fRange, false)) return true; return false; } private: Unit const* unit; float fRange; }; class <API key> { public: <API key>(float _x, float _y, float _z, float _range, uint32 _entry = 0) : x(_x), y(_y), z(_z), range(_range), entry(_entry) {} bool operator() (GameObject* go) { if (!entry || (go->GetGOInfo() && go->GetGOInfo()->entry == entry)) return go->IsInRange(x, y, z, range); else return false; } private: float x, y, z, range; uint32 entry; }; class <API key> { public: <API key>(const WorldObject* object, float maxRange) : m_pObject(object), m_fRange(maxRange) {} bool operator() (WorldObject* go) { return m_pObject->IsWithinDist(go, m_fRange, false) && m_pObject->InSamePhase(go); } private: const WorldObject* m_pObject; float m_fRange; }; class ObjectTypeIdCheck { public: ObjectTypeIdCheck(TypeID typeId, bool equals) : _typeId(typeId), _equals(equals) {} bool operator()(WorldObject* object) { return (object->GetTypeId() == _typeId) == _equals; } private: TypeID _typeId; bool _equals; }; class ObjectGUIDCheck { public: ObjectGUIDCheck(uint64 GUID) : _GUID(GUID) {} bool operator()(WorldObject* object) { return object->GetGUID() == _GUID; } private: uint64 _GUID; }; class <API key> { public: <API key>(WorldObject* go, float diff, bool reverse) : _baseObject(go), _difference(diff), _reverse(reverse) { } bool operator()(WorldObject* unit) const { return (unit->GetPositionZ() - _baseObject->GetPositionZ() > _difference) != _reverse; } private: WorldObject* _baseObject; float _difference; bool _reverse; }; class UnitAuraCheck { public: UnitAuraCheck(bool present, uint32 spellId, uint64 casterGUID = 0) : _present(present), _spellId(spellId), _casterGUID(casterGUID) {} bool operator()(Unit* unit) const { return unit->HasAura(_spellId, _casterGUID) == _present; } bool operator()(WorldObject* object) const { return object->ToUnit() && object->ToUnit()->HasAura(_spellId, _casterGUID) == _present; } private: bool _present; uint32 _spellId; uint64 _casterGUID; }; // Player checks and do // Prepare using Builder localized packets with caching and send to player template<class Builder> class LocalizedPacketDo { public: explicit LocalizedPacketDo(Builder& builder) : i_builder(builder) {} ~LocalizedPacketDo() { for (size_t i = 0; i < i_data_cache.size(); ++i) delete i_data_cache[i]; } void operator()(Player* p); private: Builder& i_builder; std::vector<WorldPacket*> i_data_cache; // 0 = default, i => i-1 locale index }; // Prepare using Builder localized packets with caching and send to player template<class Builder> class <API key> { public: typedef std::vector<WorldPacket*> WorldPacketList; explicit <API key>(Builder& builder) : i_builder(builder) {} ~<API key>() { for (size_t i = 0; i < i_data_cache.size(); ++i) for (size_t j = 0; j < i_data_cache[i].size(); ++j) delete i_data_cache[i][j]; } void operator()(Player* p); private: Builder& i_builder; std::vector<WorldPacketList> i_data_cache; // 0 = default, i => i-1 locale index }; } #endif
<?php namespace oat\taoQtiItem\model\qti\attribute; /** * The Data attribute * * @access public * @author Sam, <sam@taotesting.com> * @package taoQTI */ class Data extends Attribute { protected static $name = 'data'; protected static $type = 'oat\\taoQtiItem\\model\\qti\\datatype\\QtiString'; protected static $defaultValue = null; protected static $required = true; public function setValue($value) { $value = rawurldecode($value); return parent::setValue($value); } }
<?php class View { protected $_name = null; protected $_data = array(); /** * @param $name * @param array $data * @return View */ public static function factory($name, $data = array()) { return new View($name, $data); } public static function exists( $name ) { $paths = Frame::path(Frame::PATH_VIEWS); foreach( $paths as $path ) { $file = $path . $name . '.php'; if( file_exists($file) ){ return true; } } return false; } public function __construct($name, $data = array()) { $this->_name = $name; $this->_data = $data; } /** * Override the getter mechanism to include the data */ public function & __get($name) { if (array_key_exists($name, $this->_data)) { return $this->_data[$name]; } $trace = debug_backtrace(); trigger_error( 'Undefined property : ' . $name . ' in ' . $trace[0]['file'] . ' on line ' . $trace[0]['line'], E_USER_NOTICE); return null; } /** * Override the setter mechanism to include the data */ public function __set($name, $value) { $this->_data[$name] = $value; } public function __isset($name) { return isset($this->_data[$name]); } public function __toString() { try { return $this->render(); } catch ( Exception $e ) { Debug::vdd($e); } } public function render() { return Loader::view($this->_name, $this->_data, true); } public function appendData($key, $value) { $this->_data[$key] = $value; } public function name() { return $this->_name; } }
<?php $setting = new PHPurchaseSetting(); $cardTypes = array('Visa' => 'Visa', 'Mastercard' => 'Mastercard', 'Discover' => 'Discover', 'American Express' => 'Amex'); // Set up the PayPal object $settingsOk = true; $mode = SANDBOX ? 'TEST' : 'LIVE'; try { $pp = new PHPayPal($mode); } catch(Exception $e) { $settingsOk = false; } if(!$settingsOk) { ?> <div id='phpurchaseErrors'> <p><strong>PayPal Pro Is Not Configured</strong></p> <p>In order to use PayPal Pro Checkout you must enter your PayPal API username, password and signature in the PHPurchase Settings Panel</p> </div> <?php } $errors = array(); $jqErrors = array(); $checkoutPage = get_page_by_path('store/checkout'); if($_SERVER['REQUEST_METHOD'] == "POST" && $_POST['phpurchase-action'] == 'paypalprocheckout') { // Billing Validation $pp->setBilling($_POST['billing']); // Payment Validation $pp->setPayment($_POST['payment']); // Shipping Validation if(!isset($_POST['sameAsBilling'])) { $pp->setShipping($_POST['shipping']); } $errors = $pp->getErrors(); $jqErrors = $pp->getJqErrors(); if(count($errors) == 0) { // Set credit card data $pp->setCreditCardData(); $pp->setPayerInfo(); $pp->setPayerName(); $pp->setAddress(); $pp->setShipToAddress(); // Calculate taxes $tax = $pp->getTaxAmount(); // Calculat total amount to charge customer $total = $_SESSION['PHPurchaseCart']->getGrandTotal() + $tax; $total = number_format($total, 2); // Calculate total cost of all items in cart, not including tax and shipping $itemTotal = $_SESSION['PHPurchaseCart']->getSubTotal() - $_SESSION['PHPurchaseCart']->getDiscountAmount(); $itemTotal = number_format($itemTotal, 2); // Calculate shipping costs $shipping = $_SESSION['PHPurchaseCart']->getShippingCost(); // Calculate IPN URL $ipnPage = get_page_by_path('store/ipn'); $ipnUrl = get_permalink($ipnPage->ID); // Set payment information // 'CURRENCYCODE' => CURRENCY_CODE, // 'NOTIFYURL' => $ipnUrl $payment = array( 'AMT' => $total, 'ITEMAMT' => $itemTotal, 'SHIPPINGAMT' => $shipping, 'TAXAMT' => $tax ); $pp->setPaymentDetails($payment); // Add cart items to PayPal $items = $_SESSION['PHPurchaseCart']->getItems(); // An array of PHPurchaseCartItem objects foreach($items as $i) { $itemData = array( 'NAME' => $i->getFullDisplayName(), 'AMT' => $i->getProductPrice(), 'NUMBER' => $i->getItemNumber(), 'QTY' => $i->getQuantity() ); $pp->addItem($itemData); } // Add a coupon discount if needed $discount = $_SESSION['PHPurchaseCart']->getDiscountAmount(); if($discount > 0) { $negDiscount = 0 - $discount; $itemData = array( 'NAME' => 'Discount', 'AMT' => $negDiscount, 'NUMBER' => 'DSC', 'QTY' => 1 ); $pp->addItem($itemData); } // Do direct payment $response = $pp->DoDirectPayment(); $result = strtoupper($response['ACK']); if($result == 'SUCCESS' || $result == 'SUCCESSWITHERRORS' || isset($response['TRANSACTIONID'])) { // Approved $statusOptions = PHPurchaseCommon::<API key>(); $status = $statusOptions[0]; $transId = $response['TRANSACTIONID']; $orderId = $pp->saveOrder($total, $tax, $transId, $status); $_SESSION['order_id'] = $orderId; $receiptLink = PHPurchaseCommon::getPageLink('store/receipt'); header("Location: " . $receiptLink); } else { // Not approved PHPurchaseCommon::log("Do Direct Payment Response: " . print_r($response, true)); $errors['Card Transaction'] = $response['L_LONGMESSAGE0']; } } } // Show errors if(count($errors)) { echo PHPurchaseCommon::showErrors($errors); } $p = $pp->getPayment(); $b = $pp->getBilling(); $s = $pp->getShipping(); if($settingsOk) { $gateway = 'paypalprocheckout'; include(WP_PLUGIN_DIR . '/phpurchase/views/checkout-form.php'); include(WP_PLUGIN_DIR . '/phpurchase/views/client/checkout.php'); } ?>
#ifdef HAVE_CONFIG_H #include <config.h> #endif #include <stdlib.h> #include <glib.h> #include <bluetooth/bluetooth.h> #include <bluetooth/sdp.h> #include <bluetooth/sdp_lib.h> #include "log.h" #include "gdbus.h" #include "glib-helper.h" #include "dbus-common.h" #include "btio.h" #include "storage.h" #include "att.h" #include "gattrib.h" #include "gatt.h" #include "client.h" #define CHAR_INTERFACE "org.bluez.Characteristic" struct gatt_service { bdaddr_t sba; bdaddr_t dba; char *path; GSList *primary; GAttrib *attrib; int psm; guint atid; }; struct format { guint8 format; guint8 exponent; guint16 unit; guint8 namespace; guint16 desc; } __attribute__ ((packed)); struct characteristic { char *path; uint16_t handle; uint16_t end; uint8_t perm; uuid_t type; char *name; char *desc; struct format *format; uint8_t *value; int vlen; }; struct primary { char *path; uuid_t uuid; uint16_t start; uint16_t end; GSList *chars; }; struct discovered_data { struct gatt_service *gatt; struct primary *prim; }; struct descriptor_data { struct gatt_service *gatt; struct characteristic *chr; }; struct desc_fmt_data { struct descriptor_data desc_data; uint16_t handle; }; static GSList *services = NULL; static DBusConnection *connection; static void characteristic_free(void *user_data) { struct characteristic *chr = user_data; g_free(chr->path); g_free(chr->desc); g_free(chr->format); g_free(chr->value); g_free(chr->name); g_free(chr); } static void primary_free(void *user_data) { struct primary *prim = user_data; g_slist_foreach(prim->chars, (GFunc) characteristic_free, NULL); g_free(prim->path); g_free(prim); } static void gatt_service_free(void *user_data) { struct gatt_service *gatt = user_data; g_slist_foreach(gatt->primary, (GFunc) primary_free, NULL); g_attrib_unref(gatt->attrib); g_free(gatt->path); g_free(gatt); } static int gatt_path_cmp(gconstpointer a, gconstpointer b) { const struct gatt_service *gatt = a; const char *path = b; return strcmp(gatt->path, path); } static void append_char_dict(DBusMessageIter *iter, struct characteristic *chr) { DBusMessageIter dict; const char *name = ""; char *uuid; <API key>(iter, DBUS_TYPE_ARRAY, <API key> <API key> <API key> <API key>, &dict); uuid = bt_uuid2string(&chr->type); dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &uuid); g_free(uuid); /* FIXME: Translate UUID to name. */ dict_append_entry(&dict, "Name", DBUS_TYPE_STRING, &name); if (chr->desc) dict_append_entry(&dict, "Description", DBUS_TYPE_STRING, &chr->desc); if (chr->value) dict_append_array(&dict, "Value", DBUS_TYPE_BYTE, &chr->value, chr->vlen); /* FIXME: Missing Format, Value and Representation */ <API key>(iter, &dict); } static DBusMessage *get_characteristics(DBusConnection *conn, DBusMessage *msg, void *data) { struct primary *prim = data; DBusMessage *reply; DBusMessageIter iter, array; GSList *l; reply = <API key>(msg); if (reply == NULL) return NULL; <API key>(reply, &iter); <API key>(&iter, DBUS_TYPE_ARRAY, <API key> <API key> <API key> <API key> <API key> <API key> <API key> <API key>, &array); for (l = prim->chars; l; l = l->next) { struct characteristic *chr = l->data; DBusMessageIter sub; DBG("path %s", chr->path); <API key>(&array, <API key>, NULL, &sub); <API key>(&sub, <API key>, &chr->path); append_char_dict(&sub, chr); <API key>(&array, &sub); } <API key>(&iter, &array); return reply; } static DBusMessage *register_watcher(DBusConnection *conn, DBusMessage *msg, void *data) { return <API key>(msg); } static DBusMessage *unregister_watcher(DBusConnection *conn, DBusMessage *msg, void *data) { return <API key>(msg); } static GDBusMethodTable prim_methods[] = { { "GetCharacteristics", "", "a{oa{sv}}", get_characteristics}, { "<API key>", "o", "", register_watcher }, { "<API key>", "o", "", unregister_watcher }, { } }; static DBusMessage *get_properties(DBusConnection *conn, DBusMessage *msg, void *data) { struct characteristic *chr = data; DBusMessage *reply; DBusMessageIter iter; reply = <API key>(msg); if (!reply) return NULL; <API key>(reply, &iter); append_char_dict(&iter, chr); return reply; } static GDBusMethodTable char_methods[] = { { "GetProperties", "", "a{sv}", get_properties }, { } }; static void register_primary(struct gatt_service *gatt) { GSList *l; for (l = gatt->primary; l; l = l->next) { struct primary *prim = l->data; <API key>(connection, prim->path, CHAR_INTERFACE, prim_methods, NULL, NULL, prim, NULL); DBG("Registered: %s", prim->path); } } static char *<API key>(GSList *chars) { GString *characteristics; GSList *l; characteristics = g_string_new(NULL); for (l = chars; l; l = l->next) { struct characteristic *chr = l->data; uuid_t *uuid128; char chr_str[64]; char uuidstr[MAX_LEN_UUID_STR]; memset(chr_str, 0, sizeof(chr_str)); uuid128 = sdp_uuid_to_uuid128(&chr->type); sdp_uuid2strn(uuid128, uuidstr, MAX_LEN_UUID_STR); bt_free(uuid128); snprintf(chr_str, sizeof(chr_str), "%04X#%02X#%04X#%s ", chr->handle, chr->perm, chr->end, uuidstr); characteristics = g_string_append(characteristics, chr_str); } return g_string_free(characteristics, FALSE); } static void <API key>(struct gatt_service *gatt, struct primary *prim) { char *characteristics; characteristics = <API key>(prim->chars); <API key>(&gatt->sba, &gatt->dba, prim->start, characteristics); g_free(characteristics); } static void <API key>(struct primary *prim) { GSList *lc; for (lc = prim->chars; lc; lc = lc->next) { struct characteristic *chr = lc->data; <API key>(connection, chr->path, CHAR_INTERFACE, char_methods, NULL, NULL, chr, NULL); DBG("Registered: %s", chr->path); } } static GSList *<API key>(const char *prim_path, const char *str) { GSList *l = NULL; char **chars; int i; if (str == NULL) return NULL; chars = g_strsplit(str, " ", 0); if (chars == NULL) return NULL; for (i = 0; chars[i]; i++) { struct characteristic *chr; char uuidstr[MAX_LEN_UUID_STR + 1]; int ret; chr = g_new0(struct characteristic, 1); ret = sscanf(chars[i], "%04hX#%02hhX#%04hX#%s", &chr->handle, &chr->perm, &chr->end, uuidstr); if (ret < 4) { g_free(chr); continue; } chr->path = g_strdup_printf("%s/characteristic%04x", prim_path, chr->handle); bt_string2uuid(&chr->type, uuidstr); l = g_slist_append(l, chr); } g_strfreev(chars); return l; } static void <API key>(gpointer data, gpointer user_data) { struct primary *prim = data; struct gatt_service *gatt = user_data; GSList *chrs_list; char *str; if (prim->chars) { DBG("Characteristics already loaded"); return; } str = <API key>(&gatt->sba, &gatt->dba, prim->start); if (str == NULL) return; chrs_list = <API key>(prim->path, str); free(str); if (chrs_list == NULL) return; prim->chars = chrs_list; <API key>(prim); return; } static void store_attribute(struct gatt_service *gatt, uint16_t handle, uint16_t type, uint8_t *value, gsize len) { uuid_t uuid; char *str, *uuidstr, *tmp; guint i; str = g_malloc0(MAX_LEN_UUID_STR + len * 2 + 1); sdp_uuid16_create(&uuid, type); uuidstr = bt_uuid2string(&uuid); strcpy(str, uuidstr); g_free(uuidstr); str[MAX_LEN_UUID_STR - 1] = ' for (i = 0, tmp = str + MAX_LEN_UUID_STR; i < len; i++, tmp += 2) sprintf(tmp, "%02X", value[i]); <API key>(&gatt->sba, &gatt->dba, handle, str); g_free(str); } static void update_char_desc(guint8 status, const guint8 *pdu, guint16 len, gpointer user_data) { struct desc_fmt_data *data = user_data; struct gatt_service *gatt = data->desc_data.gatt; struct characteristic *chr = data->desc_data.chr; if (status != 0) return; g_free(chr->desc); chr->desc = g_malloc(len); memcpy(chr->desc, pdu + 1, len - 1); chr->desc[len - 1] = '\0'; store_attribute(gatt, data->handle, <API key>, (void *) chr->desc, len); g_free(data); } static void update_char_format(guint8 status, const guint8 *pdu, guint16 len, gpointer user_data) { struct desc_fmt_data *data = user_data; struct gatt_service *gatt = data->desc_data.gatt; struct characteristic *chr = data->desc_data.chr; if (status != 0) return; if (len < 8) return; g_free(chr->format); chr->format = g_new0(struct format, 1); memcpy(chr->format, pdu + 1, 7); store_attribute(gatt, data->handle, <API key>, (void *) chr->format, sizeof(*chr->format)); g_free(data); } static void update_char_value(guint8 status, const guint8 *pdu, guint16 len, gpointer user_data) { struct characteristic *chr = user_data; if (status != 0) return; g_free(chr->value); chr->vlen = len - 1; chr->value = g_malloc(chr->vlen); memcpy(chr->value, pdu + 1, chr->vlen); } static int uuid_desc16_cmp(uuid_t *uuid, guint16 desc) { uuid_t u16; sdp_uuid16_create(&u16, desc); return sdp_uuid_cmp(uuid, &u16); } static void descriptor_cb(guint8 status, const guint8 *pdu, guint16 plen, gpointer user_data) { struct descriptor_data *current = user_data; struct gatt_service *gatt = current->gatt; struct att_data_list *list; guint8 format; int i; if (status != 0) { g_free(current); return; } DBG("Find Information Response received"); list = dec_find_info_resp(pdu, plen, &format); if (list == NULL) { g_free(current); return; } for (i = 0; i < list->num; i++) { guint16 handle; uuid_t uuid; uint8_t *info = list->data[i]; struct desc_fmt_data *attr_data; handle = att_get_u16((uint16_t *) info); if (format == 0x01) { sdp_uuid16_create(&uuid, att_get_u16((uint16_t *) &info[2])); } else continue; attr_data = g_new0(struct desc_fmt_data, 1); attr_data->desc_data = *current; attr_data->handle = handle; if (uuid_desc16_cmp(&uuid, <API key>) == 0) gatt_read_char(gatt->attrib, handle, update_char_desc, attr_data); else if (uuid_desc16_cmp(&uuid, <API key>) == 0) gatt_read_char(gatt->attrib, handle, update_char_format, attr_data); else g_free(attr_data); } att_data_list_free(list); g_free(current); } static void update_all_chars(gpointer data, gpointer user_data) { struct descriptor_data *current; struct characteristic *chr = data; struct gatt_service *gatt = user_data; current = g_new0(struct descriptor_data, 1); current->gatt = gatt; current->chr = chr; gatt_find_info(gatt->attrib, chr->handle + 1, chr->end, descriptor_cb, current); gatt_read_char(gatt->attrib, chr->handle, update_char_value, chr); } static void char_discovered_cb(guint8 status, const guint8 *pdu, guint16 plen, gpointer user_data) { struct discovered_data *current = user_data; struct gatt_service *gatt = current->gatt; struct primary *prim = current->prim; struct att_data_list *list; uint16_t last, *previous_end = NULL; int i; if (status == <API key>) { <API key>(gatt, prim); <API key>(prim); g_slist_foreach(prim->chars, update_all_chars, gatt); g_free(current); return; } if (status != 0) { DBG("Discover all characteristics failed: %s", att_ecode2str(status)); goto fail; } DBG("Read by Type Response received"); list = <API key>(pdu, plen); if (list == NULL) { g_free(current); return; } for (i = 0, last = 0; i < list->num; i++) { uint8_t *decl = list->data[i]; struct characteristic *chr; chr = g_new0(struct characteristic, 1); chr->perm = decl[2]; chr->handle = att_get_u16((uint16_t *) &decl[3]); chr->path = g_strdup_printf("%s/characteristic%04x", prim->path, chr->handle); if (list->len == 7) { sdp_uuid16_create(&chr->type, att_get_u16((uint16_t *) &decl[5])); } else { /* FIXME: UUID128 */ } if (previous_end) { *previous_end = att_get_u16((uint16_t *) decl); } last = chr->handle; previous_end = &chr->end; prim->chars = g_slist_append(prim->chars, chr); } if (previous_end) *previous_end = prim->end; att_data_list_free(list); /* Fetch remaining characteristics for the CURRENT primary service */ gatt_discover_char(gatt->attrib, last + 1, prim->end, char_discovered_cb, current); return; fail: g_free(current); gatt_service_free(gatt); } static void *<API key>(const char *str) { uint8_t *data; int size, i; char tmp[3]; size = strlen(str) / 2; data = g_try_malloc0(size); if (data == NULL) return NULL; tmp[2] = '\0'; for (i = 0; i < size; i++) { memcpy(tmp, str + (i * 2), 2); data[i] = (uint8_t) strtol(tmp, NULL, 16); } return data; } static int find_primary(gconstpointer a, gconstpointer b) { const struct primary *primary = a; uint16_t handle = GPOINTER_TO_UINT(b); if (handle < primary->start) return -1; if (handle > primary->end) return -1; return 0; } static int find_characteristic(gconstpointer a, gconstpointer b) { const struct characteristic *chr = a; uint16_t handle = GPOINTER_TO_UINT(b); if (handle < chr->handle) return -1; if (handle > chr->end) return -1; return 0; } static void load_attribute_data(char *key, char *value, void *data) { struct gatt_service *gatt = data; struct characteristic *chr; struct primary *primary; char addr[18], dst[18]; uint16_t handle; uuid_t uuid; GSList *l; guint h; if (sscanf(key, "%17s#%04hX", addr, &handle) < 2) return; ba2str(&gatt->dba, dst); if (strcmp(addr, dst) != 0) return; h = handle; l = g_slist_find_custom(gatt->primary, GUINT_TO_POINTER(h), find_primary); if (!l) return; primary = l->data; l = g_slist_find_custom(primary->chars, GUINT_TO_POINTER(h), find_characteristic); if (!l) return; chr = l->data; /* value[] contains "<UUID>#<data>", but bt_string2uuid() expects a * string containing only the UUID. To avoid creating a new buffer, * "truncate" the string in place before calling bt_string2uuid(). */ value[MAX_LEN_UUID_STR - 1] = '\0'; if (bt_string2uuid(&uuid, value) < 0) return; /* Fill the characteristic field according to the attribute type. */ if (uuid_desc16_cmp(&uuid, <API key>) == 0) chr->desc = <API key>(value + MAX_LEN_UUID_STR); else if (uuid_desc16_cmp(&uuid, <API key>) == 0) chr->format = <API key>(value + MAX_LEN_UUID_STR); } static char *<API key>(GSList *primary_list) { GString *services; GSList *l; services = g_string_new(NULL); for (l = primary_list; l; l = l->next) { struct primary *primary = l->data; uuid_t *uuid128; char service[64]; char uuidstr[MAX_LEN_UUID_STR]; memset(service, 0, sizeof(service)); uuid128 = sdp_uuid_to_uuid128(&primary->uuid); sdp_uuid2strn(uuid128, uuidstr, MAX_LEN_UUID_STR); bt_free(uuid128); snprintf(service, sizeof(service), "%04X#%04X#%s ", primary->start, primary->end, uuidstr); services = g_string_append(services, service); } return g_string_free(services, FALSE); } static GSList *<API key>(char *gatt_path, const char *str) { GSList *l = NULL; char **services; int i; if (str == NULL) return NULL; services = g_strsplit(str, " ", 0); if (services == NULL) return NULL; for (i = 0; services[i]; i++) { struct primary *prim; char uuidstr[MAX_LEN_UUID_STR + 1]; int ret; prim = g_new0(struct primary, 1); ret = sscanf(services[i], "%04hX#%04hX#%s", &prim->start, &prim->end, uuidstr); if (ret < 3) { g_free(prim); continue; } prim->path = g_strdup_printf("%s/service%04x", gatt_path, prim->start); bt_string2uuid(&prim->uuid, uuidstr); l = g_slist_append(l, prim); } g_strfreev(services); return l; } static void <API key>(struct gatt_service *gatt) { char *services; services = <API key>(gatt->primary); <API key>(&gatt->sba, &gatt->dba, services); g_free(services); } static gboolean <API key>(struct gatt_service *gatt) { GSList *primary_list; char *str; if (gatt->primary) { DBG("Services already loaded"); return FALSE; } str = <API key>(&gatt->sba, &gatt->dba); if (str == NULL) return FALSE; primary_list = <API key>(gatt->path, str); free(str); if (primary_list == NULL) return FALSE; gatt->primary = primary_list; register_primary(gatt); g_slist_foreach(gatt->primary, <API key>, gatt); <API key>(&gatt->sba, load_attribute_data, gatt); return TRUE; } static void discover_all_char(gpointer data, gpointer user_data) { struct discovered_data *current; struct gatt_service *gatt = user_data; struct primary *prim = data; current = g_new0(struct discovered_data, 1); current->gatt = gatt; current->prim = prim; gatt_discover_char(gatt->attrib, prim->start, prim->end, char_discovered_cb, current); } static void primary_cb(guint8 status, const guint8 *pdu, guint16 plen, gpointer user_data) { struct gatt_service *gatt = user_data; struct att_data_list *list; unsigned int i; uint16_t end, start; if (status == <API key>) { if (gatt->primary == NULL) return; <API key>(gatt); register_primary(gatt); g_slist_foreach(gatt->primary, discover_all_char, gatt); return; } if (status != 0) { error("Discover all primary services failed: %s", att_ecode2str(status)); goto fail; } list = <API key>(pdu, plen); if (list == NULL) { error("Protocol error"); goto fail; } DBG("Read by Group Type Response received"); for (i = 0, end = 0; i < list->num; i++) { struct primary *prim; uint8_t *info = list->data[i]; /* Each element contains: attribute handle, end group handle * and attribute value */ start = att_get_u16((uint16_t *) info); end = att_get_u16((uint16_t *) &info[2]); prim = g_new0(struct primary, 1); prim->start = start; prim->end = end; if (list->len == 6) { sdp_uuid16_create(&prim->uuid, att_get_u16((uint16_t *) &info[4])); } else if (list->len == 20) { /* FIXME: endianness */ sdp_uuid128_create(&prim->uuid, &info[4]); } else { DBG("ATT: Invalid Length field"); g_free(prim); att_data_list_free(list); goto fail; } prim->path = g_strdup_printf("%s/service%04x", gatt->path, prim->start); gatt->primary = g_slist_append(gatt->primary, prim); } att_data_list_free(list); if (end == 0) { DBG("ATT: Invalid PDU format"); goto fail; } /* * Discover all primary services sub-procedure shall send another * Read by Group Type Request until Error Response is received and * the Error Code is set to Attribute Not Found. */ gatt->atid = <API key>(gatt->attrib, end + 1, 0xffff, primary_cb, gatt); if (gatt->atid == 0) goto fail; return; fail: gatt_service_free(gatt); } static void connect_cb(GIOChannel *chan, GError *gerr, gpointer user_data) { struct gatt_service *gatt = user_data; GAttrib *attrib; guint atid; if (gerr) { error("%s", gerr->message); goto fail; } attrib = g_attrib_new(chan); atid = <API key>(attrib, 0x0001, 0xffff, primary_cb, gatt); if (atid == 0) { g_attrib_unref(attrib); goto fail; } gatt->attrib = attrib; gatt->atid = atid; services = g_slist_append(services, gatt); return; fail: gatt_service_free(gatt); } int <API key>(bdaddr_t *sba, bdaddr_t *dba, const char *path, int psm) { struct gatt_service *gatt; GError *gerr = NULL; GIOChannel *io; /* * Registering fake services/characteristics. The following * paths/interfaces shall be registered after discover primary * services only. */ gatt = g_new0(struct gatt_service, 1); gatt->path = g_strdup(path); bacpy(&gatt->sba, sba); bacpy(&gatt->dba, dba); gatt->psm = psm; if (<API key>(gatt)) { DBG("Primary services loaded"); return 0; } if (psm < 0) { /* * FIXME: when PSM is not given means that L2CAP fixed * channel shall be used. For this case, ATT CID(0x0004). */ DBG("GATT over LE"); return 0; } io = bt_io_connect(BT_IO_L2CAP, connect_cb, gatt, NULL, &gerr, <API key>, sba, <API key>, dba, BT_IO_OPT_PSM, psm, BT_IO_OPT_SEC_LEVEL, BT_IO_SEC_LOW, BT_IO_OPT_INVALID); if (!io) { error("%s", gerr->message); g_error_free(gerr); gatt_service_free(gatt); return -1; } return 0; } void <API key>(const char *path) { struct gatt_service *gatt; GSList *l; l = g_slist_find_custom(services, path, gatt_path_cmp); if (!l) return; gatt = l->data; services = g_slist_remove(services, gatt); gatt_service_free(gatt); } int attrib_client_init(DBusConnection *conn) { connection = dbus_connection_ref(conn); /* * FIXME: if the adapter supports BLE start scanning. Temporary * solution, this approach doesn't allow to control scanning based * on the discoverable property. */ return 0; } void attrib_client_exit(void) { <API key>(connection); }
<!DOCTYPE html> <html xmlns:th="http: th:with="lang=${#locale.language}" th:lang="${lang}"> <head th:replace="fragments/head :: head(title='Login ~ Contacto')"> </head> <body id="bootstrap-overrides"> <div th:replace="fragments/menu :: menu"></div> <main class="container"> <section class="container fill-main" id="login-container"> <header class="row"> <div class="col-md-4 col-xs-10 col-centered"> <img src="img/logo-lg.png" class="img-responsive" alt="Logo league of summoners"> </div> </header> <div class="row"> <main class="col-xs-12 col-md-4 col-md-offset-4 content"> <div class="col-xs-12 padding0 text-center"> <h2>Contacta con nosotros!</h2> </div> <div id="success-message" hidden="" class="col-xs-12 alert alert-success"></div> <form role="form" method="post" id="contact-form" action="./contact"> <div class="form-group" id="nombre"> <label for="nombre">Nombre</label> <input type="text" class="form-control" placeholder="Nombre" name="nombre" id="nombre" /> </div> <div class="form-group" id="email"> <label for="email">E-mail</label> <input type="email" class="form-control" placeholder="Correo electrónico" name="email" id="email" /> </div> <div class="form-group"> <label for="content">Contacta con nosotros</label> <textarea class="col-xs-12 form-control contact" placeholder="Escribe tu mensaje" name="content" style="height:90px" id="content"></textarea> </div> <button type="submit" id="submit-contacto" disabled class="btn form-control iniciar-sesion-btn" value="contact"> <span>Contactar</span> </button> </form> </main> </div> </section> </main> <div th:replace="fragments/footer :: footer"></div> <div th:replace="fragments/scripts :: scripts"></div> <script type="text/javascript" src="js/contactar.js"></script> </body> </html>
%; whizzy-master ../<API key>.tex % M-x whizzytex whizzytex % \santaku {FSFDebian Project?} {h-node.org} {wiki.debian.org/Hardware} {openbenchmarking.org} {A} {sourceforge.jphttp://sourceforge.jp/magazine/14/09/11/062900 FSFmainDebian} \santaku {Debconf14} {900} {300} {1000} {B} {300Debconf13290Debconf12176Debconf11335} \santaku {8/17builddurl} {ftp.debian.or.jp/debian/} {ftp.jp.debian.org/debian/} {incoming.debian.org/debian-buildd/} {C} {} \santaku {2014/8/19Debian} {} {} {} {A} {United States Patent and Trademark OfficeDebian http://tdr.uspto.gov/search.action?sn=86037470} \santaku {2014/8/24BitFromDPLDebian Project} {Gree} {Crysta} {BitCoin} {C} {Debian ProjectBitCoin} \santaku {DuckDuckGO2014/8/24DuckDuckGO} {\$10} {\$152} {\$1400} {B} {DebianDuckDuckGODuckDuckGOiphone safariURLhttps://duckduckgo.com/} \santaku {2014/8/27Debian archivearm64?} {sparc} {mips} {ppc64el} {C} { 64 bit powerpclittle endianppc64big endian} \santaku {2014/8/31arm64DebianARM64} {Microsoft Visual Studio} {IAR Embedded Workbench} {DS-5 Development Studio} {C} { Debian Edition http://ds.arm.com/debian/ } \santaku { Debian keyring2014/12/31} { 512bit } { 2048bit } { 4096bit } {B} { gpg2048bit} \santaku { 2014/9/17Debian Policy } { 3.9.5.0 } { 3.9.6.0 } { 4.0.0.0 } {B} { Debian Policy}
(function() { 'use strict'; angular.module('bonitasoft.designer.editor.properties-panel', [ 'bonitasoft.designer.templates', 'bonitasoft.designer.editor.common', 'bonitasoft.designer.common.filters', 'bonitasoft.designer.common.repositories', 'gettext', 'ui.bootstrap' ]); })();
<? <? require_once('../include/sessioninfo.php'); require_once('../include/common.php'); require_once('../include/config.php'); require_once('../include/db_functions.php'); ?> <!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <link rel="stylesheet" type="text/css" href="../style/style.css"> </head> <body> <table border="0" width="100%" align="center" background="../images/ico/b_carisiswa.png" style="background-repeat:no-repeat"> <!-- TABLE CENTER --> <tr height="300"> <!--<td align="left" valign="top" background="../images/ico/b_calonsiswa.png" style="background-repeat:no-repeat">--> <td> <table width="100%" border="0" height="100%"> <tr> <td align="center"> <? OpenDb(); $sql = "SELECT * FROM departemen"; $result = QueryDb($sql); if (@mysql_num_rows($result) > 0){ ?> <font size="2" color="#757575"><b>Klik pada icon <img src="../images/ico/view_x.png" border="0"> di atas untuk melihat data calon siswa sesuai dengan Departemen dan Jenis Pencarian berdasarkan <i>keyword</i> yang dimasukkan</b></font> </td> <? } else { ?> <font size = "2" color ="red"><b>Belum ada data Departemen. <br />Silahkan isi terlebih dahulu di menu Departemen pada bagian Referensi. </b></font> <? } ?> </tr> </table> </td> </tr> </table> </body> </html>
@import url(//fonts.googleapis.com/css?family=Cantarell:400,700); /* Include Default Variables & Mixins */ /* End Variables & Mixins */ /* line 13, ../scss/<API key>.scss */ .zone-user-wrapper { position: fixed; z-index: 200; } /* line 20, ../scss/<API key>.scss */ #region-user-second { background-color: transparent; } /* line 23, ../scss/<API key>.scss */ .<API key> { margin: 0; } /* line 29, ../scss/<API key>.scss */ .zone-branding .region-branding { clear: both; } /* line 32, ../scss/<API key>.scss */ .zone-branding .region-branding .logo-img { float: left; /* LTR */ text-align: left; /* LTR */ } /** * Search block */ /* line 40, ../scss/<API key>.scss */ #<API key> { float: right; /* LTR */ padding-top: 10px; margin-bottom: 10px; } /* line 45, ../scss/<API key>.scss */ #<API key> .<API key> { position: relative; width: 300px; float: none; margin-right: 10px; /* LTR */ margin-bottom: 0; } /* line 55, ../scss/<API key>.scss */ .menu-toggle { display: none; } /* line 59, ../scss/<API key>.scss */ .navigation { background: transparent; display: block !important; margin: 26px 0; padding-bottom: 0; /* Main menu */ /* Secondary menu */ } /* line 65, ../scss/<API key>.scss */ .navigation h2 { display: none; } /* line 69, ../scss/<API key>.scss */ .navigation .primary-menu ul, .navigation .second-menu ul { display: block; float: left; /* LTR */ margin: 0; width: 100%; } /* line 75, ../scss/<API key>.scss */ .navigation .primary-menu ul li, .navigation .second-menu ul li { float: inherit; font-size: 0.8em; width: auto; } /* line 80, ../scss/<API key>.scss */ .navigation .primary-menu ul li a, .navigation .second-menu ul li a { display: inline; border-left-width: 0; border-right-width: 0; } /* line 85, ../scss/<API key>.scss */ .navigation .primary-menu ul li a.active, .navigation .primary-menu ul li a:hover, .navigation .second-menu ul li a.active, .navigation .second-menu ul li a:hover { border-left-width: 0; border-right-width: 0; } /* line 91, ../scss/<API key>.scss */ .navigation .primary-menu ul li.first a, .navigation .second-menu ul li.first a { border-left: 1px solid #cccccc; /* LTR */ } /* line 94, ../scss/<API key>.scss */ .navigation .primary-menu ul li.last a, .navigation .second-menu ul li.last a { border-right: 1px solid #cccccc; /* LTR */ } /* line 100, ../scss/<API key>.scss */ .navigation .primary-menu { float: left; /* LTR */ margin-right: 12px; /* LTR */ margin-left: 0; /* LTR */ } /* line 106, ../scss/<API key>.scss */ .navigation .second-menu { clear: inherit; float: right; /* LTR */ margin-right: 0; } /* line 116, ../scss/<API key>.scss */ .zone-menu .block-menu h2.block-title { margin-bottom: 1em; } /* line 120, ../scss/<API key>.scss */ .zone-menu .block-menu ul.menu li { font-size: 0.8em; width: auto; } /* line 124, ../scss/<API key>.scss */ .zone-menu .block-menu ul.menu li a { display: inline; border-left-width: 0; border-right-width: 0; } /* line 129, ../scss/<API key>.scss */ .zone-menu .block-menu ul.menu li a.active, .zone-menu .block-menu ul.menu li a:hover { border-left-width: 0; border-right-width: 0; } /* line 135, ../scss/<API key>.scss */ .zone-menu .block-menu ul.menu li.first a { border-left: 1px solid #cccccc; } /* line 138, ../scss/<API key>.scss */ .zone-menu .block-menu ul.menu li.last a { border-right: 1px solid #cccccc; } /* Price range */ /* line 157, ../scss/<API key>.scss */ #<API key> .range-slider-box { margin: 0 auto; width: 90%; } /* line 161, ../scss/<API key>.scss */ #<API key> .range-box { float: inherit; } /* line 164, ../scss/<API key>.scss */ #<API key> label { float: left; /* LTR */ } /* line 168, ../scss/<API key>.scss */ #<API key> #edit-range-from, #<API key> #edit-range-to { float: inherit; } /* line 171, ../scss/<API key>.scss */ #<API key> #edit-submit { margin-top: 0; } /** * Blocks */ /* line 180, ../scss/<API key>.scss */ #<API key> { /* HP blocks: Slideshow */ } /* line 183, ../scss/<API key>.scss */ #<API key> .bx-wrapper, #<API key> .bx-wrapper .bx-window { /*max-height: 168px; width: 100% !important;*/ } /* line 192, ../scss/<API key>.scss */ #<API key> .bx-wrapper ul.event-slider li { height: 168px; margin: 0 auto; width: 344px; /*img { height: auto; width: 100%; }*/ } /* line 196, ../scss/<API key>.scss */ #<API key> .bx-wrapper ul.event-slider li img { overflow: hidden; } /* line 210, ../scss/<API key>.scss */ .zone-postscript .grid-8 { margin: 0 10px; width: inherit; } /* line 214, ../scss/<API key>.scss */ #zone-postscript { /* Adverts blocks */ } /* line 217, ../scss/<API key>.scss */ #zone-postscript .view-ad-push .views-row, #zone-postscript .block-blog-block .block-inner { position: relative; } /* line 219, ../scss/<API key>.scss */ #zone-postscript .view-ad-push .views-row img, #zone-postscript .block-blog-block .block-inner img { height: auto; max-width: 100%; } /* line 225, ../scss/<API key>.scss */ #zone-postscript .view-ad-push .views-row .<API key>, #zone-postscript .block-blog-block .block-inner .content .views-field-title { position: absolute; bottom: 10%; left: 7%; width: 86%; } /* line 230, ../scss/<API key>.scss */ #zone-postscript .view-ad-push .views-row .<API key> a, #zone-postscript .block-blog-block .block-inner .content .views-field-title a { border: 0; } /* line 235, ../scss/<API key>.scss */ #zone-postscript .block-blog-block .block-inner .block-title { display: block; } /* line 241, ../scss/<API key>.scss */ #zone-postscript .view-ad-push .views-row .<API key> .field-content a, #zone-postscript .block-blog-block .views-field-title .field-content a { min-height: 60px; padding: 15px 10px; } /** * Menu footer navigation */ /* line 260, ../scss/<API key>.scss */ .section-footer ul.menu li.expanded { display: inline; float: left; /* LTR */ } /* line 268, ../scss/<API key>.scss */ #<API key> { -moz-border-radius: 8px; -<API key>: 8px; -khtml-border-radius: 8px; border-radius: 8px; } /** * Collection page */ /* line 283, ../scss/<API key>.scss */ .<API key> .view-header, .<API key> .view-header { background-size: cover; } /* line 285, ../scss/<API key>.scss */ .<API key> .view-header .taxonomy-title, .<API key> .view-header .taxonomy-title { position: relative; } /* line 289, ../scss/<API key>.scss */ .<API key> .view-header .<API key>, .<API key> .view-header .collection-terms, .<API key> .view-header .<API key>, .<API key> .view-header .collection-terms { float: right; margin: 5px; padding-top: 0; } /** * Add to cart popin. */ /* line 301, ../scss/<API key>.scss */ .<API key> { clear: both; float: none; width: auto; } /* line 308, ../scss/<API key>.scss */ div.messages.<API key> .message-inner .added-product-title { float: left; /* LTR */ width: 180px; } /* line 312, ../scss/<API key>.scss */ div.messages.<API key> .message-inner .button-wrapper { height: 100%; position: absolute; right: 0; /* LTR */ } /* line 318, ../scss/<API key>.scss */ div.messages.<API key> .message-inner .<API key> { float: left; /* LTR */ padding-bottom: 20px; } /* line 324, ../scss/<API key>.scss */ div.messages.<API key> .message-inner .<API key> .view-content .<API key> .content .<API key> { position: relative; left: 0; } /* Product details */ /* line 333, ../scss/<API key>.scss */ .node-product-type { /* Cloud zoom */ } /* line 338, ../scss/<API key>.scss */ .node-product-type .<API key> .cloud-zoom-big, .node-product-type .<API key> .mousetrap, .node-product-type .<API key> .cloud-zoom-lens { display: inherit !important; } /* line 342, ../scss/<API key>.scss */ .node-product-type .<API key> form.<API key> label { float: none; } /* line 346, ../scss/<API key>.scss */ .service-links { width: auto; } /** * Checkout page * Shipping page */ /* line 361, ../scss/<API key>.scss */ .page-checkout #<API key> fieldset label, .page-checkout #<API key> fieldset label { float: left; /* LTR */ width: 20%; } /* line 366, ../scss/<API key>.scss */ .page-checkout #<API key> fieldset .<API key> label, .page-checkout #<API key> fieldset .<API key> label { float: none; width: 100%; } /* line 374, ../scss/<API key>.scss */ .page-cart .<API key> .content .<API key> { display: inline; float: left; margin-right: 8px; } /* line 385, ../scss/<API key>.scss */ .page-blog .region-content .view-content .views-row { clear: left; float: left; width: 49%; } /* line 390, ../scss/<API key>.scss */ .page-blog .region-content .view-content .views-row-even { clear: right; float: right; } /* line 401, ../scss/<API key>.scss */ .page-user, .page-checkout { /* Registration form */ /* Login form, create an account block */ /* User home */ } /* line 406, ../scss/<API key>.scss */ .page-user #user_register_form, .page-user #user_login_form, .page-user .create-account, .page-user #user_pass_form, .page-checkout #user_register_form, .page-checkout #user_login_form, .page-checkout .create-account, .page-checkout #user_pass_form { clear: none; float: left; width: 45%; } /* line 414, ../scss/<API key>.scss */ .page-user form#user-register-form .form-item-pass, .page-user form#user-profile-form .form-item-pass, .page-checkout form#user-register-form .form-item-pass, .page-checkout form#user-profile-form .form-item-pass { margin-bottom: auto; } /* line 416, ../scss/<API key>.scss */ .page-user form#user-register-form .form-item-pass .password-parent, .page-user form#user-profile-form .form-item-pass .password-parent, .page-checkout form#user-register-form .form-item-pass .password-parent, .page-checkout form#user-profile-form .form-item-pass .password-parent { position: relative; width: 36.3em; } /* line 419, ../scss/<API key>.scss */ .page-user form#user-register-form .form-item-pass .password-parent .password-strength, .page-user form#user-profile-form .form-item-pass .password-parent .password-strength, .page-checkout form#user-register-form .form-item-pass .password-parent .password-strength, .page-checkout form#user-profile-form .form-item-pass .password-parent .password-strength { position: absolute; right: 15px; bottom: -12px; width: 17em; } /* line 426, ../scss/<API key>.scss */ .page-user form#user-register-form .form-item-pass .confirm-parent, .page-user form#user-profile-form .form-item-pass .confirm-parent, .page-checkout form#user-register-form .form-item-pass .confirm-parent, .page-checkout form#user-profile-form .form-item-pass .confirm-parent { position: relative; width: 36.3em; } /* line 429, ../scss/<API key>.scss */ .page-user form#user-register-form .form-item-pass .confirm-parent div.password-confirm, .page-user form#user-profile-form .form-item-pass .confirm-parent div.password-confirm, .page-checkout form#user-register-form .form-item-pass .confirm-parent div.password-confirm, .page-checkout form#user-profile-form .form-item-pass .confirm-parent div.password-confirm { right: 15px; bottom: 8px; width: 17em; } /* line 435, ../scss/<API key>.scss */ .page-user form#user-register-form .form-item-pass .<API key>, .page-user form#user-profile-form .form-item-pass .<API key>, .page-checkout form#user-register-form .form-item-pass .<API key>, .page-checkout form#user-profile-form .form-item-pass .<API key> { width: 38.5em; } /* line 439, ../scss/<API key>.scss */ .page-user form#user-register-form .form-actions, .page-user form#user-profile-form .form-actions, .page-checkout form#user-register-form .form-actions, .page-checkout form#user-profile-form .form-actions { clear: both; margin-top: 0; margin-bottom: 100px; width: 70%; } /* line 446, ../scss/<API key>.scss */ .page-user #user_pass_form, .page-checkout #user_pass_form { width: auto; } /* line 452, ../scss/<API key>.scss */ .page-user form#user-login #user_login_form, .page-checkout form#user-login #user_login_form { border: 0; border-right: 1px solid #444444; padding-right: 20px; padding-bottom: 0; } /* line 458, ../scss/<API key>.scss */ .page-user form#user-login .create-account, .page-checkout form#user-login .create-account { margin: 0; padding: 0 20px 20px 20px; } /* line 467, ../scss/<API key>.scss */ .page-user .profile ul.user-information li, .page-checkout .profile ul.user-information li { border-bottom: 0; width: 33%; } /* Address book */ /* line 477, ../scss/<API key>.scss */ .<API key> .<API key> td { display: table-cell; }
<?php // No direct access. defined('_JEXEC') or die(); $params = JComponentHelper::getParams('com_quick2cart'); $currencies = $params->get('addcurrency'); $curr = explode(',',$currencies); $mediaCount = !empty($this->getMediaDetail)?count($this->getMediaDetail) -1 :0; $mediaDetail = !empty($this->getMediaDetail) ? $this->getMediaDetail:array(); $fileUploadMode = $params->get('eProdUploadMode',1); $eProdUExpiryMode = $params->get('eProdUExpiryMode','epboth'); $<API key> = $params->get('<API key>'); $eProdMaxFileLimit = $params->get('eProdMaxFileLimit',5); $<API key> = $params->get('<API key>',"zip,doc,docx,pdf,xls,txt,gz,gzip,rar,jpg,gif,tar.gz,xlsx,pps,csv,bmp,epg,ico,odg,odp,ods,odt,png,ppt,swf,xcf,wmv,avi,mkv,mp3,ogg,flac,wma,fla,flv,mp4,wav,aac,mov,epub,png,jpg"); $extArr=explode(',', $params->get('<API key>')); $extArrString = "'". implode("','", $extArr) ."'" ; ?> <script src="<?php echo JUri::root().'components'.DS.'com_quick2cart'.DS.'assets'.DS.'js'.DS.'resumable.js'; ?>"></script> <script type="text/javascript"> /* globle params */ var media_current_id = <?php echo $mediaCount ?>; var maxAllowedMedia = <?php echo $eProdMaxFileLimit-1 ?>; /* as media start from 0 */ var r = new Array(); var <API key>=<?php echo $params->get('eProdMaxSize')*1024*1024;?>; var <API key> = [<?php $arr=explode(',', $params->get('<API key>')); echo "'". implode("','", $arr) ."'" ; /* Make format as 'avi','mp4','mpeg'. */ ?>]; var qtcUploadTarget = '<?php echo Juri::root();?>index.php?option=com_quick2cart&task=product.mediaUpload&tmpl=component'; /** This function is used to add attribute(eg. color) */ /*add clone script*/ function addCloneMedia(rId,rClass) { var curr="<?php echo $currencies ?>"; var temp = new Array(); var temp= curr.split(','); // CURRENT ATRIBURE ID -- global declaration media_current_id++; // CHECK FOR MEDIA UPLAD LIMIT var mdiaCount = techjoomla.jQuery(".qtc_mediaContainer").length ; if (mdiaCount <= (maxAllowedMedia + 1)) { var num=media_current_id + 1;//techjoomla.jQuery('.'+rClass).length; // CREATE REMOVE BUTTON var removeButton="<div class='span1'>"; removeButton+="<button class='btn btn-mini' type='button' id='remove"+num+"'"; removeButton+="onclick=\"removeClone('"+rId+num+"','"+rClass+"');\" title=\"<?php echo JText::_('<API key>');?>\" >"; removeButton+="<i class=\"<?php echo QTC_ICON_MINUS;?> \"></i></button>"; removeButton+="</div>"; var oldnum=num -1; var newElem=techjoomla.jQuery('#'+rId+'0').clone().attr('id',rId+num); newElem.removeClass('qtc_media_hide'); techjoomla.jQuery('.'+rClass+':last').after(newElem); //techjoomla.jQuery('div.'+rClass +' :last').append(removeButton); techjoomla.jQuery('#'+rId+num).children().last().replaceWith(removeButton); var newelementid= rId+num; var option=0; /*1. CHANGE MEDIA FILE NAME */ var newname = 'prodMedia['+num+'][name]'; var ck=newElem.find('.qtcMediaFileName').attr({'name': newname,'id':newname,'value':''}); /*2. CHANGE STATUS CHECKBOX NAME */ var newname = 'prodMedia['+num+'][status]'; var ck=newElem.find('.qtcMediaStatus').attr({'name': newname,'id':newname}); /*3. CHANGE UPLOAD STATUS MODE */ newname = 'prodMedia['+num+'][uploadMode]'; var newFnName = "changeUploadMethod('upload',"+num+")"; newElem.find('.<API key>').attr({'name': newname,'id':'<API key>'+num,'onchange': newFnName}); // for upload via browse newFnName = "changeUploadMethod('useFilePath',"+num+")"; newElem.find('.qtcfieldType').attr({'onchange': newFnName}); newElem.find('.<API key>').attr({'name': newname,'id':'<API key>'+num,'onchange': newFnName}); // for upload path //show file upload field newElem.find('.<API key>').show(); newElem.find('.qtcMedUploadWrapper').show(); //HIDE product link newElem.find('.qtcMediaProdLink').hide(); /* 4. CHANGE FILE UPLOAD */ newname = 'qtcMediaFile'+num; var fnname = "qtcProdMedUpload("+num+")"; // change for file element newElem.find('.<API key>').attr({'name': newname,'id':newname,'onchange': fnname}); // change funtion qtcProdMedUpload var newname = 'prodMedia['+num+'][mediaFilePath]'; newElem.find('.qtcMediaUpload').attr({'name': newname,'id':'ajax_upload_hidden'+num,'value':''}); newElem.find('.<API key>').attr({'id':'<API key>'+num}); // progress bar newElem.find('.qtcMediaProgressBar').attr({'id':'qtc_progress-bar'+num,'style':'width:0%'}); /* 5. PURCHASE REQUIRE */ var newFnName = "<API key>("+num+")"; var newname = 'prodMedia['+num+'][purchaseReq]'; var ck=newElem.find('.qtc_MedPurchaseReq').attr({'name': newname,'id':newname,'onchange': newFnName}); /* 6. DOWNLOAD COUNT */ var newname = 'prodMedia['+num+'][downCount]'; var ck=newElem.find('.qtcMediaDownCount').attr({'name': newname,'id':newname}); /* 7. Expirary COUNT */ var newname = 'prodMedia['+num+'][expirary]'; var ck=newElem.find('.qtcMediaExp').attr({'name': newname,'id':newname}); var str = qtcProdMedUpload(num); // execute the script eval(str); } else { alert("<?php echo JText::sprintf('<API key>',$eProdMaxFileLimit); ?>"); } } /** This function hide/show file field*/ function changeUploadMethod(val,medNum) { if (val == 'upload') { // show file field techjoomla.jQuery("#qtcMediaFile"+medNum).show(); techjoomla.jQuery("#<API key>"+medNum).show(); // hide filePath textbox techjoomla.jQuery("#ajax_upload_hidden"+medNum).hide(); } else { // hide file field techjoomla.jQuery("#qtcMediaFile"+medNum).hide(); techjoomla.jQuery("#<API key>"+medNum).hide(); // show filePath textbox techjoomla.jQuery("#ajax_upload_hidden"+medNum).show(); } } function qtcProdMedUpload(index) { var obj = 'r'+index; var str= "var "+obj+" = new Resumable({target:'"+qtcUploadTarget+"', fileParameterName:'qtcMediaFile"+index+"', chunkSize : 2*1024*1024, query:{}, maxFiles:1, fileType:[<?php echo $extArrString ;?>], maxFileSize: "+<API key>+" }); "; str = str + obj+".assignBrowse(document.getElementById('qtcMediaFile"+index+"')); "; str = str + obj+".assignDrop(document.getElementById('qtcMediaFile"+index+"')); "; str = str + obj+".on('fileSuccess', function(file){ " + "var len = file.chunks.length ; " + "if (jQuery.parseJSON(file.chunks[len-1].xhr.response).validate.error === 1) "+ " { "+ ' alert("<?php echo JText::_('<API key>', true); ?>"); ' + "}" + "else "+ "{ "+ " jQuery('#ajax_upload_hidden"+index+ "').val( jQuery.parseJSON(file.chunks[len-1].xhr.response).fileUpload.filePath ); "+ 'alert("<?php echo JText::_('<API key>', true); ?>"); ' + "} "+ "}); " + "; "; str = str + obj+".on('fileAdded', function(file, event){ " + "jQuery('#qtc_progress-bar"+index+"').css('width',0 +'%'); " + obj+".upload(); "+ "}); "+ obj +".on('fileError', function(file, message){"+ "alert(message); "+ "}); "; str = str + obj+".on('progress', function(){ "+ "jQuery('#qtc_progress-bar"+index+"').css('width',(100 * "+obj+".progress(1)) + '%'); "+ "}); " ; str = str + obj+".on('error', function(message, file){ " + " alert(message); " + " }); "; return str; } function <API key>(mediaNum) { // Get the DOM reference of bill details var downEle = techjoomla.jQuery('[name="prodMedia['+mediaNum+'][downCount]"]'); var expEle = techjoomla.jQuery('[name="prodMedia['+mediaNum+'][expirary]"]'); if (document.getElementsByName('prodMedia['+mediaNum+'][purchaseReq]')[0].checked) { if (downEle) { //downEle.style.display = "none"; downEle.closest(".control-group").show(); } if (expEle) { expEle.closest(".control-group").show(); } } else { if (downEle) { //downEle.style.display = "none"; downEle.closest(".control-group").hide(); } if (expEle) { expEle.closest(".control-group").hide(); } } } </script> <div class=""> <div class="row-fluid"> <!--This is a repating block of html <?php $m = 0; $<API key> = "qtc_mediaContainer".$m; // Tack backup $mediaDetailBackUp = $mediaDetail; // Make empty As EDIT DONT FILL IN 0'TH INDEX $mediaDetail = array(); ?> <div id=<?php echo $<API key> ?> class="qtc_mediaContainer qtc_media_hide " > <div class="<API key> well well-small span10"> <?php // CHECK for view override $comquick2cartHelper = new comquick2cartHelper; $att_list_path=$comquick2cartHelper->getViewpath('product','media',"SITE","SITE"); ob_start(); include($att_list_path); $html_attri = ob_get_contents(); ob_end_clean(); echo $html_attri; ?> </div> <!-- dont delete required empty div--> <div></div> </div> <?php // Restore backup $mediaDetail = $mediaDetailBackUp; if (!empty($mediaDetail)) { $mediaDetail[] = $mediaDetail[0]; } for($m=1; $m<=$mediaCount+1 && $m < $eProdMaxFileLimit+1; $m++) // for each attribute { $<API key> = "qtc_mediaContainer".$m; ?> <div id=<?php echo $<API key> ?> class="qtc_mediaContainer "> <div class="<API key> well well-small span10"> <?php // CHECK for view override $comquick2cartHelper = new comquick2cartHelper; $att_list_path=$comquick2cartHelper->getViewpath('product','media',"SITE","SITE"); ob_start(); include($att_list_path); $html_attri = ob_get_contents(); ob_end_clean(); echo $html_attri; ?> </div> <?php //if ($m != 0) {?> <div class='span1'> <button class='btn btn-mini' type='button' id='remove<?php echo $m;?>' onclick="removeClone('qtc_mediaContainer<?php echo $m;?>','qtc_mediaContainer');" title="<?php echo JText::_('<API key>');?>" > <i class="<?php echo QTC_ICON_MINUS;?> "></i> </button> </div> <?php } ?> <!-- dont delete required empty div--> <div></div> </div> <?php } // end of attribute for loop ?> <!-- change by aniket as temporory fix. class "<API key>" added instead of <API key> AND aslo removed class descreaseTopMargin <API key> pull-left--> <div class=" span1 "> <button class="btn btn-mini " type="button" id='add' onclick="addCloneMedia('qtc_mediaContainer','qtc_mediaContainer');" title="<?php echo JText::_('<API key>');?>"> <i class="<?php echo QTC_ICON_PLUS; ?> "></i> </button> </div> </div><!--span12 <div class="row-fluid"> <div class="span11 alert alert-info"> <span><?php echo JText::sprintf("<API key>",$eProdMaxFileLimit);?> </span> </div> </div> <!-- Allowed file types --> <?php $<API key> = str_replace(",", ", ", $<API key>); ?> <div class="row-fluid"> <div class="span11 alert alert-info"> <span><?php echo JText::sprintf("<API key>",$<API key>);?> </span> </div> </div> </div><!--row-fluid <script type="text/javascript"> var Mstr = qtcProdMedUpload(<?php echo $m-1 ?>); // execute the script eval(Mstr); </script>
html, body, header, .nav, footer, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea, button { border: 0 none; font-size: 100%; font-style: inherit; font-weight: normal; margin: 0; outline: 0 none; padding: 0; vertical-align: baseline; } strong { font-weight: bold; } em { font-style: italic; } span { font-weight: inherit; } textarea, input { border: 1px solid #b3b3b3; border-radius: 5px; width: 98%; padding: 5px; } button { border-radius: 5px; width: 100%; padding: 5px; color: white; background-color: #FB4D4C; } .home .header, .home .header a, .nav.menus ul li a { text-transform: uppercase; text-decoration: none; } .nav ul li a, .page .footer p.back a { color: #FFFFFF; } .nav ul li a, .page .footer p.back, a.map:after { background-image:url(../images/2010022243015517.jpg) } div.imgcontent img { width: 100%; } div.textcontent { line-height:1.4em; font-size: 16px; background-image:url("../images/20120818123158125.jpg"); } .tag3,.tag2,.tag1{background-image:url("../images/20120818123158125.jpg");} div.textcontent>* { margin: 10px; } div.textcontent div { max-width:100%; } div.textcontent img { max-width:100%; } div.textcontent a { text-decoration:none; color:grey; } div.wedding p { line-height:1.4em; font-size: 16px; margin: 5px 10px; } a.map { position: relative; display: block; width: 312px; margin: 0 auto; height: 300px; } a.map:after { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url('../images/external-link.png'); position: absolute; background-repeat: no-repeat; background-position: 2px 5px; top: 2px; right: 2px; } a.map img { border-style: solid; border-width: 6px; border-color: #FB4D4C; display: block; margin: 0 auto; width: 300px; height: 280px; } .home .container-home { height: 100%; position: relative; } .container-home{ background-image:url(../images/bottom.png); background-position:0 100%; background-repeat:no-repeat; background-size:100%; background-size:cover} .home .header { position: relative; margin: 0 auto; display: inline-block; margin-left:0px; width: 100%; top: 35%; position: absolute; background-color: rgba(#cc0000); filter:alpha(opacity=80); padding-bottom:10px; background-size:100%; background-repeat:no-repeat; background-position:0 100%; } .home .footer { background-color: rgb(255,255,255); background-color: rgba(255,255,255,0.7); position:absolute; left:0px; bottom:0px; height:auto; width:100%; overflow: auto; } .home .footer #comment { float: right; color: #FB4D4C; margin-right: 10px; } .home .footer #comments { clear: both; border-radius:5px; border: 1px solid #7C7C7C; margin: 10px; padding: 5px; } .home .header h1 { support rgba */ display: block; line-height: 1em; font-size:20px; background-color:#b50000; padding-top:20px; padding-bottom:20px; border-radius:10px; text-align:center; background-image:url(../images/2010022243015517.jpg); display:none; } .home .header h1.title a { color: #fff; } .home .header p.subtitle a { color: #7d412a; } .home .header p { background-color: rgb(255,255,255); /* fallback for IE8 and other old browsers which not support rgba */ background-color: rgba(255,255,255, 0.7); display: inline-block; font-size: 1.3em; padding: 1px 6px; margin: 4px 0 2px 0; line-height: 1; color: #7d412a; clear:both; float:left; display:none; } .home .header .btn-collections { margin: auto auto ; width: 100px; height: 100px; margin-left:10px; } .home .header .btn-collections span { width: 32px; height: 45px; display: block; position: absolute; margin-left: 25px; margin-top: 15px; } .home .header .btn-collections a { background: transparent url('../images/btn-home.gif') no-repeat 0 0; width: 100px; height: 100px; opacity: 0.6; } /** * Logo, */ .page .header img.logo { width: 100%; display:block; background-color:#cc0000; background-image:url(../images/2010022243015517.jpg) } .nav.menus ul { list-style: none; padding: 0; margin: 0; position: relative; overflow: hidden; } .nav.menus ul li { display: inline; } .nav.menus ul li a { border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; font-size: 1.0em; padding: .4em 0; float: left; width: 33.125%; text-align: center; } .nav.menus ul li:nth-child(3n+3) a { border-right-width: 0; } .nav.menus ul li.selected {background-image: url('../images/menu-selectedbg.jpg');} .nav.menus ul li.selected a { background-image: url('../images/menu-selected.png'); background-repeat: repeat; } div.gallery ul.collections { margin: 0; list-style: none; padding: 0; position: relative; overflow: hidden; } div.gallery ul.collections li { display: inline; position: relative; overflow: hidden; } div.gallery ul.collections li a { width: 33%; display: inline-block; line-height: 0; float: left; border-bottom-style: solid; border-bottom-width: 1px; border-right-style: solid; border-right-width: 1px; } div.gallery ul.collections li:nth-child(3n+3) a { border-right: none; } div.gallery ul.collections li a img { padding: 0; margin: 0; width: 100%; } div.gallery ul.collections li a { border-color: #fff; } .logo { text-align : left ; font-weight : normal ; font-style : normal ; text-transform : none ; text-decoration : none ; font-size : 2.5em ; font-family : Arial, Helvetica, sans-serif; } .title { text-align : left ; text-transform : uppercase ; font-style : normal ; font-weight : normal ; text-decoration : none ; margin: 18px 0 2px 0; font-size : 3.8em ; font-family : Arial, Helvetica, sans-serif ; } .subtitle { text-align : left ; font-weight : normal ; font-style : normal ; text-transform : uppercase ; text-decoration : none ; font-size : 1.6em ; font-family : Arial, Helvetica, sans-serif ; } .subtitle-comment a { background: transparent url(../images/comments.png) no-repeat; width: 40px; height: 44px; position: absolute; right: 5px; bottom: 5px; } .textcontent { text-align : left ; font-weight : normal ; font-style : normal ; text-transform : none ; text-decoration : none ; font-size : 1em ; font-family : Arial, Helvetica, sans-serif ; } .link {text-align : left ;font-weight : normal ;font-style : normal ;text-transform : uppercase ;text-decoration : none ;font-size : 1.4em ;font-family : Arial, Helvetica, sans-serif ;} .menu {text-align : center ;font-weight : normal ;font-style : normal ;text-transform : uppercase ;text-decoration : none ;font-size : 1.5em ;font-family : Arial, Helvetica, sans-serif ;} .page .footer p.back { margin: 0; height: 55px; margin-top: 1px; } .page .footer p.back a { text-decoration: none; font-size: 1.4em; text-transform: uppercase; padding: 0 22px; line-height: 2.4em; display: block; } .page .footer p.back a:before { content: ""; width: 14px; height: 25px; background: transparent url('../images/btn-backhome.png') no-repeat 0 0; position: relative; display: inline-block; top: 8px; } .page .footer p.back a:hover { text-decoration: underline; } .page .formfield { padding: 5px 10px; clear: both; } .page .formfield label { width: 15%; float: left; } .page .formfield .wrapper { float: left; width: 85%; } .page .formfield #name, .page button { height: 30px; } .page .commenter { font-weight: bold; color: #FB4D4C; } .page .comment-detail { margin: 10px 0px; } .page .comment-divider { background: url(../images/dashed.png) bottom repeat-x; height: 2px; } .page textarea { height: 50px; } .page #errors { margin-left: 10px; color: red; } .page #comments { margin: 10px; } .ir { background-color: transparent; background-repeat: no-repeat; border: 0 none; direction: ltr; display: block; overflow: hidden; text-align: left; text-indent: -999em; } /* * touch(Android */ a,div,img,li,ul { -<API key>: rgba(0,0,0,0); -<API key>: none; } @media only screen and (min-width: 800px) { /* Style adjustments for viewports that meet the condition */ body { background: url('../images/background-grey.jpg') repeat scroll 0 0 transparent; width:640px; margin: 10px auto; font-size: 14px; line-height: 22px; } div.container { border-radius:5px; box-shadow:0 1px 5px #a6a6a4; background-image:url(../images/20120818123158125.jpg); } .header { } .header img { border-radius: 5px 5px 0 0; } .page .footer p.back { border-radius: 0 0 5px 5px; } .nav.menus ul li a { width: 33.15%; } .collections2 img{ width:50px; height:120px;} div.gallery ul.collections2 { margin: 0; list-style: none; padding: 0; position: relative; overflow: hidden; } div.gallery ul.collections2 li { display: inline; position: relative; overflow: hidden; } div.gallery ul.collections2 li a { width: 19.8%; display: inline-block; line-height: 0; float: left; border-bottom-style: solid; border-bottom-width: 1px; border-right-style: solid; border-right-width: 1px; } div.gallery ul.collections2 li:nth-child(3n+3) a { border-right: none; } div.gallery ul.collections2 li a img { padding: 0; margin: 0; width: 100%; } div.gallery ul.collections2 li a { border-color: #fff; } .lypho h3{ font-family:; padding-left:10px; line-height:40px; font-weight:700; color:#F30} } @media only screen and (-<API key>: 1.5), only screen and (min-resolution: 144dpi) { /* Style adjustments for viewports that meet the condition */ }
package com.application.areca.adapters; import java.io.File; import java.io.IOException; import java.util.Iterator; import com.application.areca.AbstractTarget; import com.application.areca.<API key>; import com.application.areca.ConfigurationSource; import com.application.areca.TargetGroup; import com.application.areca.WorkspaceItem; import com.application.areca.impl.FileSystemTarget; import com.application.areca.version.VersionInfos; import com.myJava.file.FileSystemManager; import com.myJava.file.FileTool; import com.myJava.util.log.Logger; /** * Handles configuration modification events * <BR> * @author Olivier PETRUCCI * <BR> * */ public class <API key> { private static <API key> INSTANCE = new <API key>(); public static <API key> getInstance() { return INSTANCE; } private <API key>() { } public void targetModified(AbstractTarget target, File <API key>) throws IOException, <API key> { <API key>(target, <API key>); <API key>.getInstance().serialize((FileSystemTarget)target, target.getParent().<API key>(<API key>), false, false); <API key>(target, <API key>); } public void targetCreated(AbstractTarget target, File <API key>) throws IOException, <API key> { <API key>(target.getParent(), <API key>); <API key>.getInstance().serialize((FileSystemTarget)target, target.getParent().<API key>(<API key>), false, false); <API key>(target, <API key>); } public void groupCreated(TargetGroup group, File <API key>) throws IOException, <API key> { <API key>(group.getParent(), <API key>); File f = group.<API key>(<API key>); FileTool.getInstance().createDir(f); <API key>(group, <API key>); } public void itemDeleted(WorkspaceItem item, File <API key>) throws IOException, <API key> { <API key>(item, <API key>); File configFile = item.<API key>(<API key>); FileTool.getInstance().delete(configFile); } public void itemMoved( WorkspaceItem movedItem, TargetGroup formerParent, File <API key> ) throws IOException, <API key> { // Save new Parent TargetGroup newParent = movedItem.getParent(); // Ensure availability of target directory <API key>(newParent, <API key>); // Temporarily link the item to its former parent, to ensure config file availability formerParent.linkChild(movedItem); <API key>(formerParent, <API key>); // Restore parent formerParent.remove(movedItem.getUid()); newParent.linkChild(movedItem); // Move configuration file File formerParentFile = formerParent.<API key>(<API key>); File sourceFile = movedItem.<API key>(formerParentFile, false); File targetFile = movedItem.<API key>(<API key>); File targetDir = FileSystemManager.getParentFile(targetFile); FileTool.getInstance().copy(sourceFile, targetDir); FileTool.getInstance().delete(sourceFile); <API key>(movedItem, <API key>); } public File <API key>(WorkspaceItem item, File <API key>) throws IOException, <API key> { File configFile = item.<API key>(<API key>); if (! FileSystemManager.exists(configFile)) { // Migrate configuration data to the new format <API key>(item, <API key>); } return configFile; } private void <API key>(WorkspaceItem item, File <API key>) throws IOException, <API key> { // Locate the main group - which will be migrated TargetGroup group; if (item instanceof AbstractTarget) { group = item.getParent(); } else { group = (TargetGroup)item; } // Check that the group format is deprecated if (group.getLoadedFrom().isDeprecated()) { // Destroy existing configuration file Logger.defaultLogger().warn("The configuration of \"" + group.getFullPath() + "\" will be migrated to the new format"); FileTool.getInstance().delete(group.getLoadedFrom().getSource()); // Serialize group <API key>.getInstance().serialize( group, group.<API key>(<API key>), false, false); // Set proper source <API key>(group, <API key>); } } private void <API key>(WorkspaceItem item, File <API key>) throws IOException { ConfigurationSource source = new ConfigurationSource(false, item.<API key>(<API key>)); if (! FileSystemManager.exists(source.getSource())) { throw new IOException("Configuration file not found (" + source.getSource() + "). Please restart " + VersionInfos.APP_SHORT_NAME + "."); } item.setLoadedFrom(source); if (item instanceof TargetGroup) { Iterator iter = ((TargetGroup)item).getIterator(); while (iter.hasNext()) { WorkspaceItem child = (WorkspaceItem)iter.next(); <API key>(child, <API key>); } } } }
<!DOCTYPE html> <html> <head> <title>WikiLeaks Cables - 9101</title> <link rel="stylesheet" href="css/bootstrap.min.css"> </head> <body> <div class="container"> <p>9101, 7/1/2003 13:58, 03AMMAN3987, Embassy Amman, UNCLASSIFIED, , This record is a partial extract of the original cable. The full text of the original cable is not available. </p> <p>UNCLAS AMMAN 003987 </p><p> </p><p>SIPDIS </p><p> </p><p>E.O. 12958: N/A </p><p>TAGS: PTER, ASEC, PREL, JO </p><p>SUBJECT: TRIAL OF ACCUSED IN FOLEY ASSASSINATION POSTPONED </p><p>AGAIN </p><p> </p><p>1. (U) Local press reported on July 1 that the trial of five </p><p>men (six additional suspects are being tried in absentia) </p><p>accused of murdering US diplomat Laurence Foley has been </p><p>postponed for a week. One of the accused, Libyan national </p><p>Salem Said Bin Sewid, requested the State Security Court </p><p>release his current attorney and appoint him an attorney from </p><p>the Jordan Bar Association (JBA). The President of the JBA, </p><p>who is representing co-defendant Yasser Fathi, asked the </p><p>court for some time to examine Sewid\'s case to see if he </p><p>might represent both defendants. The Presiding Judge granted </p><p>him a week. The trial should resume on July 8. </p><p> </p><p> </p><p>GNEHM </p><p></p></div> </body> </html>
#ifndef EDGE_H #define EDGE_H #include<iostream> #include<QString> #include<QGraphicsWidget> #include<QPainter> #include<QGraphicsLineItem> #include<qmath.h> #include<QRectF> #include<QPainterPath> #include"node.h" class Edge : public QGraphicsWidget { Q_OBJECT friend class VisualGraph; public: /*setters*/ void setStart(Node* start) { _start = start; } void setEnd(Node* end) { _end = end; } void setName(QString name) { _name = name; } void setColor(const QColor & color) { _color = color; } void setWeight(int value) { _weight = value;} void setHeuristic(int heuristic) { _heuristicField = heuristic; } Node* start() const { return _start; } Node* end() const { return _end; } QString name() const { return _name; } QColor color() const { return _color;} int weight() const { return _weight;} int heuristic() const {return _heuristicField; } void paint(QPainter *painter, const <API key> *, QWidget *); void setGeometryEdge(); Edge(Node* start, Node* end, QString name = QString("Untitled"), QColor color = Qt::black, int value = 0, int heuristic = 0); void setDirected(bool foo) { _directed = foo;} void setWeighted(bool ind) { _isWeight = ind; } static bool _isWeight; private: /*Attributes*/ Node* _start; Node* _end; QString _name; QColor _color; int _weight; int _id; int _heuristicField; bool _directed; bool _arcNeed; QPointF absolute_point(QPointF p); double scalar_product(QPointF a, QPointF b); double norm(QPointF a); }; #endif // EDGE_H
group_C: Anton Repko, Deni Vale, Noemi Rocco, Angela Mecca === Makefile: contains commands for compiling the programs - command "make" will compile all mtrx_test.c: diagonalization of a random matrix with LAPACK routine dsyevr - compilation on Mac needs addition of "-llapack" in makefile sho.c: implementation of spherical harmonic oscillator wavefunctions sho_print.c: interface program for making a table of R_nl(r) values - use it like "./sho_print 1 20 10 0.01 20. >harm_osc_n=20_l=10.txt" sho_test.c: testing of orthogonality of R_nl(r) with Simpson integration - use it like "./sho_test_gauss 1 10 2 10 2" sho_test_gauss.c: testing of orthogonality of R_nl(r) with Gauss-Laguerre integration gauleg.c: generation of Gauss-Laguerre abscissas and weights (for given exponent and scaling) hydrogen.c: diagonalization of hydrogen atom in spherical HO basis (now modular design) - compilation on Mac needs addition of "-llapack" in makefile eigen.c: an attempt to separate matrix functions gauher.c: Gauss-Hermite quadrature (to be used for the on-fly generation of weights) sho_test_gauher.c: testing of orthogonality of R_nl(r) with Gauss-Hermite integration - much better than Gauss-Laguerre. It uses fixed number of abscissas: 64, scaling is set accoring to hw. This is good up to polynomials of degree 124, i.e. 2n+l < 125. hydrogen-bench.c: program for creation of the benchmark file
#pragma once typedef enum { <API key>, <API key> } timerConfig_t; typedef struct { uint8_t hwIndex; struct { timerConfig_t config; uint16_t hz; uint32_t resolution; // only input mode bool ccEvent; uint16_t capture; } param; } hwTimer_t; extern hwTimer_t Timer[Num_Timer]; // Timer1 = &Timer[HW_TIMER_1] extern hwTimer_t* Timer1; extern hwTimer_t* Timer2; extern hwTimer_t* Timer3; extern hwTimer_t* Timer4; extern hwTimer_t* Timer5; extern hwTimer_t* Timer6; extern hwTimer_t* Timer7; extern hwTimer_t* Timer8; extern hwTimer_t* Timer9; extern hwTimer_t* Timer10; extern hwTimer_t* Timer11; extern hwTimer_t* Timer12; extern hwTimer_t* Timer13; extern hwTimer_t* Timer14; extern hwTimer_t* Timer15; extern hwTimer_t* Timer16; #define Is_Timer_All_Device(Device) (((Device) == Timer1) || \ ((Device) == Timer2) || \ ((Device) == Timer3) || \ ((Device) == Timer4) || \ ((Device) == Timer5) || \ ((Device) == Timer6) || \ ((Device) == Timer7) || \ ((Device) == Timer8) || \ ((Device) == Timer9) || \ ((Device) == Timer10) || \ ((Device) == Timer11) || \ ((Device) == Timer12) || \ ((Device) == Timer13) || \ ((Device) == Timer14) || \ ((Device) == Timer15) || \ ((Device) == Timer16)) void Timer_Begin(hwTimer_t* this, uint32_t resolution, uint16_t hz, timerConfig_t timer_Config_XXX); bool Timer_Available(hwTimer_t* this); void Timer_SetInPolarity(hwTimer_t* this, uint16_t edge); void Timer_Write(hwTimer_t* this, uint16_t duty); uint16_t Timer_Read(hwTimer_t* this); void timerEvent() __attribute__((weak));
using CgfConverter.CryEngineCore; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace CgfConverterTests.Unit_Tests { [TestClass] public class ColladaUnitTests { [TestMethod] public void <API key>() { Material mat = new Material(); } } }
require File.expand_path(File.join(File.dirname(__FILE__), "..", "support", "paths")) # These are default commands Given /^I am on (.+)$/ do |page_name| visit path_to(page_name) end When /^I go to (.+)$/ do |page_name| visit path_to(page_name) end When /^I press "([^\"]*)"$/ do |button| click_button(button) end When /^I click "([^\"]*)"$/ do |link| click_link(link) end When /^I click "([^\"]*)" with text "([^\"]*)"$/ do |link, text| click_link(link) # find(link, :text => text).trigger("click") end When /^I fill in "([^\"]*)" with "([^\"]*)"$/ do |field, value| fill_in(field.gsub(' ', '_'), :with => value) end When /^I fill in "([^\"]*)" for "([^\"]*)"$/ do |value, field| fill_in(field.gsub(' ', '_'), :with => value) end When /^I fill in the following:$/ do |fields| fields.rows_hash.each do |name, value| When %{I fill in "#{name}" with "#{value}"} end end When /^I select "([^\"]*)" from "([^\"]*)"$/ do |value, field| select(value, :from => field) end When /^I check "([^\"]*)"$/ do |field| check(field) end When /^I uncheck "([^\"]*)"$/ do |field| uncheck(field) end When /^I choose "([^\"]*)"$/ do |field| choose(field) end Then /^I should see "([^\"]*)"$/ do |text| page.should have_content(text) end Then /^I should see "([^\"]*)" in "([^\"]*)"$/ do |text, id|
#ifndef _MDSLOG_H_ #define _MDSLOG_H_ struct slm_progress { uint64_t cur_batchno; uint64_t cur_xid; /* journal xid of update */ uint64_t sync_xid; /* on disk */ struct pfl_waitq waitq; psc_spinlock_t lock; void *prg_handle; void *prg_buf; void *log_handle; void *log_buf; off_t log_offset; }; extern struct slm_progress nsupd_prg; extern struct slm_progress reclaim_prg; extern uint64_t <API key>; #endif /* _MDSLOG_H_ */
# !/usr/bin/python3 # -*- coding: utf-8 -*- import json import os from typing import Optional, List, Tuple, Dict, Union from models.literalConstants import LiteralConstants class FileProcessing: BASE_PATH: str = os.getcwd() + "/" def __init__(self, path: str, file_type: LiteralConstants.FileType) -> None: self.path: str = FileProcessing.BASE_PATH + path self.file_type: LiteralConstants.FileType = file_type def read_file(self) -> Optional[Union[str, List, Tuple, Dict, bytes]]: try: file = open(self.path, 'r') if self.file_type != LiteralConstants.FileType.BYTES else open(self.path, 'rb') if self.file_type == LiteralConstants.FileType.REG or self.file_type == LiteralConstants.FileType.BYTES: return file.read() elif self.file_type == LiteralConstants.FileType.JSON: return json.load(file) except EnvironmentError: LiteralConstants.STA_LOG.logger.exception(LiteralConstants.ExceptionMessages.FILE_CANT_OPEN, exc_info=True) return None else: file.close() def write_file(self, data: Union[str, List, Tuple, Dict]) -> bool: try: file = open(self.path, 'w') if self.file_type != LiteralConstants.FileType.BYTES else open(self.path, 'wb') if self.file_type == LiteralConstants.FileType.REG or self.file_type == LiteralConstants.FileType.BYTES: file.write(data) return True elif self.file_type == LiteralConstants.FileType.JSON: json.dump(data, file) return True except EnvironmentError: LiteralConstants.STA_LOG.logger.exception(LiteralConstants.ExceptionMessages.FILE_CANT_WRITE, exc_info=True) return False else: file.close()
#define TEST_SUITE_NAME "/lib/vfs" #include "tests/mctest.h" #include "lib/strutil.h" #include "lib/vfs/xdirentry.h" #include "lib/vfs/path.c" /* for testing static methods */ #include "src/vfs/local/local.c" struct vfs_s_subclass test_subclass1, test_subclass2, test_subclass3; struct vfs_class vfs_test_ops1, vfs_test_ops2, vfs_test_ops3; /* @Before */ static void setup (void) { str_init_strings (NULL); vfs_init (); init_localfs (); vfs_setup_work_dir (); test_subclass1.flags = VFS_S_REMOTE; vfs_s_init_class (&vfs_test_ops1, &test_subclass1); vfs_test_ops1.name = "testfs1"; vfs_test_ops1.flags = VFSF_NOLINKS; vfs_test_ops1.prefix = "test1:"; vfs_register_class (&vfs_test_ops1); vfs_s_init_class (&vfs_test_ops2, &test_subclass2); vfs_test_ops2.name = "testfs2"; vfs_test_ops2.prefix = "test2:"; vfs_register_class (&vfs_test_ops2); vfs_s_init_class (&vfs_test_ops3, &test_subclass3); vfs_test_ops3.name = "testfs3"; vfs_test_ops3.prefix = "test3:"; vfs_register_class (&vfs_test_ops3); } /* @After */ static void teardown (void) { vfs_shut (); str_uninit_strings (); } /* @DataSource("test_vfs_split_ds") */ /* *INDENT-OFF* */ static const struct test_vfs_split_ds { const char *input_string; const char *expected_path; const char *expected_local; const char *expected_op; const struct vfs_class *expected_result; } test_vfs_split_ds[] = { { "#test1:/bla-bla/some/path/#test2:/bla-bla/some/path2/#test3:/qqq/www/eee.rr", "#test1:/bla-bla/some/path/#test2:/bla-bla/some/path2/", "qqq/www/eee.rr", "test3:", &vfs_test_ops3 }, { "#test1:/bla-bla/some/path/#test2:/bla-bla/some/path2/", "#test1:/bla-bla/some/path/", "bla-bla/some/path2/", "test2:", &vfs_test_ops2 }, { "#test1:/bla-bla/some/path/", "", "bla-bla/some/path/", "test1:", &vfs_test_ops1 }, { "", "", NULL, NULL, NULL }, { /* 4. split with local */ "/local/path/#test1:/bla-bla/some/path/#test2:/bla-bla/some/path2#test3:/qqq/www/eee.rr", "/local/path/#test1:/bla-bla/some/path/#test2:/bla-bla/some/path2", "qqq/www/eee.rr", "test3:", &vfs_test_ops3 }, { /* 5. split with local */ "/local/path/#test1:/bla-bla/some/path/#test2:/bla-bla/some/path2", "/local/path/#test1:/bla-bla/some/path/", "bla-bla/some/path2", "test2:", &vfs_test_ops2, }, { /* 6. split with local */ "/local/path/#test1:/bla-bla/some/path/", "/local/path/", "bla-bla/some/path/", "test1:", &vfs_test_ops1 }, { /* 7. split with local */ "/local/path/", "/local/path/", NULL, NULL, NULL }, { /* 8. split with URL */ "#test2:username:passwd@somehost.net/bla-bla/some/path2", "", "bla-bla/some/path2", "test2:username:passwd@somehost.net", &vfs_test_ops2 }, { /* 9. split URL with semi */ "/local/path/#test1:/bla-bla/some/path/#test2:username:p!a@s#s$w%d@somehost.net/bla-bla/some/path2", "/local/path/#test1:/bla-bla/some/path/", "bla-bla/some/path2", "test2:username:p!a@s#s$w%d@somehost.net", &vfs_test_ops2 }, { /* 10. split with semi in path */ "#test2:/bl#a-bl#a/so#me/pa#th2", "", "bl#a-bl#a/so#me/pa#th2", "test2:", &vfs_test_ops2 }, }; /* *INDENT-ON* */ /* @Test(dataSource = "test_vfs_split_ds") */ /* *INDENT-OFF* */ <API key> (test_vfs_split, test_vfs_split_ds) /* *INDENT-ON* */ { /* given */ const char *local = NULL, *op = NULL; struct vfs_class *actual_result; char *path; path = g_strdup (data->input_string); /* when */ actual_result = <API key> (path, &local, &op, 0); /* then */ <API key> (actual_result, data->expected_result); <API key> (path, data->expected_path); <API key> (local, data->expected_local); <API key> (op, data->expected_op); g_free (path); } /* *INDENT-OFF* */ <API key> /* *INDENT-ON* */ int main (void) { int number_failed; Suite *s = suite_create (TEST_SUITE_NAME); TCase *tc_core = tcase_create ("Core"); SRunner *sr; <API key> (tc_core, setup, teardown); <API key> (tc_core, test_vfs_split, test_vfs_split_ds); suite_add_tcase (s, tc_core); sr = srunner_create (s); srunner_set_log (sr, "vfs_split.log"); srunner_run_all (sr, CK_NOFORK); number_failed = <API key> (sr); srunner_free (sr); return (number_failed == 0) ? 0 : 1; }
# -*- coding: UTF-8 -*- from django import forms from django.conf import settings from django.contrib.auth.models import User from django.contrib.sites.models import Site from registration.forms import <API key> from django.utils.translation import ugettext_lazy as _ from geonode.maps.models import Contact from registration.models import RegistrationProfile attrs_dict = { 'class': 'required' } class ForgotUsernameForm(forms.Form): email = forms.EmailField(widget=forms.TextInput(attrs=dict(attrs_dict, maxlength=75)), label=_(u'Email Address')) class <API key>(<API key>): if (settings.<API key>): is_org_member = forms.TypedChoiceField(coerce=lambda x: bool(int(x)), choices=((1, _(u'Yes')), (0, _(u'No'))), widget=forms.RadioSelect, initial=0, label=settings.<API key> ) username = forms.RegexField(regex=r'^\w+$', max_length=30, widget=forms.TextInput(attrs=attrs_dict), label=_(u'username'), error_messages = { 'invalid': _(u'Username must contain only letters, numbers, and underscores, and start with a letter'), } ) email = forms.EmailField(widget=forms.TextInput(attrs=dict(attrs_dict, maxlength=75)), label=_(u'email address')) password1 = forms.CharField(widget=forms.PasswordInput(attrs=attrs_dict, render_value=False), label=_(u'password')) password2 = forms.CharField(widget=forms.PasswordInput(attrs=attrs_dict, render_value=False), label=_(u'password (again)')) def save(self, profile_callback=None): new_user = RegistrationProfile.objects.<API key>(username=self.cleaned_data['username'], password=self.cleaned_data['password1'], email=self.cleaned_data['email'], site = Site.objects.get_current()) new_profile = new_user.get_profile() new_profile.email = new_user.email if (settings.<API key>): new_profile.is_org_member=self.cleaned_data['is_org_member'] new_profile.save() return new_user
'use strict'; var meta = require('../meta'), user = require('../user'), topics = require('../topics'), emitter = require('../emitter'), websockets = require('./'), SocketMeta = { rooms: {} }; SocketMeta.reconnected = function(socket, data, callback) { if (socket.uid) { topics.pushUnreadCount(socket.uid); user.notifications.pushCount(socket.uid); } }; emitter.on('nodebb:ready', function() { websockets.server.emit('event:nodebb.ready', { 'cache-buster': meta.config['cache-buster'] }); }); /* Rooms */ SocketMeta.rooms.enter = function(socket, data, callback) { if (!socket.uid) { return callback(); } if (!data) { return callback(new Error('[[error:invalid-data]]')); } if (data.enter) { data.enter = data.enter.toString(); } if (data.enter && data.enter.startsWith('uid_') && data.enter !== 'uid_' + socket.uid) { return callback(new Error('[[error:not-allowed]]')); } leaveCurrentRoom(socket); if (data.enter) { socket.join(data.enter); socket.currentRoom = data.enter; } callback(); }; SocketMeta.rooms.leaveCurrent = function(socket, data, callback) { if (!socket.uid || !socket.currentRoom) { return callback(); } leaveCurrentRoom(socket); callback(); }; function leaveCurrentRoom(socket) { if (socket.currentRoom) { socket.leave(socket.currentRoom); socket.currentRoom = ''; } } SocketMeta.getServerTime = function(socket, data, callback) { // Returns server time in milliseconds callback(null, Date.now()); }; module.exports = SocketMeta;
<?php // Route::get('/', function () { // return view('welcome'); Route::group(['namespace' => 'API'], function(){ Route::get('/', function () { return 'Welcome!!!, see API documentations in ...'; }); Route::resource('auth', '<API key>, ['only' => ['store']]); });
#include<iostream> using namespace std; int main() { //Declare variables double length, width, depth, volume, perimeter, <API key>; //Assign first line of data in chart to variables length = 25; width = 10; depth = 5.0; cout << "Length\tWidth\tDepth\tPerimeter\tVolume\t\t" "Underground\n\t\t\t\t\t\t\tSurface Area\n" << endl; int counter = 1; while( counter <= 8) { perimeter = 2*(length + width); volume = length * width * depth; <API key> = perimeter*depth + length*width; cout << length << "\t" << width << "\t" << depth << "\t" << perimeter << "\t\t" << volume << "\t\t" << <API key> << endl; if(counter >= 4) { length = 30; width = 12; } if(depth < 6.5) { depth += 0.5; } else { depth = 5.0; } counter ++; } }
\file moduleLoader.cpp #include "logger/logger-v1.hpp" #include "moduleLoader.hpp" #include "utils/fileUtils.hpp" #if !defined(_WIN32) // POSIX module loader #include <dlfcn.h> typedef void* <API key>; #define _Wolframe_DLL_CLOSE(x) dlclose( x ) #else // Win32 module loader #define WIN32_MEAN_AND_LEAN #include <windows.h> #include <string.h> typedef HMODULE <API key>; #define _Wolframe_DLL_CLOSE(x) (void)FreeLibrary( x ) #ifdef <API key> #error "<API key> previously defined" #else #define <API key> 512 #endif char *getLastError( char *buf, size_t buflen ) { LPTSTR errbuf; DWORD errbuf_len; DWORD res; DWORD last_error; last_error = GetLastError( ); res = FormatMessage( <API key> | <API key> | <API key> | <API key>, NULL, /* message is from system */ last_error, /* there is a message with that id */ 0, /* default language preference */ (LPTSTR)&errbuf, /* buffer allocated internally with LocalAlloc */ 0, /* minimum allocation size */ NULL ); /* no arguments */ if( res == 0 ) { strncpy( buf, "No message available", buflen ); } else { strncpy( buf, errbuf, buflen ); LocalFree( errbuf ); } return buf; } #endif // defined(_WIN32) namespace { class <API key> { public: ~<API key>() { while ( !m_handle.empty()) { _Wolframe_DLL_CLOSE( m_handle.back()); m_handle.pop_back(); } } void addHandle( <API key> handle ) { m_handle.push_back( handle ); } private: std::list< <API key> > m_handle; }; }// anonymous namespace static <API key> g_handleList; using namespace _Wolframe; using namespace _Wolframe::module; ModuleEntryPoint* module::<API key>( const std::string& absoluteModulePath) { LOG_TRACE << "Loading module '" << absoluteModulePath << "'"; #if !defined(_WIN32) // POSIX module loader std::string absoluteModulePath_ = absoluteModulePath; if (utils::getFileExtension( absoluteModulePath_).empty()) { absoluteModulePath_.append( ".so"); } void* hndl = dlopen( absoluteModulePath_.c_str(), RTLD_NOW | RTLD_LOCAL ); if ( !hndl ) { LOG_ERROR << "Module loader: " << dlerror() << ", (while loading module '" << absoluteModulePath_ << "')"; return 0; } ModuleEntryPoint* entry = (ModuleEntryPoint*)dlsym( hndl, "entryPoint" ); if ( !entry ) { LOG_ERROR << "Module entry point not found: " << dlerror() << ", (module '" << absoluteModulePath_ << "')"; dlclose( hndl ); return 0; } #else HMODULE hndl = LoadLibrary( absoluteModulePath.c_str( ) ); if ( !hndl ) { char buf[<API key>]; LOG_ERROR << "Module loader: " << getLastError( buf, <API key> ) << ", (module '" << absoluteModulePath << "')"; return 0; } ModuleEntryPoint* entry = (ModuleEntryPoint*)GetProcAddress( hndl, "entryPoint" ); if ( !entry ) { char buf[<API key>]; LOG_ERROR << "Module entry point not found: " << getLastError( buf, <API key> ) << ", (module '" << absoluteModulePath << "')"; (void)FreeLibrary( hndl ); return 0; } #endif if( !entry->name ) { LOG_ERROR << "Module entry point has no name, something is here '" << absoluteModulePath << "')"; _Wolframe_DLL_CLOSE( hndl ); return 0; } g_handleList.addHandle( hndl ); LOG_DATA << "Got entry point of module '" << entry->name << "'"; return entry; }
#ifndef <API key> #define <API key> #include "dialogcommand.h" // CLASS <API key> // A dialog used for setting dialog box options (messages). namespace Ui { class <API key>; } class <API key> : public DialogCommand { Q_OBJECT public: explicit <API key>(EventCommand *command = nullptr, QStandardItemModel *properties = nullptr, QStandardItemModel *parameters = nullptr, QWidget *parent = nullptr); virtual ~<API key>(); virtual EventCommand * getCommand() const; protected: QStandardItemModel *m_properties; QStandardItemModel *m_parameters; void <API key>(); virtual void initialize(EventCommand *command); private: Ui::<API key> *ui; void translate(); public slots: void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); void <API key>(bool checked); }; #endif // <API key>
package de.uni_potsdam.hpi.asg.delaymatch.io; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; @XmlAccessorType(XmlAccessType.NONE) public class ToolConfig { @XmlElement(required = true) public RemoteInvocation designCompilerCmd; }
<div up-follow up-expand up-reveal="false" class="flex relative items-start py-4 hover:bg-gray-200 border-b-2 border-gray-200"> @if ($discussion->isPinned()) <div class="text-xs absolute left-0 w-6 h-6 rounded-full text-white bg-blue-700 flex items-center justify-center border-white border-2 shadow-md "> <i class="fas fa-thumbtack" title="{{__('Pinned')}}"></i> </div> @endif @if ($discussion->user) @include('users.avatar', ['user' => $discussion->user]) @endif <div class="mx-2 min-w-0 flex-grow"> <div class="text-gray-900 text-lg truncate min-w-0"> <a href="{{ route('groups.discussions.show', [$discussion->group, $discussion]) }}" class="no-underline"> @if($discussion->isArchived()) [{{ __('Archived') }}] @endif {{$discussion->name}} </a> </div> <div class="text-gray-600 text-xs"> @if ($discussion->user) {{ trans('messages.started_by') }} {{ $discussion->user->name }} @endif {{ trans('messages.in') }} {{ $discussion->group->name }}, {{ dateForHumans($discussion->updated_at) }} </div> <div class="text-gray-600 truncate min-w-0 h-6"> {{ summary($discussion->body) }} </div> @if($discussion->getSelectedTags()->count() > 0) <div class="text-gray-600 text-xs overflow-hidden h-5"> @foreach($discussion->getSelectedTags() as $tag) @include('tags.tag') @endforeach </div> @endif </div> @if($discussion->unReadCount() > 0) <div class="rounded-full bg-red-700 text-xs text-red-100 justify-center px-2 py-1 flex flex-shrink-0"> {{ $discussion->unReadCount() }} {{trans('messages.new')}} </div> @else @if($discussion->comments_count > 0) <div class="rounded-full bg-gray-700 text-xs text-gray-100 px-2 py-1 justify-center flex flex-shrink-0"> {{ $discussion->comments_count }} </div> @endif @endif @include('discussions.dropdown') </div>
from tcaxPy import * def tcaxPy_Init(): # some common pre-defined global values global fontSize # as name implies global resX # horizontal resolution global resY # vertical resolution global marginX # horizontal margin global marginY # vertical margin global spacing # space between texts global frameDur # milliseconds per frame global lineNum # number of lines global textNum # textNum[i], number of texts in ith line global start # start[i], start time of a line global end # end[i], end time of a line global kar # kar[i][j], karaoke time of a syllable global elapKar # elapKar[i][j], elapsed karaoke time before reaching a certain syllable global text # text[i][j], as name implies global textLength # textLength[i], total width of a line global width # width[i][j], width of a text global height # height[i][j], height of a text global advance # advance[i][j], advance of a text, usually larger than width global advDiff # advDiff[i][j], distance between the current text to the first text of the line fontSize = GetVal(val_FontSize) resX = GetVal(val_ResolutionX) resY = GetVal(val_ResolutionY) marginX = GetVal(val_OffsetX) marginY = GetVal(val_OffsetY) spacing = GetVal(val_Spacing) frameDur = 1000 / GetVal(val_FXFPS) lineNum = GetVal(val_nLines) textNum = GetVal(val_nTexts) start = GetVal(val_BegTime) end = GetVal(val_EndTime) kar = GetVal(val_KarTime) elapKar = GetVal(val_KarTimeDiff) text = GetVal(val_Text) textLength = GetVal(val_TextLength) width = GetVal(val_TextWidth) height = GetVal(val_TextHeight) advance = GetVal(val_TextAdvance) advDiff = GetVal(val_TextAdvanceDiff) def tcaxPy_Fin(): return def tcaxPy_User(): ASS = CreateAssFile(GetVal(val_OutFile) + '.ass', GetVal(val_AssHeader)) for i in range(lineNum): initPosX = (resX - textLength[i]) / 2 + marginX # if marginX = 0, then it's just on the middle initPosY = marginY for j in range(textNum[i]): ASS_BUF = [] # you can put the BUF anywhere according to your usage if text[i][j] == '' or text[i][j] == ' ' or text[i][j] == '': continue posX = initPosX + advDiff[i][j] + advance[i][j] / 2 posY = initPosY ass_main(ASS_BUF, SubL(start[i], end[i]), an(8) + pos(posX, posY) + K(elapKar[i][j]) + K(kar[i][j]), text[i][j]) WriteAssFile(ASS, ASS_BUF) Progress(i, j) FinAssFile(ASS)
package ch.retomerz.jbincmp.tests.java6.jar1; public final class <API key> { }
#include <sys/poll.h> #include <unistd.h> #include <wayland-client.h> #include <wayland-cursor.h> #include <string/stdstring.h> #ifdef HAVE_CONFIG_H #include "../../config.h" #endif #ifdef HAVE_EGL #include <wayland-egl.h> #endif #ifdef HAVE_VULKAN #include "../common/vulkan_common.h" #endif #ifdef HAVE_EGL #include "../common/egl_common.h" #endif #if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) #include "../common/gl_common.h" #endif #include "../common/wayland_common.h" #include "../../frontend/frontend_driver.h" #include "../../input/input_driver.h" #include "../../input/input_keymaps.h" typedef struct <API key> { #ifdef HAVE_EGL egl_ctx_data_t egl; struct wl_egl_window *win; #endif bool resize; unsigned width; unsigned height; unsigned physical_width; unsigned physical_height; struct wl_registry *registry; struct wl_compositor *compositor; struct wl_surface *surface; struct wl_shell_surface *shell_surf; struct wl_shell *shell; struct wl_keyboard *wl_keyboard; struct wl_pointer *wl_pointer; struct wl_seat *seat; struct wl_shm *shm; unsigned swap_interval; bool <API key>; unsigned buffer_scale; struct { struct wl_cursor *default_cursor; struct wl_cursor_theme *theme; struct wl_surface *surface; uint32_t serial; bool visible; } cursor; <API key> input; #ifdef HAVE_VULKAN <API key> vk; #endif } <API key>; static enum gfx_ctx_api wl_api = GFX_CTX_NONE; #ifndef <API key> #define <API key> 0x0040 #endif #ifndef <API key> #define <API key> 0x31D8 #endif #ifdef HAVE_XKBCOMMON /* FIXME: Move this into a header? */ int init_xkb(int fd, size_t size); int handle_xkb(int code, int value); void <API key>(uint32_t depressed, uint32_t latched, uint32_t locked, uint32_t group); void free_xkb(void); #endif static void <API key>(void* data, struct wl_keyboard* keyboard, uint32_t format, int fd, uint32_t size) { (void)data; if (format != <API key>) { close(fd); return; } #ifdef HAVE_XKBCOMMON if (init_xkb(fd, size) < 0) RARCH_ERR("[Wayland]: Failed to init keymap.\n"); #endif close(fd); RARCH_LOG("[Wayland]: Loaded keymap.\n"); } static void <API key>(void* data, struct wl_keyboard* keyboard, uint32_t serial, struct wl_surface* surface, struct wl_array* keys) { <API key> *wl = (<API key>*)data; wl->input.keyboard_focus = true; } static void <API key>(void *data, struct wl_keyboard *keyboard, uint32_t serial, struct wl_surface *surface) { <API key> *wl = (<API key>*)data; wl->input.keyboard_focus = false; } static void keyboard_handle_key(void *data, struct wl_keyboard *keyboard, uint32_t serial, uint32_t time, uint32_t key, uint32_t state) { (void)serial; (void)time; (void)keyboard; int value = 1; <API key> *wl = (<API key>*)data; if (state == <API key>) { BIT_SET(wl->input.key_state, key); value = 1; } else if (state == <API key>) { BIT_CLEAR(wl->input.key_state, key); value = 0; } #ifdef HAVE_XKBCOMMON if (handle_xkb(key, value) == 0) return; #endif <API key>(value, rarch_keysym_lut[key], 0, 0, <API key>); } static void <API key>(void *data, struct wl_keyboard *keyboard, uint32_t serial, uint32_t modsDepressed, uint32_t modsLatched, uint32_t modsLocked, uint32_t group) { (void)data; (void)keyboard; (void)serial; #ifdef HAVE_XKBCOMMON <API key>(modsDepressed, modsLatched, modsLocked, group); #else (void)modsDepressed; (void)modsLatched; (void)modsLocked; (void)group; #endif } static void <API key>(void *data, struct wl_keyboard *wl_keyboard, int32_t rate, int32_t delay) { (void)data; (void)wl_keyboard; (void)rate; (void)delay; /* TODO: Seems like we'll need this to get repeat working. We'll have to do it on our own. */ } static const struct <API key> keyboard_listener = { <API key>, <API key>, <API key>, keyboard_handle_key, <API key>, <API key>, }; static void <API key>(void *data, bool state); static void <API key>(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface, wl_fixed_t sx, wl_fixed_t sy) { <API key> *wl = (<API key>*)data; (void)pointer; (void)serial; (void)surface; wl->input.mouse.last_x = wl_fixed_to_int(sx * (wl_fixed_t)wl->buffer_scale); wl->input.mouse.last_y = wl_fixed_to_int(sy * (wl_fixed_t)wl->buffer_scale); wl->input.mouse.x = wl->input.mouse.last_x; wl->input.mouse.y = wl->input.mouse.last_y; wl->input.mouse.focus = true; wl->cursor.serial = serial; <API key>(data, wl->cursor.visible); } static void <API key>(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface) { <API key> *wl = (<API key>*)data; wl->input.mouse.focus = false; (void)pointer; (void)serial; (void)surface; } static void <API key>(void *data, struct wl_pointer *pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy) { <API key> *wl = (<API key>*)data; wl->input.mouse.x = wl_fixed_to_int((wl_fixed_t)wl->buffer_scale * sx); wl->input.mouse.y = wl_fixed_to_int((wl_fixed_t)wl->buffer_scale * sy); } static void <API key>(void *data, struct wl_pointer *wl_pointer, uint32_t serial, uint32_t time, uint32_t button, uint32_t state) { <API key> *wl = (<API key>*)data; if (state == <API key>) { if (button == BTN_LEFT) { wl->input.mouse.left = true; /* This behavior matches mpv, seems like a decent way to support window moving for now. */ if (BIT_GET(wl->input.key_state, KEY_LEFTALT) && wl->shell_surf) <API key>(wl->shell_surf, wl->seat, serial); } else if (button == BTN_RIGHT) wl->input.mouse.right = true; else if (button == BTN_MIDDLE) wl->input.mouse.middle = true; } else { if (button == BTN_LEFT) wl->input.mouse.left = false; else if (button == BTN_RIGHT) wl->input.mouse.right = false; else if (button == BTN_MIDDLE) wl->input.mouse.middle = false; } } static void pointer_handle_axis(void *data, struct wl_pointer *wl_pointer, uint32_t time, uint32_t axis, wl_fixed_t value) { (void)data; (void)wl_pointer; (void)time; (void)axis; (void)value; } static const struct wl_pointer_listener pointer_listener = { <API key>, <API key>, <API key>, <API key>, pointer_handle_axis, }; static void <API key>(void *data, struct wl_seat *seat, unsigned caps) { <API key> *wl = (<API key>*)data; if ((caps & <API key>) && !wl->wl_keyboard) { wl->wl_keyboard = <API key>(seat); <API key>(wl->wl_keyboard, &keyboard_listener, wl); } else if (!(caps & <API key>) && wl->wl_keyboard) { wl_keyboard_destroy(wl->wl_keyboard); wl->wl_keyboard = NULL; } if ((caps & <API key>) && !wl->wl_pointer) { wl->wl_pointer = wl_seat_get_pointer(seat); <API key>(wl->wl_pointer, &pointer_listener, wl); } else if (!(caps & <API key>) && wl->wl_pointer) { wl_pointer_destroy(wl->wl_pointer); wl->wl_pointer = NULL; } } static void seat_handle_name(void *data, struct wl_seat *seat, const char *name) { (void)data; (void)seat; RARCH_LOG("[Wayland]: Seat name: %s.\n", name); } static const struct wl_seat_listener seat_listener = { <API key>, seat_handle_name, }; /* Shell surface callbacks. */ static void <API key>(void *data, struct wl_shell_surface *shell_surface, uint32_t serial) { (void)data; <API key>(shell_surface, serial); } static void <API key>(void *data, struct wl_shell_surface *shell_surface, uint32_t edges, int32_t width, int32_t height) { <API key> *wl = (<API key>*)data; (void)shell_surface; (void)edges; wl->width = wl->buffer_scale * width; wl->height = wl->buffer_scale * height; RARCH_LOG("[Wayland]: Surface configure: %u x %u.\n", wl->width, wl->height); } static void <API key>(void *data, struct wl_shell_surface *shell_surface) { (void)data; (void)shell_surface; } static const struct <API key> <API key> = { <API key>, <API key>, <API key>, }; static void <API key>(void *data, struct wl_output *output, int x, int y, int physical_width, int physical_height, int subpixel, const char *make, const char *model, int transform) { (void)data; (void)output; (void)x; (void)y; (void)subpixel; (void)make; (void)model; (void)transform; <API key> *wl = (<API key>*)data; wl->physical_width = physical_width; wl->physical_height = physical_height; RARCH_LOG("[Wayland]: Physical width: %d mm x %d mm.\n", physical_width, physical_height); } static void display_handle_mode(void *data, struct wl_output *output, uint32_t flags, int width, int height, int refresh) { (void)output; (void)flags; <API key> *wl = (<API key>*)data; wl->width = width; wl->height = height; /* Certain older Wayland implementations report in Hz, * but it should be mHz. */ RARCH_LOG("[Wayland]: Video mode: %d x %d @ %.4f Hz.\n", width, height, refresh > 1000 ? refresh / 1000.0 : (double)refresh); } static void display_handle_done(void *data, struct wl_output *output) { (void)data; (void)output; } static void <API key>(void *data, struct wl_output *output, int32_t factor) { <API key> *wl = (<API key>*)data; RARCH_LOG("[Wayland]: Setting buffer scale factor to %d.\n", factor); wl->buffer_scale = factor; } static const struct wl_output_listener output_listener = { <API key>, display_handle_mode, display_handle_done, <API key>, }; /* Registry callbacks. */ static void <API key>(void *data, struct wl_registry *reg, uint32_t id, const char *interface, uint32_t version) { struct wl_output *output = NULL; <API key> *wl = (<API key>*)data; (void)version; if (<API key>(interface, "wl_compositor", 13)) wl->compositor = (struct wl_compositor*)wl_registry_bind(reg, id, &<API key>, 3); else if (<API key>(interface, "wl_output", 9)) { output = (struct wl_output*)wl_registry_bind(reg, id, &wl_output_interface, 2); <API key>(output, &output_listener, wl); <API key>(wl->input.dpy); } else if (<API key>(interface, "wl_shell", 8)) wl->shell = (struct wl_shell*) wl_registry_bind(reg, id, &wl_shell_interface, 1); else if (<API key>(interface, "wl_shm", 6)) wl->shm = (struct wl_shm*)wl_registry_bind(reg, id, &wl_shm_interface, 1); else if (<API key>(interface, "wl_seat", 7)) { wl->seat = (struct wl_seat*)wl_registry_bind(reg, id, &wl_seat_interface, 4); <API key>(wl->seat, &seat_listener, wl); } } static void <API key>(void *data, struct wl_registry *registry, uint32_t id) { (void)data; (void)registry; (void)id; } static const struct <API key> registry_listener = { <API key>, <API key>, }; static void <API key>(void *data, unsigned *width, unsigned *height) { <API key> *wl = (<API key>*)data; *width = wl->width; *height = wl->height; } static void <API key>(<API key> *wl) { if (!wl) return; switch (wl_api) { case GFX_CTX_OPENGL_API: case <API key>: case GFX_CTX_OPENVG_API: #ifdef HAVE_EGL egl_destroy(&wl->egl); if (wl->win) <API key>(wl->win); #endif break; case GFX_CTX_VULKAN_API: #ifdef HAVE_VULKAN <API key>(&wl->vk, wl->surface); if (wl->input.fd >= 0) close(wl->input.fd); #endif break; case GFX_CTX_NONE: default: break; } #ifdef HAVE_XKBCOMMON free_xkb(); #endif if (wl->wl_keyboard) wl_keyboard_destroy(wl->wl_keyboard); if (wl->wl_pointer) wl_pointer_destroy(wl->wl_pointer); if (wl->cursor.theme) <API key>(wl->cursor.theme); if (wl->cursor.surface) wl_surface_destroy(wl->cursor.surface); if (wl->seat) wl_seat_destroy(wl->seat); if (wl->shell) wl_shell_destroy(wl->shell); if (wl->compositor) <API key>(wl->compositor); if (wl->registry) wl_registry_destroy(wl->registry); if (wl->shell_surf) <API key>(wl->shell_surf); if (wl->surface) wl_surface_destroy(wl->surface); if (wl->input.dpy) { wl_display_flush(wl->input.dpy); <API key>(wl->input.dpy); } #ifdef HAVE_EGL wl->win = NULL; #endif wl->shell = NULL; wl->compositor = NULL; wl->registry = NULL; wl->input.dpy = NULL; wl->shell_surf = NULL; wl->surface = NULL; wl->width = 0; wl->height = 0; } void flush_wayland_fd(void *data) { struct pollfd fd = {0}; <API key> *wl = (<API key>*)data; <API key>(wl->dpy); wl_display_flush(wl->dpy); fd.fd = wl->fd; fd.events = POLLIN | POLLOUT | POLLERR | POLLHUP; if (poll(&fd, 1, 0) > 0) { if (fd.revents & (POLLERR | POLLHUP)) { close(wl->fd); <API key>(1); } if (fd.revents & POLLIN) wl_display_dispatch(wl->dpy); if (fd.revents & POLLOUT) wl_display_flush(wl->dpy); } } static void <API key>(void *data, bool *quit, bool *resize, unsigned *width, unsigned *height, bool is_shutdown) { unsigned new_width, new_height; <API key> *wl = (<API key>*)data; flush_wayland_fd(&wl->input); new_width = *width; new_height = *height; <API key>(data, &new_width, &new_height); switch (wl_api) { case GFX_CTX_VULKAN_API: #ifdef HAVE_VULKAN /* Swapchains are recreated in set_resize as a * central place, so use that to trigger swapchain reinit. */ *resize = wl->vk.need_new_swapchain; #endif break; case GFX_CTX_NONE: default: break; } if (new_width != *width || new_height != *height) { *resize = true; *width = new_width; *height = new_height; } *quit = (bool)<API key>(); } static bool <API key>(void *data, unsigned width, unsigned height) { <API key> *wl = (<API key>*)data; switch (wl_api) { case GFX_CTX_OPENGL_API: case <API key>: case GFX_CTX_OPENVG_API: #ifdef HAVE_EGL <API key>(wl->win, width, height, 0, 0); #endif break; case GFX_CTX_VULKAN_API: #ifdef HAVE_VULKAN wl->width = width; wl->height = height; if (<API key>(&wl->vk, width, height, wl->swap_interval)) wl->vk.context.invalid_swapchain = true; else { RARCH_ERR("[Wayland/Vulkan]: Failed to update swapchain.\n"); return false; } wl->vk.need_new_swapchain = false; #endif break; case GFX_CTX_NONE: default: break; } return true; } static void <API key>(void *data, void *data2) { <API key> *wl = (<API key>*)data; char title[128]; title[0] = '\0'; <API key>(title, sizeof(title)); if (wl && title[0]) <API key>(wl->shell_surf, title); } static bool <API key>(void *data, enum <API key> type, float *value) { <API key> *wl = (<API key>*)data; if (!wl || wl->physical_width == 0 || wl->physical_height == 0) return false; switch (type) { case <API key>: *value = (float)wl->physical_width; break; case <API key>: *value = (float)wl->physical_height; break; case DISPLAY_METRIC_DPI: *value = (float)wl->width * 25.4f / (float)wl->physical_width; break; default: *value = 0.0f; return false; } return true; } #define <API key> 640 #define <API key> 480 #ifdef HAVE_EGL #define WL_EGL_ATTRIBS_BASE \ EGL_SURFACE_TYPE, EGL_WINDOW_BIT, \ EGL_RED_SIZE, 1, \ EGL_GREEN_SIZE, 1, \ EGL_BLUE_SIZE, 1, \ EGL_ALPHA_SIZE, 0, \ EGL_DEPTH_SIZE, 0 #endif static void *gfx_ctx_wl_init(video_frame_info_t *video_info, void *video_driver) { #ifdef HAVE_OPENGL static const EGLint egl_attribs_gl[] = { WL_EGL_ATTRIBS_BASE, EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT, EGL_NONE, }; #endif #ifdef HAVE_OPENGLES #ifdef HAVE_OPENGLES2 static const EGLint egl_attribs_gles[] = { WL_EGL_ATTRIBS_BASE, EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, EGL_NONE, }; #endif #ifdef HAVE_OPENGLES3 #ifdef <API key> static const EGLint egl_attribs_gles3[] = { WL_EGL_ATTRIBS_BASE, EGL_RENDERABLE_TYPE, <API key>, EGL_NONE, }; #endif #endif #endif #ifdef HAVE_EGL static const EGLint egl_attribs_vg[] = { WL_EGL_ATTRIBS_BASE, EGL_RENDERABLE_TYPE, EGL_OPENVG_BIT, EGL_NONE, }; EGLint major = 0, minor = 0; EGLint n; const EGLint *attrib_ptr = NULL; #endif <API key> *wl = (<API key>*) calloc(1, sizeof(<API key>)); if (!wl) return NULL; (void)video_driver; #ifdef HAVE_EGL switch (wl_api) { case GFX_CTX_OPENGL_API: #ifdef HAVE_OPENGL attrib_ptr = egl_attribs_gl; #endif break; case <API key>: #ifdef HAVE_OPENGLES #ifdef HAVE_OPENGLES3 #ifdef <API key> if (g_egl_major >= 3) attrib_ptr = egl_attribs_gles3; else #endif #endif #ifdef HAVE_OPENGLES2 attrib_ptr = egl_attribs_gles; #endif #endif break; case GFX_CTX_OPENVG_API: #ifdef HAVE_VG attrib_ptr = egl_attribs_vg; #endif break; case GFX_CTX_NONE: default: break; } #endif <API key>(); wl->input.dpy = wl_display_connect(NULL); wl->buffer_scale = 1; if (!wl->input.dpy) { RARCH_ERR("[Wayland]: Failed to connect to Wayland server.\n"); goto error; } <API key>(); wl->registry = <API key>(wl->input.dpy); <API key>(wl->registry, &registry_listener, wl); <API key>(wl->input.dpy); if (!wl->compositor) { RARCH_ERR("[Wayland]: Failed to create compositor.\n"); goto error; } if (!wl->shm) { RARCH_ERR("[Wayland]: Failed to create shm.\n"); goto error; } if (!wl->shell) { RARCH_ERR("[Wayland]: Failed to create shell.\n"); goto error; } wl->input.fd = wl_display_get_fd(wl->input.dpy); switch (wl_api) { case GFX_CTX_OPENGL_API: case <API key>: case GFX_CTX_OPENVG_API: #ifdef HAVE_EGL if (!egl_init_context(&wl->egl, <API key>, (<API key>)wl->input.dpy, &major, &minor, &n, attrib_ptr)) { egl_report_error(); goto error; } if (n == 0 || !egl_has_config(&wl->egl)) goto error; #endif break; case GFX_CTX_VULKAN_API: #ifdef HAVE_VULKAN if (!vulkan_context_init(&wl->vk, VULKAN_WSI_WAYLAND)) goto error; #endif break; case GFX_CTX_NONE: default: break; } wl->input.keyboard_focus = true; wl->input.mouse.focus = true; wl->cursor.surface = <API key>(wl->compositor); wl->cursor.theme = <API key>(NULL, 16, wl->shm); wl->cursor.default_cursor = <API key>(wl->cursor.theme, "left_ptr"); flush_wayland_fd(&wl->input); return wl; error: <API key>(wl); if (wl) free(wl); return NULL; } #ifdef HAVE_EGL static EGLint *egl_fill_attribs(<API key> *wl, EGLint *attr) { switch (wl_api) { #ifdef <API key> case GFX_CTX_OPENGL_API: { bool debug = false; #ifdef HAVE_OPENGL unsigned version = wl->egl.major * 1000 + wl->egl.minor; bool core = version >= 3001; #ifndef GL_DEBUG struct <API key> *hwr = <API key>(); #endif #ifdef GL_DEBUG debug = true; #else debug = hwr->debug_context; #endif if (core) { *attr++ = <API key>; *attr++ = wl->egl.major; *attr++ = <API key>; *attr++ = wl->egl.minor; /* Technically, we don't have core/compat until 3.2. * Version 3.1 is either compat or not depending on <API key>. */ if (version >= 3002) { *attr++ = <API key>; *attr++ = <API key>; } } if (debug) { *attr++ = <API key>; *attr++ = <API key>; } #endif break; } #endif case <API key>: #ifdef HAVE_OPENGLES *attr++ = <API key>; /* Same as <API key> */ *attr++ = wl->egl.major ? (EGLint)wl->egl.major : 2; #ifdef <API key> if (wl->egl.minor > 0) { *attr++ = <API key>; *attr++ = wl->egl.minor; } #endif #endif break; case GFX_CTX_NONE: default: break; } *attr = EGL_NONE; return attr; } #endif static void gfx_ctx_wl_destroy(void *data) { <API key> *wl = (<API key>*)data; if (!wl) return; <API key>(wl); switch (wl_api) { case GFX_CTX_VULKAN_API: #if defined(HAVE_VULKAN) && defined(HAVE_THREADS) if (wl->vk.context.queue_lock) slock_free(wl->vk.context.queue_lock); #endif break; case GFX_CTX_NONE: default: break; } free(wl); } static void <API key>(void *data, unsigned swap_interval) { <API key> *wl = (<API key>*)data; switch (wl_api) { case GFX_CTX_OPENGL_API: case <API key>: case GFX_CTX_OPENVG_API: #ifdef HAVE_EGL <API key>(&wl->egl, swap_interval); #endif break; case GFX_CTX_VULKAN_API: #ifdef HAVE_VULKAN if (wl->swap_interval != swap_interval) { wl->swap_interval = swap_interval; if (wl->vk.swapchain) wl->vk.need_new_swapchain = true; } #endif break; case GFX_CTX_NONE: default: break; } } static bool <API key>(void *data, video_frame_info_t *video_info, unsigned width, unsigned height, bool fullscreen) { #ifdef HAVE_EGL EGLint egl_attribs[16]; EGLint *attr = egl_fill_attribs( (<API key>*)data, egl_attribs); #endif <API key> *wl = (<API key>*)data; wl->width = width ? width : <API key>; wl->height = height ? height : <API key>; wl->surface = <API key>(wl->compositor); <API key>(wl->surface, wl->buffer_scale); switch (wl_api) { case GFX_CTX_OPENGL_API: case <API key>: case GFX_CTX_OPENVG_API: #ifdef HAVE_EGL wl->win = <API key>(wl->surface, wl->width, wl->height); #endif break; case GFX_CTX_NONE: default: break; } wl->shell_surf = <API key>(wl->shell, wl->surface); <API key>(wl->shell_surf, &<API key>, wl); <API key>(wl->shell_surf); <API key>(wl->shell_surf, "RetroArch"); <API key>(wl->shell_surf, "RetroArch"); switch (wl_api) { case GFX_CTX_OPENGL_API: case <API key>: case GFX_CTX_OPENVG_API: #ifdef HAVE_EGL if (!egl_create_context(&wl->egl, (attr != egl_attribs) ? egl_attribs : NULL)) { egl_report_error(); goto error; } if (!egl_create_surface(&wl->egl, (EGLNativeWindowType)wl->win)) goto error; <API key>(&wl->egl, wl->egl.interval); #endif break; case GFX_CTX_NONE: default: break; } if (fullscreen) <API key>(wl->shell_surf, <API key>, 0, NULL); flush_wayland_fd(&wl->input); switch (wl_api) { case GFX_CTX_VULKAN_API: <API key>(wl->input.dpy); #ifdef HAVE_VULKAN if (!<API key>(&wl->vk, VULKAN_WSI_WAYLAND, wl->input.dpy, wl->surface, wl->width, wl->height, wl->swap_interval)) goto error; #endif break; case GFX_CTX_NONE: default: break; } if (fullscreen) { wl->cursor.visible = false; <API key>(wl, false); } else wl->cursor.visible = true; return true; error: gfx_ctx_wl_destroy(data); return false; } bool input_wl_init(void *data, const char *joypad_name); static void <API key>(void *data, const char *joypad_name, const input_driver_t **input, void **input_data) { <API key> *wl = (<API key>*)data; /* Input is heavily tied to the window stuff on Wayland, so just implement the input driver here. */ if (!input_wl_init(&wl->input, joypad_name)) { *input = NULL; *input_data = NULL; } else { *input = &input_wayland; *input_data = &wl->input; } } static bool <API key>(void *data) { (void)data; <API key> *wl = (<API key>*)data; return wl->input.keyboard_focus; } static bool <API key>(void *data, bool enable) { (void)data; (void)enable; return true; } static bool <API key>(void *data) { (void)data; return true; } static bool gfx_ctx_wl_bind_api(void *video_driver, enum gfx_ctx_api api, unsigned major, unsigned minor) { #ifdef HAVE_EGL g_egl_major = major; g_egl_minor = minor; #endif switch (api) { case GFX_CTX_OPENGL_API: #ifdef HAVE_OPENGL #ifndef <API key> if ((major * 1000 + minor) >= 3001) return false; #endif wl_api = api; return eglBindAPI(EGL_OPENGL_API); #else break; #endif case <API key>: #ifdef HAVE_OPENGLES #ifndef <API key> if (major >= 3) return false; #endif wl_api = api; return eglBindAPI(EGL_OPENGL_ES_API); #else break; #endif case GFX_CTX_OPENVG_API: #ifdef HAVE_VG wl_api = api; return eglBindAPI(EGL_OPENVG_API); #else break; #endif case GFX_CTX_VULKAN_API: #ifdef HAVE_VULKAN wl_api = api; return true; #else break; #endif case GFX_CTX_NONE: default: break; } return false; } #ifdef HAVE_VULKAN static void *<API key>(void *data) { <API key> *wl = (<API key>*)data; return &wl->vk.context; } #endif static void <API key>(void *data, void *data2) { <API key> *wl = (<API key>*)data; switch (wl_api) { case GFX_CTX_OPENGL_API: case <API key>: case GFX_CTX_OPENVG_API: #ifdef HAVE_EGL egl_swap_buffers(&wl->egl); #endif break; case GFX_CTX_VULKAN_API: #ifdef HAVE_VULKAN vulkan_present(&wl->vk, wl->vk.context.<API key>); <API key>(&wl->vk); flush_wayland_fd(&wl->input); #endif break; case GFX_CTX_NONE: default: break; } } static gfx_ctx_proc_t <API key>(const char *symbol) { switch (wl_api) { case GFX_CTX_OPENGL_API: case <API key>: case GFX_CTX_OPENVG_API: #ifdef HAVE_EGL return <API key>(symbol); #else break; #endif case GFX_CTX_NONE: default: break; } return NULL; } static void <API key>(void *data, bool enable) { <API key> *wl = (<API key>*)data; switch (wl_api) { case GFX_CTX_OPENGL_API: case <API key>: case GFX_CTX_OPENVG_API: #ifdef HAVE_EGL egl_bind_hw_render(&wl->egl, enable); #endif break; case GFX_CTX_NONE: default: break; } } static uint32_t <API key>(void *data) { uint32_t flags = 0; <API key> *wl = (<API key>*)data; if (wl-><API key>) { BIT32_SET(flags, <API key>); } else BIT32_SET(flags, GFX_CTX_FLAGS_NONE); return flags; } static void <API key>(void *data, uint32_t flags) { <API key> *wl = (<API key>*)data; if (BIT32_GET(flags, <API key>)) wl-><API key> = true; } static void <API key>(void *data, bool state) { <API key> *wl = (<API key>*)data; if (!wl->wl_pointer) return; if (state) { struct wl_cursor_image *image = wl->cursor.default_cursor->images[0]; <API key>(wl->wl_pointer, wl->cursor.serial, wl->cursor.surface, image->hotspot_x, image->hotspot_y); wl_surface_attach(wl->cursor.surface, <API key>(image), 0, 0); wl_surface_damage(wl->cursor.surface, 0, 0, image->width, image->height); wl_surface_commit(wl->cursor.surface); } else <API key>(wl->wl_pointer, wl->cursor.serial, NULL, 0, 0); wl->cursor.visible = state; } const gfx_ctx_driver_t gfx_ctx_wayland = { gfx_ctx_wl_init, gfx_ctx_wl_destroy, gfx_ctx_wl_bind_api, <API key>, <API key>, <API key>, NULL, /* <API key> */ NULL, /* <API key> */ NULL, /* <API key> */ <API key>, NULL, <API key>, <API key>, <API key>, <API key>, <API key>, <API key>, <API key>, <API key>, <API key>, NULL, NULL, <API key>, "wayland", <API key>, <API key>, <API key>, #ifdef HAVE_VULKAN <API key>, #else NULL, #endif NULL, };
from .header_array import HeaderArrayObj from .har_file import HarFileObj from .har_file_io import HarFileIO from .sl4 import SL4 name = "harpy"
import { Injectable } from '@angular/core'; import { BaseScheduler } from './base-scheduler'; @Injectable() export class Scheduler implements BaseScheduler { public async sleepAsync(milliseconds: number): Promise<void> { return new Promise((resolve) => setTimeout(resolve, milliseconds)); } public async <API key>(milliseconds: number, maximumMilliseconds: number, condition: boolean): Promise<void> { let currentWaitTime: number = 0; while (currentWaitTime < maximumMilliseconds) { if (condition) { return; } else { currentWaitTime += milliseconds; await this.sleepAsync(milliseconds); } } } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; using mshtml; using System.Threading; using Level2Quotes.Task; using System.IO; namespace Level2Quotes { <summary> MainWindow.xaml </summary> public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); //Pin = new WebBrowser(); Pin.Navigate(new Uri("http://login.sina.com.cn/cgi/pin.php")); } private void Pin_LoadCompleted(object sender, NavigationEventArgs e) { mshtml.HTMLDocument Dom = (mshtml.HTMLDocument)Pin.Document; Dom.documentElement.style.overflow = "hidden"; Dom.body.setAttribute("scroll", "no"); } private void Flush_Click(object sender, RoutedEventArgs e) { Pin.Navigate(new Uri("http://login.sina.com.cn/cgi/pin.php")); } private void Login_Click(object sender, RoutedEventArgs e) { String Uid = UserID.Text; String Pwd = PassWD.Password; String VerifyCode = Verify.Text; if (Uid == String.Empty) { MessageBox.Show(" !!!"); return; } if (Pwd == String.Empty) { MessageBox.Show(" !!!"); return; } DataCapture.StockQuotesManager.Instance().Login(Uid, Pwd, VerifyCode); } private void Test_Click(object sender, RoutedEventArgs e) { <API key> Task = new <API key>(null); Task.AddSymbolsList(DataCapture.StockQuotesManager.Instance().GetAllIntSymbol()); Task.DoTask(); //DirectoryInfo Dir = new DirectoryInfo("../../HTD/"); //String FileName = Verify.Text; //foreach (var item in Dir.GetDirectories()) // if (File.Exists(item.FullName + "/2017-03-16")) // File.Move(item.FullName + "/2017-03-16", item.FullName + "/2017-03-15"); //List<int> Symbols = DataCapture.StockCaptureManager.Instance().GetAllIntSymbol(); //DailyStatisticsTask Task0 = new DailyStatisticsTask(null); //Task0.AddSymbolsList(Symbols); //DiskDataCaptureTask Task1 = new DiskDataCaptureTask(Task0); //Task1.AddSymbolsList(Symbols); //Task1.SetNeededDay(DateTime.Today.AddDays(-1)); //new Thread(o => // Task1.DoTask(); //}).Start(); } private void DownLoad_Click(object sender, RoutedEventArgs e) { if (DataCapture.StockQuotesManager.Instance().IsLogin()) { String Path = "../../HTD/"; List<String> MissingSymbol = new List<String>(); List<String> Symbols = DataCapture.StockQuotesManager.Instance().GetAllSymbol(); foreach(var ele in Symbols) { if (!Directory.Exists(Path + ele)) { MissingSymbol.Add(ele); } } <API key> Task = new <API key>(null); Task.AddSymbolsList(MissingSymbol); new Thread(o => { Task.DoTask(); }).Start(); } else { MessageBox.Show(" !!!"); } } } }
# This file is app/controllers/about_controller.rb class AboutController < <API key> def contact #variables of the current contact options #xmpp xmpp_account = "jabber@aetherbrueder.de" #email/gpg email = "token@posteo.eu" id = "0xFB8999CD" created = "2014-01-16" expires = "2015-01-16" fingerprint = "B2BF 7FDE D00F F2B7 45BC 550E 7DCB 6D1A FB89 99CD" pgp_block = " Version: GnuPG v1.4.14 (GNU/Linux) <API key>/julkz3 <API key>+<API key> NsVd+<API key>+<API key> lhi0UZ4ik+<API key>//<API key> zbIlZqjLSujd9++<API key>/KozN nJqBGkBVS+7cXa+TNUlDN4Lrzp+B8odDbwXqOSZ/<API key> <API key>+<API key> jAqTE3AVyAk+<API key>/JMBA2OOkSjUrLe+WLWIxx0 <API key>+cz0gMRirVJ5+0uCp99hKf6SNylWMa WrD7/55JUYzGkSZ/<API key>/kvlUTHuyyWR0ef psaWbZGILhByHAyQm/<API key> <API key> b2tlbkBwb3N0ZW8uZXU+iQI+<API key> <API key>+<API key> <API key> KSTsgreItO1/<API key> <API key> YOnCAihdHIFo7cm+<API key> seS0ty9jMPet66MEfer+<API key>/r/gOYvNF/ <API key>+fMs0d9Oi4G <API key>/RV4xi7XL+<API key>+VUqotlpCzbttf TzOJz9/dt+<API key>/NDU2UT0pdPviPzDhix J4JquVMgYey1RX/t3m611ABLs8GxKz+<API key>+/CzfN3tf1VP R+gTkLmriatLaPWu+<API key>/Ss 8JFIAA+<API key>/n61mZK/k+OKifJQPkbZunKWRKQ <API key>+MTJ rxARGnS06B+iXuWD1srYLuhVGQ9+3QEZ/<API key>+/ +<API key> LlHVM1HO6+<API key> 0wFex8qLCMrP1+<API key>/<API key> <API key>+<API key> siSfxyIhF87oOb+<API key>/a3skr4jHCJX UhoEpSKr9V12yT+LSU/55TykatyeKmyNm//<API key> <API key> <API key>+<API key> <API key> +4mZzbY7D/9JtOpucMt1+<API key>+NO2zx <API key>+km8K+WBIG1cSbGTE98W6ZIT/GDeC /<API key>+c0PlwguUfb /RE6Q+xBgl2V4My6PXcUBKe/<API key> DgsTbzAqFI8EzzS/<API key>/gg+5ap0Vrq7i9gR4cJMc/waJ <API key>+<API key> <API key>/qQO8yM47/6dyOScr/<API key> V6MeHnXAtK6X6N+<API key> jp4d9Ctk92CH/<API key>/<API key> <API key> <API key>+CWglwoaLQyb8+<API key>== =tNb7 --END PGP PUBLIC KEY BLOCK #invariables remote_location = "http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=" + id @<API key> = { :email => email, :ID => id, :created => created, :expires => expires, :fingerprint => fingerprint, :remote_location => remote_location, :pgp_block => pgp_block } @contact_xmpp = { :account => xmpp_account } end end
#include "settingwidget.h" #include <QDebug> #include <QStackedLayout> #include "../setting/settinglistview.h" #include "../setting/settingmodel.h" #include "../setting/settingdelegate.h" SettingWidget::SettingWidget(/*QStringList cpulist, QString cpu, */QString cur_desktop, /*bool has_battery, */QWidget *parent) : QWidget(parent) // ,m_cpuList(cpulist) // ,m_currentCpu(cpu) ,desktop(cur_desktop) // ,battery(has_battery) { this->setFixedSize(900, 403); // setStyleSheet("background-color: rgba(155, 255, 255, .238);"); //set white background color this-><API key>(true); QPalette palette; palette.setBrush(QPalette::Window, QBrush(Qt::white)); this->setPalette(palette); itemSpace = 20; m_settingModel = new SettingModel; m_settingListView = new SettingListView; m_settingListView->setItemDelegate(new SettingDelegate); m_settingListView->setModel(m_settingModel); m_settingListView->setFixedSize(120 * 6 + (6+1)*itemSpace + 2, 400);//6item20item120 QVBoxLayout *navLayout = new QVBoxLayout(this); navLayout->addWidget(m_settingListView); navLayout->setSpacing(0); navLayout->setMargin(0); navLayout->setContentsMargins(20, 1, 20, 1); connect(m_settingListView, SIGNAL(entered(QModelIndex)), this, SLOT(<API key>(QModelIndex))); connect(m_settingListView, SIGNAL(entered(QModelIndex)), m_settingModel, SLOT(setCurrentItem(QModelIndex))); connect(m_settingListView, SIGNAL(clicked(QModelIndex)), this, SLOT(<API key>(QModelIndex)), Qt::QueuedConnection); m_settingModel->addItem("ThemePage"); m_settingModel->addItem("IconPage"); m_settingModel->addItem("MousePage"); m_settingModel->addItem("SoundPage"); m_settingModel->addItem("PanelPage"); m_settingModel->addItem("MenuPage"); m_settingModel->addItem("WindowPage"); m_settingModel->addItem("FontPage"); m_settingModel->addItem("TouchPadPage"); m_settingModel->addItem("EnergyPage"); m_settingModel->addItem("FMPage"); stacked_widget = new QStackedWidget(this); stacked_widget->setFixedSize(900, 403); // stacked_widget->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); stacked_widget->setVisible(false); //this->qtui = NULL; } SettingWidget::~SettingWidget() { /*if(qtui != NULL) { delete qtui; qtui = NULL; }*/ } void SettingWidget::<API key>(const QModelIndex &index) { if (!index.isValid()) return; QString m_currentModuleName = index.data().toString(); if (m_currentModuleName.isEmpty() || m_currentModuleName.isNull()) return; //qDebug() << "<API key>:" << m_currentModuleName; for (int i = 0; i < stacked_widget->count(); i++) { if (SettingModulePage *page = static_cast<SettingModulePage *>(stacked_widget->widget(i))) { if (page->settingModuleName() == m_currentModuleName) { QPointer<SettingModulePage> panel(page); if (panel.isNull()) { continue; } page->initSettingData(); if (m_settingListView->isVisible()) m_settingListView->setVisible(false); if (!stacked_widget->isVisible()) stacked_widget->setVisible(true); emit changeActionPage(m_currentModuleName); stacked_widget->setCurrentWidget(page); break; } } } } void SettingWidget::<API key>(const QModelIndex &index) { /*if (!index.isValid()) return; qDebug() << "<API key>:" << index.data().toString();*/ } void SettingWidget::initSettingsUI(QStringList cpulist, QString cpu, bool has_battery/*, QString skin*/) { m_cpuList = cpulist; m_currentCpu = cpu; battery = has_battery; theme_widget = new ThemeWidget(this); icon_widget = new IconWidget(this, desktop); mouse_widget = new MouseWidget(this, desktop); sound_widget = new SoundWidget(this, desktop); // animation_widget = new AnimationWidget(this, systemProxy, p_mainwindow); launcher_widget = new MenuWidget(this, desktop); panel_widget = new PanelWidget(this, desktop, battery); window_widget = new WindowWidget(this, desktop); font_widget = new FontWidget(this, p_mainwindow, desktop, "");//TODO:read skin from ini file touchpad_widget = new TouchpadWidget(this, desktop); // deadpixel_widget = new DeadpixelWidget(this); conserve_widget = new EnergyWidget(m_cpuList, m_currentCpu, desktop, battery, this); nautilus_widget = new FileManagerWidget(this); stacked_widget->addWidget(theme_widget); stacked_widget->addWidget(icon_widget); stacked_widget->addWidget(mouse_widget); stacked_widget->addWidget(sound_widget); // stacked_widget->addWidget(animation_widget); stacked_widget->addWidget(launcher_widget); stacked_widget->addWidget(panel_widget); stacked_widget->addWidget(window_widget); stacked_widget->addWidget(font_widget); stacked_widget->addWidget(touchpad_widget); stacked_widget->addWidget(conserve_widget); stacked_widget->addWidget(nautilus_widget); //theme // connect(this, SIGNAL(string_value_notify(QString,QString)), theme_widget, SLOT(<API key>(QString,QString))); connect(this, SIGNAL(sendThemeList(QString,QStringList)), theme_widget, SLOT(onReceiveThemeList(QString,QStringList))); connect(theme_widget, SIGNAL(changeSystemTheme(QString)), this, SIGNAL(changeSystemTheme(QString))); connect(theme_widget, SIGNAL(requestThemeData()), this, SIGNAL(requestThemeData())); //icon // connect(this, SIGNAL(string_value_notify(QString,QString)), icon_widget, SLOT(<API key>(QString,QString))); // connect(this, SIGNAL(bool_value_notify(QString,bool)), icon_widget, SLOT(<API key>(QString,bool))); connect(this, SIGNAL(sendIconThemeList(QString,QStringList)), icon_widget, SLOT(<API key>(QString,QStringList))); connect(this, SIGNAL(<API key>(bool,bool,bool,bool,bool)), icon_widget, SLOT(<API key>(bool,bool,bool,bool,bool))); connect(icon_widget, SIGNAL(resetIconTheme(QString)), this, SIGNAL(resetIconTheme(QString))); connect(icon_widget, SIGNAL(displayComputerIcon(bool)), this, SIGNAL(displayComputerIcon(bool))); connect(icon_widget, SIGNAL(displayFolderIcon(bool)), this, SIGNAL(displayFolderIcon(bool))); connect(icon_widget, SIGNAL(displayNetworkIcon(bool)), this, SIGNAL(displayNetworkIcon(bool))); connect(icon_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(icon_widget, SIGNAL(displayDiskIcon(bool)), this, SIGNAL(displayDiskIcon(bool))); connect(icon_widget, SIGNAL(requestIconData()), this, SIGNAL(requestIconData())); //mouse // connect(this, SIGNAL(string_value_notify(QString,QString)), mouse_widget, SLOT(<API key>(QString,QString))); // connect(this, SIGNAL(int_value_notify(QString,int)), mouse_widget, SLOT(<API key>(QString,int))); connect(mouse_widget, SIGNAL(requestMouseData()), this, SIGNAL(requestMouseData())); connect(this, SIGNAL(<API key>(QString,QStringList,int)), mouse_widget, SLOT(<API key>(QString,QStringList,int))); connect(mouse_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(mouse_widget, SIGNAL(<API key>(int)), this, SIGNAL(<API key>(int))); //voice // connect(this, SIGNAL(string_value_notify(QString,QString)), sound_widget, SLOT(<API key>(QString,QString))); // connect(this, SIGNAL(bool_value_notify(QString,bool)), sound_widget, SLOT(<API key>(QString,bool))); connect(sound_widget, SIGNAL(requestSoundData()), this, SIGNAL(requestSoundData())); connect(this, SIGNAL(sendSoundList(QString,QStringList)), sound_widget, SLOT(onSendSoundList(QString,QStringList))); connect(this, SIGNAL(<API key>(bool,bool,bool)), sound_widget, SLOT(<API key>(bool,bool,bool))); connect(sound_widget, SIGNAL(resetVoiceTheme(QString)), this, SIGNAL(resetVoiceTheme(QString))); connect(sound_widget, SIGNAL(resetLoginTipVoice(bool)), this, SIGNAL(resetLoginTipVoice(bool))); connect(sound_widget, SIGNAL(resetEventVoice(bool)), this, SIGNAL(resetEventVoice(bool))); connect(sound_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); //panel // connect(this, SIGNAL(string_value_notify(QString,QString)), panel_widget, SLOT(<API key>(QString,QString))); // connect(this, SIGNAL(bool_value_notify(QString,bool)), panel_widget, SLOT(<API key>(QString,bool))); connect(panel_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(this, SIGNAL(sendMatePanelValue(bool,bool,bool,bool)), panel_widget, SLOT(<API key>(bool,bool,bool,bool))); connect(this, SIGNAL(<API key>(int,double)), panel_widget, SLOT(<API key>(int,double))); connect(this, SIGNAL(sendUnityTimeValue(QString,QStringList,bool,bool,bool)), panel_widget, SLOT(<API key>(QString,QStringList,bool,bool,bool))); connect(this, SIGNAL(<API key>(QString,QStringList,bool,bool)), panel_widget, SLOT(<API key>(QString,QStringList,bool,bool))); connect(panel_widget, SIGNAL(<API key>(double)), this, SIGNAL(<API key>(double))); connect(panel_widget, SIGNAL(resetDateFormat(QString)), this, SIGNAL(resetDateFormat(QString))); connect(panel_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(panel_widget, SIGNAL(<API key>(int)), this, SIGNAL(<API key>(int))); connect(panel_widget, SIGNAL(resetDisplaySeconds(bool)), this, SIGNAL(resetDisplaySeconds(bool))); connect(panel_widget, SIGNAL(resetDisplayWeek(bool)), this, SIGNAL(resetDisplayWeek(bool))); connect(panel_widget, SIGNAL(resetDisplayDate(bool)), this, SIGNAL(resetDisplayDate(bool))); connect(panel_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(panel_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(panel_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(panel_widget, SIGNAL(resetShowDesktop(bool)), this, SIGNAL(resetShowDesktop(bool))); connect(panel_widget, SIGNAL(resetShowIcon(bool)), this, SIGNAL(resetShowIcon(bool))); connect(panel_widget, SIGNAL(resetShowPlaces(bool)), this, SIGNAL(resetShowPlaces(bool))); //launcher menu // connect(this, SIGNAL(string_value_notify(QString,QString)), launcher_widget, SLOT(<API key>(QString,QString))); // connect(this, SIGNAL(bool_value_notify(QString,bool)), launcher_widget, SLOT(<API key>(QString,bool))); // connect(this, SIGNAL(int_value_notify(QString,int)), launcher_widget, SLOT(<API key>(QString,int))); // connect(this, SIGNAL(double_value_notify(QString,double)), launcher_widget, SLOT(<API key>(QString,double))); connect(launcher_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(this, SIGNAL(<API key>(int,int,bool,bool)), launcher_widget, SLOT(<API key>(int,int,bool,bool))); connect(this, SIGNAL(sendUnityIconValue(int,bool,bool,double,int,QStringList)), launcher_widget, SLOT(<API key>(int,bool,bool,double,int,QStringList))); connect(this, SIGNAL(<API key>(QString,QStringList)), launcher_widget, SLOT(<API key>(QString,QStringList))); connect(launcher_widget, SIGNAL(resetIconSizeValue(int)), this, SIGNAL(resetIconSizeValue(int))); connect(launcher_widget, SIGNAL(<API key>(int)), this, SIGNAL(<API key>(int))); connect(launcher_widget, SIGNAL(resetIconColouring(int)), this, SIGNAL(resetIconColouring(int))); connect(launcher_widget, SIGNAL(resetAutoHide(bool)), this, SIGNAL(resetAutoHide(bool))); connect(launcher_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(launcher_widget, SIGNAL(<API key>(int)), this, SIGNAL(<API key>(int))); connect(launcher_widget, SIGNAL(<API key>(int)), this, SIGNAL(<API key>(int))); connect(launcher_widget, SIGNAL(resetTopAutoHide(bool)), this, SIGNAL(resetTopAutoHide(bool))); connect(launcher_widget, SIGNAL(resetBottomAutoHide(bool)), this, SIGNAL(resetBottomAutoHide(bool))); connect(launcher_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); //window connect(window_widget, SIGNAL(<API key>()), this, SIGNAL(<API key>())); connect(window_widget, SIGNAL(<API key>()), this, SIGNAL(<API key>())); connect(window_widget, SIGNAL(<API key>()), this, SIGNAL(<API key>())); connect(this, SIGNAL(<API key>(QString)), window_widget, SLOT(<API key>(QString))); connect(this, SIGNAL(sendMenusHaveIcons(bool)), window_widget, SLOT(<API key>(bool))); connect(this, SIGNAL(<API key>(QString,QStringList,QStringList,QString,QString,QString)), window_widget, SLOT(<API key>(QString,QStringList,QStringList,QString,QString,QString))); connect(window_widget, SIGNAL(resetMenusHaveIcon(bool)), this, SIGNAL(resetMenusHaveIcon(bool))); connect(window_widget, SIGNAL(resetTitlebarWheel(QString)), this, SIGNAL(resetTitlebarWheel(QString))); connect(window_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(window_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(window_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(window_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); //font connect(font_widget, SIGNAL(requestFontData()), this, SIGNAL(requestFontData())); connect(this, SIGNAL(sendFontValue(QString)), font_widget, SLOT(onSendFontValue(QString))); connect(this, SIGNAL(<API key>(QString)), font_widget, SLOT(<API key>(QString))); connect(this, SIGNAL(<API key>(QString)), font_widget, SLOT(<API key>(QString))); connect(this, SIGNAL(<API key>(QString)), font_widget, SLOT(<API key>(QString))); connect(this, SIGNAL(<API key>(QString)), font_widget, SLOT(<API key>(QString))); connect(this, SIGNAL(<API key>(double,QString,QStringList,QString,QStringList)), font_widget, SLOT(<API key>(double,QString,QStringList,QString,QStringList))); connect(font_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(font_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(font_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(font_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(font_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(font_widget, SIGNAL(<API key>(double)), this, SIGNAL(<API key>(double))); connect(font_widget, SIGNAL(resetFontHinting(QString)), this, SIGNAL(resetFontHinting(QString))); connect(font_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(font_widget, SIGNAL(restoreDefaultFont(bool)), this, SIGNAL(restoreDefaultFont(bool))); connect(font_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(font_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(font_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(font_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); //touchpad connect(touchpad_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(this, SIGNAL(sendTouchPadValue(bool,bool,QString,int,QString)), touchpad_widget, SLOT(onSendTouchPadValue(bool,bool,QString,int,QString))); connect(touchpad_widget, SIGNAL(resetTouchpad(bool)), this, SIGNAL(resetTouchpad(bool))); connect(touchpad_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(touchpad_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(touchpad_widget, SIGNAL(<API key>(int)), this, SIGNAL(<API key>(int))); connect(touchpad_widget, SIGNAL(<API key>(int)), this, SIGNAL(<API key>(int))); //ac and battery connect(conserve_widget, SIGNAL(<API key>()), this, SIGNAL(<API key>())); connect(this, SIGNAL(<API key>(double,QStringList,int,QString,QString,QString,QStringList)), conserve_widget, SLOT(<API key>(double,QStringList,int,QString,QString,QString,QStringList))); connect(this, SIGNAL(<API key>(bool,QString,QStringList,QString,QString,QString,QString,QStringList,QString)), conserve_widget, SLOT(<API key>(bool,QString,QStringList,QString,QString,QString,QString,QStringList,QString))); connect(conserve_widget, SIGNAL(<API key>(double)), this, SIGNAL(<API key>(double))); connect(conserve_widget, SIGNAL(<API key>(int)), this, SIGNAL(<API key>(int))); connect(conserve_widget, SIGNAL(resetIdleDelay(int,int)), this, SIGNAL(resetIdleDelay(int,int))); connect(conserve_widget, SIGNAL(resetLockEnabled(bool)), this, SIGNAL(resetLockEnabled(bool))); connect(conserve_widget, SIGNAL(resetLockDelay(int,int)), this, SIGNAL(resetLockDelay(int,int))); connect(conserve_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(conserve_widget, SIGNAL(<API key>(QString)), this, SIGNAL(<API key>(QString))); connect(conserve_widget, SIGNAL(setCurrentLidAC(QString)), this, SIGNAL(setCurrentLidAC(QString))); connect(conserve_widget, SIGNAL(<API key>(int,int)), this, SIGNAL(<API key>(int,int))); connect(conserve_widget, SIGNAL(resetSleepTimeoutAC(int,int)), this, SIGNAL(resetSleepTimeoutAC(int,int))); connect(conserve_widget, SIGNAL(<API key>(int,int)), this, SIGNAL(<API key>(int,int))); connect(conserve_widget, SIGNAL(<API key>(int,int)), this, SIGNAL(<API key>(int,int))); connect(conserve_widget, SIGNAL(setCurrentCpuMode(QString)), this, SIGNAL(setCurrentCpuMode(QString))); //file manager connect(nautilus_widget, SIGNAL(<API key>()), this, SIGNAL(<API key>())); connect(this, SIGNAL(sendFileManagerData(bool,bool,bool,bool,int,int,int)), nautilus_widget, SLOT(<API key>(bool,bool,bool,bool,int,int,int))); connect(nautilus_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(nautilus_widget, SIGNAL(resetAutoMountMedia(bool)), this, SIGNAL(resetAutoMountMedia(bool))); connect(nautilus_widget, SIGNAL(resetAutoOpenFolder(bool)), this, SIGNAL(resetAutoOpenFolder(bool))); connect(nautilus_widget, SIGNAL(<API key>(bool)), this, SIGNAL(<API key>(bool))); connect(nautilus_widget, SIGNAL(<API key>(int)), this, SIGNAL(<API key>(int))); connect(nautilus_widget, SIGNAL(<API key>(int)), this, SIGNAL(<API key>(int))); connect(nautilus_widget, SIGNAL(<API key>(int)), this, SIGNAL(<API key>(int))); } void SettingWidget::<API key>(QString key, QString value) { if (key == "launcher-position" && launcher_widget) { launcher_widget-><API key>(key, value); } } void SettingWidget::<API key>(QString key, bool value) { if (key == "auto-hide-top" || key == "auto-hide-bottom") { if (launcher_widget) launcher_widget-><API key>(key, value); } } void SettingWidget::on_int_value_notify(QString key, int value) { if (key == "icon-size" || key == "launcher-hide-mode" || key == "backlight-mode" || key == "size-top" || key == "size-bottom") { if (launcher_widget) { launcher_widget-><API key>(key, value); } } } void SettingWidget::<API key>(QString key, double value) { if (key == "launcher-opacity" && launcher_widget) { launcher_widget-><API key>(key, value); } } void SettingWidget::resetSkin(QString skin) { // if(font_widget != NULL) // font_widget->resetCurrentSkin(skin); } /*void SettingWidget::startMonitorCheck() { if (this->qtui) { delete this->qtui; this->qtui = NULL; } this->qtui = new QUIBO(); }*/ void SettingWidget::<API key>() { m_settingListView->setVisible(true); stacked_widget->setVisible(false); }
package org.icgc.dcc.etl.indexer.cli; import org.icgc.dcc.etl.indexer.model.DocumentType; import com.beust.jcommander.IStringConverter; public class <API key> implements IStringConverter<DocumentType> { @Override public DocumentType convert(String value) { return DocumentType.byName(value); } }
<?php /** @page list2fasta */ require_once(dirname($_SERVER['SCRIPT_FILENAME'])."/../Common/all.php"); error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE); //parse command line arguments $parser = new ToolBase("gaps2primers", "Converts text input format to FASTA."); $parser->addInfile("in", "Input gaps BED file.", false); $parser->addInfile("primer", "Input primer TXT file.", false); $parser->addOutfile("out", "Output TXT file.", false); extract($parser->parse($argv)); //load primers $file = file($primer); $prim = array(); $blast_line_count = 0; foreach($file as $line) { $line = trim($line); if (contains($line, "## PAIR ##")) { $blast_line_count = 0; } if (starts_with($line, "BLAST:")) { $blast_line_count += 1; list(, $name, , $pos) = explode(" ", $line); list($chr, $start, $end) = explode("-", strtr($pos,":", "-")); if ($start>$end) { trigger_error("Start greater than end in chromosomal range '$chr:$start-$end'", E_USER_ERROR); } if ($blast_line_count==1) { $tmp = array($chr, $start, $end, $name); } else if ($blast_line_count==2) { //make sure the first primer is the first (in reference genome order) if ($tmp[1]>$start) { $prim[] = array(array($chr, $start, $end, $name), $tmp); } else { $prim[] = array($tmp, array($chr, $start, $end, $name)); } } else { trigger_error("More than two BLAST lines for one PAIR in primer file {$primer}!", E_USER_ERROR); } } } /* PTEN 61 chr10 89725179-89725239 BRCA1 48 chr17 41258513-41258560 BRCA1 192 chr17 41244481-41244529, 41258513-41258560, 41246006-41246084, 41246235-41246250 */ //process gaps file $file = file($in); $output = array(); foreach($file as $line) { if (trim($line)=="" || $line[0]=="#") continue; list($chr, $start, $end, $gene) = explode("\t", $line); $start += 1; //converte from 0-based to 1-based coordinates if ($start>$end) { trigger_error("Start greater than end in gap '$chr:$start-$end'", E_USER_ERROR); } $gene = trim($gene); //remove newline if($gene=="") $gene = "n/a"; $output[] = " foreach($prim as $primers) { list($p1, $p2) = $primers; if ($p1[0]==$chr) { $primer_start = $p1[2] + 1; $primer_end = $p2[1] - 1; if (range_overlap($start, $end, $primer_start, $primer_end)) { $output[] = "PRIMER: ".$p1[3]." + ".$p2[3]." (".$p1[0].":$primer_start-$primer_end ~ ".number_format(100*(min($end, $primer_end)-max($start, $primer_start)+1)/($end-$start+1),2)."% of gap)"; } } } } file_put_contents($out, implode("\n", $output)); ?>
#!/usr/bin/env python # -*- coding: utf-8 -*- from music21 import * import os import sys localcorpus=os.getcwd()+'/localcorpus/' localXML='mikro'+str(sys.argv[1])+'.xml' localfile=localcorpus+localXML MIKRO=converter.parse(localfile) MIKRO.show('lily.pdf')
import { TestBed, async } from '@angular/core/testing'; import { AppComponent } from './app.component'; import { RouterTestingModule } from '@angular/router/testing' describe('AppComponent', () => { beforeEach(async(() => { TestBed.<API key>({ declarations: [ AppComponent ], imports: [ RouterTestingModule ] }).compileComponents(); })); it('should create the app', async(() => { const fixture = TestBed.createComponent(AppComponent); const app = fixture.debugElement.componentInstance; expect(app).toBeTruthy(); })); it(`should have as title 'Environmental Events'`, async(() => { const fixture = TestBed.createComponent(AppComponent); const app = fixture.debugElement.componentInstance; expect(app.title).toEqual('Environmental Events'); })); });
/* File: httrack.c subroutines: */ /* robots.txt (website robot file) */ /* Internal engine bytecode */ #define <API key> /* specific definitions */ #include "htscore.h" #include "htsbase.h" #include "htslib.h" /* END specific definitions */ #include "htsrobots.h" // -- robots -- int checkrobots(robots_wizard * robots, char *adr, char *fil) { while(robots) { if (strfield2(robots->adr, adr)) { if (fil[0]) { int ptr = 0; char line[250]; if (strnotempty(robots->token)) { do { ptr += binput(robots->token + ptr, line, 200); if (line[0] == '/') { // absolu if (strfield(fil, line)) { // commence avec ligne return -1; // interdit } } else { // relatif if (strstrcase(fil, line)) { return -1; } } } while((strnotempty(line)) && (ptr < (int) strlen(robots->token))); } } else { return -1; } } robots = robots->next; } return 0; } int checkrobots_set(robots_wizard * robots, char *adr, char *data) { if (((int) strlen(adr)) >= sizeof(robots->adr) - 2) return 0; if (((int) strlen(data)) >= sizeof(robots->token) - 2) return 0; while(robots) { if (strfield2(robots->adr, adr)) { strcpybuff(robots->token, data); #if DEBUG_ROBOTS printf("robots.txt: set %s to %s\n", adr, data); #endif return -1; } else if (!robots->next) { robots->next = (robots_wizard *) calloct(1, sizeof(robots_wizard)); if (robots->next) { robots->next->next = NULL; strcpybuff(robots->next->adr, adr); strcpybuff(robots->next->token, data); #if DEBUG_ROBOTS printf("robots.txt: new set %s to %s\n", adr, data); #endif } #if DEBUG_ROBOTS else printf("malloc error!!\n"); #endif } robots = robots->next; } return 0; } void checkrobots_free(robots_wizard * robots) { if (robots->next) { checkrobots_free(robots->next); freet(robots->next); robots->next = NULL; } } // -- robots --
def somaBin(bin1,bin2): resto = 0 for e in range(7, -1, -1): somado[e] = bin1[e] + bin2[e] + resto if somado[e] > 1: if somado[e] == 2: resto = 1 somado[e] -= 2 elif somado[e] == 3: resto = 1 somado[e] -= 2 else: resto = 0 return somado bin1 = [] bin2 = [] somado = [0,0,0,0,0,0,0,0] for x in range(0,8): bin1.append(int(input('Binário 1: '))) for d in range(0,8): bin2.append(int(input('Binário 2: '))) print(somaBin(bin1,bin2))
from . import mp2 from .mp2 import RMP2
<div id="iqqiThaHome" class="iqqiEnHome"> <div id="iqqiFirstLine" class="<API key>"> <div id="FirstLineKey_0" class="Line5Col11KeyNormal"></div> <div id="FirstLineKey_1" class="Line5Col11KeyNormal"></div> <div id="FirstLineKey_2" class="Line5Col11KeyNormal"></div> <div id="FirstLineKey_3" class="Line5Col11KeyNormal"></div> <div id="FirstLineKey_4" class="<API key>"></div> <div id="FirstLineKey_5" class="<API key>"></div> <div id="FirstLineKey_6" class="<API key>"></div> <div id="FirstLineKey_7" class="<API key>"></div> <div id="FirstLineKey_8" class="Line5Col11KeyNormal"></div> <div id="FirstLineKey_9" class="Line5Col11KeyNormal"></div> <div id="FirstLineKey_10" class="Line5Col11KeyNormal"></div> <div id="FirstLineKey_11" class="iqqiLineKeyHidden"></div> <div id="FirstLineKey_12" class="iqqiLineKeyHidden"></div> <div id="FirstLineKey_13" class="iqqiLineKeyHidden"></div> <div id="FirstLineKey_14" class="iqqiLineKeyHidden"></div> </div> <div id="iqqiSecondLine" class="centerNormalLine"> <div id="SecondLineKey_0" class="Line5Col11KeyNormal"></div> <div id="SecondLineKey_1" class="Line5Col11KeyNormal"></div> <div id="SecondLineKey_2" class="Line5Col11KeyNormal"></div> <div id="SecondLineKey_3" class="Line5Col11KeyNormal"></div> <div id="SecondLineKey_4" class="<API key>"></div> <div id="SecondLineKey_5" class="<API key>"></div> <div id="SecondLineKey_6" class="<API key>"></div> <div id="SecondLineKey_7" class="<API key>"></div> <div id="SecondLineKey_8" class="Line5Col11KeyNormal"></div> <div id="SecondLineKey_9" class="Line5Col11KeyNormal"></div> <div id="SecondLineKey_10" class="Line5Col11KeyNormal"></div> <div id="SecondLineKey_11" class="iqqiLineKeyHidden"></div> <div id="SecondLineKey_12" class="iqqiLineKeyHidden"></div> <div id="SecondLineKey_13" class="iqqiLineKeyHidden"></div> <div id="SecondLineKey_14" class="iqqiLineKeyHidden"></div> </div> <div id="iqqiThirdLine" class="centerNormalLine"> <div id="ThirdLineKey_0" class="Line5Col11KeyNormal"></div> <div id="ThirdLineKey_1" class="Line5Col11KeyNormal"></div> <div id="ThirdLineKey_2" class="Line5Col11KeyNormal"></div> <div id="ThirdLineKey_3" class="Line5Col11KeyNormal"></div> <div id="ThirdLineKey_4" class="<API key>"></div> <div id="ThirdLineKey_5" class="<API key>"></div> <div id="ThirdLineKey_6" class="<API key>"></div> <div id="ThirdLineKey_7" class="<API key>"></div> <div id="ThirdLineKey_8" class="Line5Col11KeyNormal"></div> <div id="ThirdLineKey_9" class="Line5Col11KeyNormal"></div> <div id="ThirdLineKey_10" class="Line5Col11KeyNormal"></div> <div id="ThirdLineKey_11" class="iqqiLineKeyHidden"></div> <div id="ThirdLineKey_12" class="iqqiLineKeyHidden"></div> <div id="ThirdLineKey_13" class="iqqiLineKeyHidden"></div> <div id="ThirdLineKey_14" class="iqqiLineKeyHidden"></div> </div> <div id="iqqiFourthLine" class="centerNormalLine"> <div id="FourthLineKey_0" class="<API key>"></div> <div id="FourthLineKey_1" class="Line5Col11KeyNormal"></div> <div id="FourthLineKey_2" class="Line5Col11KeyNormal"></div> <div id="FourthLineKey_3" class="Line5Col11KeyNormal"></div> <div id="FourthLineKey_4" class="<API key>"></div> <div id="FourthLineKey_5" class="<API key>"></div> <div id="FourthLineKey_6" class="<API key>"></div> <div id="FourthLineKey_7" class="<API key>"></div> <div id="FourthLineKey_8" class="Line5Col11KeyNormal"></div> <div id="FourthLineKey_9" class="Line5Col11KeyNormal"></div> <div id="FourthLineKey_10" class="Line5Col11KeyNormal"></div> <div id="FourthLineKey_11" class="iqqiLineKeyHidden"></div> <div id="FourthLineKey_12" class="iqqiLineKeyHidden"></div> <div id="FourthLineKey_13" class="iqqiLineKeyHidden"></div> <div id="FourthLineKey_14" class="iqqiLineKeyHidden"></div> </div> <div id="iqqiControlLine" class="centerNormalLine"> <div id="ControlLineKey_0" class="THAHomeEscKeyNormal"></div> <div id="ControlLineKey_1" class="<API key>"></div> <div id="ControlLineKey_2" class="<API key>"></div> <div id="ControlLineKey_3" class="<API key>"></div> <div id="ControlLineKey_4" class="<API key>"></div> <div id="ControlLineKey_5" class="THAHomeEnterNormal"></div> <div id="ControlLineKey_6" class="iqqiLineKeyHidden"></div> <div id="ControlLineKey_7" class="iqqiLineKeyHidden"></div> <div id="ControlLineKey_8" class="iqqiLineKeyHidden"></div> <div id="ControlLineKey_9" class="iqqiLineKeyHidden"></div> <div id="ControlLineKey_10" class="iqqiLineKeyHidden"></div> <div id="ControlLineKey_11" class="iqqiLineKeyHidden"></div> <div id="ControlLineKey_12" class="iqqiLineKeyHidden"></div> <div id="ControlLineKey_13" class="iqqiLineKeyHidden"></div> <div id="ControlLineKey_14" class="iqqiLineKeyHidden"></div> </div> </div>
package gate.creole.orthomatcher; /** * RULE #10: is one name the reverse of the other * reversing around prepositions only? * e.g. "Department of Defence" == "Defence Department" * Condition(s): case-sensitive match * Applied to: organisation annotations only */ public class MatchRule10 implements OrthoMatcherRule { OrthoMatcher orthomatcher; public MatchRule10(OrthoMatcher orthmatcher){ this.orthomatcher=orthmatcher; } @Override public boolean value(String s1, String s2) { boolean result=false; String token = null; String previous_token = null; String next_token = null; boolean invoke_rule=false; if (orthomatcher.tokensLongAnnot.size() >= 3 && orthomatcher.tokensShortAnnot.size() >= 2) { // first get the tokens before and after the preposition int i = 0; for (; i< orthomatcher.tokensLongAnnot.size(); i++) { token = (String) orthomatcher.tokensLongAnnot.get(i).getFeatures().get(OrthoMatcher.<API key>); if (orthomatcher.prepos.containsKey(token)) { invoke_rule=true; break; } previous_token = token; }//while if (! invoke_rule) result = false; else { if (i < orthomatcher.tokensLongAnnot.size() && previous_token != null) { next_token= (String) orthomatcher.tokensLongAnnot.get(i++).getFeatures().get(OrthoMatcher.<API key>); String s21 = (String) orthomatcher.tokensShortAnnot.get(0).getFeatures().get(OrthoMatcher.<API key>); String s22 = (String) orthomatcher.tokensShortAnnot.get(1).getFeatures().get(OrthoMatcher.<API key>); // then compare (in reverse) with the first two tokens of s2 if (OrthoMatcherHelper.straightCompare(next_token,s21,orthomatcher.caseSensitive) && OrthoMatcherHelper.straightCompare(previous_token, s22,orthomatcher.caseSensitive)) result = true ; } else result = false; } }//if (tokensLongAnnot.countTokens() >= 3 if (result) OrthoMatcherHelper.usedRule(10); return result; } @Override public String getId(){ return "MatchRule10"; } }
#include "SCBase.h" #include "PyrSymbolTable.h" #include "clz.h" #include <stdlib.h> #include <string.h> #include "InitAlloc.h" #include "VMGlobals.h" #include "Hash.h" SC_DLLEXPORT_C PyrSymbol* getsym(const char *name) { PyrSymbol* symbol = gMainVMGlobals->symbolTable->Make(name); if (!symbol) { fprintf(stderr, "getsym failed '%s'\n", name); exit(-1); } return symbol; } SC_DLLEXPORT_C PyrSymbol* getmetasym(const char *name) { char str[256]; strcpy(str, "Meta_"); strcat(str, name); return getsym(str); } SC_DLLEXPORT_C PyrSymbol* findsym(const char *name) { PyrSymbol* symbol = gMainVMGlobals->symbolTable->Find(name); return symbol; } SymbolSpace::SymbolSpace(AllocPool *inPool) { mPool = inPool; mStringPool.Init(inPool, STRINGCHUNK, STRINGCHUNK, STRINGCHUNK/5); mSymbolPool.Init(inPool, SYMBOLCHUNK, SYMBOLCHUNK, SYMBOLCHUNK/5); } PyrSymbol* SymbolSpace::NewSymbol(const char *inName, int inHash, int inLength) { PyrSymbol *sym; sym = (PyrSymbol*)mSymbolPool.Alloc(sizeof(PyrSymbol)); MEMFAIL(sym); sym->name = (char*)mStringPool.Alloc(inLength+1); MEMFAIL(sym->name); strcpy(sym->name, inName); sym->hash = inHash; sym->length = inLength; sym->specialIndex = -1; sym->flags = 0; if (inName[0] >= 'A' && inName[0] <= 'Z') sym->flags |= sym_Class; if (inLength > 1 && inName[0] == '_') sym->flags |= sym_Primitive; if (inLength > 1 && inName[inLength-1] == '_') sym->flags |= sym_Setter; sym->u.index = 0; sym->classdep = NULL; return sym; } SymbolTable::SymbolTable(AllocPool *inPool, int inSize) : mPool(inPool), mSpace(inPool), mMaxItems(inSize) { assert(ISPOWEROFTWO(inSize)); AllocTable(); } void SymbolTable::CopyFrom(SymbolTable& inTable) { MakeEmpty(); Rehash(inTable.mTable, inTable.mMaxItems); } int SymbolTable::StrHash(const char *inName, size_t *outLength) { return Hash(inName, outLength); } PyrSymbol* SymbolTable::Find(const char *inName) { size_t length; int hash = StrHash(inName, &length); return Find(inName, hash); } PyrSymbol* SymbolTable::Find(const char *inName, int inHash) { int index = inHash & mMask; PyrSymbol* sym = mTable[index]; while (sym && (sym->hash != inHash || strcmp(inName, sym->name)!=0)) { index = (index+1) & mMask; sym = mTable[index]; } return sym; } void SymbolTable::Add(PyrSymbol* inSymbol) { if (mNumItems + 1 > (mMaxItems>>1)) Grow(); int index = inSymbol->hash & mMask; PyrSymbol *testSymbol = mTable[index]; while (testSymbol && testSymbol != inSymbol) { index = (index + 1) & mMask; testSymbol = mTable[index]; } if (!testSymbol) { // if it is not already in the table. mTable[index] = inSymbol; mNumItems ++ ; } } PyrSymbol* SymbolTable::MakeNew(const char *inName, int inHash, int inLength) { PyrSymbol* symbol = mSpace.NewSymbol(inName, inHash, inLength); Add(symbol); return symbol; } PyrSymbol* SymbolTable::Make(const char *inName) { size_t length; int hash = StrHash(inName, &length); PyrSymbol* symbol = Find(inName, hash); if (!symbol) symbol = MakeNew(inName, hash, (int)length); return symbol; } void SymbolTable::MakeEmpty() { int size = mMaxItems * sizeof(PyrSymbol*); memset(mTable, 0, size); mNumItems = 0 ; } void SymbolTable::AllocTable() { int size = mMaxItems * sizeof(PyrSymbol*); mTable = (PyrSymbol**)mPool->Alloc(size); MEMFAIL(mTable); MakeEmpty(); mMask = mMaxItems - 1; } void SymbolTable::Rehash(PyrSymbol** inTable, int inSize) { // rehash all entries from inTable into the new table for (int i=0; i<inSize; ++i) { if (inTable[i]) Add(inTable[i]); } } void SymbolTable::Grow() { PyrSymbol **oldtable = mTable; int oldsize = mMaxItems; // create new table mMaxItems += mMaxItems; AllocTable(); Rehash(oldtable, oldsize); mPool->Free(oldtable); } void SymbolTable::CheckSymbols() { for (int i=0; i<TableSize(); ++i) { PyrSymbol *symbol = Get(i); if (symbol && symbol->u.index == 0) { int c; c = symbol->name[0]; if (c == '_') { post("WARNING: Primitive '%s' used but not bound\n", symbol->name); } else if (c >= 'A' && c <= 'Z') { post("WARNING: Symbol '%s' used but not defined as a Class\n", symbol->name); } else if ((symbol->flags & sym_Called) && !(symbol->flags & sym_Selector)) { post("WARNING: Method '%s' called but not defined\n", symbol->name); } } } }
<?php namespace Sethorax\Fluidloader\Service; use Sethorax\Fluidloader\Backend\<API key>; use Sethorax\Fluidloader\Parser\TemplateParser; use TYPO3\CMS\Core\SingletonInterface; use TYPO3\CMS\Core\Utility\GeneralUtility; /** * Class <API key> */ class <API key> implements SingletonInterface { /** * @var array */ protected $rootPaths; /** * @var array */ protected $templates; /** * <API key> constructor. * Sets the root paths and creates the templates array */ public function __construct() { $extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['fluidloader']); $this->setRootPath($extConf, 'templateRootPath'); $this->setRootPath($extConf, 'layoutRootPath'); $this->setRootPath($extConf, 'partialRootPath'); $this-><API key>(); } /** * Checks the available templates in the template root path * If template and configuration is valid it is added to the select array * * @return void */ public function <API key>() { $selectItems = []; if (isset($this->rootPaths['templateRootPath'])) { foreach ($this->templates as $id => $templateData) { $templateName = (string) $this->getTemplateName($templateData['path'])[0]; if (isset($templateName) && !empty($templateName)) { $selectItems[] = [$templateName, $id]; } } } return $selectItems; } /** * Gets the template by id * * @param string $id * @return mixed */ public function getTemplateById($id) { return $this->templates[$id]; } /** * Gets the typoscript version of the specified backend layout configuration * * @param string $id * @return bool|string */ public function <API key>($id) { if (isset($this->templates)) { $templateData = $this->templates[$id]; $parser = new TemplateParser($templateData['path']); $conf = $parser-><API key>()->backendLayout; $transformer = new <API key>($conf); $<API key> = $transformer-><API key>(); if ($<API key>) { return $transformer-><API key>(); } } else { return false; } } /** * Gets the template name from the template configuration * * @param string $templatePath * @return mixed */ protected function getTemplateName($templatePath) { $parser = new TemplateParser($templatePath); $conf = $parser-><API key>(); return $conf->general->layoutName; } /** * Creates the templates array with filename and path */ protected function <API key>() { if (isset($this->rootPaths['templateRootPath'])) { $templateFiles = $this-><API key>($this->rootPaths['templateRootPath']); $templates = []; foreach ($templateFiles as $template) { $key = (string) strtolower(substr($template, 0, strpos($template, '.html'))); $templates[$key] = [ 'filename' => $template, 'path' => $this->rootPaths['templateRootPath'] . '/' . $template ]; } $this->templates = $templates; } } /** * Reads all available html files in the template root path * * @param string $dir * @return array */ protected function <API key>($dir) { $htmlFiles = []; if (file_exists($dir)) { $allFiles = scandir($dir); foreach ($allFiles as $file) { $fileInfo = pathinfo($file); if ($fileInfo['extension'] == 'html') { $htmlFiles[] = $file; } } } return $htmlFiles; } /** * Sets the root path for the given $key * * @param array $extConf * @param string $key */ protected function setRootPath($extConf, $key) { // Set path if set and exists if (isset($extConf[$key])) { $rootPath = GeneralUtility::getFileAbsFileName($extConf[$key]); if (file_exists($rootPath)) { $this->rootPaths[$key] = $rootPath; } } } }
package com.shatteredpixel.<API key>.levels; import com.shatteredpixel.<API key>.Assets; import com.shatteredpixel.<API key>.Bones; import com.shatteredpixel.<API key>.actors.Actor; import com.shatteredpixel.<API key>.actors.mobs.npcs.Imp; import com.shatteredpixel.<API key>.items.Heap; import com.shatteredpixel.<API key>.items.Item; import com.shatteredpixel.<API key>.levels.Room.Type; import com.shatteredpixel.<API key>.messages.Messages; import com.watabou.noosa.Group; import com.watabou.utils.Graph; import com.watabou.utils.Random; import java.util.List; public class LastShopLevel extends RegularLevel { { color1 = 0x4b6636; color2 = 0xf2f2f2; } @Override public String tilesTex() { return Assets.TILES_CITY; } @Override public String waterTex() { return Assets.WATER_CITY; } @Override protected boolean build() { feeling = Feeling.CHASM; viewDistance = 4; initRooms(); int distance; int retry = 0; int minDistance = (int)Math.sqrt( rooms.size() ); do { int innerRetry = 0; do { if (innerRetry++ > 10) { return false; } roomEntrance = Random.element( rooms ); } while (roomEntrance.width() < 4 || roomEntrance.height() < 4); innerRetry = 0; do { if (innerRetry++ > 10) { return false; } roomExit = Random.element( rooms ); } while (roomExit == roomEntrance || roomExit.width() < 6 || roomExit.height() < 6 || roomExit.top == 0); Graph.buildDistanceMap( rooms, roomExit ); distance = Graph.buildPath( rooms, roomEntrance, roomExit ).size(); if (retry++ > 10) { return false; } } while (distance < minDistance); roomEntrance.type = Type.ENTRANCE; roomExit.type = Type.EXIT; Graph.buildDistanceMap( rooms, roomExit ); List<Room> path = Graph.buildPath( rooms, roomEntrance, roomExit ); Graph.setPrice( path, roomEntrance.distance ); Graph.buildDistanceMap( rooms, roomExit ); path = Graph.buildPath( rooms, roomEntrance, roomExit ); Room room = roomEntrance; for (Room next : path) { room.connect( next ); room = next; } Room roomShop = null; int shopSquare = 0; for (Room r : rooms) { if (r.type == Type.NULL && r.connected.size() > 0) { r.type = Type.PASSAGE; if (r.square() > shopSquare) { roomShop = r; shopSquare = r.square(); } } } if (roomShop == null || shopSquare < 54) { return false; } else { roomShop.type = Imp.Quest.isCompleted() ? Room.Type.SHOP : Room.Type.STANDARD; } paint(); paintWater(); paintGrass(); return true; } @Override protected void decorate() { for (int i=0; i < length(); i++) { if (map[i] == Terrain.EMPTY && Random.Int( 10 ) == 0) { map[i] = Terrain.EMPTY_DECO; } else if (map[i] == Terrain.WALL && Random.Int( 8 ) == 0) { map[i] = Terrain.WALL_DECO; } else if (map[i] == Terrain.SECRET_DOOR) { map[i] = Terrain.DOOR; } } if (Imp.Quest.isCompleted()) { placeSign(); } } @Override protected void createMobs() { } public Actor respawner() { return null; } @Override protected void createItems() { Item item = Bones.get(); if (item != null) { int pos; do { pos = pointToCell(roomEntrance.random()); } while (pos == entrance || map[pos] == Terrain.SIGN); drop( item, pos ).type = Heap.Type.REMAINS; } } @Override public int randomRespawnCell() { return pointToCell( roomEntrance.random() ); } @Override public String tileName( int tile ) { switch (tile) { case Terrain.WATER: return Messages.get(CityLevel.class, "water_name"); case Terrain.HIGH_GRASS: return Messages.get(CityLevel.class, "high_grass_name"); default: return super.tileName( tile ); } } @Override public String tileDesc(int tile) { switch (tile) { case Terrain.ENTRANCE: return Messages.get(CityLevel.class, "entrance_desc"); case Terrain.EXIT: return Messages.get(CityLevel.class, "exit_desc"); case Terrain.WALL_DECO: case Terrain.EMPTY_DECO: return Messages.get(CityLevel.class, "deco_desc"); case Terrain.EMPTY_SP: return Messages.get(CityLevel.class, "sp_desc"); case Terrain.STATUE: case Terrain.STATUE_SP: return Messages.get(CityLevel.class, "statue_desc"); case Terrain.BOOKSHELF: return Messages.get(CityLevel.class, "bookshelf_desc"); default: return super.tileDesc( tile ); } } @Override protected boolean[] water() { return Patch.generate( this, 0.35f, 4 ); } @Override protected boolean[] grass() { return Patch.generate( this, 0.30f, 3 ); } @Override public Group addVisuals( ) { super.addVisuals(); CityLevel.addCityVisuals(this, visuals); return visuals; } }
package main import ( "flag" "github.com/harunyasar/commandify/control" "os" "strings" "fmt" ) func execute(flag string) bool { commands := map[string]interface{}{ "next": control.Next, "previous": control.Previous, "pause": control.Pause, "play": control.Play, "current": control.Current, "status": control.Status, "open": control.Open, "close": control.Close, } if command := commands[flag]; command == nil { return false } commands[flag].(func())() return true } var help string = `Usage: commandify [options...] Options: -next Skip to the next track. -previous Skip to the previous track. -pause Pause playback. -play Resume playback. -current Get the name of the track with that album artist of the track. -status Is Spotify stopped or running? -open Activate Spotify application. -close Deactivate Spotify application. ` var sNextTrack, sPreviousTrack, sPause, sPlay, sCurrentTrack, sStatus, sOpen, sClose bool func main() { flag.Usage = func() { fmt.Fprint(os.Stderr, help) } control.CheckExistence() flag.BoolVar(&sNextTrack, "next", false, "Skip to the next track.") flag.BoolVar(&sPreviousTrack, "previous", false, "Skip to the previous track.") flag.BoolVar(&sPause, "pause", false, "Pause playback.") flag.BoolVar(&sPlay, "play", false, "Resume playback.") flag.BoolVar(&sCurrentTrack, "current", false, "Get the name of the track with that album artist of the track.") flag.BoolVar(&sStatus, "status", false, "Is Spotify stopped or running?") flag.BoolVar(&sOpen, "open", false, "Activate Spotify application.") flag.BoolVar(&sClose, "close", false, "Deactivate Spotify application.") flag.Parse() if len(os.Args) < 2 { flag.Usage() os.Exit(1) } flagValue := strings.Replace(os.Args[1], "-", "", -1) if res := execute(flagValue); !res { flag.Usage() os.Exit(1) } }
var <API key> = [ [ "IS_PWR_CLEAR_FLAG", "<API key>.html#<API key>", null ], [ "IS_PWR_GET_FLAG", "<API key>.html#<API key>", null ], [ "PWR_FLAG_PVDO", "<API key>.html#<API key>", null ], [ "PWR_FLAG_SB", "<API key>.html#<API key>", null ], [ "PWR_FLAG_WU", "<API key>.html#<API key>", null ] ];
package com.StudentskaSluzba.backend.web.rest.dto; import java.io.Serializable; import javax.validation.constraints.*; public class <API key> implements Serializable { private static final long serialVersionUID = 1L; @NotNull @Size(min = 6, max = 32) @Pattern(regexp = "^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])[0-9a-zA-Z]{8,}$") private String oldPassword; @NotNull @Size(min = 6, max = 32) @Pattern(regexp = "^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])[0-9a-zA-Z]{8,}$") private String newPassword; public String getOldPassword() { return oldPassword; } public void setOldPassword(String oldPassword) { this.oldPassword = oldPassword; } public String getNewPassword() { return newPassword; } public void setNewPassword(String newPassword) { this.newPassword = newPassword; } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; final <API key> other = (<API key>) obj; if ((oldPassword == null && other.oldPassword != null) || !oldPassword.equals(other.oldPassword)) return false; if ((newPassword == null && other.newPassword != null) || !newPassword.equals(other.newPassword)) return false; return true; } @Override public int hashCode() { final int prime = 31; int result = 1; result = prime * result + ((oldPassword == null) ? 0 : oldPassword.hashCode()); result = prime * result + ((newPassword == null) ? 0 : newPassword.hashCode()); return result; } @Override public String toString() { return "<API key>"; } }
package com.ubershy.streamsis.networking.clients; import java.io.IOException; import java.net.ConnectException; import java.net.URI; import java.security.MessageDigest; import java.security.<API key>; import java.util.Base64; import java.util.Map; import java.util.UUID; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicReference; import javax.json.Json; import javax.json.JsonBuilderFactory; import javax.json.JsonObject; import javax.json.JsonObjectBuilder; import javax.websocket.ClientEndpoint; import javax.websocket.CloseReason; import javax.websocket.ContainerProvider; import javax.websocket.OnClose; import javax.websocket.OnError; import javax.websocket.OnMessage; import javax.websocket.OnOpen; import javax.websocket.Session; import javax.websocket.WebSocketContainer; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.ubershy.streamsis.networking.responses.Response; import javafx.beans.property.<API key>; import javafx.beans.property.<API key>; import com.ubershy.streamsis.CuteConfig; import com.ubershy.streamsis.networking.ConnectionStatus; import com.ubershy.streamsis.networking.CuteDecoder; import com.ubershy.streamsis.networking.NetUtil; import com.ubershy.streamsis.networking.responses.<API key>; /** * OBSStudioClient allows to connect to OBS Studio that has websocket plugin turned on. */ @ClientEndpoint(decoders = CuteDecoder.class) public class OBSStudioClient implements TypicalClient { private interface RequestCallback { public void processResponse(JsonObject response, String errorMessage); } static final Logger logger = LoggerFactory.getLogger(OBSStudioClient.class); private static final JsonBuilderFactory factory = Json.<API key>(null); private static final String SERVERURI = "ws://127.0.0.1:4444/"; private static final String PASSCONFIGSUBKEY = "OBSSTUDIOPASS"; private final Map<String, RequestCallback> requestCallbacks = new ConcurrentHashMap<>(); private Session session; private static final long RESPONSETIMEOUT = 3000; private <API key><ConnectionStatus> status = new <API key><ConnectionStatus>( ConnectionStatus.OFFLINE); public <API key><ConnectionStatus> statusProperty() { return status.getReadOnlyProperty(); } @Override public void connect() { logger.info("Connecting..."); status.set(ConnectionStatus.CONNECTING); try { WebSocketContainer container = ContainerProvider.<API key>(); container.connectToServer(this, new URI(SERVERURI)); } catch (Exception e) { // Doing nothing, onError() will handle the situation. } } @Override public void disconnect() { try { logger.info("Disconnecting on will..."); if (session == null) { logger.info("No need to disconnect as there is no active session."); } else { session.close(); logger.info("Disconnected on will."); } } catch (IOException e) { logger.error("Error occured while disconnecting on will.", e); } } @Override public <API key> getSceneName() { Response genericResponse = <API key>("GetCurrentScene", null); String sceneName = null; if (genericResponse.getErrorText() == null) { sceneName = genericResponse.getRawData().getString("name"); } return new <API key>(genericResponse.getErrorText(), genericResponse.getRawData(), sceneName); } @Override public Response setSceneName(String name) { return <API key>("SetCurrentScene", factory.createObjectBuilder().add("scene-name", name).build()); } @OnOpen public void onOpen(Session session) throws IOException { this.session = session; session.setMaxIdleTimeout(0); logger.info("Connected."); status.set(ConnectionStatus.ONLINE); NetUtil.startInNewThread(() -> { <API key>(); }); } @OnMessage public void onMessage(JsonObject json) { if (json.getString("update-type", null) != null) { logger.debug("Received 'update-type' message. Doing nothing."); return; } // If it's not "update-type" event, but a response, lets process it. String errorMessage = <API key>(json); String id = json.getString("message-id", null); if (id != null) { NetUtil.startInNewThread(() -> { logger.debug("Received response with ID: " + id); RequestCallback callback = requestCallbacks.remove(id); if (callback != null) callback.processResponse(json, errorMessage); else logger.error( "Callback with such ID is unknown: " + id + ". Doing nothing. o_O"); }); } else { logger.error("Wrong response received, it doesn't have 'message-id' field."); } } @OnClose public void onClose(Session userSession, CloseReason reason) { this.session = null; logger.info("Disconnected with reason: " + reason.getReasonPhrase()); status.set(ConnectionStatus.OFFLINE); } @OnError public void onError(Session session, Throwable thr) { if (thr instanceof ConnectException) { logger.error("Connection failed."); status.set(ConnectionStatus.CONNECTIONERROR); return; } logger.error("Unknown error during connection occurred.", thr); } private void <API key>() { Response authNeededResponse = <API key>("GetAuthRequired", null); boolean authRequired = true; if (authNeededResponse.getErrorText() != null) { logger.error("Can't figure out if authentication is needed, got error response: \"" + authNeededResponse.getErrorText() + "\"."); status.set(ConnectionStatus.ERROR); return; } authRequired = authNeededResponse.getRawData().getBoolean("authRequired"); if (!authRequired) { logger.info("No authentication is needed. Ready to work."); status.set(ConnectionStatus.ONLINE); return; } logger.info("Authentication is required. Authenticating..."); status.set(ConnectionStatus.AUTHENTICATING); String password = CuteConfig.getString(CuteConfig.NETWORKING, PASSCONFIGSUBKEY); String challenge = authNeededResponse.getRawData().getString("challenge"); String salt = authNeededResponse.getRawData().getString("salt"); String secretString = password + salt; MessageDigest md; try { md = MessageDigest.getInstance("SHA-256"); } catch (<API key> e) { logger.error("Can't get hash function needed for authentication", e); return; } byte[] secretHash = md.digest(secretString.getBytes()); String secret = Base64.getEncoder().encodeToString(secretHash); String authString = secret + challenge; byte[] authHash = md.digest(authString.getBytes()); String auth = Base64.getEncoder().encodeToString(authHash); Response authResultResponse = <API key>("Authenticate", factory.createObjectBuilder().add("auth", auth).build()); if (authResultResponse.getErrorText() == null) { logger.info("Successfully authenticated! Ready to work."); status.set(ConnectionStatus.ONLINE); } else { logger.error("Access denied. Maybe wrong password? Got this error response: \"" + authResultResponse.getErrorText() + "\"."); status.set(ConnectionStatus.AUTHENTICATIONFAIL); } } private synchronized boolean sendRequest(String requestType, JsonObject <API key>, UUID messageID) { // Create request builder with common fields. JsonObjectBuilder requestBuilder = factory.createObjectBuilder() .add("request-type", requestType).add("message-id", messageID.toString()); // Add request-specific fields to builder if they exist. if (<API key> != null) { <API key>.forEach((field, value) -> { requestBuilder.add(field, value); }); } // Finally build request and serialize. String serializedRequest = requestBuilder.build().toString(); // Send the request. logger.info("Sending request: " + serializedRequest); try { session.getBasicRemote().sendText(serializedRequest); logger.debug("Sent request with ID: " + messageID.toString()); } catch (IOException e) { logger.error("Can't send the request.", e); return false; } return true; } private Response <API key>(String requestType, JsonObject <API key>) { if (session == null || !session.isOpen()) { return NetUtil.<API key>("Can't send request as there is no connection.", null); } UUID messageID = UUID.randomUUID(); CountDownLatch <API key> = new CountDownLatch(1); AtomicReference<JsonObject> atomicRawResponse = new AtomicReference<>(null); AtomicReference<String> atomicErrorMessage = new AtomicReference<>(null); // Create callback RequestCallback callback = (response, errorMessage) -> { atomicRawResponse.set(response); atomicErrorMessage.set(errorMessage); <API key>.countDown(); }; // Register callback with ID requestCallbacks.put(messageID.toString(), callback); try { boolean sendingSuccess = sendRequest(requestType, <API key>, messageID); if (!sendingSuccess) { // There is an error in fake response, that means the request wasn't even sent. requestCallbacks.remove(messageID); return NetUtil.<API key>("Can't send request for unknown reason.", null); } boolean <API key> = <API key>.await(RESPONSETIMEOUT, TimeUnit.MILLISECONDS); if (!<API key>) { return NetUtil.<API key>("Timeout exceeded, no response.", null); } String errorMessage = atomicErrorMessage.get(); if ("Not Authenticated".equals(errorMessage)) { status.set(ConnectionStatus.AUTHENTICATIONFAIL); } return new Response(errorMessage, atomicRawResponse.get()); } catch (<API key> e) { requestCallbacks.remove(messageID); return NetUtil.<API key>("Response waiting was interrupted.", e); } } private String <API key>(JsonObject response) { String status = response.getString("status", null); if (status == null) { String errorToShow = "Wrong response received, it doesn't have 'status' field."; logger.error(errorToShow); return errorToShow; } boolean errorExists = status.equals("error"); if (errorExists) { String errorText = response.getString("error"); logger.error("Error response received: " + errorText); return errorText; } else { return null; } } }
import ts from 'typescript'; import { Property } from '../Components/Property'; import { ComponentFactory } from './ComponentFactory'; export namespace PropertyFactory { export function create(signature: ts.Symbol, namedDeclaration: ts.NamedDeclaration, checker: ts.TypeChecker): Property { const result: Property = new Property(signature.getName()); result.modifier = ComponentFactory.getMemberModifier(namedDeclaration); result.isAbstract = ComponentFactory.isAbstract(namedDeclaration); result.isOptional = ComponentFactory.isOptional(<ts.PropertyDeclaration>namedDeclaration); result.isStatic = ComponentFactory.isStatic(namedDeclaration); result.returnType = checker.typeToString( checker.<API key>( signature, signature.valueDeclaration ), namedDeclaration ); return result; } }
html{min-width: 320px;} [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } body{font-family: 'Open Sans',sans-serif;} a{text-decoration:none;} strong{font-weight: 700} a,p,h1,h2,h3,h4,a[href],input,textarea,span{font-family: 'Open Sans', sans-serif} .clear{clear: both} #main{ padding-bottom: 100px; } /*background: #9B6244;*/ background: #F98321; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to right, #F98321 0%,#EA5328 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F98321', endColorstr='#EA5328',GradientType=1 ); /* IE6-9 */ /*min-width: 800px; width: 100%;*/ width: 600px; height: 600px; /*position: relative; margin: 0 auto; width: 750px; height: 500px;*/ } #data-map-home path { fill: #D3F0FF; stroke: #fff; /*stroke-linejoin: round; stroke-linecap: round;*/ } #data-map-home circle{ cursor: pointer; } #data-map-home circle:hover{ opacity: 1; } #data-map-home .mun:hover{ cursor: pointer; /*fill: #343667;*/ } /*fill: #009966;*/ /*color: #E13E2B;*/ /*height: 215px;*/ background: #F98321; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to right, #F98321 0%,#EA5328 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F98321', endColorstr='#EA5328',GradientType=1 ); /* IE6-9 */ .docs-relative .documentFilter input:-moz-placeholder { /* Firefox 18- */ .docs-relative .documentFilter input::-moz-placeholder { /* Firefox 19+ */ background: #F98321; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to right, #F98321 0%,#EA5328 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F98321', endColorstr='#EA5328',GradientType=1 ); /* IE6-9 */ /*border-left: 0;*/ .dimple-graph svg{/*margin-left: -30px*/}
# Changelog for the fact-tools # Version 1.1.2 -- 11.10.2019 * Better error message for broken FITS files * Allow only skipping empty files in FileListMultiStream # Version 1.1.2 -- 17.12.2018 * Fix reading of uncompressed values from zfits heap tiles (Issue #389) Before, the same value was repeated for every row in one tile. This affects e.g. `UnixTimeUTC` and `BoardTime` and booleans. # Version 1.1.1 -- 14.11.2018 * Make Writer keys case sensitive by default (#384) * Ignore keys that are given as streams regex expression in the check for existing keys (#385) * Fix the `cleaning.xml`, the stars were not taken into account (#383) # Version 1.1.0 -- 05.11.2018 ## New Features * Add processors to add noise from measured pedestal events to simulated showers (#364) * Add `DrsFileService`, a service that automatically finds the right drs file (#359) * Add classes and processors to simulate the FACT Trigger (#263) * Add a service that finds bright stars in the FoV from the Yale Bright Star catalogue instead of hard-coding Ceta-Tauri (#369) * Add the possibility to write `PixelSet`s to FITS files as boolean arrays (#368) * Write the source position in equatorial coordinates into the data item when available (#367) ## Fixes * Fix for the surefire plugin using jdk 1.8.0_181 (#381) * Update streams to 1.09 (#380) * Improve error reporting in `AuxFileService` (#378) * Use ISO8601 date format in logs (#375) * Write more Metadata to FITS headers (#374) * Refactor `CameraPixel` to better work with `CameraCoordinate` (#371) * Fix timespread processor for empty pixel sets (#373) * Fixes an error reading files using `classpath://` (#370) # Version 1.0.3 -- 23.05.2018 * Enable to revert DRSCalibration * `SourcePosition` and `CameraToEquatorial` now throw errors instead of closing the stream. * Remove `SQLiteService` * Use `AuxService` for erna xmls * Enable setting drsfile to `@drsFile` to signal that the drsfile should be read from this key in the data item # Version 1.0.2 -- 03.05.2018 * Fix exit code being 0 even if an error occured by updating to streams 1.0.5 * `<API key>` now also interpolates pixels containing `NaN` / `Infinity` values * Bug fix for `Writer.testKeys`, that resultet in a wrong error message * Implement skipping rows in the `HDUReader` * Update all author metadata # Version 1.0.1 -- 16.03.2018 * Add doi via zenodo * Improve error handling of `FileListMultiStream` and `<API key>` # Version 1.0.0 -- 08.03.2018 This is the first release since 0.17.2, with lots of additions, fixes, new features and breaking changes. * Complete set of coordinate transformations * Removal of source dependent features from the standard analysis * Rotate camera coordinate system by 90° to have the following definition * When looking on the camera from the dish, x points right and y points up * All outputkeys are snake_case * New hdureader is hopefully able to read every fits and zfits file * New CeresStream reads in Ceres RunHeader files to provide run level information for simulations * 27s events are skipped in the standard analysis by default * Correctly report fact-tools version on the command line, including git commit * Writers check keys for nulls * Writers write default keys if `keys` is not set, which are different for observations and simulations * The xml files for observations and simulations got merged * The AuxService can take the base directory of the usual FACT aux structure now, e.g. `/fact/aux` * The hillas parameters got reimplemented, there is only one version of each parameter now. * A new `GainService` provides the gains on base of the runs timestamp * New gain file for the current simulations (ceres 12) * Lots of other small fixes and improvements Full list of merged PRs: * 0fd6a6b9c Merge pull request #336 from fact-project/mc_gain_ceres_12 * 502807e8b Merge pull request #333 from fact-project/gain_service * af23c2339 Merge pull request #327 from fact-project/<API key> * 6ca1e4c37 Merge pull request #328 from fact-project/classpath * d87fd5bf0 Merge pull request #334 from fact-project/remove_key_output * 1a0e51348 Merge pull request #329 from fact-project/move_single_pulse * de9ab4f37 Merge pull request #330 from fact-project/remove_fft * ec792dd0e Merge pull request #332 from fact-project/fix_repeat_count * 853146adf Merge pull request #321 from fact-project/bias_patch_272 * b0f218016 Merge pull request #324 from fact-project/fix_erna_xml * 936862e8e Merge pull request #325 from fact-project/fix_viewer * 0c1095329 Merge pull request #326 from fact-project/silence_streams * 6b320c0a2 Merge pull request #318 from fact-project/single_analysis * 9cefb8684 Merge pull request #316 from fact-project/consistency * c38345402 Merge pull request #317 from fact-project/fix_merge_artifacts * 6274d372e Merge pull request #315 from fact-project/rename_snake_case * 8ba45a02c Merge pull request #314 from fact-project/<API key> * 7b79f3faf Merge pull request #312 from fact-project/fix_fellwaker * 56a6aae4f Merge pull request #311 from fact-project/optional_hdu * aec556486 Merge pull request #308 from fact-project/remove_deprecated * 7aa15e570 Merge pull request #310 from fact-project/runheader * 46ca322b9 Merge pull request #237 from fact-project/ceresstream * f9c0687dd Merge pull request #305 from fact-project/flag_27s * 0573494ed Merge pull request #307 from fact-project/fix_pom_warning * 91d9f61f4 Merge pull request #306 from fact-project/update_pom * fbb661dca Merge pull request #300 from fact-project/<API key> * 32becfcee Merge pull request #292 from fact-project/cleanup_pixelsets * 8d00d0b80 Merge pull request #303 from fact-project/sort_viewer_items * 145f73022 Merge pull request #304 from fact-project/<API key> * 075e84ad6 Merge pull request #302 from fact-project/fix_contains * 811abc5f7 Merge pull request #296 from fact-project/remove_unused * f82b07225 Merge pull request #299 from fact-project/<API key> * b791b4207 Merge pull request #290 from fact-project/check_output_keys * cb1b32da6 Merge pull request #297 from fact-project/fix_indentation * 25d7bb033 Merge pull request #293 from fact-project/move_elementwise * 368ca73d4 Merge pull request #295 from fact-project/refactor_pixelset * 35b39bac7 Merge pull request #231 from fact-project/coordinate_trafos * 8f1ece777 Merge pull request #288 from fact-project/fix_properties * c13098c91 Merge pull request #285 from fact-project/fix_date_fitswriter * c9c4e029a Merge pull request #264 from fact-project/fixhdureader * 568daf212 Merge pull request #273 from fact-project/new_xmls * 10bd9cdfd Merge pull request #278 from fact-project/throw_exceptions * eb61e4d20 Merge pull request #282 from fact-project/remove_joda * 5e07a5ebe Merge pull request #281 from fact-project/print_ft_version * 07d0063e3 Merge pull request #275 from fact-project/update_readme * e62d780bd Merge pull request #276 from fact-project/write_fits_in_xmls * 73969134d Merge pull request #257 from fact-project/<API key> * 4682781b3 Merge pull request #271 from fact-project/fits_writer_header * 6f0d4a2f5 Merge pull request #268 from fact-project/fix_delay_files * 4744c848f Merge pull request #270 from fact-project/drs_output_key * 4a1e4a815 Merge pull request #247 from fact-project/<API key> * 8bbbf2124 Merge pull request #265 from fact-project/empty_cleaning * 33a632b80 Merge pull request #258 from fact-project/write_timestamp * bfdaa5803 Merge pull request #261 from fact-project/conc_core * d79ce8125 Merge pull request #260 from fact-project/pixel_map_cr * 73dfcf309 Merge pull request #259 from fact-project/drs_classpath * 57219e491 Merge pull request #262 from fact-project/delay_files * b04728691 Merge pull request #256 from fact-project/fix_244_hdureader * 4fe25d1d7 Merge pull request #243 from fact-project/<API key> * a50f361f0 Merge pull request #245 from fact-project/<API key> * 9413d0381 Merge pull request #241 from fact-project/refactorIO * 8a96abd8d Merge pull request #234 from fact-project/hdu-reader * 42ee44105 Merge pull request #235 from fact-project/<API key> * c49314cc6 Merge pull request #218 from fact-project/aux_fixes * bd787131a Merge pull request #228 from fact-project/table_names * 46c819a70 Merge pull request #233 from fact-project/library_updates * 2184ddec7 Merge pull request #226 from fact-project/<API key> * 94eafd1f3 Merge pull request #223 from fact-project/znaxis2_fix_219 * 63319e39a Merge pull request #201 from fact-project/<API key> * b744714e5 Merge pull request #211 from fact-project/<API key> * 984930a50 Merge pull request #180 from fact-project/<API key>.9.26 * 2b796474f Merge pull request #205 from fact-project/<API key> * f6e2b5a15 Merge pull request #202 from fact-project/<API key> * 52033f5fd Merge pull request #177 from fact-project/hdu-reader * 8a55db4fc Merge pull request #188 from fact-project/<API key> * 459bd6a44 Merge pull request #175 from fact-project/remove_test_output * 1b2f47b94 Merge pull request #181 from fact-project/<API key> * 44459d4bb Merge pull request #196 from fact-project/<API key> * 5e1ca693e Merge pull request #194 from fact-project/<API key> * 6532357e8 Merge pull request #185 from fact-project/<API key> * 1f1f91f21 Merge pull request #189 from fact-project/fix-download-link * 2ec5214fe Merge pull request #186 from fact-project/<API key> * 273de4098 Merge pull request #178 from fact-project/update_erna_xml # Version 0.17.2 -- 05.12.2016 * Reduced noise in `<API key>` * added pedestal parameters to stdAnalysis * added <API key> on shower pixel to the ouput of the standard analysis ## Version 0.17.1 -- 29.11.2016 * Fix a null pointer exception that was thrown in `FITSWriter.finish` in case no data item was ever written ## Version 0.17.0 -- 21.11.2016 * Improvements on Single Pulse Extractor * No more static API, now several instances of the <API key> can run in parallel with different settings. * No more static (global) variable to steer the behaviour of the <API key>. * Reconstruction of amplitude time series from the photon stream (`fact.utils.<API key>`). * Added example XML `<API key>.xml` * Use Java 8 * Refactoring * Renamed `fact.statistics.TimerowFeatures` to `fact.statistics.TimeseriesFeatures` ## Version 0.16.2 -- 26.10.2016 * ZFitsStream * Fixed a bug that prevented some small files (more columns than rows) from being read * Fixed a bug that prevented parsing of floats in scientific notation in the header of fits files ## Version 0.16.1 -- 17.10.2016 * AuxFileService * This fixes a bug that appears when files with non parseable filenames appear in the aux directories. ## Version 0.16.0 -- 16.08.2016 * FITSWriter * Added new Processor to write data to FITS file: `fact.io.FITSWriter` * Files can be read by fact-tools * Can write out scalar values and 1d-Arrays of fixed length * Feature Extraction * New Feature: fact.extraction.NeighborPixelDCF calculates the Descrete correlation function of neighboring pixels * renamed fact.extraction.MeanCorrelation to fact.extraction.<API key> * New features in fact.extraction.<API key>: standard deviation, kurtosis, skewness, min and max are calculated additionally * Single Pulse Extractor * A robust, baseline independent, extractor for single pulses on a sampling time line. It assumes that all amplitude variations on the time line are caused by single pulses of a FACT SIPM and reconstructs the arrival time slices of these pulses. * <API key> (object) Calculates the arrival positions of pulses on a single time line. * <API key> (processor) Applies the <API key> to all pixels and calculates a list of single pulse arrival time slices for each time line of a pixel. * The algorithm was developed in a python toy simulation on https://github.com/fact-project/<API key> ## Version 0.15.0 -- 23.05.2016 * Muon Analysis * New Processor `<API key>` to calculate Standard Deviation of the ArrivalTime on MyonRing pixels above a threshold. * Update example xml for muon study (`examples/studies/muon_identification.xml`) * `fact.features.muon.HoughTransform` now uses a `PixelSet` for the `BestRingPixels` * Default outputkeys of `fact.features.muon.GaussianFit` and `fact.features.muon.CircularFit` now use CamelCase instead of snake_case. * Improved error handling in source position calculation and AuxServices. The process now properly stops in case an IO related error occurs. * New Features: Watershed * New package Watershed, containing ClusterFellwalker, ClusterArrivalTimes, FactCluster * ClusterFellwalker (Processor) creates new features based on a watershed algorithm called FellWalker. This algorithm groups camera pixels by their values for photoncharge or something else. From this clusters, new features based on number, content, shape and position in camera are extracted. * ClusterArrivalTimes (Processor) also creates new features, based on another algorithm (Region Growing). In this case, pixels are grouped by their arrival times. The extracted features are similar to ClusterFellwalker. * FactCluster (Object) holds all features and information about a cluster; used by ClusterFellwalker and ClusterArrivaltimes * MotionCleaning * Idea for a cleaning: Select all pixels which show a strong increase in brightness over the time series in a time window from slice 50 to slice 120. This cleaning does not select shower as compact and exactly as standard cleanings!!! There are many more islands surviving the cleaning. Could be useful, but not for the standard analysis settings at the moment!! * CleaningPerformance * Calculates performance values as precision, recall, accuracy true/false positive/negative for a cleaning. * SmoothBell * Processor to smooths a camera image (not the time series of a pixel). Calculates the mean of six times the value of a pixel plus values of all neighbor pixels. * MeanCorrelation * Bug fix: no more errors due to division by zero in case the time series contains zero. ## Version 0.14.1 -- 10.05.2016 * Bug fix for the calculation of the source position in Monte Carlos: * Corsika, Ceres and FACT-Tools are using different definitions of the Zd/Az coordinate systen. In FACT-Tools 0.14.0 we change to the definition used by Astropy, but a bug was left in the coordinate transformation for MCs. Now this transformation was changed to fit the definition used in Astropy * Example XMLs to be used with the tourque/maui grid wrapper, called ERNA (https://github.com/fact-project/erna) ## Version 0.14.0 -- 03.05.2016 * Bug fix for the calculation of the source position (and position of stars in the camera): * There was an arcsin in the calculation of the az of a given ra/dec coordinate, causing the calculated az to be in -90 to 90 degree. * This was not a problem for Crab Nebula data (or at least for most of it, so that a clear signal could be achieved) but for Mrk 421 data. For this data, there was no signal of the source visible. * New calculation formulas are now implemented, which are using the atan2 method for this. * The new calculated coordinate transformation were checked against python implementation and also checked by Max Ahnen, who could clearly see a signal of Mrk 421 after the bugfix. * Corresponding tests were adapted. * There is now also an example file for the erna std analysis (this is work in progress) ## Version 0.13.3 -- 06.04.2016 * new Processor: `fact.ApplyModel` which applies a .pmml model to data in the data item. The model can be written with SciKit learn. * added several xml files, making use of the ApplyModel processor. * MeasurePerformance now handles multiple uses of the same Processor correctly ## Version 0.13.2 -- 06.04.2016 * new Processor: `fact.extraction.TimeOverThresholdTL` allows to calculate the time over Threshold for a given window on the Timeline * `fact.features.singlePulse.FWHMPulses` now uses Doubles instead of Ints and throws NaNs in case of out-of-boundary issues ## Version 0.13.1 -- 06.04.2016 * new Processor `fact.extraction.MeanCorrelation` to calculate the average covariance and correlation of the time series of neighboring pixels ## Version 0.13.0 -- 16.02.2016 * new package `fact.features.muon` * move `fact.features.MuonHoughTransform` to `fact.features.muon.HoughTransform` * new Processor `fact.features.muon.CircularFit` to fit a circle to the light distribution * new Processor `fact.feautures.muon.GaussianFit` to fit a gaussian to the radial light distribution * example xml to show how these work: examples/studies/muon_fitting.xml * exceptions occuring in the functional tests are now logged * new Processor `<API key>` to convert from a tuple of (seconds, microsends) to a DateTime object * new TypeAdapter in `JSONWriter` to write out `DateTime` objects as ISO string * fix null-value handling for the `PixelSetAdapter` in JSONWriter ## Version 0.12.3 * `JSONWriter` now supports directly writing gzipped files with the option `gzip="true"` ## Version 0.12.2 Changes: * Add new colormaps for the viewer. Viridis, Inferno, Magma ... * Remove obsolete Processor called `<API key>` ## Version 0.12.1 Other changes: * Deleted unused xml files in project root. * Fixed a bug in the SQLiteService which only allowed for data taken in January. * Replaced empty test sqlite file with real one. Changes in `fact.io.JSONWriter` * `json` format by default, optional `jsonl` format by using `jsonl="true"` in the `xml` * New `append` option, default is false, so existing files are overwritten. * The `keys` key is now evaluated using the `stream.Keys` class, so glob patterns now work. * Add flag `<API key>` to write special Double as strings for strict json compatability. See Issue #92 for more details. Via default special values are converted to `Infinity`, `-Infinity` and `NaN`. No xmls in the example folder needed to be changed, although they are no behaving differently (output is `json`, not `jsonl` now). ## Version 0.11.2 Fixed a bug in the <API key>. The Wrapped stream wasnt initialized properly when it threw an exception during initialization. ## Version 0.11.1 Fixed the SqliteService. It now works on data that was not taken exclusively in january. ## Version 0.11.0 Changes The FileListMultiStream was rewritten. It wants a different kind of json file now. The .json files can be created from the runDB by using ERNA https://github.com/mackaiver/erna It also tries to skip files that throw an IOexception. The new syntax for the .json files is [ { "drs_path":"\/fact\/raw\/2014\/10\/02\/20141002_193.drs.fits.gz", "data_path":"\/fact\/raw\/2014\/10\/02\/20141002_185.fits.fz", }, {...} ] New Features Convenient stuff for simpler processing of data was added - The <API key> was rewritten. It now takes glob patterns to search for files below the given URL. This is useful for MC processing - The SqliteService was added to allow fetching of telescope drive related features form a SqLite DB which can be generated by a python script which can be found here : https://github.com/mackaiver/erna ## Version 0.10.0 This versions contains the calibrationService branch and the PixelSetOverlay branch. Calibration Service The new calibrationService can be used by other processors to access informations about the calibration values for the current event. At the moment it only offers the information which pixels are bad and which pixels can't be used for the cleaning process. The calibrationService is now used in the Interpolation processors and there are some improvements (and bug fixing) done: - The InterpolateBadPixel processor is renamed to InterpolateTimeLine - A new <API key> processor is implemented (and used in the default xml files) which interpolates also photoncharge and arrivalTime of the bad pixels - The bug, that also bad pixel could be used for interpolation, was fixed - The interpolation processors now add PixelOverlaySets for the bad pixel to the data item The calibrationService is also used in the BasicCleaning: - If there are notUsable pixels (for example the broken drs board) they are now not added to the cleaned pixel set - If there are notUsable pixels a PixelOverlaySet is added to the data item How to adapt the xml files: - If you are using the default xml files from the classpath, you only need to add the calibrationService to the xml file (see examples/example_process.xml) - If you are using the InterpolateBadPixel processor, you have to rename it and adapt the giving parameter, see src/main/resources/default/data/calibration.xml for an example - maybe you want to add the new <API key>, see src/main/resources/default/data/extraction.xml for an example - If you are using cleaning processors (<API key>, TwoLevelTimeMedian) you have to add the calibService to parameters of the processor, see src/main/resources/default/data/cleaning.xml for an example Bugfix in PatchJumpRemoval: - fixed a bug, which caused the jump removal to remove only jumps up. Pixel Set Package The new pixel set package allows to perform set operations (union, intersection, difference,...) on sets of pixels. These processors allow to take the set of pixels after cleaning and e.g. calculate the set of non shower pixel without broken pixels. There is now also a pixelsets.Length processor, calculating the length of a pixelsets and replacing the <API key> processor PixelSetOverlay instead of int array All processors that work on a set of pixels or have a pixel set as result where changed such that: - Instead of an int array a PixelSetOverlay is stored in the data item - The so far used int array with cleaned pixels was removed. - In all processors the key for a set of pixels was renamed from pixelSampleKey, shower, showerKey to pixelSetKey for consistency reasons - pixelSetOverlay was moved from hexmap.ui.overlays to containers <API key> with Pixel Set Option The <API key> processor is changed that way that it is possible to hand over a pixels set on which the calculations shall be performed. Miscellaneous changes: - The impact parameter is now added to the outputfile in the standard mc analysis ## Version 0.9.7 Changes from version 0.9.6: fixed bug in HotColorMap, division by zero ## Version 0.9.0 These version contains several smaller developments: SourcePosition operator: - The operator now uses the closest strategy to find the tracking report from the aux file. <API key> operator: - There was a bugfix for the <API key> function: Not only neighboring shower pixels, but all neighbor pixels were checked for the time neighbor cleaning. maxnoe/<API key> branch: - The rising edge branch was merged into the version 0.9.0: - the polynom fit is now calculated analytical - the whole drs time calibration is calculated in the unit slices (no converting to ns) - the interpolate function of the <API key> now uses a binary search - all changes improve the runtime skipBrokenFiles branch: - The skipBrokenFiles branch was merged into the version 0.9.0: - When using a <API key>, there is now a flag, to skip files which cannot be read in. If the flag is true, the whole process is not aborted anymore settings.properties: - The lower cleaning level (level 1: 5.5, level 2: 3.0) are now default for data and mc. stdAnalysis: - The lightpulser delay file is now used in the stdAnalysis ## Version 0.8.10 (tag icrc2015) With this version the results of the analysis for the icrc 2015 can be reproduced. Therefore a few changes were made in comparison to the previous version: SourcePosition operator: - The operator now uses the whole timestamp not only the seconds of the event time for calculating the source position and the correct tracking report - The operator uses the earlier strategy to find the tracking report from the aux file. (This is for reproducibility, it will be changed in version 0.9.0 to the closest strategy) cleaning.xml in the classpath: - The position of zeta tauri was a little bit wrong (difference 0.7 arcsec) viewer.xml: - There is now the property auxFolder, to specify it via the command line stdAnalysis: - There is now the property auxFolder, to specify it via the command line - The cleaning level were lowered - The old delay file is used (This is for reproducibility, it will be changed in version 0.9.0) ## Version 0.8.8 Added a replacement process to measure the performance of individual Processors. You can use it like this: <process class="fact.<API key>" url="file:./measured_runtime.json" id="1" input="fact" warmupIterations="33"> ## Version 0.8.6 A new tutorial package has been added. It contains some simple processors that hopefully help to understand the basic concepts of the analysis. ## Version 0.8.0 The `ZFitsCalibration` processor does no longer exist. Its being handled by the `ZfitsStream` itsself. For reading good old .fits files (or ceres output) you still need the `fact.io.FITSStream`. To use any kind of data from an AuxFile you should now use the `AuxFileService` Service. (See the website for more details) The DrsCalibration processor now resides in the `fact.datacorrection` package along with such processors as DrsTimeCalibration and similar operations. We completely changed the way the source position is calculated. As you can see above we now get the information from the auxiliary files through the new AuxService. This fixes some bugs which would occur in some edge cases while reading aux data. The SourcePosition operator now supports wobbled MonteCarlos (Ceres revision > 18159) and the output has been cleaned up. The major steps of the standard analysis have been grouped into .xml files which reside in classpath of the project. (you can find them under ./src/main/resources/default/...) Cleaned up all the .xmls from the examples folder. All are checked by tests except for the GUI Added alot more documentation to the website We now support an early version of easy multistream handling to stream data from more than one file to your process. ## Version 0.7.9 Added processor to correct utc times with gps time correction files: `fact.filter.GpsTimeCorrection` ## Version 0.7.7 Removed dependencies to old streams versions by removing all code depending on the streams-dashboard. ## Version 0.7.6 The new DRS4 time calibration processor has been improved `fact.datacorrection.DrsTimeCalibration` Both the old and the new DRS4 time calibration processors now use the new std input file containing the measured DRS4 time calibration constants. `fact-tools/src/main/resources/<API key>.time.drs.fits` ## Version 0.7.5 The Camera and Plotting Windows in the viewer can now also show Arrays of types other than double. We also implemented a new DrsTimeCalibration which you call as follows: <fact.datacorrection.DrsTimeCalibration dataKey="DataCalibrated" outputKey="DataCalibrationNeu" /> ## Version 0.7.0 The Version 0.7.0 was developed in the <API key> branch. There are mainly changes in the extraction and in the cleaning package, which increased the quality of the standard analysis. Also some internal code restructuring were done. The Analysis for the General Meeting 2015 were performed with this version. Extraction package: - new class BasicExtraction - performs the standard extraction (max Amplitude, position half height, integration) - serves also as a parent class for extraction processors (provides some standard methods) - implementing methods checkWindow and getValidWindow in Utils - restructuring of the code, making use of Utils.checkWindow and Utils.getValidWindow => some bugfixes, specialy in cases at the egde of search windows - restructuring of the code of the RisingEdge Processors, making use of Utils.checkWindow and Utils.getValidWindow - all extraction processors now take a startvalue and a range for search windows! Cleaning Development: - Restructering of the Cleaning package - new class BasicCleaning - contains the methods used in the two level cleaning and the removeStarCluster method - new processor <API key> (the cleaning method now used in the standard analysis) - Renaming of CoreNeighborClean to TwoLevelTimeMedian feature package: - code Restructuring of several processors - renaming of some keys in several processors, to be consistent with the "key-naming"-convention (see Readme): - M3Long - NumberOfIslands - Leakage - ShowerSlope - new processor TimeGradient - Reworked of source.Theta: - bugfix in the calculation - therefore more keys are now needed Examples folder: - deleting obsolet xml-files - Restructuring the directory - only 4 xml files in the top directory: - all 4 xml files should work, maybe pathes has to be changed, according to the location of input files - viewer (performs calibration, extraction and cleaning) and opens the fact-tools viewer (for data-gz-files, data-fz-files and mc-files) - example_process (as a starting point for developing your own xml file). Opens an input stream and only performs a calibration on the data - new folders: - stdAnalysis folder: - xml Files for the actual standard analysis (for data-gz-files, data-fz-files and mc-files) - all files should work, maybe pathes has to be changed, according to the location of input files - studies folder: - all other xml files in the previous example folder - changed the interface of the processors, according to the changes done for this version. Not tested.
package main.java.web; /** * POJO representing information that each client can send to the server. */ public class ClientInput { private String name; private String message; private boolean up = false; private boolean down = false; private boolean left = false; private boolean right = false; private boolean isFiring = false; private Double angle; public ClientInput() { } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getMessage() { return message; } public void setMessage(String message) { this.message = message; } public boolean isUp() { return up; } public void setUp(boolean up) { this.up = up; } public boolean isDown() { return down; } public void setDown(boolean down) { this.down = down; } public boolean isLeft() { return left; } public void setLeft(boolean left) { this.left = left; } public boolean isRight() { return right; } public void setRight(boolean right) { this.right = right; } public boolean isFiring() { return isFiring; } public void setIsFiring(boolean isFiring) { this.isFiring = isFiring; } public boolean isMoving() { return left || right || up || down; } public void setAngle(double angle) { this.angle = angle; } public Double getAngle() { return angle; } }
#endregion namespace gitter.Git.AccessLayer { using System; public sealed class ArchiveParameters { public string Remote { get; set; } public string Tree { get; set; } public string OutputFile { get; set; } public string Format { get; set; } public string Path { get; set; } } }
#include <stdio.h> #include <stdint.h> //Q: when does 500 * 500 / 500 not equal 500? //A: When its a 8bit integer! int main() { uint8_t a = 1, b = 2; a=500*500/500; b = 500 * 500; b = b / 500; printf("the 8 bit answer of 500 * 500 / 500 = %d\n", a); printf("The 8 bit answer of (500 * 500) / 500 = %d\n", b); return 0;
package com.alejandros.movementsound; import android.app.Application; import android.test.ApplicationTestCase; public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { super(Application.class); } }
// Generated by the J2ObjC translator. DO NOT EDIT! // source: /Code/Dev/appNativa/source/rareobjc/../rare/core-table_and_tree/com/appnativa/rare/ui/table/aDataItemTableModel.java #ifndef <API key> #define <API key> @class IOSClass; @class IOSIntArray; @class IOSObjectArray; @class RAREColumn; @class <API key>; @class <API key>; @class <API key>; @class <API key>; @class RAREUTIntList; @class <API key>; @protocol <API key>; @protocol JavaUtilCollection; @protocol JavaUtilComparator; @protocol JavaUtilIterator; @protocol JavaUtilList; @protocol <API key>; @protocol RAREUTiFilter; @protocol <API key>; @protocol <API key>; @protocol <API key>; @protocol RAREiWidget; #import "JreEmulation.h" #include "com/appnativa/rare/ui/aPlatformDataModel.h" #include "com/appnativa/rare/ui/iTableModel.h" #include "com/appnativa/rare/util/ItemStringConverter.h" #include "com/appnativa/util/FilterableList.h" @interface <API key> : <API key> < RAREiTableModel > { @public <API key> *columnConverter_; int activeColumn_; int columnCount_; int expandableColumn_; int rowCount_; BOOL sortingAllowed_; <API key> *selectionType_; id<JavaUtilList> columnData_; RAREUTIntList *editingMarks_; BOOL hasModifiedValues_; <API key> *itemComparator_; <API key> *listenerList_; id<<API key>> rowData_; id<RAREiWidget> theWidget_; BOOL eventsEnabled_; id<<API key>> filterableList_; } - (BOOL)addWithId:(<API key> *)e; - (void)addWithInt:(int)i withId:(<API key> *)e; - (BOOL)<API key>:(id<JavaUtilCollection>)collection; - (BOOL)addAllWithInt:(int)i <API key>:(id<JavaUtilCollection>)collection; - (void)<API key>:(id<<API key>>)l; - (void)<API key>:(int)index; - (void)<API key>:(<API key> *)row; - (void)addRowWithInt:(int)index <API key>:(<API key> *)row; - (void)<API key>:(<API key> *)row; - (void)addRowExWithInt:(int)index <API key>:(<API key> *)row; - (void)<API key>:(id<JavaUtilCollection>)rows; - (void)addRowsWithInt:(int)index <API key>:(id<JavaUtilCollection>)rows; - (void)<API key>:(id<JavaUtilCollection>)rows; - (void)addRowsExWithInt:(int)index <API key>:(id<JavaUtilCollection>)rows; - (void)<API key>:(<API key> *)row; - (void)<API key>:(int)index withId:(<API key> *)row; - (void)clear; - (void)clearEx; - (void)clearTable; - (void)clearTableData; - (void)clearTableDataEx; - (id<JavaUtilList>)<API key>:(IOSObjectArray *)e; - (BOOL)containsWithId:(id)o; - (BOOL)<API key>:(id<JavaUtilCollection>)clctn; - (void)dispose; - (void)<API key>:(BOOL)mark; - (void)<API key>:(int)index withBoolean:(BOOL)mark; - (void)editModeClearMarks; - (int)<API key>; - (IOSIntArray *)<API key>; - (IOSObjectArray *)<API key>; - (BOOL)<API key>:(int)index; - (void)<API key>:(int)index; - (void)<API key>:(int)capacity; - (BOOL)<API key>:(id<RAREUTiFilter>)filter; - (void)<API key>:(id<JavaUtilList>)list withRAREUTiFilter:(id<RAREUTiFilter>)lastFilter; - (void)filterWithInt:(int)index; - (BOOL)filterWithNSString:(NSString *)filter withBoolean:(BOOL)contains; - (BOOL)filterWithNSString:(NSString *)filter withBoolean:(BOOL)contains withBoolean:(BOOL)nullPasses withBoolean:(BOOL)emptyPasses; - (int)<API key>:(id<RAREUTiFilter>)filter withInt:(int)start; - (int)findWithNSString:(NSString *)filter withInt:(int)start withBoolean:(BOOL)contains; - (int)<API key>:(<API key> *)item; - (int)indexOfWithId:(id)o; - (void)insertRowWithInt:(int)row <API key>:(<API key> *)item; - (id<JavaUtilIterator>)iterator; - (NSString *)join; - (NSString *)joinWithNSString:(NSString *)sep; - (int)lastIndexOfWithId:(id)o; - (id<<API key>>)listIterator; - (id<<API key>>)listIteratorWithInt:(int)i; - (void)moveWithInt:(int)from withInt:(int)to; - (void)moveRowWithInt:(int)from withInt:(int)to; - (<API key> *)pop; - (void)<API key>:(IOSObjectArray *)e; - (BOOL)refilter; - (void)refreshItems; - (<API key> *)removeWithInt:(int)index; - (BOOL)removeWithId:(id)o; - (BOOL)<API key>:(id<JavaUtilCollection>)clctn; - (void)<API key>:(id<<API key>>)l; - (void)removeRowWithInt:(int)row; - (void)<API key>:(IOSIntArray *)indexes; - (void)removeRowsWithInt:(int)firstRow withInt:(int)lastRow; - (void)<API key>:(id<JavaUtilList>)columns <API key>:(id<<API key>>)rows; - (void)resetModified; - (void)<API key>:(id<<API key>>)rows; - (BOOL)<API key>:(id<JavaUtilCollection>)clctn; - (id<JavaUtilList>)reverse; - (void)rowChangedWithInt:(int)row; - (void)<API key>:(<API key> *)item; - (void)<API key>:(IOSIntArray *)index; - (void)rowsChangedWithInt:(int)firstRow withInt:(int)lastRow; - (void)rowsDeletedWithInt:(int)firstRow withInt:(int)lastRow; - (void)rowsDeletedWithInt:(int)firstRow withInt:(int)lastRow withJavaUtilList:(id<JavaUtilList>)removed; - (void)rowsInsertedWithInt:(int)firstRow withInt:(int)lastRow; - (<API key> *)shift; - (int)size; - (id<JavaUtilList>)sliceWithInt:(int)start; - (id<JavaUtilList>)sliceWithInt:(int)start withInt:(int)end; - (void)<API key>:(id<JavaUtilComparator>)comparator; - (void)sortWithInt:(int)col withBoolean:(BOOL)desc withBoolean:(BOOL)useLinkedData; - (void)<API key>:(id<JavaUtilComparator>)comparator; - (void)sortExWithInt:(int)col withBoolean:(BOOL)desc withBoolean:(BOOL)useLinkedData; - (id<JavaUtilList>)sortExWithInt:(int)col withBoolean:(BOOL)desc withBoolean:(BOOL)force withBoolean:(BOOL)useLinkedData; - (id<JavaUtilList>)spliceWithInt:(int)index withInt:(int)howMany; - (id<JavaUtilList>)spliceWithInt:(int)index withInt:(int)howMany withNSObjectArray:(IOSObjectArray *)e; - (id<JavaUtilList>)spliceListWithInt:(int)index withInt:(int)howMany withJavaUtilList:(id<JavaUtilList>)e; - (id<JavaUtilList>)subListWithInt:(int)i withInt:(int)i1; - (void)swapWithInt:(int)index1 withInt:(int)index2; - (void)tableChanged; - (void)tableDataChanged; - (void)tableItemsModified; - (IOSObjectArray *)toArray; - (void)trimToSize; - (IOSObjectArray *)<API key>:(IOSObjectArray *)ts; - (BOOL)unfilter; - (void)unshiftWithId:(<API key> *)value; - (void)<API key>; - (<API key> *)setWithInt:(int)row withId:(<API key> *)item; - (void)<API key>:(int)col; - (BOOL)<API key>:(id<JavaUtilCollection>)collection; - (void)<API key>:(BOOL)sortingAllowed; - (void)<API key>:(id<<API key>>)converter; - (void)<API key>:(BOOL)enabled; - (void)<API key>:(int)col; - (void)<API key>:(BOOL)booleanValue; - (<API key> *)getFilteringIndex; - (void)<API key>:(id<JavaUtilCollection>)collection; - (void)setRowWithInt:(int)row <API key>:(<API key> *)item; - (void)<API key>:(<API key> *)selectionType; - (void)setValueAtWithId:(id)value withInt:(int)row withInt:(int)col; - (void)<API key>:(id<RAREiWidget>)w; - (<API key> *)getWithInt:(int)index; - (RAREColumn *)getColumnWithInt:(int)col; - (IOSClass *)<API key>:(int)col; - (int)getColumnCount; - (RAREColumn *)<API key>; - (id<JavaUtilList>)getColumns; - (id<JavaUtilComparator>)getComparator; - (id<<API key>>)getConverter; - (int)getExpandableColumn; - (id<<API key>>)getFilterableList; - (id<JavaUtilList>)getFilteredList; - (<API key> *)getItemAtWithInt:(int)row withInt:(int)col; - (RAREColumn *)<API key>:(int)row withInt:(int)col; - (int)getOperatingColumn; - (id<<API key>>)getOriginalList; - (<API key> *)getRowWithInt:(int)row; - (int)getRowCount; - (id<<API key>>)getRowsEx; - (<API key> *)getSelectionType; - (int)getSortColumn; - (id<<API key>>)getTooltipWithInt:(int)row withInt:(int)col; - (id<JavaUtilList>)getUnfilteredList; - (id)getValueAtWithInt:(int)row withInt:(int)col; - (id<RAREiWidget>)getWidget; - (BOOL)isAllowSorting; - (BOOL)<API key>:(int)row withInt:(int)col; - (BOOL)isEmpty; - (BOOL)isEventsEnabled; - (BOOL)isFiltered; - (BOOL)isModified; - (BOOL)isSortDescending; - (void)<API key>:(<API key> *)di withInt:(int)col; - (void)<API key>; - (void)<API key>:(int)index0 withInt:(int)index1; - (void)<API key>:(int)index0 withInt:(int)index1 withJavaUtilList:(id<JavaUtilList>)removed; - (void)<API key>:(int)index0 withInt:(int)index1; - (void)<API key>:(int)index0 withInt:(int)index1; - (void)<API key>; - (<API key> *)getItemAtExWithInt:(int)row withInt:(int)col; - (<API key> *)getItemExWithInt:(int)row withInt:(int)col; - (void)clearRows; - (id<RAREiTableModel>)createEmptyCopy; - (void)<API key>:(BOOL)param0; - (void)<API key>:(RAREColumn *)param0; - (id<RAREUTiFilter>)getLastFilter; - (BOOL)isEqual:(id)param0; - (NSUInteger)hash; - (id)init; - (void)copyAllFieldsTo:(<API key> *)other; @end J2OBJC_FIELD_SETTER(<API key>, columnConverter_, <API key> *) J2OBJC_FIELD_SETTER(<API key>, selectionType_, <API key> *) J2OBJC_FIELD_SETTER(<API key>, columnData_, id<JavaUtilList>) J2OBJC_FIELD_SETTER(<API key>, editingMarks_, RAREUTIntList *) J2OBJC_FIELD_SETTER(<API key>, itemComparator_, <API key> *) J2OBJC_FIELD_SETTER(<API key>, listenerList_, <API key> *) J2OBJC_FIELD_SETTER(<API key>, rowData_, id<<API key>>) J2OBJC_FIELD_SETTER(<API key>, theWidget_, id<RAREiWidget>) J2OBJC_FIELD_SETTER(<API key>, filterableList_, id<<API key>>) typedef <API key> <API key>; @interface <API key> : <API key> { @public <API key> *this$0_; } - (BOOL)<API key>:(id<RAREUTiFilter>)filter withId:(<API key> *)e; - (id)<API key>:(<API key> *)outer$; - (id)<API key>:(<API key> *)outer$ <API key>:(id<JavaUtilCollection>)c; - (id)<API key>:(<API key> *)outer$ withInt:(int)initialCapacity; - (id)<API key>:(<API key> *)outer$ withJavaUtilList:(id<JavaUtilList>)list; @end J2OBJC_FIELD_SETTER(<API key>, this$0_, <API key> *) @interface <API key>$1 : <API key> { @public <API key> *this$0_; } - (NSString *)toStringWithId:(<API key> *)item; - (id)<API key>:(<API key> *)outer$ withInt:(int)arg$0; @end J2OBJC_FIELD_SETTER(<API key>$1, this$0_, <API key> *) #endif // <API key>
// Project ProjectForge Community Edition // This community edition is free software; you can redistribute it and/or // This community edition is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General package org.projectforge.web.core; import java.util.ArrayList; import java.util.Enumeration; import java.util.Iterator; import javax.servlet.http.HttpSession; import org.apache.log4j.Logger; /** * Handler for storing objects in the user's http session. Use this handler instead of session.setAttribute(String, Object); * @author kai */ public class SessionStorage { private final static Logger log = Logger.getLogger(SessionStorage.class); /** * Wrapper for HttpSession.setAttribute * @param session The user's session. * @param key The key for storing the object. * @param obj The object to store. */ public void putObject(final HttpSession session, final String key, final Object obj) { synchronized (session) { if (log.isDebugEnabled() == true) { log.debug("Storing object in the user's session " + session.getId() + " under key " + key + ": " + obj); } session.setAttribute(key, obj); } } /** * Wrapper for HttpSession.getAttribute * @param session The user's session. * @param key The key of the stored object. */ public Object getObject(final HttpSession session, final String key) { synchronized (session) { final Object obj = session.getAttribute(key); if (obj == null) { log.debug("Object in user's session " + session.getId() + " under key " + key + " not found."); } else if (log.isDebugEnabled() == true) { log.debug("Getting object in the user's session " + session.getId() + " under key " + key + ": " + obj); } return obj; } } /** * Wrapper for HttpSession.getAttribute * @param session The user's session. * @param key The key of the stored object. */ public void removeAttribute(final HttpSession session, final String key) { synchronized (session) { if (log.isDebugEnabled() == true) { log.debug("Removing object from the user's session " + session.getId() + " with key " + key); } session.removeAttribute(key); } } /** * Removes all registered attributes from the given session. Please note, the user will be logged out! */ @SuppressWarnings("unchecked") public void clearSession(final HttpSession session) { synchronized (session) { if (log.isDebugEnabled() == true) { log.debug("Clearing session " + session.getId()); } final Enumeration en = session.getAttributeNames(); // Later: Next servlet specifications supports getting of whole map. final ArrayList<String> list = new ArrayList<String>(); while (en.hasMoreElements() == true) { list.add((String) en.nextElement()); } String attrName = null; for (final Iterator it = list.iterator(); it.hasNext() == true;) { attrName = (String) it.next(); session.removeAttribute(attrName); if (log.isDebugEnabled() == true) { log.debug("Removing session " + session.getId() + " attribute: " + attrName); } } } } SessionStorage() { } }
<?php /* SFORM Extender for NPDS Contact Example . */ /* This program is free software. You can redistribute it and/or modify */ /* Dont modify this file if you dont know what you make */ global $ModPath, $ModStart; $sform_path='modules/sform/'; include_once($sform_path.'sform.php'); global $m; $m=new form_handler();
#include <Sockets/CrcSocket.h> #include <Instances/Common.h> #include <System/Error_Handler.h> /** * Calls the CRC-Engine and returns a 8-bit CRC, which is * simply the truncation of the 32-bit result. * !! dataLen MUST BE DIVIDABLE BY 4 !! * Params: * data: pointer to array * dataLen: size of the Array in bytes */ uint8_t CrcSocket::calc_chksum(uint8_t* data, uint8_t dataLen) { if((dataLen % 4) != 0) { return 0; } uint32_t crc = HAL_CRC_Calculate( get_hcrc(), reinterpret_cast<uint32_t*>(data), dataLen/4); return static_cast<uint8_t>(crc); } uint32_t CrcSocket::calc_chksum32(uint32_t* data, uint32_t dataLen32) { uint32_t crc = HAL_CRC_Calculate( get_hcrc(), data, dataLen32); return crc; } /*uint8_t CrcSocket::calc_chksum(uint8_t* data, uint8_t dataLen) { uint8_t i, crc = 0; // we must exclude the chk-sum byte at the end! for (i=0; i < (dataLen-1); i++) { crc = _crc_ibutton_update(crc, *data); data++; } return crc; } uint8_t CrcSocket::_crc_ibutton_update(uint8_t crc, uint8_t data) { uint8_t i; crc = crc ^ data; for (i = 0; i < 8; i++) { if (crc & 0x01) crc = (crc >> 1) ^ 0x8C; else crc >>= 1; } return crc; } */
#region using using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Text; using System.Threading; using ZkData; #endregion namespace LobbyClient { class Talker: IDisposable { public const int TO_ALLIES = 252; public const int TO_EVERYONE = 254; public const int TO_EVERYONE_LEGACY = 125; public const int TO_SPECTATORS = 253; public enum SpringEventType: byte { Server has started () SERVER_STARTED = 0, Server is about to exit () SERVER_QUIT = 1, Game starts () SERVER_STARTPLAYING = 2, Game has ended () SERVER_GAMEOVER = 3, An information message from server (string message) SERVER_MESSAGE = 4, Server gave out a warning (string warningmessage) SERVER_WARNING = 5, Player has joined the game (uchar playernumber, string Name) PLAYER_JOINED = 10, Player has left (uchar playernumber, uchar reason (0: lost connection, 1: left, 2: kicked) ) PLAYER_LEFT = 11, Player has updated its ready-state (uchar playernumber, uchar state (0: not ready, 1: ready, 2: state not changed) ) PLAYER_READY = 12, Player has sent a chat message (uchar playernumber, string text) PLAYER_CHAT = 13, Player has been defeated (uchar playernumber) PLAYER_DEFEATED = 14, GAME_LUAMSG = 20, // todo use this or /wbynum 255 to send data to autohost //(uchar teamnumber), CTeam::Statistics(in binary form) GAME_TEAMSTATS = 60, }; protected bool close; readonly int loopbackPort; readonly Dictionary<int, String> playerIdToName = new Dictionary<int, string>(); int springTalkPort; readonly Thread thread; readonly UdpClient udp; public int LoopbackPort { get { return loopbackPort; } } public event EventHandler<SpringEventArgs> SpringEvent; public Talker() { udp = new UdpClient(0); loopbackPort = ((IPEndPoint)udp.Client.LocalEndPoint).Port; thread = Utils.SafeThread(Listener); thread.Start(); } public void Dispose() { Close(); } public void Close() { close = true; var udclose = new UdpClient(); udclose.Send(new byte[1] { (byte)SpringEventType.SERVER_QUIT }, 1, "127.0.0.1", loopbackPort); thread.Join(1000); } public void SendText(string text) { if (String.IsNullOrEmpty(text)) return; var lines = text.Split(new[] { '\n' }, StringSplitOptions.RemoveEmptyEntries); foreach (var s in lines) { var bytes = Encoding.UTF8.GetBytes(s.Substring(0, Math.Min(s.Length, 250))); // take only first 250 characters to prevent crashes if (springTalkPort != 0) udp.Send(bytes, bytes.Length, "127.0.0.1", springTalkPort); } } public string <API key>(int playerNumber) { string val; playerIdToName.TryGetValue(playerNumber, out val); return val; } void Listener() { while (!close) { var endpoint = new IPEndPoint(IPAddress.Loopback, 0); var data = udp.Receive(ref endpoint); springTalkPort = endpoint.Port; int msgSize; if (data.Length > 0) { var sea = new SpringEventArgs(); sea.EventType = (SpringEventType)data[0]; switch (sea.EventType) { case SpringEventType.PLAYER_JOINED: sea.PlayerNumber = data[1]; sea.PlayerName = Encoding.ASCII.GetString(data, 2, data.Length - 2); playerIdToName[sea.PlayerNumber] = sea.PlayerName; break; case SpringEventType.PLAYER_LEFT: sea.PlayerNumber = data[1]; sea.Param = data[2]; break; case SpringEventType.PLAYER_READY: sea.PlayerNumber = data[1]; if (data.Length <= 2) sea.EventType = SpringEventType.PLAYER_DEFEATED; // hack for spring else sea.Param = data[2]; break; case SpringEventType.PLAYER_CHAT: sea.PlayerNumber = data[1]; sea.Param = data[2]; sea.Text = Encoding.UTF8.GetString(data, 3, data.Length - 3); break; case SpringEventType.PLAYER_DEFEATED: sea.PlayerNumber = data[1]; break; case SpringEventType.SERVER_STARTPLAYING: msgSize = data[1] + (data[2]<<8) + (data[3]<<16) + (data[4]<<24); if (msgSize != data.Length) Trace.TraceWarning("Warning spring message size mismatch, expected {0} got {1} on STARTPLAYING", msgSize, data.Length); sea.GameID = data.Skip(5).Take(16).ToArray().ToHex(); sea.ReplayFileName = Encoding.UTF8.GetString(data, 21, data.Length - 21); break; case SpringEventType.SERVER_GAMEOVER: msgSize = data[1]; sea.PlayerNumber = data[2]; if (msgSize != data.Length) Trace.TraceWarning("Warning spring message size mismatch, expected {0} got {1} on GAMEOVER", msgSize, data.Length); sea.winningAllyTeams = data.Skip(3).Take(msgSize - 3).ToArray(); break; case SpringEventType.SERVER_MESSAGE: break; case SpringEventType.GAME_LUAMSG: sea.PlayerNumber = data[1]; sea.Param = data[4]; sea.Text = Encoding.ASCII.GetString(data, 5, data.Length - 5); break; } if (sea.PlayerName == null) { var translated = <API key>(sea.PlayerNumber); if (translated != null) sea.PlayerName = translated; } if (SpringEvent != null) SpringEvent(this, sea); } } } public class SpringEventArgs: EventArgs { public SpringEventType EventType; public byte Param; public string PlayerName; public byte PlayerNumber; public string Text; public string GameID; public string ReplayFileName; public byte[] winningAllyTeams; } } }
<?php /*%%SmartyHeaderCode:<API key>%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '<SHA1-like>' => array ( 0 => 'C:\\xampp\\htdocs\\prestashop1\\admin120uo4kbc\\themes\\default\\template\\controllers\\modules\\list.tpl', 1 => 1452079228, 2 => 'file', ), ), 'nocache_hash' => '<API key>', 'function' => array ( ), 'variables' => array ( 'modules' => 0, 'module' => 0, 'modules_uri' => 0, 'currentIndex' => 0, 'token' => 0, 'option' => 0, 'key' => 0, ), 'has_nocache_code' => false, 'version' => 'Smarty-3.1.19', 'unifunc' => '<API key>', ),false); /*/%%SmartyHeaderCode%%*/?> <?php if ($_valid && !is_callable('<API key>')) {function <API key>($_smarty_tpl) {?><?php if (!is_callable('<API key>')) include 'C:\\xampp\\htdocs\\prestashop1\\tools\\smarty\\plugins\\modifier.replace.php'; ?> <table id="module-list" class="table"> <thead> <tr> <th colspan="4"> <?php echo $_smarty_tpl->getSubTemplate ('controllers/modules/filters.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);?> </th> </tr> </thead> <?php if (count($_smarty_tpl->tpl_vars['modules']->value)) {?> <tbody> <?php $_smarty_tpl->tpl_vars['module'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['module']->_loop = false; $_from = $_smarty_tpl->tpl_vars['modules']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} foreach ($_from as $_smarty_tpl->tpl_vars['module']->key => $_smarty_tpl->tpl_vars['module']->value) { $_smarty_tpl->tpl_vars['module']->_loop = true; ?> <?php $_smarty_tpl->_capture_stack[0][] = array("moduleStatutClass", null, null); ob_start(); ?><?php if (isset($_smarty_tpl->tpl_vars['module']->value->id)&&$_smarty_tpl->tpl_vars['module']->value->id>0&&$_smarty_tpl->tpl_vars['module']->value->active==1) {?>module_active<?php } else { ?>module_inactive<?php }?><?php list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]); if (!empty($_capture_buffer)) { if (isset($_capture_assign)) $_smarty_tpl->assign($_capture_assign, ob_get_contents()); if (isset( $_capture_append)) $_smarty_tpl->append( $_capture_append, ob_get_contents()); Smarty::$_smarty_vars['capture'][$_capture_buffer]=ob_get_clean(); } else $_smarty_tpl->capture_error();?> <tr> <td class="<?php ob_start();?><?php echo Smarty::$_smarty_vars['capture']['moduleStatutClass'];?> <?php $_tmp1=ob_get_clean();?><?php echo $_tmp1;?> text-center" style="width: 1%;"> <?php if ((isset($_smarty_tpl->tpl_vars['module']->value->id)&&$_smarty_tpl->tpl_vars['module']->value->id>0)||!isset($_smarty_tpl->tpl_vars['module']->value->type)||$_smarty_tpl->tpl_vars['module']->value->type!='addonsMustHave') {?> <input type="checkbox" name="modules" value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->name, ENT_QUOTES, 'UTF-8', true);?> " class="noborder" title="<?php echo smartyTranslate(array('s'=>sprintf('Module %1s ',$_smarty_tpl->tpl_vars['module']->value->name)),$_smarty_tpl);?> "<?php if (!isset($_smarty_tpl->tpl_vars['module']->value->confirmUninstall)||empty($_smarty_tpl->tpl_vars['module']->value->confirmUninstall)) {?> data-rel="false"<?php } else { ?> data-rel="<?php echo addslashes($_smarty_tpl->tpl_vars['module']->value->confirmUninstall);?> "<?php }?>/> <?php }?> </td> <td class="fixed-width-xs"> <img width="57" alt="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->displayName, ENT_QUOTES, 'UTF-8', true);?> " title="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->displayName, ENT_QUOTES, 'UTF-8', true);?> " src="<?php if (isset($_smarty_tpl->tpl_vars['module']->value->image)) {?><?php echo $_smarty_tpl->tpl_vars['module']->value->image;?> <?php } else { ?><?php echo $_smarty_tpl->tpl_vars['modules_uri']->value;?> /<?php echo $_smarty_tpl->tpl_vars['module']->value->name;?> /<?php echo $_smarty_tpl->tpl_vars['module']->value->logo;?> <?php }?>" /> </td> <td> <div id="anchor<?php echo ucfirst($_smarty_tpl->tpl_vars['module']->value->name);?> " title="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->displayName, ENT_QUOTES, 'UTF-8', true);?> "> <div class="text-muted"> <?php echo $_smarty_tpl->tpl_vars['module']->value->categoryName;?> </div> <div class="module_name"> <span style="display:none"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->name, ENT_QUOTES, 'UTF-8', true);?> </span> <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->displayName, ENT_QUOTES, 'UTF-8', true);?> <small class="text-muted">v<?php echo $_smarty_tpl->tpl_vars['module']->value->version;?> - <?php echo smartyTranslate(array('s'=>'by'),$_smarty_tpl);?> <?php echo $_smarty_tpl->tpl_vars['module']->value->author;?> </small> <?php if (isset($_smarty_tpl->tpl_vars['module']->value->type)&&$_smarty_tpl->tpl_vars['module']->value->type=='addonsBought') {?> - <span class="module-badge-bought help-tooltip text-warning" data-title="<?php echo smartyTranslate(array('s'=>"You bought this module on PrestaShop Addons. Thank You."),$_smarty_tpl);?> "><i class="icon-pushpin"></i> <small><?php echo smartyTranslate(array('s'=>"Bought"),$_smarty_tpl);?> </small></span> <?php } elseif (isset($_smarty_tpl->tpl_vars['module']->value->type)&&$_smarty_tpl->tpl_vars['module']->value->type=='addonsMustHave') {?> - <span class="<API key> help-tooltip text-primary" data-title="<?php echo smartyTranslate(array('s'=>"This module is available on PrestaShop Addons"),$_smarty_tpl);?> "><i class="icon-group"></i> <small><?php echo smartyTranslate(array('s'=>"Popular"),$_smarty_tpl);?> </small></span> <?php } elseif (isset($_smarty_tpl->tpl_vars['module']->value->type)&&$_smarty_tpl->tpl_vars['module']->value->type=='addonsPartner') {?> - <span class="<API key> help-tooltip text-warning" data-title="<?php echo smartyTranslate(array('s'=>"Official, PrestaShop certified module. Free, secure and includes updates!"),$_smarty_tpl);?> "><i class="icon-pushpin"></i> <small><?php echo smartyTranslate(array('s'=>"Official"),$_smarty_tpl);?> </small></span> <?php } elseif (isset($_smarty_tpl->tpl_vars['module']->value->id)&&$_smarty_tpl->tpl_vars['module']->value->id>0) {?> <?php if (isset($_smarty_tpl->tpl_vars['module']->value->version_addons)&&$_smarty_tpl->tpl_vars['module']->value->version_addons) {?> <span class="label label-warning"><?php echo smartyTranslate(array('s'=>'Need update'),$_smarty_tpl);?> </span> <?php }?> <?php }?> </div> <p class="module_description"> <?php if (isset($_smarty_tpl->tpl_vars['module']->value->description)&&$_smarty_tpl->tpl_vars['module']->value->description!='') {?> <?php echo $_smarty_tpl->tpl_vars['module']->value->description;?> <?php }?> <?php if (isset($_smarty_tpl->tpl_vars['module']->value->show_quick_view)&&$_smarty_tpl->tpl_vars['module']->value->show_quick_view) {?> <br><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['currentIndex']->value, ENT_QUOTES, 'UTF-8', true);?> &amp;token=<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['token']->value, ENT_QUOTES, 'UTF-8', true);?> &amp;ajax=1&amp;action=GetModuleQuickView&amp;module=<?php echo urlencode($_smarty_tpl->tpl_vars['module']->value->name);?> " class="fancybox-quick-view"><i class="icon-search"></i> <?php echo smartyTranslate(array('s'=>'Read more'),$_smarty_tpl);?> </a> <?php }?> </p> <?php if (isset($_smarty_tpl->tpl_vars['module']->value->message)&&(empty($_smarty_tpl->tpl_vars['module']->value->name)!==false)&&(!isset($_smarty_tpl->tpl_vars['module']->value->type)||($_smarty_tpl->tpl_vars['module']->value->type!='addonsMustHave'||$_smarty_tpl->tpl_vars['module']->value->type!=='addonsNative'))) {?><div class="alert alert-success"><button type="button" class="close" data-dismiss="alert">&times;</button><?php echo $_smarty_tpl->tpl_vars['module']->value->message;?> </div><?php }?> </div> </td> <td class="actions"> <div class="btn-group-action"> <div class="btn-group pull-right"> <?php if (isset($_smarty_tpl->tpl_vars['module']->value->type)&&$_smarty_tpl->tpl_vars['module']->value->type=='addonsMustHave') {?> <a class="btn btn-default _blank" href="<?php echo htmlspecialchars(<API key>($_smarty_tpl->tpl_vars['module']->value->addons_buy_url,' ','+'), ENT_QUOTES, 'UTF-8', true);?> "> <i class="icon-shopping-cart"></i> &nbsp;<?php if (isset($_smarty_tpl->tpl_vars['module']->value->price)) {?><?php if (floatval($_smarty_tpl->tpl_vars['module']->value->price)==0) {?><?php echo smartyTranslate(array('s'=>'Free'),$_smarty_tpl);?> <?php } elseif (isset($_smarty_tpl->tpl_vars['module']->value->id_currency)) {?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['displayPrice'][0][0]->displayPriceSmarty(array('price'=>$_smarty_tpl->tpl_vars['module']->value->price,'currency'=>$_smarty_tpl->tpl_vars['module']->value->id_currency),$_smarty_tpl);?> <?php }?><?php }?> </a> <?php } else { ?> <?php if (isset($_smarty_tpl->tpl_vars['module']->value->id)&&$_smarty_tpl->tpl_vars['module']->value->id>0) {?> <?php if (isset($_smarty_tpl->tpl_vars['module']->value->version_addons)&&$_smarty_tpl->tpl_vars['module']->value->version_addons) {?> <a class="btn btn-warning" href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->options['update_url'], ENT_QUOTES, 'UTF-8', true);?> "> <i class="icon-refresh"></i> <?php echo smartyTranslate(array('s'=>'Update it!'),$_smarty_tpl);?> </a> <?php } elseif (!isset($_smarty_tpl->tpl_vars['module']->value->not_on_disk)) {?> <?php if (count($_smarty_tpl->tpl_vars['module']->value->optionsHtml)>0) {?> <?php $_smarty_tpl->tpl_vars['option'] = new Smarty_variable($_smarty_tpl->tpl_vars['module']->value->optionsHtml[0], null, 0);?> <?php echo $_smarty_tpl->tpl_vars['option']->value;?> <?php }?> <?php } else { ?> <a class="btn btn-danger" <?php if (!empty($_smarty_tpl->tpl_vars['module']->value->options['uninstall_onclick'])) {?>onclick="<?php echo $_smarty_tpl->tpl_vars['module']->value->options['uninstall_onclick'];?> "<?php }?> href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->options['uninstall_url'], ENT_QUOTES, 'UTF-8', true);?> "> <i class="icon-minus-sign-alt"></i>&nbsp;<?php echo smartyTranslate(array('s'=>'Uninstall'),$_smarty_tpl);?> </a> <?php }?> <?php } else { ?> <?php if (isset($_smarty_tpl->tpl_vars['module']->value->trusted)&&$_smarty_tpl->tpl_vars['module']->value->trusted) {?> <?php if ($_smarty_tpl->tpl_vars['module']->value->trusted==2) {?> <a class="btn btn-success untrustedaddon" href="#" data-target="#<API key>" data-toggle="modal" data-link="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->options['install_url'], ENT_QUOTES, 'UTF-8', true);?> " data-module-name="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->displayName, ENT_QUOTES, 'UTF-8', true);?> "> <i class="icon-plus-sign-alt"></i>&nbsp;<?php echo smartyTranslate(array('s'=>'Install'),$_smarty_tpl);?> </a> <?php } else { ?> <a class="btn btn-success" href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->options['install_url'], ENT_QUOTES, 'UTF-8', true);?> "> <i class="icon-plus-sign-alt"></i>&nbsp;<?php echo smartyTranslate(array('s'=>'Install'),$_smarty_tpl);?> </a> <?php }?> <?php } else { ?> <a class="btn btn-success untrustedaddon" href="#" data-target="#moduleNotTrusted" data-toggle="modal" data-link="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->options['install_url'], ENT_QUOTES, 'UTF-8', true);?> " <API key>="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->displayName, ENT_QUOTES, 'UTF-8', true);?> " data-module-name="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->name, ENT_QUOTES, 'UTF-8', true);?> " data-module-image="<?php if (isset($_smarty_tpl->tpl_vars['module']->value->image)) {?><?php echo $_smarty_tpl->tpl_vars['module']->value->image;?> <?php } else { ?><?php echo $_smarty_tpl->tpl_vars['modules_uri']->value;?> /<?php echo $_smarty_tpl->tpl_vars['module']->value->name;?> /<?php echo $_smarty_tpl->tpl_vars['module']->value->logo;?> <?php }?>" data-author-name="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->author, ENT_QUOTES, 'UTF-8', true);?> " data-author-uri="<?php if (isset($_smarty_tpl->tpl_vars['module']->value->author_uri)) {?><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['module']->value->author_uri, ENT_QUOTES, 'UTF-8', true);?> <?php }?>"> <i class="icon-plus-sign-alt"></i>&nbsp;<?php echo smartyTranslate(array('s'=>'Install'),$_smarty_tpl);?> </a> <?php }?> <?php }?> <?php if (!isset($_smarty_tpl->tpl_vars['module']->value->not_on_disk)&&isset($_smarty_tpl->tpl_vars['module']->value->id)) {?> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" > <span class="caret">&nbsp;</span> </button> <ul class="dropdown-menu"> <?php $_smarty_tpl->tpl_vars['option'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['option']->_loop = false; $_smarty_tpl->tpl_vars['key'] = new Smarty_Variable; $_from = $_smarty_tpl->tpl_vars['module']->value->optionsHtml; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} foreach ($_from as $_smarty_tpl->tpl_vars['option']->key => $_smarty_tpl->tpl_vars['option']->value) { $_smarty_tpl->tpl_vars['option']->_loop = true; $_smarty_tpl->tpl_vars['key']->value = $_smarty_tpl->tpl_vars['option']->key; ?> <?php if ($_smarty_tpl->tpl_vars['key']->value!=0) {?> <?php if (strpos($_smarty_tpl->tpl_vars['option']->value,'title="divider"')!==false) {?> <li class="divider"></li> <?php } else { ?> <li><?php echo $_smarty_tpl->tpl_vars['option']->value;?> </li> <?php }?> <?php }?> <?php } ?> </ul> <?php } elseif (!isset($_smarty_tpl->tpl_vars['module']->value->not_on_disk)&&!isset($_smarty_tpl->tpl_vars['module']->value->id)) {?> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" > <span class="caret">&nbsp;</span> </button> <ul class="dropdown-menu"> <?php $_smarty_tpl->tpl_vars['option'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['option']->_loop = false; $_smarty_tpl->tpl_vars['key'] = new Smarty_Variable; $_from = $_smarty_tpl->tpl_vars['module']->value->optionsHtml; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} foreach ($_from as $_smarty_tpl->tpl_vars['option']->key => $_smarty_tpl->tpl_vars['option']->value) { $_smarty_tpl->tpl_vars['option']->_loop = true; $_smarty_tpl->tpl_vars['key']->value = $_smarty_tpl->tpl_vars['option']->key; ?> <?php if ($_smarty_tpl->tpl_vars['key']->value!=0) {?> <?php if (strpos($_smarty_tpl->tpl_vars['option']->value,'title="divider"')!==false) {?> <li class="divider"></li> <?php } else { ?> <li><?php echo $_smarty_tpl->tpl_vars['option']->value;?> </li> <?php }?> <?php }?> <?php } ?> </ul> <?php } elseif (isset($_smarty_tpl->tpl_vars['module']->value->not_on_disk)) {?> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" > <span class="caret">&nbsp;</span> </button> <ul class="dropdown-menu"> <?php if (isset($_smarty_tpl->tpl_vars['module']->value->preferences)&&isset($_smarty_tpl->tpl_vars['module']->value->preferences['favorite'])&&$_smarty_tpl->tpl_vars['module']->value->preferences['favorite']==1) {?> <li> <a class="action_module action_unfavorite toggle_favorite" data-module="<?php echo $_smarty_tpl->tpl_vars['module']->value->name;?> " data-value="0" href=" <i class="icon-star"></i> <?php echo smartyTranslate(array('s'=>'Remove from Favorites'),$_smarty_tpl);?> </a> <a class="action_module action_favorite toggle_favorite" data-module="<?php echo $_smarty_tpl->tpl_vars['module']->value->name;?> " data-value="1" href="#" style="display: none;"> <i class="icon-star"></i> <?php echo smartyTranslate(array('s'=>'Mark as Favorite'),$_smarty_tpl);?> </a> </li> <?php } else { ?> <li> <a class="action_module action_unfavorite toggle_favorite" data-module="<?php echo $_smarty_tpl->tpl_vars['module']->value->name;?> " data-value="0" href="#" style="display: none;"> <i class="icon-star"></i> <?php echo smartyTranslate(array('s'=>'Remove from Favorites'),$_smarty_tpl);?> </a> <a class="action_module action_favorite toggle_favorite" data-module="<?php echo $_smarty_tpl->tpl_vars['module']->value->name;?> " data-value="1" href=" <i class="icon-star"></i> <?php echo smartyTranslate(array('s'=>'Mark as Favorite'),$_smarty_tpl);?> </a> </li> <?php }?> </ul> <?php } else { ?> &nbsp; <?php }?> <?php }?> </div> </div> </td> </tr> <?php } ?> </tbody> </table> <div class="btn-group pull-left"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> <?php echo smartyTranslate(array('s'=>'bulk actions'),$_smarty_tpl);?> <span class="caret"></span> </button> <ul class="dropdown-menu"> <li> <a href="#" onclick="modules_management('install')"> <i class="icon-plus-sign-alt"></i>&nbsp; <?php echo smartyTranslate(array('s'=>'Install the selection'),$_smarty_tpl);?> </a> </li> <li> <a href="#" onclick="modules_management('uninstall')"> <i class="icon-minus-sign-alt"></i>&nbsp; <?php echo smartyTranslate(array('s'=>'Uninstall the selection'),$_smarty_tpl);?> </a> </li> </ul> </div> <?php } else { ?> <tbody> <tr> <td colspan="4" class="list-empty"> <div class="list-empty-msg"> <i class="icon-warning-sign list-empty-icon"></i> <?php echo smartyTranslate(array('s'=>'No modules available in this section.'),$_smarty_tpl);?> </div> </td> </tr> </tbody> </table> <?php }?> <script type="text/javascript"> $(document).ready(function(){ $('.fancybox-quick-view').fancybox({ type: 'ajax', autoDimensions: false, autoSize: false, width: 600, height: 'auto', helpers: { overlay: { locked: false } } }); }); </script> <?php }} ?>
package iceandshadow2.nyx.items; import java.util.HashMap; import java.util.List; import java.util.Map; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.enchantment.EnchantmentHelper; import net.minecraft.entity.Entity; import net.minecraft.item.EnumRarity; import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.IIcon; import net.minecraft.world.World; import scala.actors.threadpool.Arrays; import iceandshadow2.EnumIaSModule; import iceandshadow2.IaSRegistry; import iceandshadow2.api.IIaSApiTransmute; import iceandshadow2.ias.items.<API key>; import iceandshadow2.nyx.NyxItems; import iceandshadow2.render.fx.IaSFxManager; public class NyxItemAmber extends <API key> implements IIaSApiTransmute { @SideOnly(Side.CLIENT) protected IIcon small; //This happens often enough that I'm half considering adding a new base item. public NyxItemAmber(String texName) { super(EnumIaSModule.NYX, texName); setHasSubtypes(true); setMaxStackSize(1); IaSRegistry.blacklistUncraft(this); } @Override public boolean isBookEnchantable(ItemStack stack, ItemStack book) { return stack.getItemDamage()==1; } @Override public int <API key>(ItemStack stack) { return stack.getItemDamage()==1?32:0; } @Override public int getItemStackLimit(ItemStack stack) { return stack.getItemDamage()>0?1:4; } @Override public EnumRarity getRarity(ItemStack p_77613_1_) { return EnumRarity.uncommon; } @Override public int getTransmuteTime(ItemStack target, ItemStack catalyst) { if (target.getItem() == this && target.getItemDamage() == 0 && catalyst.hasTagCompound()) { final NBTTagCompound tg = catalyst.getTagCompound(); if (tg.hasKey("ench")) return 120; } else if (catalyst.getItem() == this && catalyst.getItemDamage() == 1 && target.isItemEnchantable()) return 120; return 0; } @Override public List<ItemStack> getTransmuteYield(ItemStack target, ItemStack catalyst, World world) { if (target.getItem() == this && target.getItemDamage() == 0) { final Map<Integer, Integer> ench = EnchantmentHelper.getEnchantments(catalyst); synchronized (ench) { // Dodge concurrent access issues? for (final Integer i : ench.keySet()) if (ench.get(i).intValue() <= 1) { ench.remove(i); } else { ench.put(i, ench.get(i) - 1); } EnchantmentHelper.setEnchantments(ench, target); EnchantmentHelper.setEnchantments(ench, catalyst); if (!ench.isEmpty()) { target.setItemDamage(1); } } } else if (catalyst.getItem() == this && catalyst.getItemDamage() == 1) { final Map<Integer, Integer> ench = new HashMap<Integer, Integer>( EnchantmentHelper.getEnchantments(catalyst)); synchronized (ench) { // Dodge concurrent access issues? EnchantmentHelper.setEnchantments(ench, target); } catalyst.stackSize = 0; return Arrays.asList(new Object[] {new ItemStack(NyxItems.amberNugget, 4)}); } return null; } @SideOnly(Side.CLIENT) @Override public boolean hasEffect(ItemStack is, int pass) { return is.getItemDamage() == 1; } @Override public boolean <API key>(ItemStack target, ItemStack catalyst, World world, Entity pos) { if(world.rand.nextBoolean()) { IaSFxManager.spawnParticle(world, "vanilla_spell", pos.posX - 0.1 + world.rand.nextDouble() / 5, pos.posY - 0.2 - world.rand.nextDouble() / 3, pos.posZ - 0.1 + world.rand.nextDouble() / 5, -0.025 + world.rand.nextDouble() / 20, -0.05F, -0.025 + world.rand.nextDouble() / 20, false, false); } return true; } }
#!/bin/bash . $(dirname "$0")/init.sh # This test script calls walk on an archive not in the current directory, # to check if the directory changes work out. ARCHIVE='test.tar' cd_tmpdir echo foo > foo-file tar -cf $ARCHIVE foo-file rm -f foo-file prepare_subshell <<SH # We're now inside the unpacked archive. # Check our location: assertCmdEq "pwd" "$DIR/$ARCHIVE" "Unexpected location!" [ -f foo-file ] || fail "The archived file is missing! Are we really in the correct directory?" SH # Change into a different directory: elsewhere="$(mktemp -d)" cd "$elsewhere" assertCmd "$WALK -y $DIR/$ARCHIVE" # Seems to have worked so far. # Are we back in our custom tmpdir? assertCmdEq "pwd" "$elsewhere" "After walk exited, our location changed unexpectedly!" cd $DIR rmdir -v "$elsewhere" success
package com.minecolonies.coremod.tileentities; import com.minecolonies.api.colony.IColony; import com.minecolonies.api.colony.IColonyManager; import com.minecolonies.api.colony.IColonyView; import com.minecolonies.api.inventory.container.ContainerField; import com.minecolonies.api.tileentities.<API key>; import com.minecolonies.api.tileentities.ScareCrowType; import com.minecolonies.api.tileentities.ScarecrowFieldStage; import com.minecolonies.api.util.ItemStackUtils; import net.minecraft.block.*; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.entity.player.PlayerInventory; import net.minecraft.inventory.container.Container; import net.minecraft.item.BlockItem; import net.minecraft.item.ItemStack; import net.minecraft.nbt.CompoundNBT; import net.minecraft.nbt.ListNBT; import net.minecraft.network.NetworkManager; import net.minecraft.network.play.server.<API key>; import net.minecraft.util.Direction; import net.minecraft.util.math.BlockPos; import net.minecraft.util.text.ITextComponent; import net.minecraft.util.text.StringTextComponent; import net.minecraft.world.World; import net.minecraftforge.common.Tags; import net.minecraftforge.items.IItemHandler; import net.minecraftforge.items.ItemStackHandler; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import javax.annotation.Nonnull; import java.util.Random; import static com.minecolonies.api.util.constant.NbtTagConstants.*; import static net.minecraftforge.common.util.Constants.NBT.TAG_COMPOUND; /** * The scarecrow tile entity to store extra data. */ @SuppressWarnings("PMD.ExcessiveImports") public class ScarecrowTileEntity extends <API key> { /** * The max width/length of a field. */ private static final int MAX_RANGE = 5; /** * Has the field be taken by any worker? */ private boolean taken = false; /** * Checks if the field doesNeedWork (Hoeig, Seedings, Farming etc). */ private boolean doesNeedWork = true; /** * Has the field been planted? */ private ScarecrowFieldStage fieldStage = ScarecrowFieldStage.EMPTY; /** * Citizen Id of the citizen owning the field. */ private int ownerId; /** * Name of the citizen claiming the field. */ @NotNull private String owner = ""; /** * Random generator. */ private final Random random = new Random(); /** * The type of the scarecrow. */ private ScareCrowType type; /** * The colony of the field. */ @Nullable private IColony colony; /** * Inventory of the field. */ private final ItemStackHandler inventory; /** * Creates an instance of the tileEntity. */ public ScarecrowTileEntity() { super(); this.inventory = new ItemStackHandler() { @Override public int getSlotLimit(int slot) { return 1; } @Override public boolean isItemValid(int slot, @Nonnull ItemStack stack) { return Tags.Items.SEEDS.contains(stack.getItem()) || (stack.getItem() instanceof BlockItem && ((BlockItem) stack.getItem()).getBlock() instanceof CropsBlock); } }; } /** * Getter for MAX_RANGE. * * @return the max range. */ public static int getMaxRange() { return MAX_RANGE; } /** * The size of the field in all four directions * in the same order as {@link Direction#getHorizontalIndex()}: * S, W, N, E */ protected int[] radii = {MAX_RANGE, MAX_RANGE, MAX_RANGE, MAX_RANGE}; /** * @param direction the direction for the radius * @param radius the number of blocks from the scarecrow that the farmer will work with */ public void setRadius(Direction direction, int radius) { this.radii[direction.getHorizontalIndex()] = radius; markDirty(); world.notifyBlockUpdate(this.getPos(), this.getBlockState(), this.getBlockState(), 2); } /** * @param direction the direction to get the range for * @return the radius */ public int getRadius(Direction direction) { return radii[direction.getHorizontalIndex()]; } /** * Checks if a certain position is part of the field. Complies with the definition of field block. * * @param world the world object. * @param position the position. * @return true if it is. */ @Override public boolean isNoPartOfField(@NotNull final World world, @NotNull final BlockPos position) { return world.isAirBlock(position) || isValidDelimiter(world.getBlockState(position.up()).getBlock()); } /** * Check if a block is a valid delimiter of the field. * * @param block the block to analyze. * @return true if so. */ private static boolean isValidDelimiter(final Block block) { return block instanceof FenceBlock || block instanceof FenceGateBlock || block instanceof WallBlock; } /** * Returns the {@link BlockPos} of the current object, also used as ID. * * @return {@link BlockPos} of the current object. */ @Override public BlockPos getID() { // Location doubles as ID return this.getPosition(); } /** * Has the field been taken? * * @return true if the field is not free to use, false after releasing it. */ @Override public boolean isTaken() { return this.taken; } /** * Sets the field taken. * * @param taken is field free or not */ @Override public void setTaken(final boolean taken) { this.taken = taken; markDirty(); } @Override public void nextState() { if (getFieldStage().ordinal() + 1 >= ScarecrowFieldStage.values().length) { doesNeedWork = false; setFieldStage(ScarecrowFieldStage.values()[0]); return; } setFieldStage(ScarecrowFieldStage.values()[getFieldStage().ordinal() + 1]); } /** * Checks if the field has been planted. * * @return true if there are crops planted. */ @Override public ScarecrowFieldStage getFieldStage() { return this.fieldStage; } /** * Sets if there are any crops planted. * * @param fieldStage true after planting, false after harvesting. */ @Override public void setFieldStage(final ScarecrowFieldStage fieldStage) { this.fieldStage = fieldStage; markDirty(); } /** * Checks if the field needs work (planting, hoeing). * * @return true if so. */ @Override public boolean needsWork() { return this.doesNeedWork; } /** * Sets that the field needs work. * * @param needsWork true if work needed, false after completing the job. */ @Override public void setNeedsWork(final boolean needsWork) { this.doesNeedWork = needsWork; markDirty(); } /** * Getter of the seed of the field. * * @return the ItemSeed */ @Override @Nullable public ItemStack getSeed() { if (inventory.getStackInSlot(0) != ItemStackUtils.EMPTY) { return inventory.getStackInSlot(0); } return null; } @Override public BlockPos getPosition() { return getPos(); } /** * Getter of the owner of the field. * * @return the string description of the citizen. */ @Override @NotNull public String getOwner() { return owner; } /** * Getter for the ownerId of the field. * * @return the int id. */ @Override public int getOwnerId() { return ownerId; } /** * Sets the owner of the field. * * @param ownerId the id of the citizen. */ @Override public void setOwner(final int ownerId) { this.ownerId = ownerId; if (colony != null) { if (colony.getCitizenManager().getCivilian(ownerId) == null) { owner = ""; } else { owner = colony.getCitizenManager().getCivilian(ownerId).getName(); } } markDirty(); } /** * Sets the owner of the field. * * @param ownerId the name of the citizen. * @param tempColony the colony view. */ @Override public void setOwner(final int ownerId, final IColonyView tempColony) { this.ownerId = ownerId; if (tempColony != null) { if (tempColony.getCitizen(ownerId) == null) { owner = ""; } else { owner = tempColony.getCitizen(ownerId).getName(); } } markDirty(); } /** * Get the inventory of the scarecrow. * * @return the IItemHandler. */ @Override public IItemHandler getInventory() { return inventory; } @Override public <API key> getUpdatePacket() { final CompoundNBT compound = new CompoundNBT(); this.write(compound); if (colony != null) { compound.putInt(TAG_COLONY_ID, colony.getID()); } return new <API key>(this.getPosition(), 0, compound); } @NotNull @Override public CompoundNBT getUpdateTag() { return write(new CompoundNBT()); } @Override public void onDataPacket(final NetworkManager net, final <API key> packet) { final CompoundNBT compound = packet.getNbtCompound(); this.read(getBlockState(), compound); if (compound.keySet().contains(TAG_COLONY_ID)) { setOwner(ownerId, IColonyManager.getInstance().getColonyView(compound.getInt(TAG_COLONY_ID), world.getDimensionKey())); } } @Override public void read(final BlockState state, final CompoundNBT compound) { final ListNBT inventoryTagList = compound.getList(TAG_INVENTORY, TAG_COMPOUND); for (int i = 0; i < inventoryTagList.size(); ++i) { final CompoundNBT inventoryCompound = inventoryTagList.getCompound(i); final ItemStack stack = ItemStack.read(inventoryCompound); if (ItemStackUtils.getSize(stack) <= 0) { inventory.setStackInSlot(i, ItemStackUtils.EMPTY); } else { inventory.setStackInSlot(i, stack); } } taken = compound.getBoolean(TAG_TAKEN); fieldStage = ScarecrowFieldStage.values()[compound.getInt(TAG_STAGE)]; radii[3] = compound.contains(TAG_FIELD_EAST) ? compound.getInt(TAG_FIELD_EAST) : MAX_RANGE; radii[2] = compound.contains(TAG_FIELD_NORTH) ? compound.getInt(TAG_FIELD_NORTH) : MAX_RANGE; radii[1] = compound.contains(TAG_FIELD_WEST) ? compound.getInt(TAG_FIELD_WEST) : MAX_RANGE; radii[0] = compound.contains(TAG_FIELD_SOUTH) ? compound.getInt(TAG_FIELD_SOUTH) : MAX_RANGE; ownerId = compound.getInt(TAG_OWNER); setOwner(ownerId); super.read(state, compound); } @NotNull @Override public CompoundNBT write(final CompoundNBT compound) { @NotNull final ListNBT inventoryTagList = new ListNBT(); for (int slot = 0; slot < inventory.getSlots(); slot++) { @NotNull final CompoundNBT inventoryCompound = new CompoundNBT(); final ItemStack stack = inventory.getStackInSlot(slot); if (stack == ItemStackUtils.EMPTY) { new ItemStack(Blocks.AIR, 0).write(inventoryCompound); } else { stack.write(inventoryCompound); } inventoryTagList.add(inventoryCompound); } compound.put(TAG_INVENTORY, inventoryTagList); compound.putBoolean(TAG_TAKEN, taken); compound.putInt(TAG_STAGE, fieldStage.ordinal()); compound.putInt(TAG_FIELD_EAST, radii[3]); compound.putInt(TAG_FIELD_NORTH, radii[2]); compound.putInt(TAG_FIELD_WEST, radii[1]); compound.putInt(TAG_FIELD_SOUTH, radii[0]); compound.putInt(TAG_OWNER, ownerId); if (colony != null) { compound.putInt(TAG_COLONY_ID, colony.getID()); } return super.write(compound); } /** * Set the colony of the field. * * @param colony the colony to set. */ public void setColony(final IColony colony) { this.colony = colony; } /** * Returns the type of the scarecrow (Important for the rendering). * * @return the enum type. */ @Override public ScareCrowType getScarecrowType() { if (this.type == null) { this.type = ScareCrowType.values()[this.random.nextInt(2)]; } return this.type; } @Nullable @Override public Container createMenu(final int id, @NotNull final PlayerInventory inv, @NotNull final PlayerEntity player) { return new ContainerField(id, inv, getPos()); } @NotNull @Override public ITextComponent getDisplayName() { return new StringTextComponent(owner); } }
#include <QByteArray> #include <QBitArray> #include "communicator.h" static const QByteArray answerConnect = QByteArray("\x30\x30\x0D\x0A"); static const QByteArray answerAuthenticate = QByteArray("\x30\x32\x0d\x0a"); static const QByteArray answerDisconnect = QByteArray("\x30\x30\x0D\x0A"); communicator::communicator(storage* store, QObject *parent) : QThread(parent), p_debugBeams(false), p_storage(store), delay(20000) { } void communicator::<API key>(portConfiguration pc) { p_devname[portx] = "/dev/"+pc.xPort; p_devname[porty] = "/dev/"+pc.yPort; p_baudrate[portx] = pc.xBaudRate; p_baudrate[porty] = pc.yBaudRate; p_serial[portx] = -1; p_serial[porty] = -1; p_mode = pc.mode; } int communicator::connect() { int rvx = doConnect(portx); int rvy = 0; if( rvx >= 0 ) rvy = doConnect(porty); return rvx+2*rvy; } int communicator::doConnect(port p) { p_serial[p] = open(p_devname[p].toUtf8(), O_RDWR | O_NOCTTY | O_NDELAY); if(p_serial[p] < 0) return -1; //failed to open if(fcntl(p_serial[p], F_SETFL, 0) < 0) { disconnect(); return -2; //failed to set options } if(fcntl(p_serial[p], F_SETFL, FNDELAY) < 0) { disconnect(); return -2; //failed to set options } struct termios options; tcgetattr(p_serial[p], &options); //Get the current options for the port cfsetispeed(&options, p_baudrate[p]); //Set the baud rates to 9600 cfsetospeed(&options, p_baudrate[p]); options.c_cflag |= (CLOCAL | CREAD); //Enable the receiver and set local mode if(tcsetattr(p_serial[p], TCSANOW, &options) < 0) { //Set the new options for the port disconnect(); return -2; //failed to set options } if( p_mode == rs232 ) { //special initalization for rs232 int warncount = 0; QByteArray query; QByteArray answer; //Init connection "0x70" query.append('\x70'); portsend(p, query.data(), query.size()); usleep(delay); answer = portread(p); if( answer != answerConnect ) { emit portError("Antwort auf \"Verbinden\""+printhex(answerConnect)+"erwartet,"+printhex(answer)+"erhalten, setzte trotzdem fort!"); warncount++; } usleep(delay); //Authenticate "MP55534552" query.clear(); query.append("\x4d\x50\x35\x35\x35\x33\x34\x35\x35\x32"); query.append("\x0D\x0A"); portsend(p, query.data(), query.size()); usleep(delay); answer = portread(p); if( answer != answerAuthenticate ) { emit portError("Antwort auf \"Authentifizieren\""+printhex(answerAuthenticate)+"erwartet,"+printhex(answer)+"erhalten, setzte trotzdem fort!"); warncount++; } usleep(delay); } return 0; } void communicator::run() { p_stop = false; if( p_serial[portx] < 0 ) { emit portError("Port X nicht verbunden!"); return; } if( p_serial[porty] < 0 ) { emit portError("Port Y nicht verbunden!"); return; } QByteArray query, answer[portcount]; query.append("\x67\x62"); //getBeamStatus query.append("\x0D\x0A"); while( !p_stop ) { if( p_mode == rs232 ) { portsend(portx,query.data(), query.size()); usleep(delay); } answer[portx].clear(); answer[portx] = portread(portx); answer[portx].chop(2); usleep(delay); if( p_mode == rs232 ) { portsend(porty,query.data(), query.size()); usleep(delay); } answer[porty].clear(); answer[porty] = portread(porty); answer[porty].chop(2); usleep(delay); dataconv(answer[portx],answer[porty]); } emit stopped(); } int communicator::disconnect() { int warncount = 0; warncount += doDisconnect(portx); warncount += doDisconnect(porty); return warncount; } int communicator::doDisconnect(port p) { QByteArray answer, query; int warncount = 0; if( p_mode == rs232 ) { //Close connection "ME" query.clear(); query.append("\x6d\x65"); query.append("\x0D\x0A"); portsend(p, query.data(), query.size()); usleep(delay); answer = portread(p); if( answer != answerDisconnect ) { emit portError("Antwort auf \"Trennen\""+printhex(answerDisconnect)+"erwartet,"+printhex(answer)+"erhalten, setzte trotzdem fort!"); warncount++; } } if( p_serial[p] > 0 ) close(p_serial[p]); p_serial[p] = -1; return warncount; } bool communicator::connected() { return p_serial[portx] > 0 && p_serial[porty] > 0; } void communicator::stop() { p_stop = true; } int communicator::portsend(port p, char* data, int length) { long int result = write(p_serial[p], data, length); if(result != length) return -1; return 0; } QByteArray communicator::portread(port p, unsigned int bytes) { char data[bytes]; int bytesRead = 0; QByteArray bdata; for(int tries = 0; tries < 5; tries++) { bytesRead = read(p_serial[p], data, bytes); if( bytesRead > 0 ) { if( bytesRead != 12 && isRunning() && delay < 1000000 ) { delay += 1000; emit delayChanged(delay); emit portError(QString::fromUtf8("Empfangene Daten beschädigt. Delay erhöht.")); } else bdata.append(data,bytesRead); break; } else emit portError("Keine Bytes gelesen, delay zu kurz?"); } return bdata; } QString communicator::printhex(char* data, int len) { QString datastr; for(int pos=0; pos < len; pos++) { datastr.append(QString::number(data[pos],16).rightJustified(2,'0')); if( pos != len-1 ) datastr.append(' '); } return datastr; } QString communicator::printhex(QByteArray data) { return printhex(data.data(),data.size()); } void communicator::dataconv(QByteArray datax, QByteArray datay) { printhex(datax); printhex(datay); QBitArray bits[portcount]; bits[portx].resize(38); bits[porty].resize(38); for(unsigned char index = 0; index < datax.size(); index++) { unsigned char byte = datax.at(index); if( byte < 0x40 ) byte -= 0x30; else byte -= 0x41-10; bits[portx].setBit(index*4+0,byte & 8); bits[portx].setBit(index*4+1,byte & 4); if( index+1 != datax.size() ) { bits[portx].setBit(index*4+2,byte & 2); bits[portx].setBit(index*4+3,byte & 1); } } for(unsigned char index = 0; index < datay.size(); index++) { unsigned char byte = datay.at(index); if( byte < 0x40 ) byte -= 0x30; else byte -= 0x41-10; bits[porty].setBit(index*4+0,byte & 8); bits[porty].setBit(index*4+1,byte & 4); if( index+1 != datay.size() ) { bits[porty].setBit(index*4+2,byte & 2); bits[porty].setBit(index*4+3,byte & 1); } } if( p_debugBeams ) { QString str; str.append("portx "); for(int i=0; i < bits[portx].size(); i++) str.append(bits[portx].at(i)?'1':'0'); str.append(" porty "); for(int i=0; i < bits[porty].size(); i++) str.append(bits[porty].at(i)?'1':'0'); emit(debugBeams(str)); } p_storage->beginAddingPoints(); for(int index1 = 0; index1 < bits[portx].size(); index1++) if( bits[portx].at(index1) ) for(int index2 = 0; index2 < bits[porty].size(); index2++) if( bits[porty].at(index2) ) p_storage->addPoint(38*index1+index2); p_storage->endAddingPoints(); } void communicator::setDebugBeams(bool on) { p_debugBeams = on; }